Skip to content

Commit

Permalink
Add extra notification recipients for LLDB remote-linux builders. (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvereschaka authored Nov 24, 2024
1 parent 7ddf535 commit c2fe2ec
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 = ["dvassiliev@accesssoftek.com", "vdzhidzhoev@accesssoftek.com"],
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 c2fe2ec

Please sign in to comment.