From 0e91000a04edabcaae0590e8bb87f10e2542627a Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 20 Jan 2025 03:38:35 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dec5b6c8..87fefde8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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