Skip to content

Restore cluster wide gitlab runner job concurrency of 40

Dduvall requested to merge review/double-runner-concurrency into main

This follows up d13afd76 which decreased the runner replicas from 2 to 1. Since each runner has its own concurrent (max concurrency) setting, this reduced the overall job capacity from 40 to 20. Double the remaining runner's concurrent setting to restore the same overall capacity.

Bug: T344951

Merge request reports