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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
b5e7096c
Commit
b5e7096c
authored
Jun 23, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split rspec and spinach tests in parallel
parent
94f130cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
7 deletions
+29
-7
.gitlab-ci.yml
.gitlab-ci.yml
+29
-7
No files found.
.gitlab-ci.yml
View file @
b5e7096c
...
...
@@ -9,35 +9,57 @@ before_script:
-
touch log/test.log
-
bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
-
bundle exec rake db:create RAILS_ENV=test
Rspec
:
spec:feature:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
tags
:
-
ruby
-
mysql
spec:api:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
tags
:
-
ruby
-
mysql
spec:other:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
tags
:
-
ruby
-
mysql
spinach:project:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake sp
ec
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake sp
inach:project
tags
:
-
ruby
-
mysql
Spinach
:
spinach:other
:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach
:other
tags
:
-
ruby
-
mysql
Jasmine
:
jasmine:ci
:
script
:
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
tags
:
-
ruby
-
mysql
R
ubocop
:
r
ubocop
:
script
:
-
bundle exec rubocop
tags
:
-
ruby
-
mysql
B
rakeman
:
b
rakeman
:
script
:
-
bundle exec rake brakeman
tags
:
...
...
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