Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 1 | # THIS IS A GENERATED FILE DO NOT EDIT!!! |
| 2 | # Instead: |
| 3 | # 1. Modify //infra/config/targets/mixins.star |
| 4 | # 2. Run //infra/config/main.star |
Garrett Beaty | ee0e555 | 2024-08-28 18:58:18 | [diff] [blame] | 5 | |
| 6 | # The copy of this file in //testing/buildbot is not read by generate_buildbot_json.py, |
| 7 | # but must be present for downstream uses. It can be kept in sync by running |
| 8 | # //infra/config/scripts/sync-pyl-files.py. |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 9 | |
| 10 | { |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 11 | '11-x86-emulator': { |
| 12 | 'args': [ |
Haiyang Pan | 8e312f2 | 2024-01-03 00:15:53 | [diff] [blame] | 13 | '--avd-config=../../tools/android/avd/proto/android_30_google_apis_x86.textpb', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 14 | ], |
| 15 | 'swarming': { |
| 16 | 'optional_dimensions': { |
Gary Tong | e4c653e6 | 2023-07-31 22:32:28 | [diff] [blame] | 17 | '60': { |
Haiyang Pan | 8e312f2 | 2024-01-03 00:15:53 | [diff] [blame] | 18 | 'caches': 'android_30_google_apis_x86', |
Gary Tong | e4c653e6 | 2023-07-31 22:32:28 | [diff] [blame] | 19 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 20 | }, |
| 21 | 'named_caches': [ |
| 22 | { |
Haiyang Pan | 8e312f2 | 2024-01-03 00:15:53 | [diff] [blame] | 23 | 'name': 'android_30_google_apis_x86', |
| 24 | 'path': '.android_emulator/android_30_google_apis_x86', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 25 | }, |
| 26 | ], |
| 27 | }, |
| 28 | }, |
Marco Georgaklis | ccffcac | 2024-01-29 21:19:34 | [diff] [blame] | 29 | 'amd_radeon_rx_5500_xt': { |
| 30 | 'swarming': { |
| 31 | 'dimensions': { |
| 32 | 'gpu': '1002:7340', |
| 33 | }, |
| 34 | }, |
| 35 | }, |
Marco Georgaklis | 333e8386b | 2023-09-07 22:46:33 | [diff] [blame] | 36 | 'android': { |
| 37 | 'swarming': { |
| 38 | 'dimensions': { |
| 39 | 'os': 'Android', |
| 40 | 'cpu': None, |
| 41 | }, |
| 42 | }, |
| 43 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 44 | 'blink_tests_write_run_histories': { |
| 45 | 'args': [ |
| 46 | '--write-run-histories-to=${ISOLATED_OUTDIR}/run_histories.json', |
| 47 | ], |
| 48 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 49 | 'chrome-finch-swarming-pool': { |
| 50 | 'swarming': { |
| 51 | 'dimensions': { |
| 52 | 'pool': 'chrome.tests.finch', |
| 53 | }, |
| 54 | }, |
| 55 | }, |
Haiyang Pan | d19d164 | 2024-09-30 21:22:34 | [diff] [blame] | 56 | 'chrome-flame-fleet-pool': { |
| 57 | 'swarming': { |
| 58 | 'dimensions': { |
| 59 | 'device_type': 'flame', |
| 60 | 'device_os': 'R', |
| 61 | 'pool': 'chrome.tests', |
| 62 | 'os': 'Android', |
| 63 | }, |
| 64 | }, |
| 65 | }, |
Marco Georgaklis | 333e8386b | 2023-09-07 22:46:33 | [diff] [blame] | 66 | 'chrome-intelligence-swarming-pool': { |
| 67 | 'swarming': { |
| 68 | 'dimensions': { |
| 69 | 'pool': 'chrome.tests.intelligence', |
| 70 | }, |
| 71 | }, |
| 72 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 73 | 'chrome-swarming-pool': { |
| 74 | 'swarming': { |
| 75 | 'dimensions': { |
| 76 | 'pool': 'chrome.tests', |
| 77 | }, |
| 78 | }, |
| 79 | }, |
| 80 | 'chrome-tester-service-account': { |
| 81 | 'swarming': { |
| 82 | 'service_account': '[email protected]', |
| 83 | }, |
| 84 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 85 | 'chromeos-betty-finch': { |
| 86 | 'args': [ |
yoshiki iguchi | 9a4a622 | 2024-08-01 23:25:17 | [diff] [blame] | 87 | '--board=betty', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 88 | '--magic-vm-cache=magic_cros_vm_cache', |
| 89 | ], |
| 90 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 91 | 'dimensions': { |
Stephanie Kim | 317b224 | 2023-09-13 17:49:51 | [diff] [blame] | 92 | 'cpu': 'x86-64', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 93 | 'kvm': '1', |
| 94 | 'gce': '1', |
| 95 | 'os': 'Ubuntu-22.04', |
| 96 | 'pool': 'chrome.tests.finch', |
| 97 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 98 | 'optional_dimensions': { |
Gary Tong | e4c653e6 | 2023-07-31 22:32:28 | [diff] [blame] | 99 | '60': { |
| 100 | 'caches': 'cros_vm', |
| 101 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 102 | }, |
| 103 | 'named_caches': [ |
| 104 | { |
| 105 | 'name': 'cros_vm', |
| 106 | 'path': 'magic_cros_vm_cache', |
| 107 | }, |
| 108 | ], |
| 109 | }, |
| 110 | }, |
Steve Cho | 0f029f7 | 2024-08-15 00:09:58 | [diff] [blame] | 111 | 'chromeos-generic-vm': { |
| 112 | 'args': [ |
| 113 | '--magic-vm-cache=magic_cros_vm_cache', |
| 114 | ], |
| 115 | 'swarming': { |
| 116 | 'dimensions': { |
| 117 | 'cpu': 'x86-64', |
| 118 | 'kvm': '1', |
| 119 | 'os': 'Ubuntu-22.04', |
| 120 | 'pool': 'chromium.tests', |
| 121 | }, |
| 122 | 'optional_dimensions': { |
| 123 | '60': { |
| 124 | 'caches': 'cros_vm', |
| 125 | }, |
| 126 | }, |
| 127 | 'named_caches': [ |
| 128 | { |
| 129 | 'name': 'cros_vm', |
| 130 | 'path': 'magic_cros_vm_cache', |
| 131 | }, |
| 132 | ], |
| 133 | }, |
| 134 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 135 | 'chromium-tester-service-account': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 136 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 137 | 'swarming': { |
| 138 | 'service_account': '[email protected]', |
| 139 | }, |
| 140 | }, |
Brian Sheedy | d6f1f77 | 2024-09-18 18:47:18 | [diff] [blame] | 141 | 'chromium_nexus_5x_oreo': { |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 142 | 'fail_if_unused': False, |
Brian Sheedy | d6f1f77 | 2024-09-18 18:47:18 | [diff] [blame] | 143 | 'swarming': { |
| 144 | 'dimensions': { |
| 145 | 'device_os': 'OPR4.170623.020', |
| 146 | 'device_os_flavor': 'google', |
| 147 | 'device_type': 'bullhead', |
| 148 | 'os': 'Android', |
| 149 | 'pool': 'chromium.tests', |
| 150 | }, |
| 151 | }, |
| 152 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 153 | 'chromium_pixel_2_pie': { |
| 154 | 'fail_if_unused': False, |
| 155 | 'swarming': { |
| 156 | 'dimensions': { |
| 157 | 'device_os': 'PQ3A.190801.002', |
| 158 | 'device_os_flavor': 'google', |
| 159 | 'device_type': 'walleye', |
| 160 | 'os': 'Android', |
| 161 | 'pool': 'chromium.tests', |
| 162 | }, |
| 163 | }, |
| 164 | }, |
Qijiang Fan | e645bf8a | 2024-08-22 09:21:01 | [diff] [blame] | 165 | 'cros-cbx-dut': { |
Garrett Beaty | 050fc4c | 2025-01-09 19:44:50 | [diff] [blame] | 166 | 'skylab': { |
| 167 | 'cros_cbx': True, |
| 168 | }, |
Qijiang Fan | e645bf8a | 2024-08-22 09:21:01 | [diff] [blame] | 169 | }, |
Qijiang Fan | 31315d8 | 2024-07-17 09:24:35 | [diff] [blame] | 170 | 'crosier-no-arc': { |
| 171 | 'args': [ |
| 172 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.reven.chromeos_integration_tests.filter', |
| 173 | ], |
| 174 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 175 | 'dawn_end2end_gpu_test': { |
| 176 | 'args': [ |
| 177 | '--use-gpu-in-tests', |
| 178 | '--exclusive-device-type-preference=discrete,integrated', |
| 179 | '--test-launcher-retry-limit=0', |
| 180 | '--test-launcher-batch-limit=512', |
| 181 | ], |
| 182 | }, |
Qijiang Fan | 2803c576 | 2024-06-11 02:24:14 | [diff] [blame] | 183 | 'experiments': { |
| 184 | 'experiment_percentage': 100, |
| 185 | }, |
Marco Georgaklis | ba7de40 | 2024-02-07 20:30:47 | [diff] [blame] | 186 | 'gce': { |
| 187 | 'swarming': { |
| 188 | 'dimensions': { |
| 189 | 'gce': '1', |
| 190 | }, |
| 191 | }, |
| 192 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 193 | 'gpu-swarming-pool': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 194 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 195 | 'swarming': { |
| 196 | 'dimensions': { |
| 197 | 'pool': 'chromium.tests.gpu', |
| 198 | }, |
| 199 | }, |
| 200 | }, |
Brian Sheedy | 774cd7c6 | 2024-04-24 18:55:36 | [diff] [blame] | 201 | 'gpu_integration_test_common_args': { |
| 202 | 'args': [ |
| 203 | '$$MAGIC_SUBSTITUTION_GPUParallelJobs', |
| 204 | ], |
| 205 | 'android_args': [ |
| 206 | '$$MAGIC_SUBSTITUTION_GPUTelemetryNoRootForUnrootedDevices', |
| 207 | '--initial-find-device-attempts=3', |
| 208 | ], |
| 209 | 'chromeos_args': [ |
| 210 | '$$MAGIC_SUBSTITUTION_ChromeOSTelemetryRemote', |
| 211 | ], |
| 212 | 'lacros_args': [ |
| 213 | '--extra-browser-args=--enable-features=UseOzonePlatform --ozone-platform=wayland', |
| 214 | '--xvfb', |
| 215 | '--no-xvfb', |
| 216 | '--use-weston', |
| 217 | '--weston-use-gl', |
| 218 | ], |
| 219 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 220 | 'gpu_nvidia_shield_tv_stable': { |
| 221 | 'fail_if_unused': False, |
| 222 | 'swarming': { |
| 223 | 'dimensions': { |
| 224 | 'os': 'Android', |
| 225 | 'device_type': 'mdarcy', |
| 226 | 'device_os': 'PPR1.180610.011', |
| 227 | 'device_os_type': 'userdebug', |
| 228 | 'pool': 'chromium.tests.gpu', |
| 229 | }, |
| 230 | }, |
| 231 | }, |
Brian Sheedy | 5f6c90b | 2024-05-06 21:43:00 | [diff] [blame] | 232 | 'gpu_pixel_4_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 233 | 'fail_if_unused': False, |
Brian Sheedy | 5f6c90b | 2024-05-06 21:43:00 | [diff] [blame] | 234 | 'swarming': { |
| 235 | 'dimensions': { |
| 236 | 'os': 'Android', |
| 237 | 'device_type': 'flame', |
| 238 | 'device_os': 'RP1A.201105.002', |
| 239 | 'device_os_type': 'userdebug', |
| 240 | 'pool': 'chromium.tests.gpu', |
| 241 | }, |
| 242 | }, |
| 243 | }, |
| 244 | 'gpu_pixel_6_experimental': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 245 | 'fail_if_unused': False, |
Brian Sheedy | 5f6c90b | 2024-05-06 21:43:00 | [diff] [blame] | 246 | 'swarming': { |
| 247 | 'dimensions': { |
| 248 | 'os': 'Android', |
| 249 | 'device_type': 'oriole', |
| 250 | 'device_os': 'AP1A.240405.002', |
| 251 | 'device_os_type': 'userdebug', |
| 252 | 'pool': 'chromium.tests.gpu', |
| 253 | }, |
| 254 | }, |
| 255 | }, |
| 256 | 'gpu_pixel_6_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 257 | 'fail_if_unused': False, |
Brian Sheedy | 5f6c90b | 2024-05-06 21:43:00 | [diff] [blame] | 258 | 'swarming': { |
| 259 | 'dimensions': { |
| 260 | 'os': 'Android', |
| 261 | 'device_type': 'oriole', |
| 262 | 'device_os': 'TP1A.220624.021', |
| 263 | 'device_os_type': 'userdebug', |
| 264 | 'pool': 'chromium.tests.gpu', |
| 265 | }, |
| 266 | }, |
| 267 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 268 | 'gpu_samsung_a13_stable': { |
| 269 | 'fail_if_unused': False, |
| 270 | 'swarming': { |
| 271 | 'dimensions': { |
| 272 | 'os': 'Android', |
Brian Sheedy | 9c404d6 | 2024-12-16 16:26:09 | [diff] [blame] | 273 | 'device_type': 'a13ve', |
| 274 | 'device_os': 'TP1A.220624.014', |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 275 | 'device_os_type': 'user', |
| 276 | 'pool': 'chromium.tests.gpu', |
| 277 | }, |
| 278 | }, |
| 279 | }, |
| 280 | 'gpu_samsung_a23_stable': { |
| 281 | 'fail_if_unused': False, |
| 282 | 'swarming': { |
| 283 | 'dimensions': { |
| 284 | 'os': 'Android', |
| 285 | 'device_type': 'a23', |
| 286 | 'device_os': 'SP1A.210812.016', |
| 287 | 'device_os_type': 'user', |
| 288 | 'pool': 'chromium.tests.gpu', |
| 289 | }, |
| 290 | }, |
| 291 | }, |
| 292 | 'gpu_samsung_s23_stable': { |
| 293 | 'fail_if_unused': False, |
| 294 | 'swarming': { |
| 295 | 'dimensions': { |
| 296 | 'device_type': 'dm1q', |
| 297 | 'device_os': 'UP1A.231005.007', |
| 298 | 'device_os_type': 'user', |
| 299 | 'os': 'Android', |
| 300 | 'pool': 'chromium.tests.gpu', |
| 301 | }, |
| 302 | }, |
| 303 | }, |
| 304 | 'gpu_samsung_s24_stable': { |
| 305 | 'fail_if_unused': False, |
| 306 | 'swarming': { |
| 307 | 'dimensions': { |
| 308 | 'device_type': 'e2s', |
| 309 | 'device_os': 'UP1A.231005.007', |
| 310 | 'device_os_type': 'user', |
| 311 | 'os': 'Android', |
| 312 | 'pool': 'chromium.tests.gpu', |
| 313 | }, |
| 314 | }, |
| 315 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 316 | 'has_native_resultdb_integration': { |
| 317 | 'resultdb': { |
| 318 | 'enable': True, |
| 319 | 'has_native_resultdb_integration': True, |
| 320 | }, |
| 321 | }, |
Marco Georgaklis | 198000a | 2024-05-09 22:08:57 | [diff] [blame] | 322 | 'intel_uhd_630_or_770': { |
Marco Georgaklis | ccffcac | 2024-01-29 21:19:34 | [diff] [blame] | 323 | 'swarming': { |
| 324 | 'dimensions': { |
Marco Georgaklis | 198000a | 2024-05-09 22:08:57 | [diff] [blame] | 325 | 'gpu': '8086:9bc5|8086:4680', |
Marco Georgaklis | ccffcac | 2024-01-29 21:19:34 | [diff] [blame] | 326 | }, |
| 327 | }, |
| 328 | }, |
Marco Georgaklis | cc09f67 | 2024-10-31 19:41:23 | [diff] [blame] | 329 | 'ios_runtime_cache_18_0': { |
| 330 | 'swarming': { |
| 331 | 'named_caches': [ |
| 332 | { |
| 333 | 'name': 'runtime_ios_18_0', |
| 334 | 'path': 'Runtime-ios-18.0', |
| 335 | }, |
| 336 | ], |
| 337 | }, |
| 338 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 339 | 'isolate_profile_data': { |
| 340 | 'isolate_profile_data': True, |
| 341 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 342 | 'limited_capacity_bot': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 343 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 344 | 'swarming': { |
| 345 | 'expiration': 21600, |
| 346 | }, |
| 347 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 348 | 'linux-jammy': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 349 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 350 | 'swarming': { |
| 351 | 'dimensions': { |
| 352 | 'os': 'Ubuntu-22.04', |
| 353 | }, |
| 354 | }, |
| 355 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 356 | 'linux_amd_rx_5500_xt': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 357 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 358 | 'swarming': { |
| 359 | 'dimensions': { |
Brian Sheedy | 1f1564f | 2024-03-28 11:45:55 | [diff] [blame] | 360 | 'gpu': '1002:7340-23.2.1', |
Brian Sheedy | 18b2e248 | 2024-03-27 18:48:46 | [diff] [blame] | 361 | 'os': 'Ubuntu-22.04', |
Brian Sheedy | 0b5af3f | 2024-03-25 19:11:30 | [diff] [blame] | 362 | 'display_attached': '1', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 363 | 'pool': 'chromium.tests.gpu', |
| 364 | }, |
| 365 | }, |
| 366 | }, |
| 367 | 'linux_intel_uhd_630_experimental': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 368 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 369 | 'swarming': { |
| 370 | 'dimensions': { |
Brian Sheedy | 64ccb0d | 2024-03-21 22:05:13 | [diff] [blame] | 371 | 'gpu': '8086:9bc5-23.2.1', |
Yuly Novikov | 1b5ba03 | 2024-10-04 13:00:51 | [diff] [blame] | 372 | 'os': 'Ubuntu-22.04.5', |
Brian Sheedy | 0b5af3f | 2024-03-25 19:11:30 | [diff] [blame] | 373 | 'display_attached': '1', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 374 | 'pool': 'chromium.tests.gpu', |
| 375 | }, |
| 376 | }, |
| 377 | }, |
| 378 | 'linux_intel_uhd_630_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 379 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 380 | 'swarming': { |
| 381 | 'dimensions': { |
Brian Sheedy | 09e2cfc | 2024-10-11 18:43:36 | [diff] [blame] | 382 | 'gpu': '8086:9bc5-23.2.1', |
| 383 | 'os': 'Ubuntu-22.04', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 384 | 'pool': 'chromium.tests.gpu', |
| 385 | }, |
| 386 | }, |
| 387 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 388 | 'linux_intel_uhd_770_stable': { |
| 389 | 'fail_if_unused': False, |
| 390 | 'swarming': { |
| 391 | 'dimensions': { |
| 392 | 'gpu': '8086:4680-23.2.1', |
| 393 | 'os': 'Ubuntu-22.04.4', |
| 394 | 'display_attached': '1', |
| 395 | 'pool': 'chromium.tests.gpu', |
| 396 | }, |
| 397 | }, |
| 398 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 399 | 'linux_nvidia_gtx_1660_experimental': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 400 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 401 | 'swarming': { |
| 402 | 'dimensions': { |
Brian Sheedy | e2158b3 | 2024-08-07 16:53:09 | [diff] [blame] | 403 | 'gpu': '10de:2184-535.183.01', |
| 404 | 'os': 'Ubuntu-22.04', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 405 | 'pool': 'chromium.tests.gpu', |
| 406 | }, |
| 407 | }, |
| 408 | }, |
| 409 | 'linux_nvidia_gtx_1660_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 410 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 411 | 'swarming': { |
| 412 | 'dimensions': { |
| 413 | 'gpu': '10de:2184-440.100', |
| 414 | 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6', |
| 415 | 'pool': 'chromium.tests.gpu', |
| 416 | }, |
| 417 | }, |
| 418 | }, |
Stephen White | e23b468 | 2023-11-03 01:50:56 | [diff] [blame] | 419 | 'linux_vulkan': { |
| 420 | 'linux_args': [ |
| 421 | '--extra-browser-args=--enable-features=Vulkan', |
| 422 | ], |
| 423 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 424 | 'long_skylab_timeout': { |
Garrett Beaty | 050fc4c | 2025-01-09 19:44:50 | [diff] [blame] | 425 | 'skylab': { |
| 426 | 'timeout_sec': 10800, |
| 427 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 428 | }, |
An Sung | 681dec9 | 2024-02-29 01:18:21 | [diff] [blame] | 429 | 'mac_14_x64': { |
| 430 | 'swarming': { |
| 431 | 'dimensions': { |
| 432 | 'cpu': 'x86-64', |
| 433 | 'os': 'Mac-14', |
| 434 | }, |
| 435 | }, |
| 436 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 437 | 'mac_arm64_apple_m1_gpu_experimental': { |
| 438 | 'fail_if_unused': False, |
| 439 | 'swarming': { |
| 440 | 'dimensions': { |
| 441 | 'cpu': 'arm64', |
| 442 | 'gpu': 'apple:m1', |
| 443 | 'mac_model': 'Macmini9,1', |
| 444 | 'os': 'Mac-14.5', |
| 445 | 'pool': 'chromium.tests', |
| 446 | 'display_attached': '1', |
| 447 | }, |
| 448 | }, |
| 449 | }, |
| 450 | 'mac_arm64_apple_m1_gpu_stable': { |
| 451 | 'fail_if_unused': False, |
| 452 | 'swarming': { |
| 453 | 'dimensions': { |
| 454 | 'cpu': 'arm64', |
| 455 | 'gpu': 'apple:m1', |
| 456 | 'mac_model': 'Macmini9,1', |
| 457 | 'os': 'Mac-14.5', |
| 458 | 'pool': 'chromium.tests', |
| 459 | 'display_attached': '1', |
| 460 | }, |
| 461 | }, |
| 462 | }, |
| 463 | 'mac_arm64_apple_m2_retina_gpu_experimental': { |
| 464 | 'fail_if_unused': False, |
| 465 | 'swarming': { |
| 466 | 'dimensions': { |
| 467 | 'cpu': 'arm64', |
| 468 | 'gpu': 'apple:m2', |
| 469 | 'mac_model': 'Mac14,7', |
| 470 | 'os': 'Mac-14.4.1', |
| 471 | 'pool': 'chromium.tests.gpu', |
| 472 | 'display_attached': '1', |
| 473 | 'hidpi': '1', |
| 474 | }, |
| 475 | }, |
| 476 | }, |
| 477 | 'mac_arm64_apple_m2_retina_gpu_stable': { |
| 478 | 'fail_if_unused': False, |
| 479 | 'swarming': { |
| 480 | 'dimensions': { |
| 481 | 'cpu': 'arm64', |
| 482 | 'gpu': 'apple:m2', |
| 483 | 'mac_model': 'Mac14,7', |
| 484 | 'os': 'Mac-14.4.1', |
| 485 | 'pool': 'chromium.tests.gpu', |
| 486 | 'display_attached': '1', |
| 487 | 'hidpi': '1', |
| 488 | }, |
| 489 | }, |
| 490 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 491 | 'mac_default_arm64': { |
| 492 | 'swarming': { |
| 493 | 'dimensions': { |
| 494 | 'cpu': 'arm64', |
Yue She | 3be37844 | 2024-06-07 01:35:33 | [diff] [blame] | 495 | 'os': 'Mac-14', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 496 | }, |
| 497 | }, |
| 498 | }, |
| 499 | 'mac_default_x64': { |
| 500 | 'swarming': { |
| 501 | 'dimensions': { |
| 502 | 'cpu': 'x86-64', |
Yue She | 3be37844 | 2024-06-07 01:35:33 | [diff] [blame] | 503 | 'os': 'Mac-14', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 504 | }, |
| 505 | }, |
| 506 | }, |
| 507 | 'mac_mini_intel_gpu_experimental': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 508 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 509 | 'swarming': { |
| 510 | 'dimensions': { |
| 511 | 'cpu': 'x86-64', |
| 512 | 'gpu': '8086:3e9b', |
Brian Sheedy | 9d27397 | 2024-08-13 18:39:02 | [diff] [blame] | 513 | 'os': 'Mac-15.0', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 514 | 'display_attached': '1', |
| 515 | }, |
| 516 | }, |
| 517 | }, |
| 518 | 'mac_mini_intel_gpu_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 519 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 520 | 'swarming': { |
| 521 | 'dimensions': { |
| 522 | 'cpu': 'x86-64', |
| 523 | 'gpu': '8086:3e9b', |
Yuly Novikov | 650a5ae | 2024-07-15 17:14:04 | [diff] [blame] | 524 | 'os': 'Mac-14.5', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 525 | 'display_attached': '1', |
| 526 | }, |
| 527 | }, |
| 528 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 529 | 'mac_pro_amd_gpu': { |
| 530 | 'fail_if_unused': False, |
| 531 | 'swarming': { |
| 532 | 'dimensions': { |
| 533 | 'cpu': 'x86-64', |
| 534 | 'gpu': '1002:679e', |
| 535 | 'os': 'Mac-12.7', |
| 536 | 'pool': 'chromium.tests.gpu', |
| 537 | 'display_attached': '1', |
| 538 | }, |
| 539 | }, |
| 540 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 541 | 'mac_retina_amd_gpu_experimental': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 542 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 543 | 'swarming': { |
| 544 | 'dimensions': { |
| 545 | 'cpu': 'x86-64', |
Yuly Novikov | bdd5a1e | 2024-10-09 23:56:36 | [diff] [blame] | 546 | 'gpu': '1002:67ef', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 547 | 'hidpi': '1', |
Brian Sheedy | 3ac3ff7 | 2024-05-16 17:30:35 | [diff] [blame] | 548 | 'os': 'Mac-14.4.1', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 549 | 'pool': 'chromium.tests.gpu', |
| 550 | 'display_attached': '1', |
| 551 | }, |
| 552 | }, |
| 553 | }, |
| 554 | 'mac_retina_amd_gpu_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 555 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 556 | 'swarming': { |
| 557 | 'dimensions': { |
| 558 | 'cpu': 'x86-64', |
Yuly Novikov | bdd5a1e | 2024-10-09 23:56:36 | [diff] [blame] | 559 | 'gpu': '1002:7340', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 560 | 'hidpi': '1', |
Brian Sheedy | ae38b1e | 2024-05-17 19:07:40 | [diff] [blame] | 561 | 'os': 'Mac-14.4.1', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 562 | 'pool': 'chromium.tests.gpu', |
| 563 | 'display_attached': '1', |
| 564 | }, |
| 565 | }, |
| 566 | }, |
| 567 | 'mac_retina_nvidia_gpu_experimental': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 568 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 569 | 'swarming': { |
| 570 | 'dimensions': { |
| 571 | 'cpu': 'x86-64', |
| 572 | 'gpu': '10de:0fe9', |
| 573 | 'hidpi': '1', |
Yuly Novikov | 795d705 | 2023-07-28 13:59:49 | [diff] [blame] | 574 | 'os': 'Mac-11.7.9', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 575 | 'pool': 'chromium.tests.gpu', |
| 576 | 'display_attached': '1', |
| 577 | }, |
| 578 | }, |
| 579 | }, |
| 580 | 'mac_retina_nvidia_gpu_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 581 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 582 | 'swarming': { |
| 583 | 'dimensions': { |
| 584 | 'cpu': 'x86-64', |
| 585 | 'gpu': '10de:0fe9', |
| 586 | 'hidpi': '1', |
Brian Sheedy | 3ccf135 | 2023-09-05 19:40:27 | [diff] [blame] | 587 | 'os': 'Mac-11.7.9', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 588 | 'pool': 'chromium.tests.gpu', |
| 589 | 'display_attached': '1', |
| 590 | }, |
| 591 | }, |
| 592 | }, |
| 593 | 'mac_toolchain': { |
| 594 | 'swarming': { |
| 595 | 'cipd_packages': [ |
| 596 | { |
| 597 | 'cipd_package': 'infra/tools/mac_toolchain/${platform}', |
| 598 | 'location': '.', |
Yue She | a4fbb27 | 2024-08-21 02:22:14 | [diff] [blame] | 599 | 'revision': 'git_revision:a18b7d95d26f3c6bf9591978b19cf0ca8268ac7d', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 600 | }, |
| 601 | ], |
| 602 | }, |
| 603 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 604 | 'no_gpu': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 605 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 606 | 'swarming': { |
| 607 | 'dimensions': { |
| 608 | 'gpu': 'none', |
| 609 | }, |
| 610 | }, |
| 611 | }, |
Marco Georgaklis | c23c34f | 2024-02-08 21:03:17 | [diff] [blame] | 612 | 'nvidia_geforce_gtx_1660': { |
| 613 | 'swarming': { |
| 614 | 'dimensions': { |
Marco Georgaklis | 7f1273b | 2024-02-22 00:24:51 | [diff] [blame] | 615 | 'gpu': '10de:2184', |
Marco Georgaklis | c23c34f | 2024-02-08 21:03:17 | [diff] [blame] | 616 | }, |
| 617 | }, |
| 618 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 619 | 'out_dir_arg': { |
| 620 | 'args': [ |
| 621 | '--out-dir', |
| 622 | '${ISOLATED_OUTDIR}', |
| 623 | ], |
| 624 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 625 | 'skia_gold_test': { |
| 626 | 'args': [ |
| 627 | '--git-revision=${got_revision}', |
| 628 | ], |
| 629 | 'precommit_args': [ |
| 630 | '--gerrit-issue=${patch_issue}', |
| 631 | '--gerrit-patchset=${patch_set}', |
| 632 | '--buildbucket-id=${buildbucket_build_id}', |
| 633 | ], |
| 634 | }, |
Garrett Beaty | 51e0aa9 | 2025-01-08 20:30:56 | [diff] [blame] | 635 | 'skylab-shards-20': { |
Garrett Beaty | 050fc4c | 2025-01-09 19:44:50 | [diff] [blame] | 636 | 'skylab': { |
| 637 | 'shards': 20, |
| 638 | }, |
Garrett Beaty | 51e0aa9 | 2025-01-08 20:30:56 | [diff] [blame] | 639 | }, |
| 640 | 'skylab-shards-30': { |
Garrett Beaty | 050fc4c | 2025-01-09 19:44:50 | [diff] [blame] | 641 | 'skylab': { |
| 642 | 'shards': 30, |
| 643 | }, |
Garrett Beaty | 51e0aa9 | 2025-01-08 20:30:56 | [diff] [blame] | 644 | }, |
| 645 | 'skylab-shards-50': { |
Garrett Beaty | 050fc4c | 2025-01-09 19:44:50 | [diff] [blame] | 646 | 'skylab': { |
| 647 | 'shards': 50, |
| 648 | }, |
Garrett Beaty | 51e0aa9 | 2025-01-08 20:30:56 | [diff] [blame] | 649 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 650 | 'swarming_containment_auto': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 651 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 652 | 'swarming': { |
| 653 | 'containment_type': 'AUTO', |
| 654 | }, |
| 655 | }, |
| 656 | 'timeout_15m': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 657 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 658 | 'swarming': { |
| 659 | 'hard_timeout': 900, |
| 660 | 'io_timeout': 900, |
| 661 | }, |
| 662 | }, |
Brian Sheedy | b1803658 | 2023-07-27 13:51:08 | [diff] [blame] | 663 | 'timeout_30m': { |
| 664 | 'swarming': { |
| 665 | 'hard_timeout': 1800, |
| 666 | 'io_timeout': 1800, |
| 667 | }, |
| 668 | }, |
Tatsuhisa Yamaguchi | 115c956 | 2024-01-09 08:19:53 | [diff] [blame] | 669 | 'vaapi_unittest_args': { |
Tatsuhisa Yamaguchi | f079d73 | 2024-01-09 04:00:02 | [diff] [blame] | 670 | 'args': [ |
| 671 | '--stop-ui', |
| 672 | '--gtest_filter="VaapiTest.*"', |
Tatsuhisa Yamaguchi | 115c956 | 2024-01-09 08:19:53 | [diff] [blame] | 673 | ], |
| 674 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 675 | 'webgpu_telemetry_cts': { |
| 676 | 'args': [ |
| 677 | '--extra-browser-args=--force_high_performance_gpu', |
| 678 | '--use-webgpu-power-preference=default-high-performance', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 679 | ], |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 680 | }, |
Kuan Huang | 34ec233e | 2024-01-27 02:15:04 | [diff] [blame] | 681 | 'win-arm64': { |
| 682 | 'swarming': { |
| 683 | 'dimensions': { |
Brian Sheedy | 79e8afd | 2024-02-15 22:53:57 | [diff] [blame] | 684 | 'screen_scaling_percent': '100', |
Kuan Huang | 34ec233e | 2024-01-27 02:15:04 | [diff] [blame] | 685 | 'cpu': 'arm64', |
| 686 | 'os': 'Windows-11', |
| 687 | }, |
Kuan Huang | fdc2d25 | 2024-12-13 21:04:38 | [diff] [blame] | 688 | 'expiration': 7200, |
Kuan Huang | 34ec233e | 2024-01-27 02:15:04 | [diff] [blame] | 689 | }, |
| 690 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 691 | 'win10': { |
| 692 | 'swarming': { |
| 693 | 'dimensions': { |
| 694 | 'os': 'Windows-10-19045', |
| 695 | }, |
| 696 | }, |
| 697 | }, |
| 698 | 'win10-any': { |
| 699 | 'swarming': { |
| 700 | 'dimensions': { |
| 701 | 'os': 'Windows-10', |
| 702 | }, |
| 703 | }, |
| 704 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 705 | 'win10_amd_rx_5500_xt_stable': { |
| 706 | 'fail_if_unused': False, |
| 707 | 'swarming': { |
| 708 | 'dimensions': { |
| 709 | 'display_attached': '1', |
| 710 | 'gpu': '1002:7340-31.0.24002.92', |
| 711 | 'os': 'Windows-10-19045.3930', |
| 712 | 'pool': 'chromium.tests.gpu', |
| 713 | }, |
| 714 | }, |
| 715 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 716 | 'win10_gce_gpu_pool': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 717 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 718 | 'swarming': { |
| 719 | 'dimensions': { |
| 720 | 'cpu': 'x86-64', |
| 721 | 'gpu': 'none', |
| 722 | 'os': 'Windows-10', |
| 723 | 'pool': 'chromium.tests.gpu', |
| 724 | }, |
| 725 | }, |
| 726 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 727 | 'win10_intel_uhd_630_experimental': { |
| 728 | 'fail_if_unused': False, |
| 729 | 'swarming': { |
| 730 | 'dimensions': { |
| 731 | 'display_attached': '1', |
| 732 | 'gpu': '8086:9bc5-31.0.101.2127', |
| 733 | 'os': 'Windows-10', |
| 734 | 'pool': 'chromium.tests.gpu', |
| 735 | }, |
| 736 | }, |
| 737 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 738 | 'win10_intel_uhd_630_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 739 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 740 | 'swarming': { |
| 741 | 'dimensions': { |
| 742 | 'display_attached': '1', |
Brian Sheedy | 4621c9e | 2024-04-24 14:49:40 | [diff] [blame] | 743 | 'gpu': '8086:9bc5-31.0.101.2127', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 744 | 'os': 'Windows-10', |
| 745 | 'pool': 'chromium.tests.gpu', |
| 746 | }, |
| 747 | }, |
| 748 | }, |
Brian Sheedy | d3b83cc1 | 2024-04-04 10:23:57 | [diff] [blame] | 749 | 'win10_intel_uhd_770_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 750 | 'fail_if_unused': False, |
Brian Sheedy | d3b83cc1 | 2024-04-04 10:23:57 | [diff] [blame] | 751 | 'swarming': { |
| 752 | 'dimensions': { |
| 753 | 'display_attached': '1', |
| 754 | 'gpu': '8086:4680-31.0.101.5333', |
| 755 | 'os': 'Windows-10-19045.3930', |
| 756 | 'pool': 'chromium.tests.gpu', |
| 757 | }, |
| 758 | }, |
| 759 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 760 | 'win10_nvidia_gtx_1660_experimental': { |
| 761 | 'fail_if_unused': False, |
| 762 | 'swarming': { |
| 763 | 'dimensions': { |
| 764 | 'display_attached': '1', |
| 765 | 'gpu': '10de:2184-31.0.15.4601', |
| 766 | 'os': 'Windows-10-19045', |
| 767 | 'pool': 'chromium.tests.gpu', |
| 768 | }, |
| 769 | }, |
| 770 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 771 | 'win10_nvidia_gtx_1660_stable': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 772 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 773 | 'swarming': { |
| 774 | 'dimensions': { |
| 775 | 'display_attached': '1', |
Yuly Novikov | badd224 | 2024-12-16 19:23:45 | [diff] [blame] | 776 | 'gpu': '10de:2184-31.0.15.4601', |
| 777 | 'os': 'Windows-10-19045', |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 778 | 'pool': 'chromium.tests.gpu', |
| 779 | }, |
| 780 | }, |
| 781 | }, |
Brian Sheedy | d454948 | 2025-01-16 17:16:03 | [diff] [blame^] | 782 | 'win11_nvidia_rtx_4070_super_stable': { |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 783 | 'fail_if_unused': False, |
| 784 | 'swarming': { |
| 785 | 'dimensions': { |
| 786 | 'display_attached': '1', |
Brian Sheedy | d454948 | 2025-01-16 17:16:03 | [diff] [blame^] | 787 | 'gpu': '10de:2783-32.0.15.6070', |
| 788 | 'os': 'Windows-11', |
| 789 | 'pool': 'chromium.tests.gpu', |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 790 | }, |
| 791 | }, |
| 792 | }, |
Brian Sheedy | 7b4775bc | 2024-10-24 20:50:57 | [diff] [blame] | 793 | 'win11_qualcomm_adreno_690_stable': { |
| 794 | 'fail_if_unused': False, |
| 795 | 'swarming': { |
| 796 | 'dimensions': { |
| 797 | 'display_attached': '1', |
| 798 | 'screen_scaling_percent': '100', |
| 799 | 'cpu': 'arm64', |
| 800 | 'gpu': 'qcom:043a-27.20.1870.0', |
| 801 | 'os': 'Windows-11-22631', |
| 802 | 'pool': 'chromium.tests', |
| 803 | }, |
| 804 | }, |
| 805 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 806 | 'x86-64': { |
Garrett Beaty | 086b340 | 2024-09-25 23:45:34 | [diff] [blame] | 807 | 'fail_if_unused': False, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 808 | 'swarming': { |
| 809 | 'dimensions': { |
| 810 | 'cpu': 'x86-64', |
| 811 | }, |
| 812 | }, |
| 813 | }, |
Yue She | 8bb5fc0 | 2024-07-31 18:16:59 | [diff] [blame] | 814 | 'xcode_16_main': { |
| 815 | 'args': [ |
| 816 | '--xcode-build-version', |
Rahul Kumar Adudodla | 872dba8 | 2025-01-10 16:41:47 | [diff] [blame] | 817 | '16c5032a', |
Yue She | 8bb5fc0 | 2024-07-31 18:16:59 | [diff] [blame] | 818 | ], |
| 819 | 'swarming': { |
| 820 | 'named_caches': [ |
| 821 | { |
Rahul Kumar Adudodla | 872dba8 | 2025-01-10 16:41:47 | [diff] [blame] | 822 | 'name': 'xcode_ios_16c5032a', |
Yue She | 8bb5fc0 | 2024-07-31 18:16:59 | [diff] [blame] | 823 | 'path': 'Xcode.app', |
| 824 | }, |
| 825 | ], |
| 826 | }, |
| 827 | }, |
Garrett Beaty | 96802d0 | 2023-07-07 14:18:05 | [diff] [blame] | 828 | 'xctest': { |
| 829 | 'args': [ |
| 830 | '--xctest', |
| 831 | ], |
| 832 | }, |
| 833 | } |