Implement tool for long term monitoring of key Chrome health metrics |
||
Issue description
Showing comments 30 - 129
of 129
Older ›
,
Aug 21
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/3858e90e319fc0f14d1349737edb05e72e24c57c commit 3858e90e319fc0f14d1349737edb05e72e24c57c Author: Leonard Ge <wangge@google.com> Date: Tue Aug 21 11:58:38 2018 Restructure Long Term Health Tool Output File Structure. In this CL, we've changed the output file structure of the long term health tool so there will be a separate directory for each individual run of the long term health tool, and inside which contains directories for each milestones. This change will make our data analysis process easier. More details can be found in https://docs.google.com/document/d/1lNoZhHdZ-Q-PcUzXSaP38yWM7ZimGiq3582rVQTSlNI/edit?usp=sharing Some flag change is also made in this CL due to the change of `compatibility_mode` flag, as in CL:1174721. Bug: chromium:863390 Change-Id: I112122ee37c974b95b717dabb753ca4a399c735b Reviewed-on: https://chromium-review.googlesource.com/1174381 Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> [modify] https://crrev.com/3858e90e319fc0f14d1349737edb05e72e24c57c/experimental/long_term_health/bin/long_term_health [modify] https://crrev.com/3858e90e319fc0f14d1349737edb05e72e24c57c/experimental/long_term_health/long_term_health/test_runner.py
,
Aug 22
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/bbb04a38bbdbce7714e0c4d96fc644c9acd9ac96 commit bbb04a38bbdbce7714e0c4d96fc644c9acd9ac96 Author: Leonard Ge <wangge@google.com> Date: Wed Aug 22 14:35:40 2018 Fix Bug When No APK is present and Add Relevant Test Cases. In this CL, we fixed a bug in the long term health tool which would occur when no APK is present locally. Relevant test cases for the `apk_finder.py` file is also added to ensure the bug won't occur again, together with the missing test cases for other parts of `apk_finder.py`. Bug: chromium:863390 Change-Id: I6ab099b6200a0e4f32b4b1816cc4022676263ce3 Reviewed-on: https://chromium-review.googlesource.com/1183676 Commit-Queue: Leonard Ge <wangge@google.com> Reviewed-by: Mythri Alle <mythria@chromium.org> Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> [add] https://crrev.com/bbb04a38bbdbce7714e0c4d96fc644c9acd9ac96/experimental/long_term_health/long_term_health/apk_finder_test.py [modify] https://crrev.com/bbb04a38bbdbce7714e0c4d96fc644c9acd9ac96/experimental/long_term_health/long_term_health/apk_finder.py
,
Aug 22
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/bcc387a51abaa21aa580d1703ff431c1356c07b4 commit bcc387a51abaa21aa580d1703ff431c1356c07b4 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Wed Aug 22 17:46:38 2018 Roll src/third_party/catapult ba76717a8d18..bbb04a38bbdb (23 commits) https://chromium.googlesource.com/catapult.git/+log/ba76717a8d18..bbb04a38bbdb git log ba76717a8d18..bbb04a38bbdb --date=short --no-merges --format='%ad %ae %s' 2018-08-22 wangge@google.com Fix Bug When No APK is present and Add Relevant Test Cases. 2018-08-22 anthonyalridge@google.com Initial application of mann whitney testing. 2018-08-22 benjhayden@chromium.org [chromeperf v2] Simple redux helpers. 2018-08-22 benjhayden@chromium.org Add icons for V2SPA. 2018-08-21 mseaborn@google.com [dashboard] Update docs to mention old issues filed in the Github tracker 2018-08-21 benjhayden@chromium.org Fix minify script for v2spa. 2018-08-21 benjhayden@chromium.org Add some utility functions to V2SPA. 2018-08-21 eakuefner@chromium.org [Tracing] Fix Pylint errors 2018-08-21 amyqiu@google.com Fix search bug in metrics visualization tool 2018-08-21 benjhayden@chromium.org Add ElementBase for V2SPA. 2018-08-21 benjhayden@chromium.org Plumb test case tag maps via test suite descriptors. 2018-08-21 vovoy@chromium.org Add story property: wpr_mode 2018-08-21 wangge@google.com Restructure Long Term Health Tool Output File Structure. 2018-08-20 benjhayden@chromium.org Add Material textarea for V2SPA. 2018-08-20 benjhayden@chromium.org Add checkbox to V2SPA. 2018-08-20 benjhayden@chromium.org Add cp-loading for V2SPA. 2018-08-20 benjhayden@chromium.org Add raised-button to V2SPA. 2018-08-20 chiniforooshan@chromium.org Telemetry: pixel metrics in TBMv2 2018-08-20 simonhatch@chromium.org Dashboard - Add a path for inserting out-of-order diagnostics. 2018-08-20 simonhatch@chromium.org Dashboard - Fix gcs read. 2018-08-20 chiniforooshan@chromium.org Telemetry: rename metrics as per crbug.com/627461 2018-08-20 simonhatch@chromium.org Dashboard - Cleanup unused masters and bots 2018-08-20 chiniforooshan@chromium.org Telemetry: break rendering_metric.html Created with: gclient setdep -r src/third_party/catapult@bbb04a38bbdb The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:863390,chromium:866423,chromium:862077,chromium:863390,chromium:760553,chromium:874856,chromium:627461,chromium:760553 TBR=sullivan@chromium.org Change-Id: I6f9a52e2e301d0e04b4800a9c57a33000ec51f26 Reviewed-on: https://chromium-review.googlesource.com/1185141 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585147} [modify] https://crrev.com/bcc387a51abaa21aa580d1703ff431c1356c07b4/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/2834855ded52934a47ba1ca882cadea61515474d commit 2834855ded52934a47ba1ca882cadea61515474d Author: Leonard Ge <wangge@google.com> Date: Mon Sep 03 15:23:59 2018 Add M70 branch number. Register new build number as chromium has just branched. Bug: chromium:863390 Change-Id: I3fc52842b3cadbaed17e3989810a651f47ba26d5 Reviewed-on: https://chromium-review.googlesource.com/1201966 Reviewed-by: Mythri Alle <mythria@chromium.org> Commit-Queue: Leonard Ge <wangge@google.com> [modify] https://crrev.com/2834855ded52934a47ba1ca882cadea61515474d/experimental/long_term_health/milestone_build_mapping_table.csv
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 4
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fcfe9a6f17f02771890c03d666dcebf560eca909 commit fcfe9a6f17f02771890c03d666dcebf560eca909 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Mon Sep 03 17:03:24 2018 Roll src/third_party/catapult 713e916190aa..88dc49aaadb0 (3 commits) https://chromium.googlesource.com/catapult.git/+log/713e916190aa..88dc49aaadb0 git log 713e916190aa..88dc49aaadb0 --date=short --no-merges --format='%ad %ae %s' 2018-09-03 pasko@chromium.org devil: Limit CPU/GPU frequency for Nexus 5X 2018-09-03 anthonyalridge@google.com Include testing of significant impacts on a per story basis. 2018-09-03 wangge@google.com Add M70 branch number. Created with: gclient setdep -r src/third_party/catapult@88dc49aaadb0 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:760498,chromium:383566,chromium:866423,chromium:863390 TBR=sullivan@chromium.org Change-Id: I3249938bc929dcbccb370351dd528c59afe2cccd Reviewed-on: https://chromium-review.googlesource.com/1202504 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588413} [modify] https://crrev.com/fcfe9a6f17f02771890c03d666dcebf560eca909/DEPS
,
Sep 5
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/e8d864b44ea769f3ce0736aa5d73dabaf5b75166 commit e8d864b44ea769f3ce0736aa5d73dabaf5b75166 Author: Leonard Ge <wangge@google.com> Date: Wed Sep 05 09:42:26 2018 Add result aggregation functionality to Long Term Health Tool. In this CL, we enable the tool to convert the generated results.html to individual csv file. A new folder called `csv` will be created which contains individual csv for each milestone. And we merged these csv files into a large csv file with added column to specify which milestone it belongs to. The long term tool will execute the above procedure after it finishes running the benchmark. This added step will make the result analysis and visualization in CoLab much easier. Bug: chromium:863390 Change-Id: I693035a2993bc00d22fb50605cea29e7b3bb9fb6 Reviewed-on: https://chromium-review.googlesource.com/1203937 Reviewed-by: Mythri Alle <mythria@chromium.org> Commit-Queue: Leonard Ge <wangge@google.com> [modify] https://crrev.com/e8d864b44ea769f3ce0736aa5d73dabaf5b75166/experimental/long_term_health/bin/long_term_health [add] https://crrev.com/e8d864b44ea769f3ce0736aa5d73dabaf5b75166/experimental/long_term_health/long_term_health/aggregate_results.py
,
Sep 5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/82c80bd17a2bcdc6d3a381db4165df5a2f517111 commit 82c80bd17a2bcdc6d3a381db4165df5a2f517111 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Wed Sep 05 10:44:19 2018 Roll src/third_party/catapult 120318a2482f..0a0ce4e245c3 (3 commits) https://chromium.googlesource.com/catapult.git/+log/120318a2482f..0a0ce4e245c3 git log 120318a2482f..0a0ce4e245c3 --date=short --no-merges --format='%ad %ae %s' 2018-09-05 anthonyalridge@google.com Allows the user to pick a reference column. 2018-09-05 wangge@google.com Add result aggregation functionality to Long Term Health Tool. 2018-09-05 anthonyalridge@google.com Use one tailed test to distinguish positive/negative impacts. Created with: gclient setdep -r src/third_party/catapult@0a0ce4e245c3 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:866423,chromium:863390,chromium:866423 TBR=sullivan@chromium.org Change-Id: I027dca9a1a265bdf082ab2cbad4fae6e1b4b4747 Reviewed-on: https://chromium-review.googlesource.com/1205623 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588824} [modify] https://crrev.com/82c80bd17a2bcdc6d3a381db4165df5a2f517111/DEPS
,
Sep 6
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/f3076674c3df296c3584bc2edc4e16e3e4ac8d41 commit f3076674c3df296c3584bc2edc4e16e3e4ac8d41 Author: Leonard Ge <wangge@google.com> Date: Thu Sep 06 20:07:54 2018 Update help message for `run_benchmark.py`. In this commit, we've updated the help message of the `run_benchmark.py`, specifically we list all the `--compatibility-mode` options explicitly. There are also some minor style change. Bug: chromium:863390 Change-Id: I9e14507082eb25b46f0f59db82d560954d3fa2cb Reviewed-on: https://chromium-review.googlesource.com/1210662 Reviewed-by: Ned Nguyen <nednguyen@google.com> Commit-Queue: Leonard Ge <wangge@google.com> [modify] https://crrev.com/f3076674c3df296c3584bc2edc4e16e3e4ac8d41/telemetry/telemetry/internal/browser/browser_options.py
,
Sep 7
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/79f8b4dcb67bf6bcc2f26bbae15746b90458d0c2 commit 79f8b4dcb67bf6bcc2f26bbae15746b90458d0c2 Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Fri Sep 07 18:49:21 2018 Roll src/third_party/catapult bcc3e491fb2e..32654a45d3da (16 commits) https://chromium.googlesource.com/catapult.git/+log/bcc3e491fb2e..32654a45d3da git log bcc3e491fb2e..32654a45d3da --date=short --no-merges --format='%ad %ae %s' 2018-09-07 nednguyen@google.com Remove common/battor/ 2018-09-07 simonhatch@chromium.org Dashboard - Simplify find_anomalies by removing benchmark_duration 2018-09-07 simonhatch@chromium.org Dashboard - Generate stats on alert #'s 2018-09-07 nednguyen@google.com Fix BUILD.gn by running generate_telemetry_build.py 2018-09-07 ulan@chromium.org Add a metric that tracks the number of console error messages 2018-09-07 wangge@google.com Reformat the `run_benchmark` help message. 2018-09-06 benjhayden@chromium.org Fix flaky dashboard tests: timeseries2_test, file_bug_test, others. 2018-09-06 wangge@google.com Update help message for `run_benchmark.py`. 2018-09-06 benjhayden@chromium.org dashboard/bin/run_wct_tests 2018-09-06 nastasoiuf@google.com Stacked bar plot integration 2018-09-06 simonhatch@chromium.org Dashboard - Fix stats generation for chrome health metrics 2018-09-06 rmcilroy@chromium.org [Tracing] Add support for Optimize-Background bucket to V8's runtime call stats table 2018-09-06 anthonyalridge@google.com Add back bar chart interaction 2018-09-06 mattm@chromium.org netlog_viewer: rename |global| in cr.js to |cr_global| 2018-09-05 mattm@chromium.org netlog_viewer: Apply chromium changes up to 940b87bb7cb870e5d441 2018-09-05 jbudorick@chromium.org Fix systrace/bin/OWNERS. Created with: gclient setdep -r src/third_party/catapult@32654a45d3da The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:881543,chromium:881379,chromium:881361,chromium:881543,chromium:880432,chromium:863390,chromium:877660,chromium:866423,chromium:879229,chromium:866423 TBR=sullivan@chromium.org Change-Id: I2206a43b38a09c7427d4d4ef02fe4c820dbaee98 Reviewed-on: https://chromium-review.googlesource.com/1213476 Reviewed-by: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#589610} [modify] https://crrev.com/79f8b4dcb67bf6bcc2f26bbae15746b90458d0c2/DEPS
,
Sep 13
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/7fd28bc31aa934309f2c2cc60d7d75887b173098 commit 7fd28bc31aa934309f2c2cc60d7d75887b173098 Author: Leonard Ge <wangge@google.com> Date: Thu Sep 13 12:21:41 2018 Add functions to include APK, generate isolate and upload it. In this CL, we added function to move the APK to a path that will be included in isolate. Also we added a function to generate isolate and a function to upload them to the isolate server. These three functions will be used in later CL to run the long term health job in swarming. Bug: chromium:863390 Change-Id: I45ceb96007e0fb93074885f6623e6b98f375b92f Reviewed-on: https://chromium-review.googlesource.com/1224031 Commit-Queue: Leonard Ge <wangge@google.com> Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> [modify] https://crrev.com/7fd28bc31aa934309f2c2cc60d7d75887b173098/experimental/long_term_health/long_term_health/test_runner.py
,
Sep 13
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7e40ef3866f085d2c6b25183968531edcb85e05c commit 7e40ef3866f085d2c6b25183968531edcb85e05c Author: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Date: Thu Sep 13 14:41:38 2018 Roll src/third_party/catapult 3e071665b9f9..c4d326feb2ff (5 commits) https://chromium.googlesource.com/catapult.git/+log/3e071665b9f9..c4d326feb2ff git log 3e071665b9f9..c4d326feb2ff --date=short --no-merges --format='%ad %ae %s' 2018-09-13 anthonyalridge@google.com Add clip path at to prevent overlap with x axis label. 2018-09-13 wangge@google.com Add functions to include APK, generate isolate and upload it. 2018-09-13 cbruni@chromium.org Add more helpers in preparation for v8.loading.cluster_telemetry benchmark 2018-09-13 anthonyalridge@google.com Add padding to numeric labels for stacked bar plotter. 2018-09-13 ulan@chromium.org Output DevTools error messages as warnings while running a story. Created with: gclient setdep -r src/third_party/catapult@c4d326feb2ff The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:866423,chromium:863390,chromium:883322,chromium:866423,chromium:880432 TBR=sullivan@chromium.org Change-Id: I68916abd79b995d8c990f4fc64c65dce5cdbaa23 Reviewed-on: https://chromium-review.googlesource.com/1224473 Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591005} [modify] https://crrev.com/7e40ef3866f085d2c6b25183968531edcb85e05c/DEPS
,
Sep 14
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/393391985b970fe0f33952d108f2470c8d1fdb83 commit 393391985b970fe0f33952d108f2470c8d1fdb83 Author: Darren Shen <shend@chromium.org> Date: Fri Sep 14 02:00:31 2018 Revert "Roll src/third_party/catapult 3e071665b9f9..c4d326feb2ff (5 commits)" This reverts commit 7e40ef3866f085d2c6b25183968531edcb85e05c. Reason for revert: 883892 Original change's description: > Roll src/third_party/catapult 3e071665b9f9..c4d326feb2ff (5 commits) > > https://chromium.googlesource.com/catapult.git/+log/3e071665b9f9..c4d326feb2ff > > > git log 3e071665b9f9..c4d326feb2ff --date=short --no-merges --format='%ad %ae %s' > 2018-09-13 anthonyalridge@google.com Add clip path at to prevent overlap with x axis label. > 2018-09-13 wangge@google.com Add functions to include APK, generate isolate and upload it. > 2018-09-13 cbruni@chromium.org Add more helpers in preparation for v8.loading.cluster_telemetry benchmark > 2018-09-13 anthonyalridge@google.com Add padding to numeric labels for stacked bar plotter. > 2018-09-13 ulan@chromium.org Output DevTools error messages as warnings while running a story. > > > Created with: > gclient setdep -r src/third_party/catapult@c4d326feb2ff > > The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll > > Documentation for the AutoRoller is here: > https://skia.googlesource.com/buildbot/+/master/autoroll/README.md > > If the roll is causing failures, please contact the current sheriff, who should > be CC'd on the roll, and stop the roller if necessary. > > CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel > > BUG=chromium:866423,chromium:863390,chromium:883322,chromium:866423,chromium:880432 > TBR=sullivan@chromium.org > > Change-Id: I68916abd79b995d8c990f4fc64c65dce5cdbaa23 > Reviewed-on: https://chromium-review.googlesource.com/1224473 > Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> > Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> > Cr-Commit-Position: refs/heads/master@{#591005} TBR=sullivan@chromium.org,chromium-autoroll@skia-public.iam.gserviceaccount.com Change-Id: Iacf4973a98666f6030cb3373629cefdfc58f95e2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:866423, chromium:863390, chromium:883322, chromium:880432 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1226534 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#591261} [modify] https://crrev.com/393391985b970fe0f33952d108f2470c8d1fdb83/DEPS
,
Sep 14
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/8323f92cb0c81332c00abfe5a3bad012a400fd35 commit 8323f92cb0c81332c00abfe5a3bad012a400fd35 Author: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Date: Fri Sep 14 16:52:21 2018 Roll src/third_party/catapult 3e071665b9f9..9f36d9f78813 (14 commits) https://chromium.googlesource.com/catapult.git/+log/3e071665b9f9..9f36d9f78813 git log 3e071665b9f9..9f36d9f78813 --date=short --no-merges --format='%ad %ae %s' 2018-09-14 pasko@chromium.org FlushOsPageCaches: wait for dust to settle 2018-09-14 ulan@chromium.org Revert "Output DevTools error messages as warnings while running a story." 2018-09-13 simonhatch@chromium.org Dashboard - Error out on empty or uncompressed uploads 2018-09-13 sadrul@chromium.org rendering: Ignore trace-events for canceled draws. 2018-09-13 vovoy@chromium.org Only download files for filtered stories in story_runner 2018-09-13 chiniforooshan@chromium.org Telemetry: fix a SF stats collector bug 2018-09-13 cbruni@chromium.org Include hash for wprgo archive names to reduce name collisions 2018-09-13 pasko@chromium.org clear_system_cache: update binaries 2018-09-13 anthonyalridge@google.com Create a link to traces from the CFG. 2018-09-13 anthonyalridge@google.com Add clip path at to prevent overlap with x axis label. 2018-09-13 wangge@google.com Add functions to include APK, generate isolate and upload it. 2018-09-13 cbruni@chromium.org Add more helpers in preparation for v8.loading.cluster_telemetry benchmark 2018-09-13 anthonyalridge@google.com Add padding to numeric labels for stacked bar plotter. 2018-09-13 ulan@chromium.org Output DevTools error messages as warnings while running a story. Created with: gclient setdep -r src/third_party/catapult@9f36d9f78813 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:811244,chromium:881384,chromium:883892,chromium:880432,chromium:883735,chromium:883592,chromium:882291,chromium:881873,chromium:878390,chromium:881384,chromium:866423,chromium:866423,chromium:863390,chromium:883322,chromium:866423,chromium:880432 TBR=sullivan@chromium.org Change-Id: I934e7e9b842518c75edbeb4a1604c2e06b577861 Reviewed-on: https://chromium-review.googlesource.com/1226380 Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591375} [modify] https://crrev.com/8323f92cb0c81332c00abfe5a3bad012a400fd35/DEPS
,
Sep 17
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/614ec656b97e0f1bccca5ba468b2b8b6c5943451 commit 614ec656b97e0f1bccca5ba468b2b8b6c5943451 Author: Leonard Ge <wangge@google.com> Date: Mon Sep 17 18:30:26 2018 Add function to trigger the swarming job. In this CL, a funciton to trigger the swarming job using the given isolate hash is created. Bug: chromium:863390 Change-Id: Ibc11fbea953b5c69f0b7b09c1561c30af86ce9f5 Reviewed-on: https://chromium-review.googlesource.com/1224510 Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Leonard Ge <wangge@google.com> [modify] https://crrev.com/614ec656b97e0f1bccca5ba468b2b8b6c5943451/experimental/long_term_health/long_term_health/test_runner.py
,
Sep 17
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/dbaf314ee867000d892a4a8787fabfdac1922e08 commit dbaf314ee867000d892a4a8787fabfdac1922e08 Author: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Date: Mon Sep 17 21:35:11 2018 Roll src/third_party/catapult 7a20b16aead5..945f73d771b6 (2 commits) https://chromium.googlesource.com/catapult.git/+log/7a20b16aead5..945f73d771b6 git log 7a20b16aead5..945f73d771b6 --date=short --no-merges --format='%ad %ae %s' 2018-09-17 acondor@google.com VR: Restore metrics after refactoring 2018-09-17 wangge@google.com Add function to trigger the swarming job. Created with: gclient setdep -r src/third_party/catapult@945f73d771b6 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:875291,chromium:863390 TBR=sullivan@chromium.org Change-Id: I259e89873e954f71bfedbf33ab734688e4182487 Reviewed-on: https://chromium-review.googlesource.com/1228820 Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591828} [modify] https://crrev.com/dbaf314ee867000d892a4a8787fabfdac1922e08/DEPS
,
Sep 18
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/2b7150b9323e534c0e7d6d58e683d8e344a4177c commit 2b7150b9323e534c0e7d6d58e683d8e344a4177c Author: Leonard Ge <wangge@google.com> Date: Tue Sep 18 14:18:41 2018 Add utility functions for running the swarming task. In this CL, two utility functions are added, one is to check whether the given swarming task is completed or not. The other is to download the output files from the swarming job. Bug: chromium:863390 Change-Id: I8cbdc1063c600c4e6dfa4d7309c6e12ecfaedc50 Reviewed-on: https://chromium-review.googlesource.com/1229973 Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Leonard Ge <wangge@google.com> [modify] https://crrev.com/2b7150b9323e534c0e7d6d58e683d8e344a4177c/experimental/long_term_health/long_term_health/test_runner.py
,
Sep 18
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c5b8601f06aaefb48f8c2fbfc1129bf08e7534a8 commit c5b8601f06aaefb48f8c2fbfc1129bf08e7534a8 Author: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Date: Tue Sep 18 15:48:42 2018 Roll src/third_party/catapult cc38544e3562..2b7150b9323e (2 commits) https://chromium.googlesource.com/catapult.git/+log/cc38544e3562..2b7150b9323e git log cc38544e3562..2b7150b9323e --date=short --no-merges --format='%ad %ae %s' 2018-09-18 wangge@google.com Add utility functions for running the swarming task. 2018-09-18 perezju@chromium.org [soundwave] Refactor request and chrome_perf_auth out of api handler Created with: gclient setdep -r src/third_party/catapult@2b7150b9323e The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:863390,chromium:879526 TBR=sullivan@chromium.org Change-Id: Ibac8decd7c07093a2ea8cf415ebc4e2eb3283903 Reviewed-on: https://chromium-review.googlesource.com/1230637 Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#592053} [modify] https://crrev.com/c5b8601f06aaefb48f8c2fbfc1129bf08e7534a8/DEPS
,
Sep 20
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/2d21fbfc418cdcb1556ffc10d29da6ecb7138493 commit 2d21fbfc418cdcb1556ffc10d29da6ecb7138493 Author: Leonard Ge <wangge@google.com> Date: Thu Sep 20 08:18:39 2018 Add utility functions to add new target. In this CL, utility functions are added to create new target so that we could remove the system chrome while running on swarming. Bug: chromium:863390 Change-Id: Ia7b493b962a5b586d6d3dfd96f45ab1c08ea2df4 Reviewed-on: https://chromium-review.googlesource.com/1230854 Commit-Queue: Leonard Ge <wangge@google.com> Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> [modify] https://crrev.com/2d21fbfc418cdcb1556ffc10d29da6ecb7138493/experimental/long_term_health/long_term_health/test_runner.py
,
Sep 20
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/8495ffe55979881db2ddcfed489f38ba6205c308 commit 8495ffe55979881db2ddcfed489f38ba6205c308 Author: Leonard Ge <wangge@google.com> Date: Thu Sep 20 08:55:36 2018 Add function to collect the results after all the jobs have started. In this CL, we added function to collect the results from the swarming server. This function will keep running until all the results are collected. Bug: chromium:863390 Change-Id: Idc73be2af18fe1652e1f880802aeaba2f507e352 Reviewed-on: https://chromium-review.googlesource.com/1233579 Commit-Queue: Leonard Ge <wangge@google.com> Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> [modify] https://crrev.com/8495ffe55979881db2ddcfed489f38ba6205c308/experimental/long_term_health/long_term_health/test_runner.py
,
Sep 20
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c9f509ccf4a8eaf218084d0208586b363a382f6c commit c9f509ccf4a8eaf218084d0208586b363a382f6c Author: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Date: Thu Sep 20 10:37:41 2018 Roll src/third_party/catapult 582a06eb7835..8495ffe55979 (3 commits) https://chromium.googlesource.com/catapult.git/+log/582a06eb7835..8495ffe55979 git log 582a06eb7835..8495ffe55979 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 wangge@google.com Add function to collect the results after all the jobs have started. 2018-09-20 cbruni@chromium.org Reland: Output DevTools error messages as warnings while running a story. 2018-09-20 wangge@google.com Add utility functions to add new target. Created with: gclient setdep -r src/third_party/catapult@8495ffe55979 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:863390,chromium:880432,chromium:863390 TBR=sullivan@chromium.org Change-Id: Id6330948993bd8ecc83097ad61ca9e8726f110f0 Reviewed-on: https://chromium-review.googlesource.com/1235834 Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#592748} [modify] https://crrev.com/c9f509ccf4a8eaf218084d0208586b363a382f6c/DEPS
,
Sep 20
The following revision refers to this bug: https://chromium.googlesource.com/catapult/+/8475c2e8f0328b1fe910d997b33c05f3b66f9eb5 commit 8475c2e8f0328b1fe910d997b33c05f3b66f9eb5 Author: Leonard Ge <wangge@google.com> Date: Thu Sep 20 16:43:50 2018 Add function to run benchmark both locally and on swarming. In this CL, I've added funciton `RunBenchmarkOnSwarming` to trigger the swarming job and get back the task hash. Function `RunBenchmark` is also added so the caller can use it to run benchmark locally and on swarming. Bug: chromium:863390 Change-Id: Ie9e6c3b0164b866030e92d1a78fad963f40aa3a5 Reviewed-on: https://chromium-review.googlesource.com/1235929 Commit-Queue: Leonard Ge <wangge@google.com> Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> [modify] https://crrev.com/8475c2e8f0328b1fe910d997b33c05f3b66f9eb5/experimental/long_term_health/bin/long_term_health [modify] https://crrev.com/8475c2e8f0328b1fe910d997b33c05f3b66f9eb5/experimental/long_term_health/long_term_health/test_runner.py
,
Sep 20
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/9b1f3b4495dcf5f3cff94427b2fc2d455091ab01 commit 9b1f3b4495dcf5f3cff94427b2fc2d455091ab01 Author: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Date: Thu Sep 20 21:45:28 2018 Roll src/third_party/catapult 3d81f7cc222b..b0768af22643 (3 commits) https://chromium.googlesource.com/catapult.git/+log/3d81f7cc222b..b0768af22643 git log 3d81f7cc222b..b0768af22643 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 benjhayden@chromium.org Fix /api/report/template 2018-09-20 bsheedy@chromium.org Add force commit to SharedPrefs 2018-09-20 wangge@google.com Add function to run benchmark both locally and on swarming. Created with: gclient setdep -r src/third_party/catapult@b0768af22643 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:887579,chromium:863390 TBR=sullivan@chromium.org Change-Id: I0052555ff9d1cd652448e2b3af79e37681de72e0 Reviewed-on: https://chromium-review.googlesource.com/1236883 Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#592956} [modify] https://crrev.com/9b1f3b4495dcf5f3cff94427b2fc2d455091ab01/DEPS
,
Dec 17
Showing comments 30 - 129
of 129
Older ›
|
||
►
Sign in to add a comment |
||