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

Issue 1441173003: CT Skia recipe to run DM on the top 10k SKPs using swarming (Closed)

Created:
5 years, 1 month ago by rmistry
Modified:
5 years ago
Reviewers:
iannucci, borenet, rmistry1
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build@ct-swarming-perf
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

CT Skia recipe to run DM on the top 10k SKPs using swarming. Uses the isolate file and script in https://codereview.chromium.org/1469823003/ This recipe is similar to the one added for Chromium Perf: https://codereview.chromium.org/1423993007/ BUG=skia:2545 TBR=iannucci Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=297734

Patch Set 1 : Initial upload #

Patch Set 2 : More progress #

Patch Set 3 : checkpoint #

Patch Set 4 : Undo changes to api.py #

Patch Set 5 : Minor fix #

Patch Set 6 : Checkpoint #

Patch Set 7 : Add tests #

Patch Set 8 : Cleanup #

Patch Set 9 : Cleanup #

Patch Set 10 : Cleanup #

Patch Set 11 : Fix #

Total comments: 14

Patch Set 12 : Rebase and Address comments #

Total comments: 2

Patch Set 13 : Improve step names #

Patch Set 14 : Rebase expectations due to step name change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+518 lines, -701 lines) Patch
M masters/master.client.skia.fyi/builders.cfg View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M masters/master.client.skia.fyi/slaves.cfg View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +10 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/ct_swarming/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +22 lines, -3 lines 0 comments Download
M scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_RR.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 chunks +15 lines, -15 lines 0 comments Download
M scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_Repaint.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 chunks +15 lines, -15 lines 0 comments Download
M scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_slave3_failure.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 chunks +15 lines, -15 lines 0 comments Download
A scripts/slave/recipes/skia/ct_10k_skps_dm.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +115 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json View 1 2 3 4 5 6 7 8 9 10 11 12 41 chunks +163 lines, -328 lines 0 comments Download
A + scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs_slave3_failure.json View 1 2 3 4 5 6 7 8 9 10 11 12 40 chunks +160 lines, -325 lines 0 comments Download

Messages

Total messages: 40 (23 generated)
rmistry
5 years ago (2015-11-24 18:38:05 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441173003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441173003/200001
5 years ago (2015-11-24 18:38:20 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-11-24 18:41:08 UTC) #9
borenet
https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipe_modules/ct_swarming/api.py File scripts/slave/recipe_modules/ct_swarming/api.py (right): https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipe_modules/ct_swarming/api.py#newcode100 scripts/slave/recipe_modules/ct_swarming/api.py:100: self.m.file.makedirs('Create SKPs dir', skps_dir) Should you delete the directory ...
5 years ago (2015-11-24 19:34:28 UTC) #10
rmistry
https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipe_modules/ct_swarming/api.py File scripts/slave/recipe_modules/ct_swarming/api.py (right): https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipe_modules/ct_swarming/api.py#newcode100 scripts/slave/recipe_modules/ct_swarming/api.py:100: self.m.file.makedirs('Create SKPs dir', skps_dir) On 2015/11/24 19:34:28, borenet wrote: ...
5 years ago (2015-11-24 19:58:41 UTC) #11
borenet
https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipes/skia/ct_10k_skps_dm.py File scripts/slave/recipes/skia/ct_10k_skps_dm.py (right): https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipes/skia/ct_10k_skps_dm.py#newcode56 scripts/slave/recipes/skia/ct_10k_skps_dm.py:56: flavor.compile('dm') On 2015/11/24 19:58:41, rmistry wrote: > On 2015/11/24 ...
5 years ago (2015-11-24 20:06:40 UTC) #12
rmistry
https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipes/skia/ct_10k_skps_dm.py File scripts/slave/recipes/skia/ct_10k_skps_dm.py (right): https://codereview.chromium.org/1441173003/diff/200001/scripts/slave/recipes/skia/ct_10k_skps_dm.py#newcode56 scripts/slave/recipes/skia/ct_10k_skps_dm.py:56: flavor.compile('dm') On 2015/11/24 20:06:40, borenet wrote: > On 2015/11/24 ...
5 years ago (2015-11-25 14:11:21 UTC) #16
borenet
LGTM with nit/note. https://codereview.chromium.org/1441173003/diff/270001/scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json File scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json (right): https://codereview.chromium.org/1441173003/diff/270001/scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json#newcode345 scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json:345: "name": "rmtree Clean SKPs dir (3)", ...
5 years ago (2015-11-30 12:25:48 UTC) #17
rmistry
https://codereview.chromium.org/1441173003/diff/270001/scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json File scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json (right): https://codereview.chromium.org/1441173003/diff/270001/scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json#newcode345 scripts/slave/recipes/skia/ct_10k_skps_dm.expected/CT_DM_10k_SKPs.json:345: "name": "rmtree Clean SKPs dir (3)", On 2015/11/30 12:25:48, ...
5 years ago (2015-11-30 13:13:20 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441173003/310001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441173003/310001
5 years ago (2015-11-30 13:17:10 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: Build Presubmit on tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Build%20Presubmit/builds/57)
5 years ago (2015-11-30 13:28:29 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441173003/330001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441173003/330001
5 years ago (2015-11-30 13:35:35 UTC) #27
rmistry1
lgtm
5 years ago (2015-11-30 13:42:53 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441173003/330001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441173003/330001
5 years ago (2015-11-30 13:43:05 UTC) #32
rmistry
Trybot failing due to- Missing LGTM from an OWNER for these files: scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_RR.json scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_Repaint.json scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_slave3_failure.json ...
5 years ago (2015-11-30 13:52:31 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441173003/330001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441173003/330001
5 years ago (2015-11-30 13:52:45 UTC) #38
commit-bot: I haz the power
5 years ago (2015-11-30 13:55:55 UTC) #40
Message was sent while issue was closed.
Committed patchset #14 (id:330001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=297734

Powered by Google App Engine
This is Rietveld 408576698