[Buildbot-devel] Consoldate Build Failure Emails?

Jeremy Cornett jeremy.cornett at venafi.com
Mon May 13 21:43:33 UTC 2013


Yes, I thought about doing something like that, but discarded the idea because it's not flexible enough for our implementation of buildbot. We use a custom change filter to fire off builders dynamically, and using triggers to guide this isn't a viable solution. I think we've found a temporary solution to this problem for now. I won't go into it because it's too specific to our alterations of the buildbot code to be of any use to anyone else.

Thanks,
Jeremy

-----Original Message-----
From: Charles Lepple [mailto:clepple at gmail.com] 
Sent: Friday, May 10, 2013 5:02 PM
To: Jeremy Cornett
Cc: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] Consoldate Build Failure Emails?

On May 10, 2013, at 3:11 PM, Jeremy Cornett wrote:

> Is it possible to have BuildBot consolidate the multiple failures down to one email instead that lists all the failed builders?

Have you tried something like this?

   http://thread.gmane.org/gmane.comp.python.buildbot.devel/7226

Connect the change source to a builder which does nothing but trigger the other builders (synchronously), and configure the email status target to only look at the first builder.

I'm not sure what the resulting email looks like, but I think it will list which dependent builders have failed.

-- 
Charles Lepple
clepple at gmail







More information about the devel mailing list