[Buildbot-devel] Inhibiting retry behavior when a builder disconnects

Charles Lepple clepple at gmail.com
Wed Oct 13 15:51:56 UTC 2010


On Oct 12, 2010, at 9:16 PM, Charles Lepple <clepple at gmail.com> wrote:

> I have a test case where I would like to tell a builder not to retry a build if the slave disconnects. (The idea is that another builder will re-trigger it when the slave comes back)
> 
> Is there a good way to do this in master.cfg? I haven't tried modifying Builder classes there, but I suspect it might be complicated by the Factory system). Any guidance would be appreciated. 

Looks like this is possible by overriding LoggingBuildStep.checkDisconnect() to not call self.finished(RETRY). 



More information about the devel mailing list