summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-16 18:38:01 +0200
committerRémy Coutable <remy@rymai.me>2017-10-17 10:41:16 +0200
commit1061518579d12daab02f83b5908d752534033124 (patch)
tree4925f76a71da64cf6813b6a7048fd761406e8a21
parentc021e8db8d2f5ddf0726bac6cbc7d8e7e85e441d (diff)
downloadgitlab-ce-rc/speedup-ee_compat_check.tar.gz
Make ee_compat_check depend on setup-test-env only and remove specific cacherc/speedup-ee_compat_check
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--.gitlab-ci.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc0d2b71174..083093bed53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,8 +31,14 @@ variables:
before_script:
- bundle --version
+ - date
- source scripts/utils.sh
+ - date
- source scripts/prepare_build.sh
+ - date
+
+after_script:
+ - date
stages:
- build
@@ -383,6 +389,7 @@ spinach-mysql 4 5: *spinach-metadata-mysql
<<: *pull-cache
stage: test
script:
+ - date
- bundle exec rake $CI_JOB_NAME
static-analysis:
@@ -431,10 +438,8 @@ ee_compat_check:
- branches@gitlab/gitlab-ee
allow_failure: yes
retry: 0
- cache:
- key: "ee_compat_check_repo"
- paths:
- - ee_compat_check/ee-repo/
+ dependencies:
+ - setup-test-env
artifacts:
name: "${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}"
when: on_failure