Skip to content

Commit

Permalink
ci: retry up to 2 times for runner_system_failure on GitLab CI (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Jun 17, 2024
1 parent d92f622 commit 47df971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ default:
before_script:
- env | sort
image: ${CI_REGISTRY_IMAGE}/dev:py3.12
retry:
max: 2
when: runner_system_failure
include: .gitlab/workflows/**.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ default:
before_script:
- env | sort
image: ${CI_REGISTRY_IMAGE}/dev:py{{ default_py }}
retry:
max: 2
when: runner_system_failure
include: .gitlab/workflows/**.yml

0 comments on commit 47df971

Please sign in to comment.