summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-11-13 15:53:11 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-11-13 15:53:11 +0000
commite897d8b7f7755107ab632dc5b392c1dc246eb2c8 (patch)
tree7787cb7f1e80c53a409c8eb6a9e657b432e718ea
parent3582c6ab8e76bcb730abcc85b70d8ef4992ea322 (diff)
parentefe9d551988ae0566fe7a8f6759d3fa8973c3990 (diff)
downloadgitlab-ce-e897d8b7f7755107ab632dc5b392c1dc246eb2c8.tar.gz
Merge branch '38605-move-ee_compat_check-to-an-earlier-build-stage' into 'master'
Speedup the `ee_compat_check` job Closes #38605 See merge request gitlab-org/gitlab-ce!15324
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5710effc39d..65f2bc7045f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -416,12 +416,8 @@ ee_compat_check:
- /^[\d-]+-stable(-ee)?/
- branches@gitlab-org/gitlab-ee
- branches@gitlab/gitlab-ee
- allow_failure: yes
+ allow_failure: no
retry: 0
- cache:
- key: "ee_compat_check_repo"
- paths:
- - ee_compat_check/ee-repo/
artifacts:
name: "${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}"
when: on_failure