File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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 = ["atrosinenko@accesssoftek.com" , "dkovalev@accesssoftek.com" ],
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 ,
You can’t perform that action at this time.
0 commit comments