Skip to content

Commit 527a161

Browse files
authored
[AMDGPU] Consolidates and updates notify for builders (#346)
This consolidates the setup of AMD ROCm maintainted buildbots and their notification behvaior.
1 parent 7044924 commit 527a161

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

buildbot/osuosl/master/config/status.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,6 @@ def getReporters():
402402
"mlir-nvidia",
403403
"ppc64le-mlir-rhel-clang"])
404404
]),
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-
]),
413405
reporters.MailNotifier(
414406
fromaddr=status_email_fromaddr,
415407
sendToInterestedUsers = False,
@@ -424,7 +416,12 @@ def getReporters():
424416
extraRecipients=["dl.gcr.lightning.buildbot@amd.com"],
425417
generators = [
426418
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+
])
428425
]),
429426
reporters.MailNotifier(
430427
fromaddr=status_email_fromaddr,

0 commit comments

Comments
 (0)