| Index: masters/master.tryserver.blink/master_site_config.py
|
| diff --git a/masters/master.tryserver.blink/master_site_config.py b/masters/master.tryserver.blink/master_site_config.py
|
| index a387ec83cc1b9f86b837cf45a5b1f61cc0d443c9..55e26acb6dab54c789ca4af4df6f33790c219a2a 100644
|
| --- a/masters/master.tryserver.blink/master_site_config.py
|
| +++ b/masters/master.tryserver.blink/master_site_config.py
|
| @@ -21,3 +21,6 @@ class BlinkTryServer(Master.Master4):
|
| last_good_blink_url = 'http://blink-status.appspot.com/lkgr'
|
| service_account_file = 'service-account-chromium-tryserver.json'
|
| buildbucket_bucket = 'master.tryserver.blink'
|
| + pubsub_service_account_file = 'service-account-luci-milo.json'
|
| + pubsub_topic = 'projects/luci-milo/topics/public-buildbot'
|
| + name = 'tryserver.blink'
|
|
|