UNCLASSIFIED - NO CUI

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

Ensuring all retry values are equal settings

parent e319e843
No related branches found
No related tags found
1 merge request!870Resolve "Add retry for RKE2 cluster creation/destruction"
Pipeline #467921 passed
......@@ -274,6 +274,7 @@ aws/rke2/bigbang up:
retry:
max: 2
when:
- unknown_failure
- stuck_or_timeout_failure
- runner_system_failure
......@@ -302,6 +303,7 @@ aws/rke2/bigbang test:
retry:
max: 2
when:
- unknown_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