Commit 8cf2a57b authored by Rémy Coutable's avatar Rémy Coutable

Allow the review-deploy and review-qa-* jobs to fail for now

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c9da4375
......@@ -76,8 +76,8 @@ schedule:review-build-cng:
.review-deploy-base: &review-deploy-base
<<: *review-base
allow_failure: true
stage: review
retry: 2
variables:
HOST_SUFFIX: "${CI_ENVIRONMENT_SLUG}"
DOMAIN: "-${CI_ENVIRONMENT_SLUG}.${REVIEW_APPS_DOMAIN}"
......@@ -128,6 +128,7 @@ review-stop:
.review-qa-base: &review-qa-base
<<: *review-docker
allow_failure: true
stage: qa
variables:
<<: *review-docker-variables
......@@ -157,7 +158,6 @@ review-stop:
review-qa-smoke:
<<: *review-qa-base
retry: 2
script:
- gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}"
......
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