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

This commit is contained in:
Cade Daniel
2024-05-06 16:18:57 -07:00
committed by GitHub
parent e186d37cb1
commit 19cb4716ee

View File

@@ -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:
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: