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

Unified Diff: milo/buildsource/buildbucket/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/buildsource/buildbot/pubsub.go ('k') | milo/common/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/buildsource/buildbucket/pubsub.go
diff --git a/milo/buildsource/buildbucket/pubsub.go b/milo/buildsource/buildbucket/pubsub.go
index 6b8c41a7fc2c73f4d845b516f6a45b80eed768bb..94dc3192be9312dd1fe0c84d056f541447ff86c3 100644
--- a/milo/buildsource/buildbucket/pubsub.go
+++ b/milo/buildsource/buildbucket/pubsub.go
@@ -155,6 +155,7 @@ func saveBuildSummary(
// TODO(hinoka): Console related items.
bs := model.BuildSummary{
BuildKey: key,
+ SelfLink: build.Url,
BuilderID: fmt.Sprintf("buildbucket/%s/%s", build.Bucket, builderName),
Created: parseTimestamp(build.CreatedTs),
Summary: model.Summary{
« no previous file with comments | « milo/buildsource/buildbot/pubsub.go ('k') | milo/common/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698