Skip to content

Commit 7d1faa6

Browse files
authored
[AMDGPU] Make builders send emails to maintainer (#394)
These have been moved to production more or less recently, make them send email to the maintainers when they fail.
1 parent c16b052 commit 7d1faa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildbot/osuosl/master/config/status.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,12 @@ def getReporters():
419419
builders = [
420420
"clang-hip-vega20",
421421
"openmp-offload-amdgpu-runtime",
422+
"openmp-offload-amdgpu-runtime-2",
422423
"openmp-offload-libc-amdgpu-runtime",
423424
"openmp-offload-sles-build-only",
424-
"amdgpu-offload-ubuntu-22-cmake-build-only"
425+
"amdgpu-offload-ubuntu-22-cmake-build-only",
426+
"amdgpu-offload-rhel-8-cmake-build-only",
427+
"amdgpu-offload-rhel-9-cmake-build-only",
425428
])
426429
]),
427430
reporters.MailNotifier(

0 commit comments

Comments
 (0)