From a49f27eb0085f3f742a79089da5b6eb5b275aaa1 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 19 May 2025 09:49:27 +0100 Subject: [PATCH] [CI] Updates Buildkite pipeline --- .buildkite/pipeline.yml | 2 +- elasticsearch-api/spec/yaml-test-runner/run.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1fdc76b1fd..9cefb81695 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -69,7 +69,7 @@ steps: - label: 'Destroy :elasticsearch: Serverless projects' depends_on: - step: run-serverless-tests - allow_failure: true + allow_failure: false agents: image: 'docker.elastic.co/appex-qa/qaf:latest' env: diff --git a/elasticsearch-api/spec/yaml-test-runner/run.rb b/elasticsearch-api/spec/yaml-test-runner/run.rb index 01a46a79b6..8bccc1779f 100644 --- a/elasticsearch-api/spec/yaml-test-runner/run.rb +++ b/elasticsearch-api/spec/yaml-test-runner/run.rb @@ -63,7 +63,7 @@ def serverless? options.merge!( { retry_on_status: [409, 400, 503], - retry_on_failure: 20, + retry_on_failure: 30, delay_on_retry: 10_000, request_timeout: 120 }