python / buildmaster-config

Configuration for buildbot.python.org

Home Page:https://buildbot.python.org/all/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not send "buildbot went away" emails to the buildbot-status maling list

pablogsal opened this issue · comments

@ned-deily requested that the "buildbot went away" emails are not sent to the buildbot-status mailing list. Any objections?

CC: @vstinner @zware

I don't see the point of these emails. Please stop to send them :-)

They're supposed to only be sent when a worker suddenly disappears, not every time the master is restarted (and restarts have become rather more frequent of late :)). I've pinged buildbot/buildbot#4234 about it, but if there's no change then we might as well disable them to the list:

map(str, filter(None, (settings.get("status_email", None), owner_email)))

Removing settings.get("status_email", None) here would do it.