The platforms function uses Builders.local in all cases. Builders.v looks redundant (the project builds without it). A pool is defined for Builders.local.pool but it isn't passed through to the Query Module. This PR addresses this so the number of concurrent build jobs is limited. This aims to address https://github.com/ocurrent/ocaml-ci/issues/947
The
platforms
function usesBuilders.local
in all cases.Builders.v
looks redundant (the project builds without it). A pool is defined forBuilders.local.pool
but it isn't passed through to theQuery
Module. This PR addresses this so the number of concurrent build jobs is limited. This aims to address https://github.com/ocurrent/ocaml-ci/issues/947