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

Issue 2814613002: Organize tough_video_cases by adding tags. (Closed)

Created:
3 years, 8 months ago by CalebRouleau
Modified:
3 years, 8 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, sullivan, telemetry-reviews_chromium.org, yihongg1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Organize tough_video_cases by adding tags describing media file format. This is the first change. Later changes will remove unnecessary pages. Design doc: https://docs.google.com/document/d/1TvUWPl6diK3DTJdSWMOcdz-6qnKC6KEHAZqoBBD8lIc/edit#heading=h.j6gogx2lkhfb BUG=710253 Review-Url: https://codereview.chromium.org/2814613002 Cr-Commit-Position: refs/heads/master@{#463836} Committed: https://chromium.googlesource.com/chromium/src/+/2ae7c8c0e3d01a2d73df388ffce7fb8045bcf0b0

Patch Set 1 #

Patch Set 2 : fix syntax #

Total comments: 4

Patch Set 3 : 'pcm_s16le' => 'pcm' #

Total comments: 2

Patch Set 4 : Add tags list to check for invalid values #

Total comments: 13

Patch Set 5 : Style stuff. #

Patch Set 6 : Fix syntax + missed codecs. #

Patch Set 7 : Fix missed tag. #

Patch Set 8 : Fix tag problems, and test this time. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -43 lines) Patch
M tools/perf/page_sets/tough_video_cases.py View 1 2 3 4 5 6 7 41 chunks +118 lines, -43 lines 0 comments Download

Messages

Total messages: 32 (12 generated)
CalebRouleau
PTAL
3 years, 8 months ago (2017-04-10 23:23:39 UTC) #3
DaleCurtis
https://codereview.chromium.org/2814613002/diff/20001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/20001/tools/perf/page_sets/tough_video_cases.py#newcode49 tools/perf/page_sets/tough_video_cases.py:49: tags=['pcm_s16le', 'audio_only']) Just pcm? Don't think we care to ...
3 years, 8 months ago (2017-04-10 23:25:34 UTC) #4
CalebRouleau
Thanks for review comments so far. I addressed them. https://codereview.chromium.org/2814613002/diff/20001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/20001/tools/perf/page_sets/tough_video_cases.py#newcode49 tools/perf/page_sets/tough_video_cases.py:49: ...
3 years, 8 months ago (2017-04-10 23:37:09 UTC) #5
nednguyen
https://codereview.chromium.org/2814613002/diff/40001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/40001/tools/perf/page_sets/tough_video_cases.py#newcode12 tools/perf/page_sets/tough_video_cases.py:12: url=url, page_set=page_set, tags=tags) To avoid typo, I suggest you ...
3 years, 8 months ago (2017-04-10 23:43:08 UTC) #6
CalebRouleau
Thanks for the helpful comments! https://codereview.chromium.org/2814613002/diff/40001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/40001/tools/perf/page_sets/tough_video_cases.py#newcode12 tools/perf/page_sets/tough_video_cases.py:12: url=url, page_set=page_set, tags=tags) On ...
3 years, 8 months ago (2017-04-10 23:59:49 UTC) #7
nednguyen
lgtm if other folks are happy https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py#newcode33 tools/perf/page_sets/tough_video_cases.py:33: for tag in ...
3 years, 8 months ago (2017-04-11 00:04:02 UTC) #8
DaleCurtis
https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py#newcode24 tools/perf/page_sets/tough_video_cases.py:24: 'is_50fps', Probably tags like 720p60, 2160p60, etc would be ...
3 years, 8 months ago (2017-04-11 00:08:01 UTC) #9
CalebRouleau
Thanks for the comments! https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py#newcode24 tools/perf/page_sets/tough_video_cases.py:24: 'is_50fps', On 2017/04/11 00:08:01, DaleCurtis ...
3 years, 8 months ago (2017-04-11 00:26:51 UTC) #10
DaleCurtis
https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py#newcode24 tools/perf/page_sets/tough_video_cases.py:24: 'is_50fps', On 2017/04/11 at 00:26:50, crouleau wrote: > On ...
3 years, 8 months ago (2017-04-11 00:34:08 UTC) #11
nednguyen
https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py#newcode33 tools/perf/page_sets/tough_video_cases.py:33: for tag in tags: On 2017/04/11 00:26:50, crouleau wrote: ...
3 years, 8 months ago (2017-04-11 00:40:24 UTC) #12
johnchen
https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py#newcode7 tools/perf/page_sets/tough_video_cases.py:7: PAGE_TAGS_LIST = [ Do we expect other modules to ...
3 years, 8 months ago (2017-04-11 00:50:49 UTC) #13
CalebRouleau
Thanks for the reviews. https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py File tools/perf/page_sets/tough_video_cases.py (right): https://codereview.chromium.org/2814613002/diff/60001/tools/perf/page_sets/tough_video_cases.py#newcode7 tools/perf/page_sets/tough_video_cases.py:7: PAGE_TAGS_LIST = [ On 2017/04/11 ...
3 years, 8 months ago (2017-04-11 01:55:50 UTC) #14
johnchen
LGTM
3 years, 8 months ago (2017-04-11 14:22:30 UTC) #15
DaleCurtis
lgtm provided we fix the is_4k, is_50fps tags in a followup.
3 years, 8 months ago (2017-04-11 18:06:40 UTC) #16
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/2814613002/100001
3 years, 8 months ago (2017-04-11 18:15:55 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/269448)
3 years, 8 months ago (2017-04-11 19:13:40 UTC) #21
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/2814613002/70002
3 years, 8 months ago (2017-04-11 19:36:23 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/269543)
3 years, 8 months ago (2017-04-11 20:50:45 UTC) #26
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/2814613002/130001
3 years, 8 months ago (2017-04-11 22:22:10 UTC) #29
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 23:39:03 UTC) #32
Message was sent while issue was closed.
Committed patchset #8 (id:130001) as
https://chromium.googlesource.com/chromium/src/+/2ae7c8c0e3d01a2d73df388ffce7...

Powered by Google App Engine
This is Rietveld 408576698