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

Unified Diff: go/src/infra/tools/kitchen/cook.go

Issue 2146403002: Kitchen: Generate LogDog prefix from Swarming. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Kitchen: Generate LogDog prefix from Swarming. Created 4 years, 5 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 | go/src/infra/tools/kitchen/cook_logdog.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/kitchen/cook.go
diff --git a/go/src/infra/tools/kitchen/cook.go b/go/src/infra/tools/kitchen/cook.go
index 871ef22533f60505b60466a4ec839ae150d28f13..ba2679bd27c9daabb69c191b48df541bc1a8bf47 100644
--- a/go/src/infra/tools/kitchen/cook.go
+++ b/go/src/infra/tools/kitchen/cook.go
@@ -86,7 +86,8 @@ var cmdCook = &subcommands.Command{
fs.Var(
&c.logdog.prefix,
"logdog-prefix",
- "The LogDog stream Prefix to use.")
+ "The LogDog stream Prefix to use. If empty, one will be constructed from the Swarming "+
+ "task parameters.")
nodir 2016/07/14 22:25:48 please explain here where these parameter values a
dnj (Google) 2016/07/14 22:37:38 Done.
fs.BoolVar(
&c.logdog.annotee,
"logdog-enable-annotee",
« no previous file with comments | « no previous file | go/src/infra/tools/kitchen/cook_logdog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698