Hash :
ea17bfe1
Author :
Date :
2024-12-17T07:02:10
Roll Chromium from e28e83b69fbe to 2afb57f1b7d9 (575 revisions) https://chromium.googlesource.com/chromium/src.git/+log/e28e83b69fbe..2afb57f1b7d9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromium-angle-autoroll Please CC abdolrashidi@google.com,angle-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/bc67f77f4f..0958114dad * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/7d7540c349..ddb7dc3c42 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/5f13158534..d94ed7278b * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/197e2d4092..07cede3272 * third_party/android_build_tools/lint/cipd: e7TqJrHnUCGyZXuBsbG8sf1IjzAYRuSzHRSWUJu_Nj4C..yRtv3ENAOirUsdXx8YvmGiB0eKZ5gBioAfsRlt9K0-UC * third_party/android_build_tools/manifest_merger/cipd: gsCtvMuqN-QovWEu4yfq_-E0wb0sL2kbuqtNEODHfFkC..X4iLz22sYpi8ovi3X8Iv6PXgOcy2934mOa16hL5-w2gC * third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/02aa3279dd..11d0977d59 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/452b85ea51..abd0e1e8cc * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/77e8bd6385..263e08dde3 * third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/5e0e903f13..d0ddad5b79 * third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/ac38246731..d911e97c96 * third_party/rust: https://chromium.googlesource.com/chromium/src/third_party/rust/+log/f385058192..d332e8e543 * third_party/siso/cipd: git_revision:90146f88d98328d9b83b42d16ee30ff54b48d214..git_revision:f9bfa081826a4ffb6f2a96b640d009cef900e69f * third_party/turbine/cipd: c4onccFJcd8rKHM_6js-X_ucjXdFqhDWK8aUX4ARSkkC..dz8pRLjwNlToJ0tS14T-TDQJNikmFXEDByMo-OzBbl0C * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/e911dd7a7e..c742f9fe2a * tools/luci-go: git_revision:dbbe363b4b1aa09520e53ccdd2d52cb661875e53..git_revision:94ce62005f7d368ce9e36897e15bb570cf0d0027 * tools/luci-go: git_revision:dbbe363b4b1aa09520e53ccdd2d52cb661875e53..git_revision:94ce62005f7d368ce9e36897e15bb570cf0d0027 * tools/luci-go: git_revision:dbbe363b4b1aa09520e53ccdd2d52cb661875e53..git_revision:94ce62005f7d368ce9e36897e15bb570cf0d0027 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/07b0ccface..8e880be2d6 * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/c6b397dfef..5d54ecf10c No update to Clang. Bug: None Tbr: abdolrashidi@google.com Change-Id: I0611e5b829a3c149643333eaea32b5f6ab2a8a42 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6100471 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
# GENERATED FILE - DO NOT EDIT.
# Generated by generate_test_spec_json.py using data from waterfall.pyl and Chromium's mixins.pyl
#
# Copyright 2021 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# This is a .pyl, or "Python Literal", file. You can treat it just like a
# .json file, with the following exceptions:
# * all keys must be quoted (use single quotes, please);
# * comments are allowed, using '#' syntax; and
# * trailing commas are allowed.
#
# For more info see Chromium's mixins.pyl in testing/buildbot.
{ 'angle_skia_gold_test': { 'args': ['--git-revision=${got_angle_revision}'],
'precommit_args': [ '--gerrit-issue=${patch_issue}',
'--gerrit-patchset=${patch_set}',
'--buildbucket-id=${buildbucket_build_id}',
'--use-permissive-pixel-comparison=${use_permissive_angle_pixel_comparison}']},
'chromium-tester-service-account': { 'fail_if_unused': False,
'swarming': { 'service_account': 'chromium-tester@chops-service-accounts.iam.gserviceaccount.com'}},
'gpu-swarming-pool': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'pool': 'chromium.tests.gpu'}}},
'gpu_pixel_4_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'device_os': 'RP1A.201105.002',
'device_os_type': 'userdebug',
'device_type': 'flame',
'os': 'Android',
'pool': 'chromium.tests.gpu'}}},
'gpu_pixel_6_experimental': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'device_os': 'AP1A.240405.002',
'device_os_type': 'userdebug',
'device_type': 'oriole',
'os': 'Android',
'pool': 'chromium.tests.gpu'}}},
'gpu_pixel_6_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'device_os': 'TP1A.220624.021',
'device_os_type': 'userdebug',
'device_type': 'oriole',
'os': 'Android',
'pool': 'chromium.tests.gpu'}}},
'limited_capacity_bot': { 'fail_if_unused': False,
'swarming': {'expiration': 21600}},
'linux-jammy': { 'fail_if_unused': False,
'swarming': {'dimensions': {'os': 'Ubuntu-22.04'}}},
'linux_amd_rx_5500_xt': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'display_attached': '1',
'gpu': '1002:7340-23.2.1',
'os': 'Ubuntu-22.04',
'pool': 'chromium.tests.gpu'}}},
'linux_intel_uhd_630_experimental': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'display_attached': '1',
'gpu': '8086:9bc5-23.2.1',
'os': 'Ubuntu-22.04.5',
'pool': 'chromium.tests.gpu'}}},
'linux_intel_uhd_630_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'gpu': '8086:9bc5-23.2.1',
'os': 'Ubuntu-22.04',
'pool': 'chromium.tests.gpu'}}},
'linux_nvidia_gtx_1660_experimental': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'gpu': '10de:2184-535.183.01',
'os': 'Ubuntu-22.04',
'pool': 'chromium.tests.gpu'}}},
'linux_nvidia_gtx_1660_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'gpu': '10de:2184-440.100',
'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6',
'pool': 'chromium.tests.gpu'}}},
'mac_mini_intel_gpu_experimental': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '8086:3e9b',
'os': 'Mac-15.0'}}},
'mac_mini_intel_gpu_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '8086:3e9b',
'os': 'Mac-14.5'}}},
'mac_retina_amd_gpu_experimental': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '1002:67ef',
'hidpi': '1',
'os': 'Mac-14.4.1',
'pool': 'chromium.tests.gpu'}}},
'mac_retina_amd_gpu_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '1002:7340',
'hidpi': '1',
'os': 'Mac-14.4.1',
'pool': 'chromium.tests.gpu'}}},
'mac_retina_nvidia_gpu_experimental': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '10de:0fe9',
'hidpi': '1',
'os': 'Mac-11.7.9',
'pool': 'chromium.tests.gpu'}}},
'mac_retina_nvidia_gpu_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'cpu': 'x86-64',
'display_attached': '1',
'gpu': '10de:0fe9',
'hidpi': '1',
'os': 'Mac-11.7.9',
'pool': 'chromium.tests.gpu'}}},
'no_gpu': { 'fail_if_unused': False,
'swarming': {'dimensions': {'gpu': 'none'}}},
'samsung_s22': { 'swarming': { 'dimensions': { 'device_os': 'UP1A.231005.007',
'device_os_type': 'user',
'device_type': 's5e9925',
'os': 'Android'}}},
'swarming_containment_auto': { 'fail_if_unused': False,
'swarming': {'containment_type': 'AUTO'}},
'temp_band_below_30C': {'swarming': {'dimensions': {'temp_band': '<30'}}},
'timeout_120m': {'swarming': {'hard_timeout': 7200, 'io_timeout': 300}},
'timeout_15m': { 'fail_if_unused': False,
'swarming': {'hard_timeout': 900, 'io_timeout': 900}},
'win10_gce_gpu_pool': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'cpu': 'x86-64',
'gpu': 'none',
'os': 'Windows-10',
'pool': 'chromium.tests.gpu'}}},
'win10_intel_uhd_630_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'display_attached': '1',
'gpu': '8086:9bc5-31.0.101.2127',
'os': 'Windows-10',
'pool': 'chromium.tests.gpu'}}},
'win10_intel_uhd_770_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'display_attached': '1',
'gpu': '8086:4680-31.0.101.5333',
'os': 'Windows-10-19045.3930',
'pool': 'chromium.tests.gpu'}}},
'win10_nvidia_gtx_1660_experimental': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'display_attached': '1',
'gpu': '10de:2184-31.0.15.4601',
'os': 'Windows-10-19045',
'pool': 'chromium.tests.gpu'}}},
'win10_nvidia_gtx_1660_stable': { 'fail_if_unused': False,
'swarming': { 'dimensions': { 'display_attached': '1',
'gpu': '10de:2184-31.0.15.4601',
'os': 'Windows-10-19045',
'pool': 'chromium.tests.gpu'}}},
'x86-64': { 'fail_if_unused': False,
'swarming': {'dimensions': {'cpu': 'x86-64'}}}}