Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
[CI] Add retry for agent lost (vllm-project#4633)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel authored and robertgshaw2-redhat committed May 19, 2024
1 parent 76d1c0a commit 8c3136e
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 @@ -14,6 +14,8 @@ steps:
automatic:
- exit_status: -1 # Agent was lost
limit: 5
- exit_status: -10 # Agent was lost
limit: 5
- wait

- group: "AMD Tests"
Expand Down Expand Up @@ -53,6 +55,8 @@ steps:
automatic:
- exit_status: -1 # Agent was lost
limit: 5
- exit_status: -10 # Agent was lost
limit: 5
plugins:
- kubernetes:
podSpec:
Expand Down

0 comments on commit 8c3136e

Please sign in to comment.