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: ...@@ -14,6 +14,8 @@ steps:
automatic: automatic:
- exit_status: -1 # Agent was lost - exit_status: -1 # Agent was lost
limit: 5 limit: 5
- exit_status: -10 # Agent was lost
limit: 5
- wait - wait
- group: "AMD Tests" - group: "AMD Tests"
...@@ -53,6 +55,8 @@ steps: ...@@ -53,6 +55,8 @@ steps:
automatic: automatic:
- exit_status: -1 # Agent was lost - exit_status: -1 # Agent was lost
limit: 5 limit: 5
- exit_status: -10 # Agent was lost
limit: 5
plugins: plugins:
- kubernetes: - kubernetes:
podSpec: 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