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
7b95ea39
Commit
7b95ea39
authored
Aug 26, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automatically stop RA in scheduled pipelines
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
3cad3d60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+2
-2
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+11
-0
No files found.
.gitlab/ci/review.gitlab-ci.yml
View file @
7b95ea39
...
...
@@ -113,8 +113,8 @@ review-stop-failed-deployment:
review-stop
:
extends
:
-
.review-stop-base
-
.review:rules:
mr-only-manual
stage
:
review
-
.review:rules:
review-stop
stage
:
post-qa
script
:
-
delete_release
...
...
.gitlab/ci/rules.gitlab-ci.yml
View file @
7b95ea39
...
...
@@ -753,6 +753,17 @@
-
<<
:
*if-dot-com-gitlab-org-schedule
allow_failure
:
true
.review:rules:review-stop:
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-dot-com-gitlab-org-merge-request
changes
:
*code-qa-patterns
when
:
manual
allow_failure
:
true
-
<<
:
*if-master-refs
allow_failure
:
true
.review:rules:danger:
rules
:
-
if
:
'
$DANGER_GITLAB_API_TOKEN
&&
$CI_MERGE_REQUEST_IID'
...
...
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