Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
8cd5a992
Unverified
Commit
8cd5a992
authored
Jan 16, 2024
by
Simon Mo
Committed by
GitHub
Jan 16, 2024
Browse files
ci: retry on build failure as well (#2457)
parent
947f0b23
Changes
1
Show 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 @
8cd5a992
...
@@ -9,6 +9,10 @@ steps:
...
@@ -9,6 +9,10 @@ steps:
- "docker push {{ docker_image }}"
- "docker push {{ docker_image }}"
env:
env:
DOCKER_BUILDKIT: "1"
DOCKER_BUILDKIT: "1"
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 5
- wait
- wait
{% for step in steps %}
{% for step in steps %}
...
...
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