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

Unified Diff: dm/api/distributor/swarming/v1/config.proto

Issue 2267143002: Add additional validation to swarming v1 distributor. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@dump_all_stacks
Patch Set: rebase 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 | « no previous file | dm/api/distributor/swarming/v1/config.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/api/distributor/swarming/v1/config.proto
diff --git a/dm/api/distributor/swarming/v1/config.proto b/dm/api/distributor/swarming/v1/config.proto
index 1e5288267d231de9750866ce15806444d21fed05..9916dcae07517c607af2602a0c0cb9b84042457b 100644
--- a/dm/api/distributor/swarming/v1/config.proto
+++ b/dm/api/distributor/swarming/v1/config.proto
@@ -10,13 +10,13 @@ package swarmingV1;
message Config {
message Swarming {
- string host = 1;
+ string url = 1;
}
Swarming swarming = 1;
message Isolate {
// The host of the isolate service, e.g. isolateserver.appspot.com.
- string host = 1;
+ string url = 1;
// The default assumed expiration period for execution results.
google.protobuf.Duration expiration = 2;
« no previous file with comments | « no previous file | dm/api/distributor/swarming/v1/config.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698