bug 398494: Automation should send nicer emails - update production automation configs. r=rhelmer, patch=me
git-svn-id: svn://10.0.0.236/trunk@244219 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -330,6 +330,15 @@ c['status'].append(tinderbox.TinderboxMailNotifier(
|
||||
relayhost="smtp.mozilla.org",
|
||||
logCompression="bzip2")
|
||||
)
|
||||
|
||||
from buildbot.status.mail import MailNotifier
|
||||
c['status'].append(MailNotifier(
|
||||
fromaddr="bootstrap@mozilla.com",
|
||||
sendToInterestedUsers=False,
|
||||
extraRecipients=["build@mozilla.org"],
|
||||
mode="passing",
|
||||
builders=["tag", "linux_build", "macosx_build", "sign", "stage"],
|
||||
relayhost="smtp.mozilla.org"))
|
||||
|
||||
####### DEBUGGING OPTIONS
|
||||
#c['debugPassword'] = "debugpassword"
|
||||
|
||||
@@ -337,6 +337,15 @@ c['status'].append(tinderbox.TinderboxMailNotifier(
|
||||
relayhost="smtp.mozilla.org",
|
||||
logCompression="bzip2")
|
||||
)
|
||||
|
||||
from buildbot.status.mail import MailNotifier
|
||||
c['status'].append(MailNotifier(
|
||||
fromaddr="bootstrap@mozilla.com",
|
||||
sendToInterestedUsers=False,
|
||||
extraRecipients=["build@mozilla.org"],
|
||||
mode="passing",
|
||||
builders=["tag", "linux_build", "macosx_build", "sign", "stage"],
|
||||
relayhost="smtp.mozilla.org"))
|
||||
|
||||
####### DEBUGGING OPTIONS
|
||||
#c['debugPassword'] = "debugpassword"
|
||||
|
||||
Reference in New Issue
Block a user