Skip to content

Improve queueing and locking of builds exposed to runners [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Grzegorz Bizon requested to merge feature/gb/improve-builds-queueing into master

What does this MR do?

This merge request introduced a limit to the builds queue depth. This will limit the amount of builds we go through to find a build that can be picked by runners. Should also reduce the number of 409 responses by making it less like to fall into the Triangular Requests problem with GitLab Runners.

Conformity

Issues

Edited by Grzegorz Bizon

Merge request reports