Skip to content
Snippets Groups Projects
Commit 01c917e3 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch '63825-increase-rspec-parallelism' into 'master'

Attempt to work around migration spec failures by increasing parallelism

See merge request gitlab-org/gitlab-ce!30130
parents 1d78c69c 859594a8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -139,7 +139,7 @@ setup-test-env:
 
rspec unit pg:
<<: *rspec-metadata-pg
parallel: 20
parallel: 25
 
rspec integration pg:
<<: *rspec-metadata-pg
Loading
Loading
@@ -152,7 +152,7 @@ rspec system pg:
rspec unit pg-10:
<<: *rspec-metadata-pg-10
<<: *only-schedules-master
parallel: 20
parallel: 25
 
rspec integration pg-10:
<<: *rspec-metadata-pg-10
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment