Commit cc5c9670 authored by Rémy Coutable's avatar Rémy Coutable

Retry review-deploy and review-qa-* jobs twice

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e6a41c14
......@@ -77,6 +77,7 @@ schedule:review-build-cng:
.review-deploy-base: &review-deploy-base
<<: *review-base
allow_failure: true
retry: 2
stage: review
variables:
HOST_SUFFIX: "${CI_ENVIRONMENT_SLUG}"
......@@ -129,6 +130,7 @@ review-stop:
.review-qa-base: &review-qa-base
<<: *review-docker
allow_failure: true
retry: 2
stage: qa
variables:
<<: *review-docker-variables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment