[PATCH] D148875: Add mail reporter for builder clang-cmake-x86_64-avx512-linux
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 08:14:26 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rZORG9185b9aa01f1: Add mail notifications for the clang-cmake-x86_64-avx512-linux builder (authored by aaron.ballman).
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148875/new/
https://reviews.llvm.org/D148875
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
@@ -347,6 +347,13 @@
subject = "Build %(builder)s Failure",
mode = "failing",
builders = ["clang-debian-cpp20"]),
+ reporters.MailNotifier(
+ fromaddr = "llvm.buildmaster at lab.llvm.org",
+ sendToInterestedUsers = False,
+ extraRecipients = ["llvm.buildbot.notification at intel.com"],
+ subject = "Build %(builder)s Failure",
+ mode = "failing",
+ builders = ["clang-cmake-x86_64-avx512-linux"]),
]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148875.515739.patch
Type: text/x-patch
Size: 675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230421/c628a135/attachment.bin>
More information about the llvm-commits
mailing list