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

Issue 2931773004: Milo: Add machine pool info for buildbot builder view. (Closed)

Created:
3 years, 6 months ago by Ryan Tseng
Modified:
3 years, 6 months ago
Reviewers:
iannucci, nodir
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, maruel+w_chromium.org, tandrii+luci-go_chromium.org
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

Milo: Add machine pool info for buildbot builder view. * Add bot list to machine pool struct * Add machine pool rendering to builder.html * Bar chart summary for machine pool info * Buildbot builder view now populates machine info * Flow builder view such that if there is room, then machine pool, pending builds, and current build takes up the top part of the page BUG=718487 Review-Url: https://codereview.chromium.org/2931773004 Committed: https://github.com/luci/luci-go/commit/a6c6b4313a95e83ac50ec1bcbb4c5b996ec822de

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 18

Patch Set 3 : Retrain, review #

Patch Set 4 : bug #

Total comments: 6

Patch Set 5 : Revert makefile change #

Patch Set 6 : Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+431 lines, -220 lines) Patch
A milo/api/resp/botstatus_string.go View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M milo/api/resp/builder.go View 1 2 3 4 5 2 chunks +22 lines, -4 lines 0 comments Download
M milo/appengine/buildbot/build.go View 1 1 chunk +3 lines, -7 lines 0 comments Download
M milo/appengine/buildbot/builder.go View 1 2 3 4 5 3 chunks +40 lines, -1 line 0 comments Download
M milo/appengine/buildbot/master.go View 1 1 chunk +2 lines, -1 line 0 comments Download
M milo/appengine/buildbot/pubsub_test.go View 1 4 chunks +4 lines, -4 lines 0 comments Download
M milo/appengine/common/funcs.go View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M milo/appengine/frontend/buildbot_data.go View 1 1 chunk +6 lines, -0 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html View 1 1 chunk +31 lines, -17 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html View 1 2 1 chunk +97 lines, -61 lines 0 comments Download
M milo/appengine/frontend/static/buildbot/css/default.css View 1 5 chunks +39 lines, -17 lines 0 comments Download
M milo/appengine/frontend/templates/pages/builder.html View 1 2 3 1 chunk +164 lines, -108 lines 0 comments Download

Messages

Total messages: 42 (32 generated)
Ryan Tseng
ptal, demo: https://1768-84cdc84-tainted-hinoka-dot-luci-milo-dev.appspot.com/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/
3 years, 6 months ago (2017-06-09 20:48:06 UTC) #12
Ryan Tseng
bump
3 years, 6 months ago (2017-06-13 00:03:15 UTC) #14
nodir
https://codereview.chromium.org/2931773004/diff/20001/milo/api/resp/builder.go File milo/api/resp/builder.go (right): https://codereview.chromium.org/2931773004/diff/20001/milo/api/resp/builder.go#newcode5 milo/api/resp/builder.go:5: //go:generate stringer -type=BotStatus why is it so far from ...
3 years, 6 months ago (2017-06-13 02:38:40 UTC) #15
Ryan Tseng
https://codereview.chromium.org/2931773004/diff/20001/milo/api/resp/builder.go File milo/api/resp/builder.go (right): https://codereview.chromium.org/2931773004/diff/20001/milo/api/resp/builder.go#newcode5 milo/api/resp/builder.go:5: //go:generate stringer -type=BotStatus On 2017/06/13 02:38:40, nodir wrote: > ...
3 years, 6 months ago (2017-06-13 23:10:33 UTC) #18
Ryan Tseng
(Looks like tryservers are broken right now, but tests pass locally)
3 years, 6 months ago (2017-06-13 23:17:02 UTC) #21
Ryan Tseng
Demo: https://1770-f63e083-tainted-hinoka-dot-luci-milo-dev.appspot.com/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/
3 years, 6 months ago (2017-06-16 01:02:27 UTC) #25
iannucci
lgtm https://codereview.chromium.org/2931773004/diff/60001/milo/Makefile File milo/Makefile (right): https://codereview.chromium.org/2931773004/diff/60001/milo/Makefile#newcode9 milo/Makefile:9: gae.py devserver -A luci-milo --app-dir $(projdir)/appengine -- --host ...
3 years, 6 months ago (2017-06-16 01:44:16 UTC) #32
Ryan Tseng
https://codereview.chromium.org/2931773004/diff/60001/milo/Makefile File milo/Makefile (right): https://codereview.chromium.org/2931773004/diff/60001/milo/Makefile#newcode9 milo/Makefile:9: gae.py devserver -A luci-milo --app-dir $(projdir)/appengine -- --host 0.0.0.0 ...
3 years, 6 months ago (2017-06-16 02:05:43 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2931773004/100001
3 years, 6 months ago (2017-06-16 02:06:03 UTC) #39
commit-bot: I haz the power
3 years, 6 months ago (2017-06-16 02:14:30 UTC) #42
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://github.com/luci/luci-go/commit/a6c6b4313a95e83ac50ec1bcbb4c5b996ec822de

Powered by Google App Engine
This is Rietveld 408576698