Skip to content

Double the concurrency of rspec-*-ee* jobs

Nick Thomas requested to merge (removed):increase-ee-job-concurrency into master

What does this MR do?

Waiting for https://gitlab.com/gitlab-org/gitlab-ee/pipelines/28104110 to complete so I could merge it, I noticed that the rspec-(mysql|pg)-ee jobs were taking roughly 40 minutes, while all the other jobs were taking roughly 20.

Since the concurrency is only 2 at present, doubling it to 4 seems like a good way to cut 20 minutes off the average pipeline runtime. Let's see if it works :)

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports