summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-04 18:55:03 +0200
committerRémy Coutable <remy@rymai.me>2017-10-04 18:55:25 +0200
commited7213e0ec718bd8fde211a098dc4d1b75e7c799 (patch)
tree127a9b6ccf728de31591ddc37ab088aac7b9595f
parent4155a62f3bdc6e412e91b641412f0a03ecc49d59 (diff)
downloadgitlab-ce-rc/do-not-retry-ee_compat_check.tar.gz
Do not retry jobs that are allowed to failrc/do-not-retry-ee_compat_check
The `ee_compat_check` job can take 10 minutes to run so it's a shame to retry it and loose 10 minutes if it fails for a good reason. Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8501911fde4..c80189a9399 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -270,6 +270,7 @@ flaky-examples-check:
NEW_FLAKY_SPECS_REPORT: rspec_flaky/${CI_PROJECT_NAME}/new_rspec_flaky_examples.json
stage: post-test
allow_failure: yes
+ retry: 0
only:
- branches
except:
@@ -429,6 +430,7 @@ ee_compat_check:
- branches@gitlab-org/gitlab-ee
- branches@gitlab/gitlab-ee
allow_failure: yes
+ retry: 0
cache:
key: "ee_compat_check_repo"
paths: