Hello,

We are using buildbot with primary DockerLatentWorkers for our CI. So,
given a physical machine, we have several DockerLatentWorkers that may run
on it. While this works well, in some cases buildbot starts too many latent
workers on the same machine. Is there a way to limit starting builds for a
particular DockerLatentWorker if others are already running on the same
machine?

I feel like this should be achievable using the canStartBuild, but I am
unsure how. Is it possible to access the full list of defined latent
workers and see if one is on or not in the canStartBuild function?

Thank you!
Vlad Bogolin
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to