[PATCH] Add email notifications for failures on lldb-darwin builder

Ying Chen chying at google.com
Mon May 18 16:11:23 PDT 2015


Hi chaoren, sivachandra, vharron,

Since lldb darwin builder is green, add email notification to lldb "duty rotation alias" for any failures

http://reviews.llvm.org/D9840

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
@@ -129,7 +129,8 @@
                                "lldb-build-police-pst at grotations.appspotmail.com"],
             subject="Build %(builder)s Failure",
             mode = "failing",
-            builders = ["lldb-x86_64-ubuntu-14.04-cmake"],
+            builders = ["lldb-x86_64-ubuntu-14.04-cmake",
+                        "lldb-x86_64-darwin-13.4"],
             addLogs=False,
             num_lines = 15),
         ]

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9840.26023.patch
Type: text/x-patch
Size: 630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150518/8d87cbcd/attachment.bin>


More information about the llvm-commits mailing list