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

Unified Diff: milo/buildsource/buildbot/pubsub.go

Issue 2991243002: Milo: Console improvements (Closed)
Patch Set: Review comments Created 3 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 | « milo/api/proto/pb.discovery.go ('k') | milo/buildsource/buildbucket/pubsub.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/buildsource/buildbot/pubsub.go
diff --git a/milo/buildsource/buildbot/pubsub.go b/milo/buildsource/buildbot/pubsub.go
index b82e3f812695584df40ec41c1e611291dfbf9250..abadfe26843cbdda3fe85799bd178b26ba87cf76 100644
--- a/milo/buildsource/buildbot/pubsub.go
+++ b/milo/buildsource/buildbot/pubsub.go
@@ -231,6 +231,7 @@ func saveBuildSummary(c context.Context, b *buildbotBuild) error {
resp := renderBuild(c, b)
bs := model.BuildSummary{
BuildKey: datastore.KeyForObj(c, b),
+ SelfLink: fmt.Sprintf("/buildbot/%s/%s/%d", b.Master, b.Buildername, b.Number),
BuilderID: fmt.Sprintf("buildbot/%s/%s", b.Master, b.Buildername),
}
if err := resp.SummarizeTo(c, &bs); err != nil {
« no previous file with comments | « milo/api/proto/pb.discovery.go ('k') | milo/buildsource/buildbucket/pubsub.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698