From 24f0e17a0d40c00c2f0e8c319d5860ad19e7cf2a Mon Sep 17 00:00:00 2001
From: "garcia.ryan" <garcia.ryan@solute.us>
Date: Thu, 9 Sep 2021 15:00:12 -0600
Subject: [PATCH] Removing retry for script_failure on some CI jobs

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd4a66bc87..4e1e20ddcd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -206,7 +206,6 @@ aws/network up:
     max: 2
     when:
       - unknown_failure
-      - script_failure
       - stuck_or_timeout_failure
       - runner_system_failure
 
@@ -223,7 +222,6 @@ aws/network down:
     max: 2
     when:
       - unknown_failure
-      - script_failure
       - stuck_or_timeout_failure
       - runner_system_failure
 
@@ -250,7 +248,6 @@ aws/rke2/cluster up:
     max: 2
     when:
       - unknown_failure
-      - script_failure
       - stuck_or_timeout_failure
       - runner_system_failure
 
@@ -346,7 +343,6 @@ aws/rke2/cluster down:
     max: 2
     when:
       - unknown_failure
-      - script_failure
       - stuck_or_timeout_failure
       - runner_system_failure
 
-- 
GitLab