| 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 {
|
|
|