Skip to content
Snippets Groups Projects
Unverified Commit c0f8b05b authored by Rémy Coutable's avatar Rémy Coutable Committed by Robert Speicher
Browse files

Merge branch 'qa-allow-review-jobs-to-fail' into 'master'

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

See merge request gitlab-org/gitlab-ce!29208
parent 48c84917
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}"
Loading
Loading
@@ -128,6 +128,7 @@ review-stop:
 
.review-qa-base: &review-qa-base
<<: *review-docker
allow_failure: true
stage: qa
variables:
<<: *review-docker-variables
Loading
Loading
@@ -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}"
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment