Commit cb341440 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '343954-limit-rerun-failed-tests-to-canonical' into 'master'

Limit rerun of failed tests to canonical namespace

See merge request gitlab-org/gitlab!73142
parents 99b6bec5 233e5ca0
......@@ -1201,12 +1201,16 @@
.rails:rules:detect-previous-failed-tests:
rules:
- <<: *if-not-canonical-namespace
when: never
- <<: *if-merge-request-labels-run-all-rspec
- <<: *if-merge-request
changes: *code-backstage-patterns
.rails:rules:rerun-previous-failed-tests:
rules:
- <<: *if-not-canonical-namespace
when: never
- <<: *if-merge-request-labels-run-all-rspec
- <<: *if-merge-request
changes: *code-backstage-patterns
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment