mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 04:15:01 +08:00
Allow buildkite to retry build on agent lost (#2446)
This commit is contained in:
parent
2a18da257c
commit
bfc072addf
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user