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
b0b14d36
Commit
b0b14d36
authored
Feb 07, 2020
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt parallelization change from:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24561
parent
8e708197
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+5
-5
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
b0b14d36
...
...
@@ -344,7 +344,7 @@ rspec unit pg10:
rspec integration pg10
:
extends
:
.rspec-base-pg10
parallel
:
6
parallel
:
8
rspec system pg10
:
extends
:
.rspec-base-pg10
...
...
@@ -422,7 +422,7 @@ rspec migration pg9-as-if-foss:
extends
:
-
.rspec-base-pg9-as-if-foss
-
.rspec-base-migration
parallel
:
4
parallel
:
5
rspec unit pg9-as-if-foss
:
extends
:
.rspec-base-pg9-as-if-foss
...
...
@@ -430,7 +430,7 @@ rspec unit pg9-as-if-foss:
rspec integration pg9-as-if-foss
:
extends
:
.rspec-base-pg9-as-if-foss
parallel
:
6
parallel
:
8
rspec system pg9-as-if-foss
:
extends
:
.rspec-base-pg9-as-if-foss
...
...
@@ -448,11 +448,11 @@ rspec-ee unit pg9:
rspec-ee integration pg9
:
extends
:
.rspec-ee-base-pg9
parallel
:
3
parallel
:
4
rspec-ee system pg9
:
extends
:
.rspec-ee-base-pg9
parallel
:
5
parallel
:
6
.rspec-ee-base-geo
:
extends
:
.rspec-base-ee
...
...
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