[Buildbot-devel] Question on configuration

Axel Hecht l10n.moz at googlemail.com
Tue Aug 28 16:22:46 UTC 2007


Hi Cary,

I recall that multiple dependencies have come up before. It shouldn't
be too hard to hack up multiple dependencies. My head starts to think
complex, because I see good use cases for both AND and OR, which just
calls for both, and combinations thereof. I guess that having a flag
for AND or OR should be good enough, everything beyond that should and
can be constructed by stacking the two on top of each other.

Axel

2007/8/27, Cary Fitzhugh <cfitzhugh at anystream.com>:
>
>
>
>
> Hi guys,
>
>
>
> I've got a buildbot setup with linux, windows, and cygwin slaves.  All of
> these slaves produce a .tar file which is put into a central server.
>
> So the idea was that after each of these three bots built, they would upload
> the tar file to the ftp server, and then another bot, called a packager
> would take those tar files and process them.
>
>
>
> I've tried a few things to get the packager bot to wait until everything has
> failed or succeeded, but I haven't been successful.
>
> I tried to make a dependent Scheduler, but that didn't seem to do anything.
>
> I then tried to assign a MasterLock to each of the three slaves, and then
> pass all 3 locks into the packager builder.
>
> Along w/ dependent schedulers,  I thought each of the three slaves would
> grab their locks first, then the packager would have to wait until all the
> locks were finished.  But it didn't seem to work either.
>
> Packager starts up and 'finishes' before the others are even done updating.
>
>
>
> Any ideas on how to accomplish having a builder wait until a set of builders
> are completed?
>
>
>
> Thanks!
>  Cary FitzHugh
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
>




More information about the devel mailing list