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
bad05921
Commit
bad05921
authored
Feb 07, 2020
by
Albert Salim
Committed by
Lin Jen-Shin
Feb 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Review parallel count for `rspec *` jobs"
parent
bbcd604f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+7
-7
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
bad05921
...
...
@@ -102,13 +102,13 @@ rspec migration pg9:
extends
:
-
.rspec-base-pg9
-
.rspec-base-migration
parallel
:
4
parallel
:
5
rspec migration pg9-foss
:
extends
:
-
.rspec-base-pg9-foss
-
.rspec-base-migration
parallel
:
4
parallel
:
5
rspec unit pg9
:
extends
:
.rspec-base-pg9
...
...
@@ -120,11 +120,11 @@ rspec unit pg9-foss:
rspec integration pg9
:
extends
:
.rspec-base-pg9
parallel
:
6
parallel
:
8
rspec integration pg9-foss
:
extends
:
.rspec-base-pg9-foss
parallel
:
6
parallel
:
8
rspec system pg9
:
extends
:
.rspec-base-pg9
...
...
@@ -140,7 +140,7 @@ rspec unit pg10:
rspec integration pg10
:
extends
:
.rspec-base-pg10
parallel
:
6
parallel
:
8
rspec system pg10
:
extends
:
.rspec-base-pg10
...
...
@@ -170,11 +170,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 migration pg10
:
extends
:
...
...
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