Commit af930550 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch '237841-increase-rspec-migration-jobs-parallelization' into 'master'

ci: Increase the parallelization of the RSpec migration jobs

See merge request gitlab-org/gitlab!58925
parents f293b14a 64e52ce9
...@@ -113,10 +113,10 @@ ...@@ -113,10 +113,10 @@
############################ ############################
# rspec job parallel configs # rspec job parallel configs
.rspec-migration-parallel: .rspec-migration-parallel:
parallel: 5 parallel: 7
.rspec-ee-migration-parallel: .rspec-ee-migration-parallel:
parallel: 2 parallel: 3
.rspec-unit-parallel: .rspec-unit-parallel:
parallel: 20 parallel: 20
......
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