Commit c5b892f8 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'ee-do-not-retry-jobs-in-quarantine' into 'master'

[EE] Do not retry jobs in quarantine

See merge request gitlab-org/gitlab-ee!9550
parents 75e90ff2 41e602ab
......@@ -632,6 +632,7 @@ rspec-mysql:
parallel: 50
.rspec-quarantine: &rspec-quarantine
retry: 0
script:
- export CACHE_CLASSES=true
- scripts/gitaly-test-spawn
......@@ -661,6 +662,7 @@ rspec-pg-10 geo: *rspec-metadata-pg-geo-10-2
.rspec-quarantine-ee: &rspec-quarantine-ee
retry: 0
script:
- export CACHE_CLASSES=true
- scripts/gitaly-test-spawn
......
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