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

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 12:46:41 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL292977: [zorg] Send CUDA buildbot notifications to myself. (authored by tra).

Changed prior to commit:
  https://reviews.llvm.org/D28958?vs=85155&id=85620#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28958

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
@@ -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.85620.patch
Type: text/x-patch
Size: 750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/8ee1e9dc/attachment.bin>


More information about the llvm-commits mailing list