"tests/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "ef194cd2345055b142407bf75c58e1e2a2d0865e"
Unverified Commit 8cd5a992 authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

ci: retry on build failure as well (#2457)

parent 947f0b23
...@@ -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 %}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment