From 55e465ba5cec0cbef4f4dfdbce06f04fc8e135a5 Mon Sep 17 00:00:00 2001 From: pokeeffe-molecula Date: Wed, 16 Feb 2022 13:23:52 -0600 Subject: [PATCH] add some retries --- .gitlab/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index c71bf4f1f..f7f88e9c3 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -288,6 +288,7 @@ clustertests: stage: integration tags: - shell + retry: 1 rules: - if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"' script: @@ -302,6 +303,7 @@ authclustertests: variables: PROJECT: authclustertests_${CI_CONCURRENT_ID} stage: integration + retry: 1 tags: - shell rules: