Commit 974d2a9f authored by Albert Salim's avatar Albert Salim

Merge branch 'increase-parallelization-for-migration-and-ee-unit-jobs' into 'master'

Increase parallelization by one for the migration and ee-unit jobs

See merge request gitlab-org/gitlab!64206
parents 9259bfd4 f21722fe
......@@ -113,7 +113,7 @@
############################
# rspec job parallel configs
.rspec-migration-parallel:
parallel: 7
parallel: 9
.rspec-ee-migration-parallel:
parallel: 3
......@@ -122,7 +122,7 @@
parallel: 20
.rspec-ee-unit-parallel:
parallel: 10
parallel: 12
.rspec-ee-unit-geo-parallel:
parallel: 2
......
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