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

Issue 745463003: Display telemetry chartjson output and result data on waterfall. (Closed)

Created:
6 years, 1 month ago by shatch
Modified:
6 years ago
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, stip+watch_chromium.org, tonyg, qyearsley
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Project:
tools
Visibility:
Public.

Description

Display telemetry chartjson output and result data on waterfall. This enables chartjson output from telemetry tests and displays the perf results on the waterfall, along with a link to the json.output that was sent to the dashboard. BUG=422173 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=293125

Patch Set 1 #

Total comments: 3

Patch Set 2 : Disabled chartjson until 422174 is fixed. #

Total comments: 1

Patch Set 3 : Added coverage. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -62 lines) Patch
M scripts/slave/recipe_modules/chromium/api.py View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium/steps.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json View 1 2 3 chunks +6 lines, -51 lines 2 comments Download
M scripts/slave/runtest.py View 1 2 6 chunks +56 lines, -8 lines 0 comments Download
M scripts/slave/telemetry_utils.py View 2 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 17 (3 generated)
shatch
ptal https://codereview.chromium.org/745463003/diff/1/scripts/slave/telemetry_utils.py File scripts/slave/telemetry_utils.py (right): https://codereview.chromium.org/745463003/diff/1/scripts/slave/telemetry_utils.py#newcode78 scripts/slave/telemetry_utils.py:78: summary = chart_values['summary'] Are we only displaying summary ...
6 years, 1 month ago (2014-11-21 17:21:48 UTC) #2
sullivan
lgtm This looks great! Just a few questions: * Can you link a demo buildbot ...
6 years, 1 month ago (2014-11-21 17:30:53 UTC) #3
shatch
On 2014/11/21 17:30:53, sullivan wrote: > lgtm > > This looks great! Just a few ...
6 years, 1 month ago (2014-11-21 19:25:24 UTC) #4
sullivan
still lgtm! stip, can you review?
6 years, 1 month ago (2014-11-21 19:29:16 UTC) #5
ghost stip (do not use)
Simon, can you run `scripts/slave/unittests/recipe_simulation_test.py train` and commit the results?
6 years, 1 month ago (2014-11-21 19:35:23 UTC) #6
ghost stip (do not use)
s/commit/upload/
6 years, 1 month ago (2014-11-21 19:35:32 UTC) #7
shatch
On 2014/11/21 19:35:32, stip wrote: > s/commit/upload/ ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Trained 1537 tests in 4.156s (ran ...
6 years, 1 month ago (2014-11-21 20:15:08 UTC) #8
ghost stip (do not use)
https://chromiumcodereview.appspot.com/745463003/diff/1/scripts/slave/recipe_modules/chromium/api.py File scripts/slave/recipe_modules/chromium/api.py (right): https://chromiumcodereview.appspot.com/745463003/diff/1/scripts/slave/recipe_modules/chromium/api.py#newcode219 scripts/slave/recipe_modules/chromium/api.py:219: full_args.append('--chartjson-file') you'll have to add a test case somewhere ...
6 years, 1 month ago (2014-11-21 21:17:54 UTC) #9
iannucci
https://codereview.chromium.org/745463003/diff/20001/scripts/slave/recipe_modules/chromium/api.py File scripts/slave/recipe_modules/chromium/api.py (right): https://codereview.chromium.org/745463003/diff/20001/scripts/slave/recipe_modules/chromium/api.py#newcode220 scripts/slave/recipe_modules/chromium/api.py:220: full_args.append(self.m.json.output()) my guess is that you're not mocking the ...
6 years, 1 month ago (2014-11-22 00:22:04 UTC) #11
shatch
Ok added a test to force coverage on the chartjson_file branch.
6 years ago (2014-11-24 16:49:57 UTC) #12
ghost stip (do not use)
lgtm here, not sure if iannucci@ had any final comments https://chromiumcodereview.appspot.com/745463003/diff/40001/scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json File scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json (left): https://chromiumcodereview.appspot.com/745463003/diff/40001/scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json#oldcode152 ...
6 years ago (2014-11-25 06:12:39 UTC) #13
shatch
https://chromiumcodereview.appspot.com/745463003/diff/40001/scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json File scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json (left): https://chromiumcodereview.appspot.com/745463003/diff/40001/scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json#oldcode152 scripts/slave/recipes/chromium.expected/test_chartjson_enabled.json:152: "@@@STEP_LOG_LINE@json.output@ }, @@@", On 2014/11/25 06:12:39, stip OoO 11-24 ...
6 years ago (2014-11-25 14:19:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/745463003/40001
6 years ago (2014-11-26 18:23:25 UTC) #16
commit-bot: I haz the power
6 years ago (2014-11-26 18:25:17 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=293125

Powered by Google App Engine
This is Rietveld 408576698