Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(830)

Unified Diff: masters/master.chromium.android/master_site_config.py

Issue 2291123003: Enable milo pubsub on public buildbot chromium/os masters (Closed)
Patch Set: Revert alt_port changes and chromiumos.tryserver changes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: masters/master.chromium.android/master_site_config.py
diff --git a/masters/master.chromium.android/master_site_config.py b/masters/master.chromium.android/master_site_config.py
index bd04141b3cc8de3914ab68ef58920ffe8e77a036..8c8edd7cf8c31c9ca084e0c368ce3cad1483c945 100644
--- a/masters/master.chromium.android/master_site_config.py
+++ b/masters/master.chromium.android/master_site_config.py
@@ -20,3 +20,7 @@ class ChromiumAndroid(Master.Master1):
buildbot_url = 'https://build.chromium.org/p/chromium.android/'
buildbucket_bucket = None
service_account_file = None
+ # To enable outbound pubsub event streaming.
+ pubsub_service_account_file = 'service-account-luci-milo.json'
+ pubsub_topic = 'projects/luci-milo/topics/public-buildbot'
+ name = 'chromium.android'
« no previous file with comments | « masters/master.chromium.android/builders.pyl ('k') | masters/master.chromium.chromedriver/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698