Skip to content

Commit

Permalink
Allow buildkite to retry build on agent lost (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Jan 15, 2024
1 parent 2a18da2 commit bfc072a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/test-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bfc072a

Please sign in to comment.