Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
19cb4716
Unverified
Commit
19cb4716
authored
May 06, 2024
by
Cade Daniel
Committed by
GitHub
May 06, 2024
Browse files
[CI] Add retry for agent lost (#4633)
parent
e186d37c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.buildkite/test-template.j2
.buildkite/test-template.j2
+4
-0
No files found.
.buildkite/test-template.j2
View file @
19cb4716
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment