Skip to content

Jenkins: decrease the size of the build queue

Mark Janes requested to merge queue into master

Tripling the size of the build queue was too aggressive. It resolved starvation of jobs, but brought back the original problem of jobs dropping off the end queue.

Limit the queue length to 40, which should provide a better balance to the two problems.

Longer term, we need a better scheduling algorithm to coordinate jobs on the CI.

Merge request reports