[PATCH] D28958: [zorg] Send CUDA buildbot notifications to myself.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 10:32:49 PST 2017


tra created this revision.
Herald added a subscriber: jlebar.

https://reviews.llvm.org/D28958

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
@@ -177,4 +177,13 @@
             builders = ["polly-arm-linux"],
             addLogs=False,
             num_lines = 15),
+        InformativeMailNotifier(
+            fromaddr = "llvm.buildmaster at lab.llvm.org",
+            sendToInterestedUsers= False,
+            extraRecipients = ["tra+buildbot at google.com"],
+            subject="Build %(builder)s Failure",
+            mode = "failing",
+            builders = ["clang-cuda-build"],
+            addLogs=False,
+            num_lines = 15),
         ]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28958.85155.patch
Type: text/x-patch
Size: 717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170120/3ac9f5c2/attachment.bin>


More information about the llvm-commits mailing list