Skip to content

Commit

Permalink
Add a mailer config for MLIR testing bots to Google build monitoring …
Browse files Browse the repository at this point in the history
…mailing-list

Differential Revision: https://reviews.llvm.org/D98961
  • Loading branch information
joker-eph committed Mar 20, 2021
1 parent 70a8255 commit 195507c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion buildbot/osuosl/master/config/status.py
Expand Up @@ -249,7 +249,16 @@
subject = "Build %(builder)s Failure",
mode = "failing",
builders = ["llvm-clang-x86_64-sie-ubuntu-fast"]),

reporters.MailNotifier(
fromaddr="llvm.buildmaster@lab.llvm.org",
sendToInterestedUsers = False,
extraRecipients=[
"mlir-bugs-external+buildbot@googlegroups.com"],
subject = "MLIR Build Failure: %(builder)s",
mode = "failing",
builders = ["mlir-nvidia",
"mlir-windows",
"ppc64le-mlir-rhel-clang"]),
]


Expand Down

0 comments on commit 195507c

Please sign in to comment.