|
|
Chromium Code Reviews|
Created:
4 years, 4 months ago by petrcermak Modified:
4 years, 4 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[perf] Disable legacy page_cycler on all platforms except for Chrome OS
Rationale: It has been superseded by Page Cycler v2.
BUG=634310, 611329
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq
TBR=nednguyen@google.com
Committed: https://crrev.com/2f535b4682cf74ffd1c3b1afd02df602e70519a6
Cr-Commit-Position: refs/heads/master@{#410048}
Patch Set 1 #Patch Set 2 : Disable on all platforms except Chrome OS #
Total comments: 3
Patch Set 3 : Use ShouldDisable #Patch Set 4 : Rebase #Messages
Total messages: 37 (20 generated)
Description was changed from ========== [perf] Disable page_cycler.intl_hi_ru and page_cycler.intl_ko_th_vi on android-webview Rationale: The benchmarks are failing a lot on Android Nexus5X WebView Perf (2) (8 and 14 failures out of 20 last runs respectively). BUG=634310 ========== to ========== [perf] Disable page_cycler.intl_hi_ru and page_cycler.intl_ko_th_vi on android-webview Rationale: The benchmarks are failing a lot on Android Nexus5X WebView Perf (2) (8 and 14 failures out of 20 last runs respectively). BUG=634310 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq ==========
Description was changed from ========== [perf] Disable page_cycler.intl_hi_ru and page_cycler.intl_ko_th_vi on android-webview Rationale: The benchmarks are failing a lot on Android Nexus5X WebView Perf (2) (8 and 14 failures out of 20 last runs respectively). BUG=634310 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq ========== to ========== [perf] Disable page_cycler.intl_hi_ru and page_cycler.intl_ko_th_vi on android-webview Rationale: The benchmarks are failing a lot on Android Nexus5X WebView Perf (2) (8 and 14 failures out of 20 last runs respectively). BUG=634310 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=nednguyen@google.com ==========
petrcermak@chromium.org changed reviewers: + nednguyen@google.com
PTAL. Thanks, Petr
The CQ bit was checked by petrcermak@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 nednguyen@google.com
On 2016/08/04 17:05:22, commit-bot: I haz the power wrote: > CQ is trying da patch. Follow status at > > https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or... Since you are already here, can you override the base class _PageCYcler.ShouldDisable(..) so that we only run page_cycler on ChromeOs? We no longer care about legacy PageCYcler on non ChromeOS platform.
nednguyen@google.com changed reviewers: + kouhei@chromium.org
On 2016/08/04 17:08:09, nednguyen wrote: > On 2016/08/04 17:05:22, commit-bot: I haz the power wrote: > > CQ is trying da patch. Follow status at > > > > > https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or... > > Since you are already here, can you override the base class > _PageCYcler.ShouldDisable(..) so that we only run page_cycler on ChromeOs? We no > longer care about legacy PageCYcler on non ChromeOS platform. The cover bug for removing legacy PageCycler & replace them with PCV2 is https://bugs.chromium.org/p/chromium/issues/detail?id=611329
Description was changed from ========== [perf] Disable page_cycler.intl_hi_ru and page_cycler.intl_ko_th_vi on android-webview Rationale: The benchmarks are failing a lot on Android Nexus5X WebView Perf (2) (8 and 14 failures out of 20 last runs respectively). BUG=634310 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=nednguyen@google.com ========== to ========== [perf] Disable legacy page_cycler on all platforms except for Chrome OS Rationale: It has been superseded by Page Cycler v2. BUG=634310,611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=nednguyen@google.com ==========
sgtm. PTAL. Thanks, Petr https://codereview.chromium.org/2211673003/diff/20001/tools/perf/benchmarks/p... File tools/perf/benchmarks/page_cycler.py (right): https://codereview.chromium.org/2211673003/diff/20001/tools/perf/benchmarks/p... tools/perf/benchmarks/page_cycler.py:12: @benchmark.Enabled('chromeos') All subclasses will automatically inherit this.
lgtm Thanks for removing existing disabling logic! https://codereview.chromium.org/2211673003/diff/20001/tools/perf/benchmarks/p... File tools/perf/benchmarks/page_cycler.py (right): https://codereview.chromium.org/2211673003/diff/20001/tools/perf/benchmarks/p... tools/perf/benchmarks/page_cycler.py:12: @benchmark.Enabled('chromeos') On 2016/08/04 17:17:17, petrcermak wrote: > All subclasses will automatically inherit this. This is actually a bug, not a feature: https://bugs.chromium.org/p/chromium/issues/detail?id=568333 Let go with overridding the SHouldDIsable way to be safe.
The CQ bit was checked by petrcermak@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/2211673003/#ps40001 (title: "Use ShouldDisable")
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 petrcermak@chromium.org
The CQ bit was checked by petrcermak@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: android_s5_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL) linux_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL) mac_retina_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL) winx64_10_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by petrcermak@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: mac_retina_perf_cq on master.tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_...)
The CQ bit was checked by petrcermak@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/2211673003/#ps60001 (title: "Rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2211673003/diff/20001/tools/perf/benchmarks/p... File tools/perf/benchmarks/page_cycler.py (right): https://codereview.chromium.org/2211673003/diff/20001/tools/perf/benchmarks/p... tools/perf/benchmarks/page_cycler.py:12: @benchmark.Enabled('chromeos') On 2016/08/04 17:34:37, nednguyen wrote: > On 2016/08/04 17:17:17, petrcermak wrote: > > All subclasses will automatically inherit this. > > This is actually a bug, not a feature: > https://bugs.chromium.org/p/chromium/issues/detail?id=568333 > > Let go with overridding the SHouldDIsable way to be safe. Done.
The CQ bit was unchecked by commit-bot@chromium.org
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_androi...)
The CQ bit was checked by nednguyen@google.com
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 ========== [perf] Disable legacy page_cycler on all platforms except for Chrome OS Rationale: It has been superseded by Page Cycler v2. BUG=634310,611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=nednguyen@google.com ========== to ========== [perf] Disable legacy page_cycler on all platforms except for Chrome OS Rationale: It has been superseded by Page Cycler v2. BUG=634310,611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=nednguyen@google.com ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== [perf] Disable legacy page_cycler on all platforms except for Chrome OS Rationale: It has been superseded by Page Cycler v2. BUG=634310,611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=nednguyen@google.com ========== to ========== [perf] Disable legacy page_cycler on all platforms except for Chrome OS Rationale: It has been superseded by Page Cycler v2. BUG=634310,611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq TBR=nednguyen@google.com Committed: https://crrev.com/2f535b4682cf74ffd1c3b1afd02df602e70519a6 Cr-Commit-Position: refs/heads/master@{#410048} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/2f535b4682cf74ffd1c3b1afd02df602e70519a6 Cr-Commit-Position: refs/heads/master@{#410048} |
