Allow buildkite to retry build on agent lost (#2446)
This commit is contained in:
parent
2a18da257c
commit
bfc072addf
@ -16,6 +16,10 @@ steps:
|
|||||||
agents:
|
agents:
|
||||||
queue: kubernetes
|
queue: kubernetes
|
||||||
soft_fail: {{ step.soft_fail or false }}
|
soft_fail: {{ step.soft_fail or false }}
|
||||||
|
retry:
|
||||||
|
automatic:
|
||||||
|
- exit_status: -1 # Agent was lost
|
||||||
|
limit: 5
|
||||||
plugins:
|
plugins:
|
||||||
- kubernetes:
|
- kubernetes:
|
||||||
podSpec:
|
podSpec:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user