| Index: milo/buildsource/buildbot/builder.go
|
| diff --git a/milo/buildsource/buildbot/builder.go b/milo/buildsource/buildbot/builder.go
|
| index 96fb8b82c139b03858f32cfc643b95c72b1747a1..47ad0de1631d5317af72df6a4455d5ae4d031a65 100644
|
| --- a/milo/buildsource/buildbot/builder.go
|
| +++ b/milo/buildsource/buildbot/builder.go
|
| @@ -238,6 +238,7 @@ func builderImpl(
|
| }
|
| // Extract pending builds out of the master json.
|
| result.PendingBuilds = make([]*resp.BuildSummary, len(p.PendingBuildStates))
|
| + result.PendingBuildNum = p.PendingBuilds
|
| logging.Debugf(c, "Number of pending builds: %d", len(p.PendingBuildStates))
|
| for i, pb := range p.PendingBuildStates {
|
| start := time.Unix(int64(pb.SubmittedAt), 0).UTC()
|
|
|