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
20d60dbe
Commit
20d60dbe
authored
Oct 25, 2021
by
Mark Fletcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rules for rerun jobs
parent
3f9c610e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+1
-0
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+6
-0
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
20d60dbe
...
...
@@ -889,6 +889,7 @@ fail-pipeline-early:
rspec rspec-pg12-rerun-previous-failed-tests
:
extends
:
-
.rspec-base-pg12
-
.rails:rules:rerun-previous-failed-tests
stage
:
test
needs
:
[
"
setup-test-env"
,
"
compile-test-assets"
,
"
detect-previous-failed-tests"
]
script
:
...
...
.gitlab/ci/rules.gitlab-ci.yml
View file @
20d60dbe
...
...
@@ -1204,6 +1204,12 @@
-
<<
:
*if-merge-request
changes
:
*code-backstage-patterns
.rails:rules:rerun-previous-failed-tests:
rules
:
-
<<
:
*if-merge-request-labels-run-all-rspec
-
<<
:
*if-merge-request
changes
:
*code-backstage-patterns
.rails:rules:rspec-foss-impact:
rules
:
-
<<
:
*if-not-ee
...
...
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