Skip to content

solves #33113 - speeds up CI builds to avoid timeout failures and improve dev cycle time

What does this MR do?

Creates more parallel jobs for CI testing of gitlab-ce, resulting in shorter job run times.

Why was this MR needed?

  1. CI jobs for builds of gitlab-ce failing due to timeouts at 1h per job.
  2. need shorter development/test cycle (moved from 1h15m to 40m with this change)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#33113 (moved)

Merge request reports