From 2ee79989c89661c858385991dc57f579a4e6a3f9 Mon Sep 17 00:00:00 2001 From: "garcia.ryan" <garcia.ryan@solute.us> Date: Wed, 8 Sep 2021 15:15:34 -0600 Subject: [PATCH] Gitlab doesn't like 3 maxes --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7025b1897..bd4a66bc87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab