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

Unified Diff: milo/appengine/logdog/build.go

Issue 2254993002: Milo: Add task expired as a failure status (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Use proto instead 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: milo/appengine/logdog/build.go
diff --git a/milo/appengine/logdog/build.go b/milo/appengine/logdog/build.go
index 505369d5d7181f6a168a58638b71332d3db8d69c..40dd77747eae6639628b10fe6ef3bafd455635a3 100644
--- a/milo/appengine/logdog/build.go
+++ b/milo/appengine/logdog/build.go
@@ -302,7 +302,7 @@ func (as *annotationStreamRequest) toMiloBuild(c context.Context) *resp.MiloBuil
prefix: prefix,
}
)
- AddLogDogToBuild(c, &ub, &streams, &build)
+ AddLogDogToBuild(c, &ub, streams.MainStream.Data, &build)
return &build
}
« no previous file with comments | « milo/appengine/frontend/templates/buildbot/pages/build.html ('k') | milo/appengine/logdog/internal/stream.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698