diff --git a/.buildkite/code.pipeline.yml b/.buildkite/code.pipeline.yml index a28a540ff90..5ae324013ac 100644 --- a/.buildkite/code.pipeline.yml +++ b/.buildkite/code.pipeline.yml @@ -66,6 +66,8 @@ retry: &retry_agent_failure automatic: - exit_status: -1 # Agent was lost limit: 2 + - exit_status: 125 # ERRO[0092] error waiting for container: unexpected EOF + limit: 2 - exit_status: 255 # Forced agent shutdown limit: 2 diff --git a/.changelog/2900.internal.md b/.changelog/2900.internal.md new file mode 100644 index 00000000000..a57fc1e2409 --- /dev/null +++ b/.changelog/2900.internal.md @@ -0,0 +1 @@ +ci: automatically rety exit status 125 failures