Skip to content

Commit 08c277e

Browse files
committed
[CI] Updates Buildkite pipeline
1 parent 082519b commit 08c277e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
6969
- label: 'Destroy :elasticsearch: Serverless projects'
7070
depends_on:
7171
- step: run-serverless-tests
72-
allow_failure: true
72+
allow_failure: false
7373
agents:
7474
image: 'docker.elastic.co/appex-qa/qaf:latest'
7575
env:

elasticsearch-api/spec/yaml-test-runner/run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def serverless?
6363
options.merge!(
6464
{
6565
retry_on_status: [409, 400, 503],
66-
retry_on_failure: 20,
66+
retry_on_failure: 30,
6767
delay_on_retry: 10_000,
6868
request_timeout: 120
6969
}

0 commit comments

Comments
 (0)