Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b818e74e
Commit
b818e74e
authored
Apr 05, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimise .gitlab-ci.yml
parent
1749bd3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
76 deletions
+0
-76
.gitlab-ci.yml
.gitlab-ci.yml
+0
-76
No files found.
.gitlab-ci.yml
View file @
b818e74e
...
...
@@ -2,7 +2,6 @@ image: "ruby:2.1"
services
:
-
mysql:latest
-
postgres:latest
-
redis:latest
cache
:
...
...
@@ -35,123 +34,79 @@ spec:feature:
script
:
-
RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
tags
:
-
ruby
-
mysql
spec:api:
stage
:
test
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
tags
:
-
ruby
-
mysql
spec:models:
stage
:
test
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:models
tags
:
-
ruby
-
mysql
spec:lib:
stage
:
test
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:lib
tags
:
-
ruby
-
mysql
spec:services:
stage
:
test
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:services
tags
:
-
ruby
-
mysql
spec:other:
stage
:
test
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
tags
:
-
ruby
-
mysql
spinach:project:half:
stage
:
test
script
:
-
RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:half
tags
:
-
ruby
-
mysql
spinach:project:rest:
stage
:
test
script
:
-
RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:rest
tags
:
-
ruby
-
mysql
spinach:other:
stage
:
test
script
:
-
RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
tags
:
-
ruby
-
mysql
teaspoon
:
stage
:
test
script
:
-
RAILS_ENV=test bundle exec teaspoon
tags
:
-
ruby
-
mysql
rubocop
:
stage
:
test
script
:
-
bundle exec rubocop
tags
:
-
ruby
-
mysql
scss-lint
:
stage
:
test
script
:
-
bundle exec rake scss_lint
tags
:
-
ruby
brakeman
:
stage
:
test
script
:
-
bundle exec rake brakeman
tags
:
-
ruby
-
mysql
flog
:
stage
:
test
script
:
-
bundle exec rake flog
tags
:
-
ruby
-
mysql
flay
:
stage
:
test
script
:
-
bundle exec rake flay
tags
:
-
ruby
-
mysql
bundler:audit:
stage
:
test
...
...
@@ -159,9 +114,6 @@ bundler:audit:
-
master
script
:
-
"
bundle
exec
bundle-audit
check
--update
--ignore
OSVDB-115941"
tags
:
-
ruby
-
mysql
# Ruby 2.2 jobs
...
...
@@ -177,9 +129,6 @@ spec:feature:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spec:api:ruby22:
stage
:
test
...
...
@@ -192,9 +141,6 @@ spec:api:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spec:models:ruby22:
stage
:
test
...
...
@@ -207,9 +153,6 @@ spec:models:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spec:lib:ruby22:
stage
:
test
...
...
@@ -222,9 +165,6 @@ spec:lib:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spec:services:ruby22:
stage
:
test
...
...
@@ -237,9 +177,6 @@ spec:services:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spec:other:ruby22:
stage
:
test
...
...
@@ -252,9 +189,6 @@ spec:other:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spinach:project:half:ruby22:
stage
:
test
...
...
@@ -268,9 +202,6 @@ spinach:project:half:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spinach:project:rest:ruby22:
stage
:
test
...
...
@@ -284,9 +215,6 @@ spinach:project:rest:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
spinach:other:ruby22:
stage
:
test
...
...
@@ -300,10 +228,6 @@ spinach:other:ruby22:
key
:
"
ruby22"
paths
:
-
vendor
tags
:
-
ruby
-
mysql
notify:slack:
stage
:
notifications
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment