Skip to content

Commit 5f9e01c

Browse files
authored
Update notification reiepients for llvm-clang-ubuntu-x-aarch64-pauth builder. (#665)
1 parent 79935bc commit 5f9e01c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

buildbot/osuosl/master/config/status.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ def getReporters():
260260
"llvm-nvptx-nvidia-ubuntu", "llvm-nvptx64-nvidia-ubuntu",
261261
"llvm-nvptx-nvidia-win", "llvm-nvptx64-nvidia-win",
262262
"lldb-remote-linux-ubuntu", "lldb-remote-linux-win",
263-
"lldb-x86_64-win"])
263+
"lldb-x86_64-win",
264+
"llvm-clang-ubuntu-x-aarch64-pauth"])
264265
]),
265266
reporters.MailNotifier(
266267
fromaddr = status_email_fromaddr,
@@ -272,6 +273,15 @@ def getReporters():
272273
"lldb-remote-linux-ubuntu", "lldb-remote-linux-win",
273274
"lldb-x86_64-win"])
274275
]),
276+
reporters.MailNotifier(
277+
fromaddr = status_email_fromaddr,
278+
sendToInterestedUsers = False,
279+
extraRecipients = ["[email protected]", "[email protected]"],
280+
generators = [
281+
utils.LLVMDefaultBuildStatusGenerator(
282+
builders = [
283+
"llvm-clang-ubuntu-x-aarch64-pauth"])
284+
]),
275285
reporters.MailNotifier(
276286
fromaddr = status_email_fromaddr,
277287
sendToInterestedUsers = False,

0 commit comments

Comments
 (0)