diff options
author | Rémy Coutable <remy@rymai.me> | 2019-02-14 15:19:11 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-02-14 15:19:11 +0100 |
commit | c735bfaa53745ea475d20d72b2156c851e156389 (patch) | |
tree | 5c6f07a2c1b00214a89f31dabb4cfedb9b0f8f84 /.gitlab-ci.yml | |
parent | 1fc89ca9452c814d73245ec205d8e846d8760439 (diff) | |
download | gitlab-ce-c735bfaa53745ea475d20d72b2156c851e156389.tar.gz |
Do not retry jobs in quarantine since they are supposed to fail
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ea9ce1f497..c5cd006a289 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -509,6 +509,7 @@ rspec-mysql: parallel: 50 .rspec-quarantine: &rspec-quarantine + retry: 0 script: - export CACHE_CLASSES=true - scripts/gitaly-test-spawn |