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

Unified Diff: masters/master.tryserver.chromium.angle/master_site_config.py

Issue 2304703004: Enable pubsub streaming for public tryservers (Closed)
Patch Set: Created 4 years, 3 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.tryserver.chromium.angle/master_site_config.py
diff --git a/masters/master.tryserver.chromium.angle/master_site_config.py b/masters/master.tryserver.chromium.angle/master_site_config.py
index 355c265cde23ad342db9a081603f7f7d3cf53109..b401a2601e35e860824078a8269ceaa1ca483c4c 100644
--- a/masters/master.tryserver.chromium.angle/master_site_config.py
+++ b/masters/master.tryserver.chromium.angle/master_site_config.py
@@ -15,3 +15,6 @@ class TryServerANGLE(Master.Master4a):
gerrit_host = 'https://chromium-review.googlesource.com'
service_account_file = 'service-account-chromium-tryserver.json'
buildbucket_bucket = 'master.tryserver.chromium.angle'
+ pubsub_service_account_file = 'service-account-luci-milo.json'
+ pubsub_topic = 'projects/luci-milo/topics/public-buildbot'
+ name = 'tryserver.chromium.angle'

Powered by Google App Engine
This is Rietveld 408576698