Allow buildkite to retry build on agent lost (#2446)

This commit is contained in:
Simon Mo 2024-01-15 15:43:15 -08:00 committed by GitHub
parent 2a18da257c
commit bfc072addf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ steps:
agents:
queue: kubernetes
soft_fail: {{ step.soft_fail or false }}
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 5
plugins:
- kubernetes:
podSpec: