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

Unified Diff: milo/appengine/buildbot/structs.go

Issue 2409953002: Milo: Display pending builds (Closed)
Patch Set: Review Created 4 years, 2 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/appengine/buildbot/builder.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/buildbot/structs.go
diff --git a/milo/appengine/buildbot/structs.go b/milo/appengine/buildbot/structs.go
index 7401a45a7b5d53be5d835c5bd4fd0dae6b38836d..4ed30a75776c8ebbcbbdbf1fdac255cd6f7f6ba2 100644
--- a/milo/appengine/buildbot/structs.go
+++ b/milo/appengine/buildbot/structs.go
@@ -250,11 +250,11 @@ type buildbotBuilder struct {
PendingBuilds int `json:"pendingBuilds"`
// This one is specific to the pubsub interface. This is limited to 75,
// so it could differ from PendingBuilds
- PendingBuildStatuses []*buildbotPending `json:"pendingBuildStatuses"`
- Category string `json:"category"`
- CurrentBuilds []int `json:"currentBuilds"`
- Slaves []string `json:"slaves"`
- State string `json:"state"`
+ PendingBuildStates []*buildbotPending `json:"pendingBuildStates"`
+ Category string `json:"category"`
+ CurrentBuilds []int `json:"currentBuilds"`
+ Slaves []string `json:"slaves"`
+ State string `json:"state"`
}
// buildbotChangeSource is a changesource (ie polling source) usually tied to a master's scheduler.
« no previous file with comments | « milo/appengine/buildbot/builder.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698