[PATCH] Add email notifier for lldb-x86_64-ubuntu-14.04-cmake
Tamas Berghammer
tberghammer at google.com
Wed Apr 22 02:13:21 PDT 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9144
Files:
zorg/trunk/buildbot/osuosl/master/config/status.py
Index: zorg/trunk/buildbot/osuosl/master/config/status.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/status.py
+++ zorg/trunk/buildbot/osuosl/master/config/status.py
@@ -123,4 +123,14 @@
builders = ["llgo-x86_64-linux"],
addLogs=False,
num_lines = 15),
+ InformativeMailNotifier(
+ fromaddr = "llvm.buildmaster at lab.llvm.org",
+ sendToInterestedUsers= False,
+ extraRecipients = ["lldb-build-police-gmt at grotations.appspotmail.com",
+ "lldb-build-police-pst at grotations.appspotmail.com"],
+ subject="Build %(builder)s Failure",
+ mode = "failing",
+ builders = ["lldb-x86_64-ubuntu-14.04-cmake"],
+ addLogs=False,
+ num_lines = 15),
]
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9144.24201.patch
Type: text/x-patch
Size: 875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150422/cd464366/attachment.bin>
More information about the llvm-commits
mailing list