UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Commits
979ae639
Commit
979ae639
authored
3 years ago
by
kevin.wilder
Committed by
Micah Nagel
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
SKIP UPGRADE: allow MR to be in draft and skip the upgrade
parent
b161191f
Loading
Loading
1 merge request
!923
SKIP UPGRADE: allow MR to be in draft and skip the upgrade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
979ae639
...
...
@@ -147,8 +147,8 @@ upgrade:
# skip job for nightly master and "test-ci::infra" labeled pipelines
-
if
:
'
($CI_PIPELINE_SOURCE
==
"schedule"
&&
$CI_COMMIT_BRANCH
==
"master")
||
$CI_MERGE_REQUEST_LABELS
=~
/(^|,)test-ci::infra(,|$)/'
when
:
never
# skip job when MR title starts with 'SKIP UPGRADE'
-
if
:
'
$CI_MERGE_REQUEST_TITLE
=~
/
^
SKIP
UPGRADE/'
# skip job when MR title starts with 'SKIP UPGRADE'
-
if
:
'
$CI_MERGE_REQUEST_TITLE
=~
/SKIP
UPGRADE/'
when
:
never
# run pipeline on merge request events
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment