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

Unified Diff: client/cmd/logdog_annotee/main.go

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments Created 4 years, 6 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: client/cmd/logdog_annotee/main.go
diff --git a/client/cmd/logdog_annotee/main.go b/client/cmd/logdog_annotee/main.go
index 5e8b1ef0bc75f9f8e6b9ce8f1c8dc9aaba5ccd93..829951de3cbf669db22a6c21ef89420e6830eb02 100644
--- a/client/cmd/logdog_annotee/main.go
+++ b/client/cmd/logdog_annotee/main.go
@@ -232,6 +232,7 @@ func mainImpl(args []string) int {
LinkGenerator: linkGen,
Client: client,
MetadataUpdateInterval: time.Duration(a.annotationInterval),
+ CloseSteps: true,
},
Annotate: executor.AnnotationMode(a.annotate),

Powered by Google App Engine
This is Rietveld 408576698