[PATCH] D39258: [zorg] Update status reporting of reverse-iteration builder

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 13:56:23 PDT 2017


pzheng created this revision.

The mail notification to "interested users" has been disabled for the
reverse-iteration builder. This patch turns the mail notification on so that
interested users are notified of new failures on the reverse-iteration
builder. Notice that only transitions from pass to fail on the builder will
trigger mail notification. Subsequent failures will not be reported repeatedly.


https://reviews.llvm.org/D39258

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
@@ -202,10 +202,10 @@
             num_lines = 15),
         InformativeMailNotifier(
             fromaddr = "llvm.buildmaster at lab.llvm.org",
-            sendToInterestedUsers= False,
+            sendToInterestedUsers= True,
             extraRecipients = ["mgrang at codeaurora.org"],
             subject="Build %(builder)s Failure",
-            mode = "failing",
+            mode = "problem",
             builders = ["reverse-iteration"],
             addLogs=False,
             num_lines = 15),


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39258.120127.patch
Type: text/x-patch
Size: 706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171024/7a55c518/attachment.bin>


More information about the llvm-commits mailing list