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

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)

Created:
3 years, 9 months ago by Ryan Tseng
Modified:
3 years, 8 months ago
Reviewers:
nodir, hinoka
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: Print raw json for buildbot build properties Also remove the buildbucket -> URL conversion. BUG=687291 Review-Url: https://codereview.chromium.org/2718373004 Committed: https://github.com/luci/luci-go/commit/0a0dba06054fdac1c08b08676414f6cf1188c8a8

Patch Set 1 #

Patch Set 2 : train #

Total comments: 2

Patch Set 3 : Rebase #

Total comments: 4

Patch Set 4 : Format json #

Patch Set 5 : Just render the JSON string #

Total comments: 12

Patch Set 6 : Add in empty strings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1091 lines, -628 lines) Patch
M milo/appengine/buildbot/build.go View 1 2 3 4 5 3 chunks +16 lines, -45 lines 0 comments Download
M milo/appengine/buildbot/expectations/CrWinGoma.30608.build.json View 1 2 3 4 11 chunks +26 lines, -26 lines 0 comments Download
M milo/appengine/buildbot/expectations/win_chromium_rel_ng.246309.build.json View 1 2 3 4 5 13 chunks +53 lines, -33 lines 0 comments Download
M milo/appengine/common/funcs.go View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A milo/appengine/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_win_chromium_rel_ng_246309.html View 1 2 1 chunk +860 lines, -0 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot.build-Debug_page-_CrWinGoma_30608.html View 1 2 3 4 10 chunks +27 lines, -135 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 12 chunks +65 lines, -175 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-canceled.html View 1 2 3 4 5 2 chunks +5 lines, -25 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-exception.html View 1 2 3 4 2 chunks +5 lines, -25 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-patch-failure.html View 1 2 3 4 3 chunks +12 lines, -60 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-running.html View 1 2 3 4 1 chunk +4 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-running-logdog.html View 1 2 3 4 1 chunk +4 lines, -20 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-timeout.html View 1 2 3 4 5 2 chunks +6 lines, -30 lines 0 comments Download
M milo/appengine/frontend/expectations/swarming.build-build-unicode.html View 1 2 3 4 1 chunk +4 lines, -20 lines 0 comments Download
M milo/appengine/frontend/static/buildbot/css/default.css View 1 chunk +1 line, -1 line 0 comments Download
M milo/appengine/frontend/templates/pages/build.html View 1 2 3 4 1 chunk +1 line, -11 lines 0 comments Download

Messages

Total messages: 44 (30 generated)
hinoka
ptal
3 years, 9 months ago (2017-02-28 18:51:49 UTC) #6
hinoka
I rebased this, here is what it looks like now https://1619-cca3eb7-tainted-hinoka-dot-luci-milo-dev.appspot.com/buildbot/tryserver.webrtc/android_compile_rel/819 I forgot what the ...
3 years, 9 months ago (2017-03-22 22:08:26 UTC) #13
nodir
My primary concern was that it is impossible to unambiguously tell a property value type ...
3 years, 9 months ago (2017-03-24 06:05:40 UTC) #14
nodir
https://codereview.chromium.org/2718373004/diff/40001/milo/appengine/common/funcs.go File milo/appengine/common/funcs.go (right): https://codereview.chromium.org/2718373004/diff/40001/milo/appengine/common/funcs.go#newcode217 milo/appengine/common/funcs.go:217: s, err := json.MarshalIndent(t, "", " ") On 2017/03/24 ...
3 years, 9 months ago (2017-03-24 08:46:06 UTC) #15
nodir
what's the status of this CL
3 years, 8 months ago (2017-04-07 17:36:50 UTC) #16
hinoka
This is updated to not pretty-print See https://1656-4b9e7d5-tainted-hinoka-dot-luci-milo-dev.appspot.com/buildbot/tryserver.webrtc/android_compile_arm64_rel/598
3 years, 8 months ago (2017-04-10 19:37:57 UTC) #24
nodir
https://codereview.chromium.org/2718373004/diff/80001/milo/appengine/buildbot/build.go File milo/appengine/buildbot/build.go (right): https://codereview.chromium.org/2718373004/diff/80001/milo/appengine/buildbot/build.go#newcode317 milo/appengine/buildbot/build.go:317: // parseProp returns a representation of v based off ...
3 years, 8 months ago (2017-04-11 07:13:20 UTC) #27
nodir
see my high level comment 2w ago: "please update the code that is currently encodes ...
3 years, 8 months ago (2017-04-11 07:14:42 UTC) #28
nodir
On 2017/04/11 07:14:42, nodir wrote: > see my high level comment 2w ago: > > ...
3 years, 8 months ago (2017-04-11 07:34:19 UTC) #29
hinoka
https://codereview.chromium.org/2718373004/diff/80001/milo/appengine/buildbot/build.go File milo/appengine/buildbot/build.go (right): https://codereview.chromium.org/2718373004/diff/80001/milo/appengine/buildbot/build.go#newcode317 milo/appengine/buildbot/build.go:317: // parseProp returns a representation of v based off ...
3 years, 8 months ago (2017-04-13 21:01:59 UTC) #33
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/2718373004/100001
3 years, 8 months ago (2017-04-13 21:02:17 UTC) #37
nodir
https://codereview.chromium.org/2718373004/diff/80001/milo/appengine/buildbot/build.go File milo/appengine/buildbot/build.go (right): https://codereview.chromium.org/2718373004/diff/80001/milo/appengine/buildbot/build.go#newcode321 milo/appengine/buildbot/build.go:321: return "", false // Value is empty, don't show ...
3 years, 8 months ago (2017-04-13 21:08:20 UTC) #38
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/2718373004/100001
3 years, 8 months ago (2017-04-13 21:09:03 UTC) #41
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 21:15:55 UTC) #44
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://github.com/luci/luci-go/commit/0a0dba06054fdac1c08b08676414f6cf1188c8a8

Powered by Google App Engine
This is Rietveld 408576698