[PATCH] D58823: [zorg] Modify the 'armv7' and 'aarch64' builders on buildbot to send e-mails to the committers when the build breaks

Leandro Nunes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 06:23:22 PST 2019


leandron created this revision.
leandron added a reviewer: gkistanova.
Herald added subscribers: kristof.beyls, javed.absar.
Herald added a reviewer: serge-sans-paille.

Enable two builbot builders to send e-mail when build breaks:

- http://lab.llvm.org:8011/builders/clang-armv7-linux-build-cache
- http://lab.llvm.org:8011/builders/clang-aarch64-linux-build-cache


https://reviews.llvm.org/D58823

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
@@ -88,7 +88,7 @@
             num_lines = 15),
         InformativeMailNotifier(
             fromaddr = "llvm.buildmaster at lab.llvm.org",
-            sendToInterestedUsers= False,
+            sendToInterestedUsers= True,
             extraRecipients = ["leandro.nunes at arm.com"],
             subject="Build %(builder)s Failure",
             mode = "failing",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58823.188895.patch
Type: text/x-patch
Size: 566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190301/07223f05/attachment.bin>


More information about the llvm-commits mailing list