Commit f21722fe authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 011f5421
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
############################ ############################
# rspec job parallel configs # rspec job parallel configs
.rspec-migration-parallel: .rspec-migration-parallel:
parallel: 7 parallel: 9
.rspec-ee-migration-parallel: .rspec-ee-migration-parallel:
parallel: 3 parallel: 3
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
parallel: 20 parallel: 20
.rspec-ee-unit-parallel: .rspec-ee-unit-parallel:
parallel: 10 parallel: 12
.rspec-ee-unit-geo-parallel: .rspec-ee-unit-geo-parallel:
parallel: 2 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