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
ac847b48
Commit
ac847b48
authored
Apr 08, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
6398fc95
1cfd81fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
.gitlab-ci.yml
.gitlab-ci.yml
+27
-0
No files found.
.gitlab-ci.yml
View file @
ac847b48
...
...
@@ -81,6 +81,11 @@ stages:
-
postgres:9.6
-
redis:alpine
.use-pg-10
:
&use-pg-10
services
:
-
postgres:10.0
-
redis:alpine
.use-mysql
:
&use-mysql
services
:
-
mysql:5.7.24
...
...
@@ -128,6 +133,15 @@ stages:
-
/(^docs[\/-].*|.*-docs$)/
-
/(^qa[\/-].*|.*-qa$)/
.only-schedules-master
:
&only-schedules-master
only
:
-
schedules@gitlab-org/gitlab-ce
-
schedules@gitlab-org/gitlab-ee
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
master@gitlab/gitlabhq
-
master@gitlab/gitlab-ee
# Jobs that only need to pull cache
.dedicated-no-docs-pull-cache-job
:
&dedicated-no-docs-pull-cache-job
<<
:
*dedicated-runner
...
...
@@ -203,6 +217,11 @@ stages:
<<
:
*rspec-metadata
<<
:
*use-pg
.rspec-metadata-pg-10
:
&rspec-metadata-pg-10
<<
:
*rspec-metadata
<<
:
*use-pg-10
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-10-graphicsmagick-1.3.29"
.rspec-metadata-mysql
:
&rspec-metadata-mysql
<<
:
*rspec-metadata
<<
:
*use-mysql
...
...
@@ -580,6 +599,8 @@ setup-test-env:
-
schedules@gitlab-org/gitlab-ce
-
schedules@gitlab-org/gitlab-ee
kubernetes
:
active
variables
:
-
$REVIEW_APP_CLEANUP
except
:
refs
:
-
tags
...
...
@@ -648,8 +669,14 @@ rspec-pg:
<<
:
*rspec-metadata-pg
parallel
:
50
rspec-pg-10
:
<<
:
*rspec-metadata-pg-10
<<
:
*only-schedules-master
parallel
:
50
rspec-mysql
:
<<
:
*rspec-metadata-mysql
<<
:
*only-schedules-master
parallel
:
50
.rspec-quarantine
:
&rspec-quarantine
...
...
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