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

Issue 2886353002: Milo: Add an option to hide green steps (Closed)

Created:
3 years, 7 months ago by Ryan Tseng
Modified:
3 years, 7 months ago
Reviewers:
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 an option to hide green steps This CL contains 2 things 1. Fixes buildbot build reporting of interesting vs normal steps. 2. Client-side hiding of normal steps. Changed from single checkbox to 3 radio boxes. BUG=673636 Review-Url: https://codereview.chromium.org/2886353002 Committed: https://github.com/luci/luci-go/commit/99f8e4b1c4b786ee903f40e5c71012bae7200cd1

Patch Set 1 #

Total comments: 12

Patch Set 2 : Review #

Patch Set 3 : Retrain #

Patch Set 4 : retrain #

Total comments: 6

Patch Set 5 : Reviewg #

Patch Set 6 : Retrain #

Unified diffs Side-by-side diffs Delta from patch set Stats (+490 lines, -375 lines) Patch
M milo/appengine/buildbot/build.go View 1 1 chunk +5 lines, -0 lines 0 comments Download
M milo/appengine/buildbot/expectations/newline.1234.build.json View 1 chunk +1 line, -1 line 0 comments Download
M milo/appengine/buildbot/expectations/win_chromium_rel_ng.246309.build.json View 2 chunks +2 lines, -2 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot.build-Debug_page-_CrWinGoma_30608.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html View 1 2 3 4 5 2 chunks +27 lines, -21 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot.build-Debug_page-_win_chromium_rel_ng_246309.html View 1 2 3 4 5 5 chunks +36 lines, -22 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-Basic_successful_build.html View 1 2 3 4 5 1 chunk +18 lines, -17 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-canceled.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-exception.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-expired.html View 1 2 3 4 5 1 chunk +18 lines, -17 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-internal.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-link.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-nested.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-patch-failure.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-pending.html View 1 2 3 4 5 1 chunk +18 lines, -17 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-pending-logdog.html View 1 2 3 4 5 1 chunk +18 lines, -17 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-running.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-running-logdog.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-running-logdog-no-annotation-stream.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-timeout.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-unicode.html View 1 2 3 4 5 2 chunks +26 lines, -20 lines 0 comments Download
M milo/appengine/frontend/static/buildbot/css/default.css View 1 2 1 chunk +9 lines, -1 line 0 comments Download
M milo/appengine/frontend/templates/pages/build.html View 1 2 3 4 2 chunks +26 lines, -20 lines 0 comments Download

Messages

Total messages: 41 (31 generated)
Ryan Tseng
ptal, this fixes a pet peeve of mine Demo: https://1736-a5d341b-tainted-hinoka-dot-luci-milo-dev.appspot.com/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/456600
3 years, 7 months ago (2017-05-18 00:27:52 UTC) #4
nodir
Nice! https://codereview.chromium.org/2886353002/diff/1/milo/appengine/buildbot/build.go File milo/appengine/buildbot/build.go (right): https://codereview.chromium.org/2886353002/diff/1/milo/appengine/buildbot/build.go#newcode231 milo/appengine/buildbot/build.go:231: case resp.Running, resp.Failure, resp.InfraFailure, resp.Exception, resp.Warning, resp.WaitingDependency: it ...
3 years, 7 months ago (2017-05-18 02:41:04 UTC) #7
nodir
https://codereview.chromium.org/2886353002/diff/1/milo/appengine/frontend/templates/pages/build.html File milo/appengine/frontend/templates/pages/build.html (right): https://codereview.chromium.org/2886353002/diff/1/milo/appengine/frontend/templates/pages/build.html#newcode349 milo/appengine/frontend/templates/pages/build.html:349: check($("#showFail").is(":checked"), "standard"); On 2017/05/18 02:41:04, nodir wrote: > i ...
3 years, 7 months ago (2017-05-18 03:36:16 UTC) #8
Ryan Tseng
Added some code to re-call the hook if navigating away from the page, then clicking ...
3 years, 7 months ago (2017-05-18 22:52:49 UTC) #19
nodir
lgtm https://codereview.chromium.org/2886353002/diff/50001/milo/appengine/frontend/templates/pages/build.html File milo/appengine/frontend/templates/pages/build.html (right): https://codereview.chromium.org/2886353002/diff/50001/milo/appengine/frontend/templates/pages/build.html#newcode152 milo/appengine/frontend/templates/pages/build.html:152: <input type="radio" name="hider" id="showAll"><label for="showAll">All</label> nit: maybe move ...
3 years, 7 months ago (2017-05-22 16:36:38 UTC) #22
Ryan Tseng
https://codereview.chromium.org/2886353002/diff/50001/milo/appengine/frontend/templates/pages/build.html File milo/appengine/frontend/templates/pages/build.html (right): https://codereview.chromium.org/2886353002/diff/50001/milo/appengine/frontend/templates/pages/build.html#newcode152 milo/appengine/frontend/templates/pages/build.html:152: <input type="radio" name="hider" id="showAll"><label for="showAll">All</label> On 2017/05/22 16:36:38, nodir ...
3 years, 7 months ago (2017-05-22 17:29:49 UTC) #25
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/2886353002/70001
3 years, 7 months ago (2017-05-22 17:30:08 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: Luci-go Linux Trusty 64 Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/364a0aac31257d10) ...
3 years, 7 months ago (2017-05-22 17:38:05 UTC) #31
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/2886353002/90001
3 years, 7 months ago (2017-05-22 18:07:29 UTC) #38
commit-bot: I haz the power
3 years, 7 months ago (2017-05-22 18:12:30 UTC) #41
Message was sent while issue was closed.
Committed patchset #6 (id:90001) as
https://github.com/luci/luci-go/commit/99f8e4b1c4b786ee903f40e5c71012bae7200cd1

Powered by Google App Engine
This is Rietveld 408576698