Do not retry jobs in quarantine since they are supposed to fail
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
1fc89ca945
commit
c735bfaa53
1 changed files with 1 additions and 0 deletions
|
@ -509,6 +509,7 @@ rspec-mysql:
|
|||
parallel: 50
|
||||
|
||||
.rspec-quarantine: &rspec-quarantine
|
||||
retry: 0
|
||||
script:
|
||||
- export CACHE_CLASSES=true
|
||||
- scripts/gitaly-test-spawn
|
||||
|
|
Loading…
Reference in a new issue