[Buildbot-devel] Send only one mail even when several builds fail

Aurelien Bompard aurelien at bompard.org
Sun Oct 17 09:39:40 UTC 2010


Hi David,

> I've set up buildbot running 5 different builders; now, when the build
> fails due to a commit, it mostly fails on all those builders, leading to
> five mails being sent. Is there some means to 'merge' those mails into
> one? Or maybe to stop sending further mails after the first was sent,
> since this is enough to get the committers attention?

This may not be what you're looking for, but you could also merge those 
builders into the buildsteps of a single builder, and have the first step 
flunkOnFailure (thus not running the other steps, and sending a single 
mail).

However, I may have a similar need : I have a nightly scheduler which 
triggers the builders, and I'd like to send a single summary mail when all 
the builders have run.

It looks like the same problem to me, but if it's not I'll happily open a 
new thread (and in this case, sorry for highjacking...)

Do we have something similar to the mergeRequests function, but for 
notifications ? (this is not specific to sending mails, it could apply to 
IRC and others too)


Cheers,
Aurélien
-- 
http://aurelien.bompard.org  ~~~~  Jabber : abompard at jabber.fr
Go away or I will replace you with a very small shell script




More information about the devel mailing list