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

Issue 2648683004: Building the table for speed releasing. (Closed)

Created:
3 years, 11 months ago by jessimb
Modified:
3 years, 10 months ago
Reviewers:
eakuefner, sullivan, perezju, saleenarobinson2015
CC:
catapult-reviews_chromium.org, perf-dashboard-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Building the table for speed releasing. Adds the actual table in. Creates all the JSON needed on the server side to be easily consumed on the client side. Also updates table_config to be more restrictive. http://i.imgur.com/PrbDCyb.png Demo: https://dev-jessimb-7e894f97-dot-chromeperf.appspot.com/speed_releasing/MemoryTest5?revA=1479546161&revB=1485025126 (must be logged in) BUG=catapult:#3141 Review-Url: https://codereview.chromium.org/2648683004 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/ca6e2c31a44021b7aa189333638674d38f6eaec9

Patch Set 1 #

Patch Set 2 : Table completed. #

Total comments: 22

Patch Set 3 : response to comments #

Total comments: 7

Patch Set 4 : Response to comments + merging in a different CL #

Patch Set 5 : Remove debugging #

Patch Set 6 : Removing all traces of avg and Average #

Total comments: 17

Patch Set 7 : comments #

Total comments: 1

Patch Set 8 : Added more logging #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -87 lines) Patch
M dashboard/dashboard/create_health_report.py View 1 2 3 4 5 6 7 3 chunks +14 lines, -4 lines 0 comments Download
M dashboard/dashboard/create_health_report_test.py View 1 2 3 4 5 6 6 chunks +43 lines, -22 lines 0 comments Download
M dashboard/dashboard/elements/speed-releasing-table.html View 1 2 3 4 5 4 chunks +125 lines, -13 lines 0 comments Download
M dashboard/dashboard/elements/speed-releasing-table-test.html View 1 2 3 4 5 6 1 chunk +74 lines, -2 lines 0 comments Download
M dashboard/dashboard/models/table_config.py View 1 2 3 4 5 6 2 chunks +34 lines, -24 lines 0 comments Download
M dashboard/dashboard/speed_releasing.py View 1 2 3 4 5 6 3 chunks +101 lines, -5 lines 1 comment Download
M dashboard/dashboard/speed_releasing_test.py View 1 2 3 4 5 4 chunks +72 lines, -17 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 34 (13 generated)
jessimb
PTAL. Let me know if you have any questions! https://codereview.chromium.org/2648683004/diff/20001/dashboard/dashboard/create_health_report_test.py File dashboard/dashboard/create_health_report_test.py (right): https://codereview.chromium.org/2648683004/diff/20001/dashboard/dashboard/create_health_report_test.py#newcode22 dashboard/dashboard/create_health_report_test.py:22: ...
3 years, 11 months ago (2017-01-25 22:47:25 UTC) #4
sullivan
I took a look and didn't get all the way through this, but added some ...
3 years, 11 months ago (2017-01-26 03:44:28 UTC) #6
jessimb
I replied to your comments and actually have 3 more CLs that are ready after ...
3 years, 10 months ago (2017-01-27 19:11:25 UTC) #7
eakuefner
https://codereview.chromium.org/2648683004/diff/40001/dashboard/dashboard/create_health_report_test.py File dashboard/dashboard/create_health_report_test.py (right): https://codereview.chromium.org/2648683004/diff/40001/dashboard/dashboard/create_health_report_test.py#newcode22 dashboard/dashboard/create_health_report_test.py:22: 'tableTests': 'my_test_suite/my_test_*\nmy_test_suite/my_other_test_*', I would be in favor of hardcoding ...
3 years, 10 months ago (2017-01-27 22:12:43 UTC) #8
jessimb
PTAL - I merged https://codereview.chromium.org/2662633002 into this one, so we simply never added the unnecessary ...
3 years, 10 months ago (2017-01-27 22:49:54 UTC) #11
sullivan
https://codereview.chromium.org/2648683004/diff/40001/dashboard/dashboard/create_health_report_test.py File dashboard/dashboard/create_health_report_test.py (right): https://codereview.chromium.org/2648683004/diff/40001/dashboard/dashboard/create_health_report_test.py#newcode22 dashboard/dashboard/create_health_report_test.py:22: 'tableTests': 'my_test_suite/my_test_*\nmy_test_suite/my_other_test_*', On 2017/01/27 22:12:43, eakuefner wrote: > I ...
3 years, 10 months ago (2017-01-27 22:50:04 UTC) #12
jessimb
On 2017/01/27 at 22:50:04, sullivan wrote: > https://codereview.chromium.org/2648683004/diff/40001/dashboard/dashboard/create_health_report_test.py > File dashboard/dashboard/create_health_report_test.py (right): > > https://codereview.chromium.org/2648683004/diff/40001/dashboard/dashboard/create_health_report_test.py#newcode22 ...
3 years, 10 months ago (2017-01-27 23:06:50 UTC) #13
sullivan
On 2017/01/27 23:06:50, jessimb wrote: > On 2017/01/27 at 22:50:04, sullivan wrote: > > > ...
3 years, 10 months ago (2017-01-27 23:08:42 UTC) #14
jessimb
On 2017/01/27 at 23:08:42, sullivan wrote: > On 2017/01/27 23:06:50, jessimb wrote: > > On ...
3 years, 10 months ago (2017-01-27 23:13:41 UTC) #15
sullivan
On 2017/01/27 23:13:41, jessimb wrote: > On 2017/01/27 at 23:08:42, sullivan wrote: > > On ...
3 years, 10 months ago (2017-01-27 23:15:08 UTC) #16
jessimb
PTAL. All ideas of statistics should be gone now!
3 years, 10 months ago (2017-01-27 23:35:10 UTC) #18
eakuefner
Sorry, yeah. This looks correct, because now table authors can just specify test paths (which ...
3 years, 10 months ago (2017-01-27 23:59:46 UTC) #19
eakuefner
Another round of comments. I think the architecture is probably pretty good at this point. ...
3 years, 10 months ago (2017-01-28 00:22:17 UTC) #20
jessimb
PTAL https://codereview.chromium.org/2648683004/diff/100001/dashboard/dashboard/create_health_report_test.py File dashboard/dashboard/create_health_report_test.py (right): https://codereview.chromium.org/2648683004/diff/100001/dashboard/dashboard/create_health_report_test.py#newcode52 dashboard/dashboard/create_health_report_test.py:52: self._AddTests() # This function seems to break the ...
3 years, 10 months ago (2017-01-30 19:23:11 UTC) #21
sullivan
lgtm lgtm when Ethan is happy https://codereview.chromium.org/2648683004/diff/120001/dashboard/dashboard/create_health_report.py File dashboard/dashboard/create_health_report.py (right): https://codereview.chromium.org/2648683004/diff/120001/dashboard/dashboard/create_health_report.py#newcode80 dashboard/dashboard/create_health_report.py:80: 'error': 'Could not ...
3 years, 10 months ago (2017-01-31 16:36:47 UTC) #22
jessimb
Thanks Annie! PTAL Ethan.
3 years, 10 months ago (2017-02-02 16:45:17 UTC) #23
eakuefner
lgtm https://codereview.chromium.org/2648683004/diff/100001/dashboard/dashboard/speed_releasing.py File dashboard/dashboard/speed_releasing.py (right): https://codereview.chromium.org/2648683004/diff/100001/dashboard/dashboard/speed_releasing.py#newcode149 dashboard/dashboard/speed_releasing.py:149: # TODO(jessimb): Check if r_commit_pos (if clank), if ...
3 years, 10 months ago (2017-02-02 17:35:07 UTC) #24
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/2648683004/140001
3 years, 10 months ago (2017-02-02 18:05:34 UTC) #27
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/ca6e2c31a44021b7aa189333638674d38f6eaec9
3 years, 10 months ago (2017-02-02 18:28:00 UTC) #30
perezju
https://codereview.chromium.org/2648683004/diff/140001/dashboard/dashboard/speed_releasing.py File dashboard/dashboard/speed_releasing.py (right): https://codereview.chromium.org/2648683004/diff/140001/dashboard/dashboard/speed_releasing.py#newcode139 dashboard/dashboard/speed_releasing.py:139: return row_key.get().value I know getting other stats is low ...
3 years, 10 months ago (2017-02-03 08:55:48 UTC) #32
saleenarobinson2015_gmail.com
3 years, 10 months ago (2017-02-03 09:04:17 UTC) #34
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698