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
57d28319
Commit
57d28319
authored
Nov 26, 2021
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip as-if-jh jobs for stable branches
parent
a5bbe6e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+11
-0
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
57d28319
...
...
@@ -19,6 +19,9 @@
.if-default-branch-refs
:
&if-default-branch-refs
if
:
'
$CI_COMMIT_REF_NAME
==
$CI_DEFAULT_BRANCH'
.if-stable-branch-refs
:
&if-stable-branch-refs
if
:
'
$CI_COMMIT_REF_NAME
=~
/^[\d-]+-stable(-ee)?$/'
.if-default-branch-push
:
&if-default-branch-push
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
&&
$CI_PIPELINE_SOURCE
==
"push"'
...
...
@@ -581,6 +584,8 @@
when
:
never
-
<<
:
*if-merge-request-targeting-stable-branch
when
:
never
-
<<
:
*if-stable-branch-refs
when
:
never
-
<<
:
*if-merge-request-labels-as-if-jh
-
<<
:
*if-merge-request-labels-run-all-rspec
-
changes
:
*code-backstage-qa-patterns
...
...
@@ -616,6 +621,8 @@
when
:
never
-
<<
:
*if-merge-request-targeting-stable-branch
when
:
never
-
<<
:
*if-stable-branch-refs
when
:
never
-
<<
:
*if-merge-request-labels-as-if-jh
-
<<
:
*if-merge-request-labels-run-all-rspec
-
<<
:
*if-merge-request
...
...
@@ -1259,6 +1266,8 @@
when
:
never
-
<<
:
*if-merge-request-targeting-stable-branch
when
:
never
-
<<
:
*if-stable-branch-refs
when
:
never
-
<<
:
*if-merge-request-labels-as-if-jh
allow_failure
:
true
-
<<
:
*if-merge-request
...
...
@@ -1714,6 +1723,8 @@
when
:
never
-
<<
:
*if-merge-request-targeting-stable-branch
when
:
never
-
<<
:
*if-stable-branch-refs
when
:
never
-
<<
:
*if-merge-request-labels-as-if-jh
-
<<
:
*if-merge-request-labels-run-all-rspec
-
changes
:
*code-backstage-qa-patterns
...
...
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