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

Unified Diff: milo/appengine/frontend/buildbot_data.go

Issue 2931773004: Milo: Add machine pool info for buildbot builder view. (Closed)
Patch Set: Review Created 3 years, 6 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
Index: milo/appengine/frontend/buildbot_data.go
diff --git a/milo/appengine/frontend/buildbot_data.go b/milo/appengine/frontend/buildbot_data.go
index 0006fcf2ea7a165449928e3e6f8ec3ba58a4c1ea..168b2ff972de8f29fc10dddfb05f572e80b09a55 100644
--- a/milo/appengine/frontend/buildbot_data.go
+++ b/milo/appengine/frontend/buildbot_data.go
@@ -54,6 +54,12 @@ func buildbotBuilderTestData() []common.TestBundle {
Data: templates.Args{
"Builder": &resp.Builder{
Name: "Sample Builder",
+ MachinePool: &resp.MachinePool{
+ Total: 15,
+ Disconnected: 13,
+ Idle: 5,
+ Busy: 8,
+ },
CurrentBuilds: []*resp.BuildSummary{
{
Link: &resp.Link{
« no previous file with comments | « milo/appengine/common/funcs.go ('k') | milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698