[PATCH] Add email notifier for lldb-x86_64-ubuntu-14.04-cmake

Tamas Berghammer tberghammer at google.com
Tue Apr 21 02:51:39 PDT 2015


Hi chying,

Add email notifier for lldb-x86_64-ubuntu-14.04-cmake

http://reviews.llvm.org/D9144

Files:
  buildbot/osuosl/master/config/status.py

Index: buildbot/osuosl/master/config/status.py
===================================================================
--- buildbot/osuosl/master/config/status.py
+++ buildbot/osuosl/master/config/status.py
@@ -123,4 +123,13 @@
             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"],
+            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.24106.patch
Type: text/x-patch
Size: 758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150421/e9c37913/attachment.bin>


More information about the llvm-commits mailing list