[Buildbot-devel] Build FIXED: How to notify about a build which passed when the previous build has failed?

Marcus Lindblom macke at yar.nu
Sun Nov 15 18:27:45 UTC 2009


Matisse Enzer wrote:
> Is there a currently supported mechanism to notify about a build which passed when the previous build has failed?
> 
> Is this issue covered by http://buildbot.net/trac/ticket/381 ?
> If so, where is this behavior documented? I tried looking in <http://djmitche.github.com/buildbot/docs/0.7.11/#Status-Delivery> but didn't find it.

I added support to the MailNotifier to send changes only when build 
status changes (pass -> fail, fail -> pass, but never pass -> pass or 
fail -> fail).

Nothing for IRC AFAIK, but a similar solution could be inferred from my 
changes:

http://buildbot.net/trac/changeset/a421d38875b41e38d9a7a976235d80a1e9cd2415/buildbot/status/mail.py

Cheers,
/Marcus





More information about the devel mailing list