Commit e897d8b7 authored by Sean McGivern's avatar Sean McGivern

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
parents 3582c6ab efe9d551
......@@ -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
......
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