UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 24f0e17a authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Removing retry for script_failure on some CI jobs

parent e783d448
No related branches found
No related tags found
1 merge request!870Resolve "Add retry for RKE2 cluster creation/destruction"
Pipeline #467861 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment