Only run quarantine tests on master and schedules
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
bfb7bc8ee1
commit
f030e6233b
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ rspec-mysql:
|
||||||
parallel: 50
|
parallel: 50
|
||||||
|
|
||||||
.rspec-quarantine: &rspec-quarantine
|
.rspec-quarantine: &rspec-quarantine
|
||||||
retry: 0
|
<<: *only-schedules-master
|
||||||
script:
|
script:
|
||||||
- export CACHE_CLASSES=true
|
- export CACHE_CLASSES=true
|
||||||
- scripts/gitaly-test-spawn
|
- scripts/gitaly-test-spawn
|
||||||
|
|
Loading…
Reference in a new issue