From 7449f5baa8156e3729c3ccc2e32f7568a0975c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Mon, 24 Oct 2016 21:10:55 +0200 Subject: Remove the custom Resque setup for `migration paths` CI job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1