Implement POINT_ID diagnostic |
||
Issue descriptionAs discovered in https://chromium-review.googlesource.com/c/catapult/+/1093380 which implements revision timestamps (currently tracked by https://github.com/catapult-project/catapult/issues/4218), we can't simply use Chromium commit positions as an absolute fallback because of users like Chrome OS that specify CHROMIUM_COMMIT_POSITIONS but would rather use a custom point ID. To rectify this, we need a POINT_ID diagnostic such that the fallback logic becomes: * If POINT_ID is present, then use that. * If CHROMIUM_COMMIT_POSITIONS is present, then use that. * Otherwise, use REVISION_TIMESTAMPS.
,
Jul 20
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/39a8f2c3adea9cd2e8e1e9e2c3671d13888045fe commit 39a8f2c3adea9cd2e8e1e9e2c3671d13888045fe Author: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Date: Fri Jul 20 00:28:47 2018 Roll src/third_party/catapult 26a1ccee228a..0ddcb32d165e (1 commits) https://chromium.googlesource.com/catapult.git/+log/26a1ccee228a..0ddcb32d165e git log 26a1ccee228a..0ddcb32d165e --date=short --no-merges --format='%ad %ae %s' 2018-07-19 eakuefner@chromium.org [TBMv2] Add POINT_ID reserved diagnostic Created with: gclient setdep -r src/third_party/catapult@0ddcb32d165e 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:862319 TBR=sullivan@chromium.org Change-Id: I2b42c1c30c398d3423f932b5dfbd8b5dc2483aa9 Reviewed-on: https://chromium-review.googlesource.com/1144280 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@{#576716} [modify] https://crrev.com/39a8f2c3adea9cd2e8e1e9e2c3671d13888045fe/DEPS
,
Jul 24
This is done. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 19