[Buildbot-devel] per module scheduler
Alexander Lorenz
lorenz at testingtech.de
Tue Aug 22 08:30:52 UTC 2006
sounds like what you need is a proper implementation of the method that
computes the boolean 'fileIsImportant' trigger argument for your scheduler.
Let it work on the information you can get from the current change (
http://buildbot.sourceforge.net/manual-0.7.3.html#Attributes-of-Changes
) to get the result you need.
hth
lx
christian unger wrote:
> Hi,
>
> we are successfully using buildbot in a mixed cvs/svn environment.
>
> What I would like to do though is schedule builders on a per module
> basis:
>
> We currently develop 3 products in the cvs repo:
>
> one is completely on the head;
> the two others each have one module on the head and their other
> dependencies live on a branch.
>
> I have setup two scheulers which each check for the head - the
> branch respectively, the head scheduler triggers three builders, the
> branch scheduler triggers two of these builders.
> Now I think it would be best to just monitor the head and tell from
> the changed module which builder should start working, which would be
> the best way to achieve this?
> is there a way to tell the bot a module dependency?
>
>
> greetings
> cu
> christian unger
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> 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