Skip to content

Commit 0537800

Browse files
authored
Add personal email to the list of notifications for my bots. (#515)
1 parent c2964fa commit 0537800

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
@@ -343,7 +343,8 @@ def getReporters():
343343
reporters.MailNotifier(
344344
fromaddr = status_email_fromaddr,
345345
sendToInterestedUsers = False,
346-
extraRecipients = ["douglas.yung@sony.com"],
346+
extraRecipients = ["douglas.yung@sony.com",
347+
"douglasyung.llvm@gmail.com" ],
347348
generators = [
348349
utils.LLVMDefaultBuildStatusGenerator(
349350
builders = [

0 commit comments

Comments
 (0)