mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
CI: remove retry from jobs (#11899)
Since e8ee42280 (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.
This commit is contained in:
parent
e73c2d081c
commit
0e91000a04
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user