Commit 1c0407e8 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'rc/do-not-retry-ee_compat_check' into 'master'

Do not retry jobs that are allowed to fail

See merge request gitlab-org/gitlab-ce!14757
parents 9f55733d ed7213e0
...@@ -270,6 +270,7 @@ flaky-examples-check: ...@@ -270,6 +270,7 @@ flaky-examples-check:
NEW_FLAKY_SPECS_REPORT: rspec_flaky/report-new.json NEW_FLAKY_SPECS_REPORT: rspec_flaky/report-new.json
stage: post-test stage: post-test
allow_failure: yes allow_failure: yes
retry: 0
only: only:
- branches - branches
except: except:
...@@ -429,6 +430,7 @@ ee_compat_check: ...@@ -429,6 +430,7 @@ ee_compat_check:
- branches@gitlab-org/gitlab-ee - branches@gitlab-org/gitlab-ee
- branches@gitlab/gitlab-ee - branches@gitlab/gitlab-ee
allow_failure: yes allow_failure: yes
retry: 0
cache: cache:
key: "ee_compat_check_repo" key: "ee_compat_check_repo"
paths: paths:
......
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