Skip to content

Commit 1004843

Browse files
authored
Add notifier for openmp-s390x-linux builder (#309)
1 parent 910c706 commit 1004843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/osuosl/master/config/status.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ def getReporters():
158158
"clang-s390x-linux",
159159
"clang-s390x-linux-multistage",
160160
"clang-s390x-linux-lnt",
161-
"mlir-s390x-linux"])
161+
"mlir-s390x-linux",
162+
"openmp-s390x-linux"])
162163
]),
163164
reporters.MailNotifier(
164165
fromaddr = status_email_fromaddr,

0 commit comments

Comments
 (0)