Unverified Commit 19cb4716 authored by Cade Daniel's avatar Cade Daniel Committed by GitHub
Browse files

[CI] Add retry for agent lost (#4633)

parent e186d37c
......@@ -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"
......@@ -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:
......
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