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
f7cd9c72
Commit
f7cd9c72
authored
Feb 19, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include elasticsearch service
parent
cfe4382e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
20 deletions
+6
-20
.gitlab-ci.yml
.gitlab-ci.yml
+6
-20
No files found.
.gitlab-ci.yml
View file @
f7cd9c72
...
...
@@ -3,6 +3,7 @@ image: "ruby:2.2"
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
cache
:
key
:
"
ruby22"
...
...
@@ -11,6 +12,7 @@ cache:
variables
:
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
1"
ELASTIC_HOST
:
"
elasticsearch"
before_script
:
-
source ./scripts/prepare_build.sh
...
...
@@ -40,25 +42,17 @@ spec:api:
spec:models:
script
:
-
RAILS_ENV=test SIMPLECOV=true
ELASTIC_HOST=elasticsearch
bundle exec rake spec:models
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:models
tags
:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spec:lib:
script
:
-
RAILS_ENV=test SIMPLECOV=true
ELASTIC_HOST=elasticsearch
bundle exec rake spec:lib
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:lib
tags
:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spec:services:
script
:
...
...
@@ -77,14 +71,10 @@ spec:benchmark:
spec:other:
script
:
-
RAILS_ENV=test SIMPLECOV=true
ELASTIC_HOST=elasticsearch
bundle exec rake spec:other
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
tags
:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spinach:project:half:
script
:
...
...
@@ -95,14 +85,10 @@ spinach:project:half:
spinach:project:rest:
script
:
-
RAILS_ENV=test SIMPLECOV=true
ELASTIC_HOST=elasticsearch
bundle exec rake spinach:project:rest
-
RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:rest
tags
:
-
ruby
-
mysql
services
:
-
mysql:latest
-
redis:latest
-
elasticsearch:latest
spinach:other:
script
:
...
...
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