Skip to content

Commit

Permalink
Allow buildkite to retry build on agent lost (vllm-project#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored and hongxiayang committed Jan 18, 2024
1 parent 06d9525 commit 572f943
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 572f943

Please sign in to comment.