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

Unified Diff: masters/master.chromium.goma/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
« no previous file with comments | « masters/master.chromium.goma/builders.pyl ('k') | masters/master.chromium.gpu.fyi/master_site_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.goma/master_site_config.py
diff --git a/masters/master.chromium.goma/master_site_config.py b/masters/master.chromium.goma/master_site_config.py
index 429a162d82015ae4808df08a61ab560e17929499..bf4d1a77c3fb20d2af0867e451d3f2f066f27454 100644
--- a/masters/master.chromium.goma/master_site_config.py
+++ b/masters/master.chromium.goma/master_site_config.py
@@ -20,3 +20,7 @@ class ChromiumGoma(Master.Master1):
buildbot_url = 'https://build.chromium.org/p/chromium.goma/'
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.goma'
« no previous file with comments | « masters/master.chromium.goma/builders.pyl ('k') | masters/master.chromium.gpu.fyi/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698