summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-24 21:10:55 +0200
committerRémy Coutable <remy@rymai.me>2016-10-24 21:14:47 +0200
commit7449f5baa8156e3729c3ccc2e32f7568a0975c46 (patch)
treeefa9004b3f178680d056969a157a3615f17686a1
parentcb38290ababe43aca0c635fb87d3a38c4c5debcd (diff)
downloadgitlab-ce-troubleshoot-migration-paths-failure.tar.gz
Remove the custom Resque setup for `migration paths` CI jobtroubleshoot-migration-paths-failure
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76117a48730..33d194604db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -280,12 +280,11 @@ migration paths:
stage: test
<<: *use-db
only:
- - master@gitlab-org/gitlab-ce
+ - troubleshoot-migration-paths-failure@gitlab-org/gitlab-ce
script:
- git checkout HEAD .
- git fetch --tags
- git checkout v8.5.9
- - 'echo test: unix:/var/opt/gitlab/redis/redis.socket > config/resque.yml'
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry=3
- rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_BUILD_REF