|
|
Chromium Code Reviews|
Created:
4 years, 5 months ago by kouhei (in TOK) Modified:
4 years, 5 months ago CC:
chromium-reviews, telemetry-reviews_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Description[PCv2] migrate page_cycler_v2.intl_ja_zh
BUG=611329
CQ_EXTRA_TRYBOTS omitted (relevant try bots passed)
Committed: https://crrev.com/0e902e6e9dd6919de0cacc0286bfa8cb54ebb3b0
Cr-Commit-Position: refs/heads/master@{#404057}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Ned's review #
Total comments: 2
Patch Set 3 : move options -> _PageCyclerV2 #Patch Set 4 : blacklist serp #Patch Set 5 : remove_workaround #Messages
Total messages: 79 (26 generated)
Description was changed from ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 ========== to ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq ==========
The CQ bit was checked by kouhei@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
kouhei@chromium.org changed reviewers: + ksakamoto@chromium.org, nednguyen@google.com
kouhei@chromium.org changed required reviewers: + nednguyen@google.com
https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... File tools/perf/benchmarks/page_cycler_v2.py (right): https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:18: nits: 2 blank lines between top level definitions https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:43: Same here https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:60: ditto https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:61: class PageCyclerIntlJaZh(_PageCyclerV2): You will want to make sure that this is named PageCyclerV2IntlJaZh, otherwise telemetry code that discovers benchmarks get confused since it discovers all classes indexed by their names. I will add a test coverage to make sure that no two benchmark has same class names due to this limitation.
https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... File tools/perf/benchmarks/page_cycler_v2.py (right): https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:18: On 2016/06/27 04:33:48, nednguyen wrote: > nits: 2 blank lines between top level definitions Done. https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:43: On 2016/06/27 04:33:48, nednguyen wrote: > Same here Done. https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:60: On 2016/06/27 04:33:48, nednguyen wrote: > ditto Done. https://codereview.chromium.org/2097303002/diff/1/tools/perf/benchmarks/page_... tools/perf/benchmarks/page_cycler_v2.py:61: class PageCyclerIntlJaZh(_PageCyclerV2): On 2016/06/27 04:33:48, nednguyen wrote: > You will want to make sure that this is named PageCyclerV2IntlJaZh, otherwise > telemetry code that discovers benchmarks get confused since it discovers all > classes indexed by their names. > > I will add a test coverage to make sure that no two benchmark has same class > names due to this limitation. Done.
lgtm https://codereview.chromium.org/2097303002/diff/20001/tools/perf/benchmarks/p... File tools/perf/benchmarks/page_cycler_v2.py (right): https://codereview.chromium.org/2097303002/diff/20001/tools/perf/benchmarks/p... tools/perf/benchmarks/page_cycler_v2.py:52: options = {'pageset_repeat': 2} Should this {'pageset_repeat': 2} be moved to the based _PageCyclerV2 class so that it applies to all the pcv2 benchmarks?
https://codereview.chromium.org/2097303002/diff/20001/tools/perf/benchmarks/p... File tools/perf/benchmarks/page_cycler_v2.py (right): https://codereview.chromium.org/2097303002/diff/20001/tools/perf/benchmarks/p... tools/perf/benchmarks/page_cycler_v2.py:52: options = {'pageset_repeat': 2} On 2016/06/27 04:40:54, nednguyen wrote: > Should this {'pageset_repeat': 2} be moved to the based _PageCyclerV2 class so > that it applies to all the pcv2 benchmarks? Done.
The CQ bit was checked by kouhei@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from nednguyen@google.com Link to the patchset: https://codereview.chromium.org/2097303002/#ps40001 (title: "move options -> _PageCyclerV2")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_s5_perf_cq on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL) winx64_10_perf_cq on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by kouhei@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: mac_retina_perf_cq on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_...)
On 2016/06/28 04:37:01, commit-bot: I haz the power wrote: > Dry run: Try jobs failed on following builders: > mac_retina_perf_cq on tryserver.chromium.perf (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_...) Looking into this but no clue atm. At least, Android failure doesn't repro locally.
On 2016/06/28 06:38:17, kouhei wrote: > On 2016/06/28 04:37:01, commit-bot: I haz the power wrote: > > Dry run: Try jobs failed on following builders: > > mac_retina_perf_cq on tryserver.chromium.perf (JOB_FAILED, > > > http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_...) > > Looking into this but no clue atm. > At least, Android failure doesn't repro locally. The failed pages are the same: [ FAILED ] http://www.google.com.hk/#q=%E9%82%84%E6%8F%90%E4%BE%9B&fp=c44d333e710cb480 [ FAILED ] http://udn.com/NEWS/mainpage.shtml If needed, we can comment out those pages for now & put it in the backlog to investigate those.
On 2016/06/28 13:13:39, nednguyen wrote: > On 2016/06/28 06:38:17, kouhei wrote: > > On 2016/06/28 04:37:01, commit-bot: I haz the power wrote: > > > Dry run: Try jobs failed on following builders: > > > mac_retina_perf_cq on tryserver.chromium.perf (JOB_FAILED, > > > > > > http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_...) > > > > Looking into this but no clue atm. > > At least, Android failure doesn't repro locally. > > The failed pages are the same: > [ FAILED ] > http://www.google.com.hk/#q=%E9%82%84%E6%8F%90%E4%BE%9B&fp=c44d333e710cb480 > [ FAILED ] http://udn.com/NEWS/mainpage.shtml > > If needed, we can comment out those pages for now & put it in the backlog to > investigate those. managed to repro locally. I'll take a look tomorrow.
The CQ bit was checked by kouhei@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from nednguyen@google.com Link to the patchset: https://codereview.chromium.org/2097303002/#ps80001 (title: "remove_workaround")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
On 2016/06/28 13:27:44, kouhei wrote: > On 2016/06/28 13:13:39, nednguyen wrote: > > On 2016/06/28 06:38:17, kouhei wrote: > > > On 2016/06/28 04:37:01, commit-bot: I haz the power wrote: > > > > Dry run: Try jobs failed on following builders: > > > > mac_retina_perf_cq on tryserver.chromium.perf (JOB_FAILED, > > > > > > > > > > http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_...) > > > > > > Looking into this but no clue atm. > > > At least, Android failure doesn't repro locally. > > > > The failed pages are the same: > > [ FAILED ] > > http://www.google.com.hk/#q=%E9%82%84%E6%8F%90%E4%BE%9B&fp=c44d333e710cb480 > > [ FAILED ] http://udn.com/NEWS/mainpage.shtml > > > > If needed, we can comment out those pages for now & put it in the backlog to > > investigate those. > > managed to repro locally. I'll take a look tomorrow. Fix CL landed at catapult: https://codereview.chromium.org/2127483002/ landing this
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_s5_perf_cq on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/android_s5_perf_...)
The CQ bit was checked by kouhei@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: winx64_10_perf_cq on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/winx64_10_perf_c...)
The CQ bit was checked by kouhei@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and will soon be removed. Use CQ_INCLUDE_TRYBOTS instead.
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: winx64_10_perf_cq on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/winx64_10_perf_c...)
Description was changed from ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq ========== to ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cqtryserver.chromium.perf:mac_retina_perf_cq ==========
On 2016/07/06 11:51:00, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > winx64_10_perf_cq on tryserver.chromium.perf (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.perf/builders/winx64_10_perf_c...) Removed ;tryserver.chromium.perf:winx64_10_perf_cq; because it keeps having compile error. +Ethan: I thought you removed winx64 from CQ_EXTRA_TRYBOTS?
The CQ bit was checked by nednguyen@google.com
nednguyen@google.com changed reviewers: + eakuefner@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Transient error: Too many "tryserver.chromium.perf:android_s5_perf_cqtryserver.chromium.perf:mac_retina_perf_cq" delimiters in ":". Correct syntax is "tryserver:bot1,bot2;tryserver2:bot3,bot4;".
On 2016/07/07 00:35:24, commit-bot: I haz the power wrote: > Transient error: Too many > "tryserver.chromium.perf:android_s5_perf_cqtryserver.chromium.perf:mac_retina_perf_cq" > delimiters in ":". > Correct syntax is "tryserver:bot1,bot2;tryserver2:bot3,bot4;". Let me remove the line as we already confirmed that the bots pass
Description was changed from ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cqtryserver.chromium.perf:mac_retina_perf_cq ========== to ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS omitted (relevant try bots passed) ==========
The CQ bit was checked by kouhei@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-device-gn on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-gn/bui...)
The CQ bit was checked by kouhei@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS omitted (relevant try bots passed) ========== to ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS omitted (relevant try bots passed) ==========
Message was sent while issue was closed.
Committed patchset #5 (id:80001)
Message was sent while issue was closed.
CQ bit was unchecked.
Message was sent while issue was closed.
Description was changed from ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS omitted (relevant try bots passed) ========== to ========== [PCv2] migrate page_cycler_v2.intl_ja_zh BUG=611329 CQ_EXTRA_TRYBOTS omitted (relevant try bots passed) Committed: https://crrev.com/0e902e6e9dd6919de0cacc0286bfa8cb54ebb3b0 Cr-Commit-Position: refs/heads/master@{#404057} ==========
Message was sent while issue was closed.
Patchset 5 (id:??) landed as https://crrev.com/0e902e6e9dd6919de0cacc0286bfa8cb54ebb3b0 Cr-Commit-Position: refs/heads/master@{#404057} |
