| Index: masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| diff --git a/masters/master.tryserver.client.custom_tabs_client/master_site_config.py b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| index 6d0bfa998b6a55514b28ce745709caca9dc7a584..ab0214453d252811ff46c1054f55b0f5684954f7 100644
|
| --- a/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| +++ b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| @@ -20,3 +20,6 @@ class CustomTabsClientTryserver(Master.Master4a):
|
| buildbot_url = 'https://build.chromium.org/p/tryserver.client.custom_tabs_client/'
|
| buildbucket_bucket = 'master.tryserver.client.custom_tabs_client'
|
| service_account_file = 'service-account-chromium-tryserver.json'
|
| + pubsub_service_account_file = 'service-account-luci-milo.json'
|
| + pubsub_topic = 'projects/luci-milo/topics/public-buildbot'
|
| + name = 'tryserver.client.custom_tabs_client'
|
|
|