UNCLASSIFIED - NO CUI

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

Gitlab doesn't like 3 maxes

parent d295e546
No related branches found
No related tags found
1 merge request!870Resolve "Add retry for RKE2 cluster creation/destruction"
Pipeline #466615 failed
......@@ -275,7 +275,7 @@ aws/rke2/bigbang up:
environment:
name: review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
retry:
max: 3
max: 2
when:
- stuck_or_timeout_failure
- runner_system_failure
......@@ -303,7 +303,7 @@ aws/rke2/bigbang test:
environment:
name: review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
retry:
max: 3
max: 2
when:
- 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