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

Unified Diff: milo/common/config/settings.proto

Issue 2784073002: Milo: Fix naming of pubsub settings (Closed)
Patch Set: Created 3 years, 9 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 | « milo/appengine/buildbot/pubsub.go ('k') | milo/common/config/settings.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/common/config/settings.proto
diff --git a/milo/common/config/settings.proto b/milo/common/config/settings.proto
index e98375695a5ae22c7ac087a7efdbe1e3446d4a86..9789a4e7787040992b14741084c7f38c0eb1c0bb 100644
--- a/milo/common/config/settings.proto
+++ b/milo/common/config/settings.proto
@@ -13,13 +13,13 @@ message Settings {
// buildbot data.
string internal_reader = 1;
- // public_topic is the name of the pubsub topic where public builds come in
+ // public_subscription is the name of the pubsub topic where public builds come in
// from
- string public_topic = 2;
+ string public_subscription = 2;
- // internal_topic is the name of the pubsub topic where internal builds
+ // internal_subscription is the name of the pubsub topic where internal builds
// come in from
- string internal_topic = 3;
+ string internal_subscription = 3;
}
Buildbot buildbot = 1;
« no previous file with comments | « milo/appengine/buildbot/pubsub.go ('k') | milo/common/config/settings.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698