mirror of https://github.com/vllm-project/vllm
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…
Reference in New Issue