Skip to content

Commit

Permalink
👷 retry gitlab jobs on runner_system_failure (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau authored and RomanGaignault committed Jul 23, 2024
1 parent 2c00614 commit 7080a70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ stages:
.base-configuration:
tags: ['runner:main', 'size:large']
image: $CI_IMAGE
retry:
max: 2
when:
- runner_system_failure

########################################################################################################################
# Branch selection helpers
Expand Down

0 comments on commit 7080a70

Please sign in to comment.