[Buildbot-devel] Continuous / repeated builds

Ian Zimmerman itz at clustrix.com
Wed Aug 25 23:05:55 UTC 2010


On Tue, 13 Jul 2010 08:28:02 -0400
Chris AtLee <chris at atlee.ca> wrote:

> You could write a custom scheduler that subscribes to any builds that
> it creates, and starts a new build once the previous one has finished.

This is exactly what I tried as I outlined in the other subthread.

My latest workaround seems to always "work" and also be cleaner than a
cron hack.  I derive from Periodic but instead of always scheduling the
next build immediately, I keep track (via buildSetFinished) of how many
outstanding builds there are and I schedule a bunch of new ones if the
count runs low.

I guess I should try 0.8.* someday, the database backend may have fixed
the reconfig glitches.

Ian.




More information about the devel mailing list