[Buildbot-devel] Many builds out of one directory?

Axel Hecht l10n.moz at googlemail.com
Mon May 14 19:15:53 UTC 2007


Sob, my standard answer of the recent days applies.

You would need to lock down your source dir for all builds, which will
require a special scheduler. On top of that, you'd need to do a
checkout per slave, another thing that I'm working on, as it requires
a hacked up lock. And of course, in my case, i use several steps to
pull, so I need to hack up BuildStepGroup.

None of that is in review shape just yet.

Brian, this comes up often enough, are you interested in taking this
up stream? If so, how would we go about it?

Axel

2007/5/14, Nathan J. Williams <nathanw at mit.edu>:
>
> I'm starting to set up a bunch of builds with buildbot. I have the
> different builders and their dependancies reasonably configured, but
> there's one aspect that would be helpful to change.
>
> The problem is that all of my builds build slightly different products
> or configurations out of one very large source tree, about 2GB. The
> straightforward configuration of this leads to having a checked-out
> tree for each distinct build, which is rapidly becoming a problem. The
> builds themselves are reasonably well-behaved and can coexist in a
> single tree, even being built at the same time; is there some sensible
> way I can configure buildbot to do its builds and updates with just
> one checked-out tree?
>
>     - Nathan
>




More information about the devel mailing list