Skip to content

Commit

Permalink
CI: remove retry from jobs (#11899)
Browse files Browse the repository at this point in the history
Since e8ee422 (CI: remove deletion tasks of 'packet' VMs, 2024-09-13),
our tests appears to not be flakey anymore.
The current retry slow down the testing feedback on pull request.

Since it's not needed anymore, don't retry and fail fast.
  • Loading branch information
VannTen authored Jan 20, 2025
1 parent e73c2d0 commit 0e91000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ before_script:

.testcases: &testcases
extends: .job-moderated
retry: 1
interruptible: true
before_script:
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Expand Down

0 comments on commit 0e91000

Please sign in to comment.