[Buildbot-devel] Concurrent builds on different slaves

Dustin J. Mitchell dustin at zmanda.com
Wed Nov 12 00:27:49 UTC 2008


On Tue, Nov 11, 2008 at 6:41 PM, Jean-Paul Calderone <exarkun at divmod.com> wrote:
>        'locks': [oneCPULock]}
...
> However, when I do this, builds across the two builders seem to end up
> serialized instead of parallelised.  However, just to make things complicated,
> *some* builds will run in parallel.  I cannot discern what pattern these
> builds follow, though.

Your "slave.copy()" is a shallow copy, so those slaves are sharing a
single lock object.

Dustin

-- 
Storage Software Engineer
http://www.zmanda.com




More information about the devel mailing list