[PATCH] D64363: Remove extraRecipients for sanitizer-x86_64-linux-gn
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 13:36:14 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL365385: Remove extraRecipients for sanitizer-x86_64-linux-gn (authored by vitalybuka, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64363/new/
https://reviews.llvm.org/D64363
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
@@ -281,12 +281,4 @@
mode = "failing",
builders = ["lldb-arm-ubuntu","lldb-aarch64-ubuntu"],
addLogs=False),
- InformativeMailNotifier(
- fromaddr = "llvm.buildmaster at lab.llvm.org",
- sendToInterestedUsers= False,
- extraRecipients = ["vitalybuka at google.com", "eugenis at google.com"],
- subject="Build %(builder)s Failure",
- mode = "failing",
- builders = ["sanitizer-x86_64-linux-gn"],
- addLogs=False),
]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64363.208496.patch
Type: text/x-patch
Size: 774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/05d275b4/attachment.bin>
More information about the llvm-commits
mailing list