In addition to the original limit reques: total number of concurrent builds (the original request),
I would like to see an additional limit: total number of concurrent builds per slave.
This is to handle a specific requirement I have: for some of my jobs, I can run builds concurrently on different machines, but I cannot have builds running concurrently on the same machine.
At the moment, the way I achieve this is by only having one executor per slave, but that imposes a stronger restriction that I really need. Having a concurrent-per-machine limit would meet my requirements exactly.
In addition to the original limit reques: total number of concurrent builds (the original request),
I would like to see an additional limit: total number of concurrent builds per slave.
This is to handle a specific requirement I have: for some of my jobs, I can run builds concurrently on different machines, but I cannot have builds running concurrently on the same machine.
At the moment, the way I achieve this is by only having one executor per slave, but that imposes a stronger restriction that I really need. Having a concurrent-per-machine limit would meet my requirements exactly.