Commit 01c917e3 authored by Robert Speicher's avatar Robert Speicher

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
......@@ -139,7 +139,7 @@ setup-test-env:
rspec unit pg:
<<: *rspec-metadata-pg
parallel: 20
parallel: 25
rspec integration pg:
<<: *rspec-metadata-pg
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment