Skip to content
Snippets Groups Projects
Unverified Commit f35f9a2b authored by Kyle Wiebers's avatar Kyle Wiebers Committed by John Skarbek
Browse files

Merge branch 'allow-manual-qa' into 'master'

If we're forcing CI, set package-and-qa manual

See merge request gitlab-org/gitlab!83184
parent 285e6cae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,6 +13,9 @@
.if-jh: &if-jh
if: '$CI_PROJECT_PATH =~ /^gitlab-(jh|cn)\/.*/'
 
.if-force-ci: &if-force-ci
if: '$FORCE_GITLAB_CI'
.if-default-refs: &if-default-refs
if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME =~ /^[\d-]+-stable(-ee)?$/ || $CI_COMMIT_REF_NAME =~ /^\d+-\d+-auto-deploy-\d+$/ || $CI_COMMIT_REF_NAME =~ /^security\// || $CI_MERGE_REQUEST_IID || $CI_COMMIT_TAG || $FORCE_GITLAB_CI'
 
Loading
Loading
@@ -481,6 +484,7 @@
- <<: *if-dot-com-gitlab-org-default-branch
changes: *code-qa-patterns
- <<: *if-dot-com-gitlab-org-schedule
- <<: *if-force-ci
 
.build-images:rules:build-assets-image:
rules:
Loading
Loading
@@ -777,6 +781,9 @@
allow_failure: true
- <<: *if-dot-com-gitlab-org-schedule
allow_failure: true
- <<: *if-force-ci
when: manual
allow_failure: true
 
.qa:rules:package-and-qa:feature-flags:
rules:
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