Skip to content

Commit e6feaac

Browse files
authored
Also notify @cmtice for lldb-x86_64-debian failures (#556)
1 parent e1bc354 commit e6feaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def getReporters():
242242
reporters.MailNotifier(
243243
fromaddr = status_email_fromaddr,
244244
sendToInterestedUsers = False,
245-
extraRecipients = ["[email protected]"],
245+
extraRecipients = ["[email protected]", "[email protected]"],
246246
generators = [
247247
utils.LLVMDefaultBuildStatusGenerator(
248248
builders = ["lldb-x86_64-debian"])

0 commit comments

Comments
 (0)