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
60f29ca3
Commit
60f29ca3
authored
Dec 24, 2019
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adopt `rules` for review-stop as well
parent
53c2d3b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+9
-5
No files found.
.gitlab/ci/review.gitlab-ci.yml
View file @
60f29ca3
...
...
@@ -167,10 +167,7 @@ schedule:review-deploy:
-
.only-review-schedules
.base-review-stop
:
extends
:
-
.review-workflow-base
-
.only-review
-
.only:changes-code-qa
extends
:
.review-workflow-base
environment
:
action
:
stop
variables
:
...
...
@@ -187,13 +184,20 @@ schedule:review-deploy:
review-stop-failed-deployment
:
extends
:
.base-review-stop
stage
:
prepare
rules
:
-
<<
:
*if-canonical-gitlab-and-merge-request
changes
:
*code-qa-patterns
when
:
on_success
script
:
-
delete_failed_release
review-stop
:
extends
:
.base-review-stop
stage
:
review
when
:
manual
rules
:
-
<<
:
*if-canonical-gitlab-and-merge-request
changes
:
*code-qa-patterns
when
:
manual
allow_failure
:
true
script
:
-
delete_release
...
...
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