Skip to content

Commit c244838

Browse files
committed
[CI] Buildkite: Retries on 400 and 503 in serverless tests
1 parent 2870503 commit c244838

File tree

1 file changed

+1
-1
lines changed
  • elasticsearch-api/spec/yaml-test-runner

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def serverless?
6262
if serverless?
6363
options.merge!(
6464
{
65-
retry_on_status: [409],
65+
retry_on_status: [409, 400, 503],
6666
retry_on_failure: 10,
6767
delay_on_retry: 60_000,
6868
request_timeout: 120

0 commit comments

Comments
 (0)