Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aff8f24c
Commit
aff8f24c
authored
Mar 18, 2022
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If we're forcing CI, set package-and-qa manual
This way when we want to run QA for a particular branch, we can
parent
1de484ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+7
-0
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
aff8f24c
...
...
@@ -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'
...
...
@@ -597,6 +600,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
:
...
...
@@ -876,6 +880,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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment