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
a102d09a
Commit
a102d09a
authored
Mar 15, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.gitlab-ci.yml: only add the elasticsearch service to EE-only tests
parent
60ee289c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
6 deletions
+19
-6
.gitlab-ci.yml
.gitlab-ci.yml
+19
-6
No files found.
.gitlab-ci.yml
View file @
a102d09a
...
...
@@ -77,19 +77,32 @@ stages:
# (as many users are still using 9.2).
-
postgres:9.2
-
redis:alpine
-
docker.elastic.co/elasticsearch/elasticsearch:5.5.2
.use-pg-9-6-no-elasticsearch
:
&use-pg-9-6-no-elasticsearch
.use-mysql
:
&use-mysql
services
:
-
mysql:latest
-
redis:alpine
# BEGIN EE-only service helpers
.use-pg-9-6
:
&use-pg-9-6
services
:
-
postgres:9.6
-
redis:alpine
.use-mysql
:
&use-mysql
.use-pg-with-elasticsearch
:
&use-pg-with-elasticsearch
services
:
-
postgres:9.2
-
redis:alpine
-
docker.elastic.co/elasticsearch/elasticsearch:5.5.2
.use-mysql-with-elasticsearch
:
&use-mysql-with-elasticsearch
services
:
-
mysql:latest
-
redis:alpine
-
docker.elastic.co/elasticsearch/elasticsearch:5.5.2
# END EE-only service helpers
# Skip all jobs except the ones that begin with 'docs/'.
# Used for commits including ONLY documentation changes.
...
...
@@ -179,15 +192,15 @@ stages:
.rspec-ee-pg
:
&rspec-ee-pg
<<
:
*rspec-metadata-ee
<<
:
*use-pg
<<
:
*use-pg
-with-elasticsearch
.rspec-ee-mysql
:
&rspec-ee-mysql
<<
:
*rspec-metadata-ee
<<
:
*use-mysql
<<
:
*use-mysql
-with-elasticsearch
.rspec-geo-pg-9-6
:
&rspec-metadata-pg-geo
<<
:
*rspec-metadata
<<
:
*use-pg-9-6
-no-elasticsearch
<<
:
*use-pg-9-6
stage
:
test
script
:
-
export NO_KNAPSACK=1
...
...
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