"src/vscode:/vscode.git/clone" did not exist on "0e50401e34242dbd4b94a8a3cf0ee24afc25ea65"
Unverified Commit bfc072ad authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

Allow buildkite to retry build on agent lost (#2446)

parent 2a18da25
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment