Skip to content

Commit

Permalink
Don't auto-retry GitLab CI jobs
Browse files Browse the repository at this point in the history
Jobs are failing consistently, not spuriously,
so retrying doesn't make any difference other than
wasting hours of CI time.
  • Loading branch information
nicolas17 committed Jul 13, 2021
1 parent 53e62ce commit 93c6f30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ build:
# The artifacts take far too much time to propagate from one step to the other
# The cache is unreliable, and only works on the same runner if there is no shared cache - use it for ccache instead
# Consolidate runner with build packages and build
# We have less than 10% unstability on stable tests, so we allow 2 attempts on the full check
build-and-test-stable:
stage: test
interruptible: true
retry: 2
only:
- merge_requests
variables:
Expand Down

0 comments on commit 93c6f30

Please sign in to comment.