File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -402,14 +402,6 @@ def getReporters():
402
402
"mlir-nvidia" ,
403
403
"ppc64le-mlir-rhel-clang" ])
404
404
]),
405
- reporters .MailNotifier (
406
- fromaddr = status_email_fromaddr ,
407
- sendToInterestedUsers = False ,
408
- extraRecipients = ["dl.gcr.lightning.buildbot@amd.com" ],
409
- generators = [
410
- utils .LLVMDefaultBuildStatusGenerator (
411
- builders = ["clang-hip-vega20" ])
412
- ]),
413
405
reporters .MailNotifier (
414
406
fromaddr = status_email_fromaddr ,
415
407
sendToInterestedUsers = False ,
@@ -424,7 +416,12 @@ def getReporters():
424
416
extraRecipients = ["dl.gcr.lightning.buildbot@amd.com" ],
425
417
generators = [
426
418
utils .LLVMDefaultBuildStatusGenerator (
427
- builders = ["openmp-offload-amdgpu-runtime" ])
419
+ builders = [
420
+ "clang-hip-vega20" ,
421
+ "openmp-offload-amdgpu-runtime" ,
422
+ "openmp-offload-libc-amdgpu-runtime" ,
423
+ "openmp-offload-sles-build-only"
424
+ ])
428
425
]),
429
426
reporters .MailNotifier (
430
427
fromaddr = status_email_fromaddr ,
You can’t perform that action at this time.
0 commit comments