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