[Buildbot-devel] Q: How do simultaneous change-set builds not collide?

Dustin J. Mitchell dustin at zmanda.com
Fri May 16 03:12:57 UTC 2008


On Thu, May 15, 2008 at 11:03 PM, Mike Kent <mrmakent at cox.net> wrote:
> If I have a build configured to allow multiple simultaneous builds to occur on a
> build slave, and a build of a change-set is triggered while another change-set
> build is already running on the same build slave, what keeps the two checkouts
> of the change-set source code from colliding?  I'm a newbie at buildbot, and I
> don't see anything that would put the two change-set source checkouts into
> different directories.

The same *builder* can't run two builds at the same time.  Each
builder has its own subdirectory on each slave, so as long as builds
stick to their subdirectories, there should be no interference.

Dustin

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




More information about the devel mailing list