Skip to content

Commit

Permalink
Add extra notification recipients for LLDB remote-linux builders.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvereschaka committed Nov 23, 2024
1 parent 7ddf535 commit 4347b0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buildbot/osuosl/master/config/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,15 @@ def getReporters():
"llvm-nvptx-nvidia-win", "llvm-nvptx64-nvidia-win",
"lldb-remote-linux-ubuntu", "lldb-remote-linux-win"])
]),
reporters.MailNotifier(
fromaddr = status_email_fromaddr,
sendToInterestedUsers = False,
extraRecipients = ["[email protected]", "[email protected]"],
generators = [
utils.LLVMDefaultBuildStatusGenerator(
builders = [
"lldb-remote-linux-ubuntu", "lldb-remote-linux-win"])
]),
reporters.MailNotifier(
fromaddr = status_email_fromaddr,
sendToInterestedUsers = False,
Expand Down

0 comments on commit 4347b0d

Please sign in to comment.