[zorg] r316603 - [zorg] Update status reporting of reverse-iteration builder
Pengxuan Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 12:36:45 PDT 2017
Author: pzheng
Date: Wed Oct 25 12:36:44 2017
New Revision: 316603
URL: http://llvm.org/viewvc/llvm-project?rev=316603&view=rev
Log:
[zorg] Update status reporting of reverse-iteration builder
Summary:
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.
Reviewers: mgrang, zinob, gkistanova, vleschuk, dblaikie
Reviewed By: dblaikie
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D39258
Modified:
zorg/trunk/buildbot/osuosl/master/config/status.py
Modified: zorg/trunk/buildbot/osuosl/master/config/status.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/status.py?rev=316603&r1=316602&r2=316603&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/status.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/status.py Wed Oct 25 12:36:44 2017
@@ -202,10 +202,10 @@ def get_status_targets(standard_builders
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),
More information about the llvm-commits
mailing list