mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 10:18:39 +08:00
ci: retry on build failure as well (#2457)
This commit is contained in:
parent
947f0b23cc
commit
8cd5a992bf
@ -9,6 +9,10 @@ steps:
|
||||
- "docker push {{ docker_image }}"
|
||||
env:
|
||||
DOCKER_BUILDKIT: "1"
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: -1 # Agent was lost
|
||||
limit: 5
|
||||
- wait
|
||||
|
||||
{% for step in steps %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user