Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-19 17:59:46 +0300
committerJames Lopez <james@jameslopez.es>2016-02-19 17:59:46 +0300
commit83829c0902e688882413ab4064d8ff5d3ec54b79 (patch)
treedc05aaa07bd7de67fab3a5be6c6cb767083d1cb4 /.gitlab-ci.yml
parent1817b766b2bdf03e886118bda5e1aee48b5c2413 (diff)
revert back to ruby 2.1
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml288
1 files changed, 144 insertions, 144 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c4d98ea3f6..51ef188f1bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: "ruby:2.2"
+image: "ruby:2.1"
services:
- mysql:latest
@@ -141,146 +141,146 @@ bundler:audit:
allow_failure: true
# Ruby 2.1 jobs
-
-spec:feature:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spec:api:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spec:models:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:models
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spec:lib:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:lib
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spec:services:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:services
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spec:benchmark:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test bundle exec rake spec:benchmark
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
- allow_failure: true
-
-spec:other:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spinach:project:half:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:half
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spinach:project:rest:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:rest
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
-spinach:other:ruby21:
- image: ruby:2.1
- only:
- - master
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
- cache:
- key: "ruby21"
- paths:
- - vendor
- tags:
- - ruby
- - mysql
-
+#
+#spec:feature:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spec:api:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spec:models:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:models
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spec:lib:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:lib
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spec:services:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:services
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spec:benchmark:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test bundle exec rake spec:benchmark
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+# allow_failure: true
+#
+#spec:other:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spinach:project:half:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:half
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spinach:project:rest:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:rest
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#
+#spinach:other:ruby21:
+# image: ruby:2.1
+# only:
+# - master
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
+# cache:
+# key: "ruby21"
+# paths:
+# - vendor
+# tags:
+# - ruby
+# - mysql
+#