blob: 088d6470ac4a8d52df37493b7bb6db6b1d257425 [file] [log] [blame]
Avi Drissmandfd880852022-09-15 20:11:091# Copyright 2017 The Chromium Authors
Kenneth Russelleb60cbd22017-12-05 07:54:282# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is a .pyl, or "Python Literal", file. You can treat it just like a
6# .json file, with the following exceptions:
7# * all keys must be quoted (use single quotes, please);
8# * comments are allowed, using '#' syntax; and
9# * trailing commas are allowed.
10
11# Exceptions to the common test suites can only include removal from
12# particular bots, and modifications on particular bots. By design,
13# it's not possible to add one-off tests to bots. Instead they have to
14# be added to one of the test suites in test_suites.pyl.
15#
Jeff Yoone2188f62020-08-24 20:55:5716# Note that if you are excluding with variants, you will need to exclude
17# per variant, with the identifier appended to the test suite name.
18# For example, if you have ios_chrome_ui_eg2tests_module with variant
19# SIM_IPHONE_6S_14_0 (identifier = "iPhone 6s 14.0"), you
20# must exclude with the test name as:
21# "ios_chrome_ui_eg2tests_module_iPhone 6s 14.0"
22
Kenneth Russelleb60cbd22017-12-05 07:54:2823# The goal is to drive the number of exceptions to zero, to make all
24# the bots behave similarly.
25{
Ben Pastenef2ca8e22023-05-03 21:52:2526 'accessibility_unittests': {
27 'modifications': {
28 'Linux ASan LSan Tests (1)': {
29 'swarming': {
30 'dimension_sets': [
31 {
32 # TODO(crbug.com/1442303): Move to Jammy when it's compatible.
33 'os': 'Ubuntu-18.04',
34 },
35 ],
36 },
37 },
Ian Struiksma01223f42023-06-05 15:52:3938 'linux-exp-asan-lsan-fyi-rel': {
39 'swarming': {
40 'dimension_sets': [
41 {
42 # TODO(crbug.com/1442303): Move to Jammy when it's compatible.
43 'os': 'Ubuntu-18.04',
44 },
45 ],
46 },
47 },
Ben Pastenef2ca8e22023-05-03 21:52:2548 },
49 },
Andrew Luo38b311f2019-10-04 03:42:0950 'android_browsertests': {
51 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:4752 'android-11-x86-rel': {
Haiyang Pan0ea9b3ef2022-01-21 21:58:1453 'args': [
54 # https://crbug.com/1289764
55 '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*',
56 ],
Haiyang Panca7fcec2021-03-19 02:11:1057 },
Haiyang Panc1192662022-03-09 00:09:0258 'android-12-x64-rel': {
Haiyang Pan18b448d72022-12-13 21:33:4459 # TODO(crbug.com/1225851): Remove experiment and ci_only
60 # once the test suite is stable.
61 'ci_only': True,
62 'experiment_percentage': 100,
Haiyang Panc1192662022-03-09 00:09:0263 'args': [
64 # https://crbug.com/1289764
65 '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*',
66 ],
Haiyang Pand5524452023-04-25 01:56:4067 'swarming': {
68 'shards': 4,
69 },
Haiyang Pan1b8faa20b2023-02-10 23:44:3670 },
71 'android-12l-x64-dbg-tests': {
72 'args': [
73 # https://crbug.com/1289764
74 '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*',
75 ],
Haiyang Pand5524452023-04-25 01:56:4076 'swarming': {
77 'shards': 4,
78 },
Haiyang Pan1b8faa20b2023-02-10 23:44:3679 },
Haiyang Pan42c77cd92023-05-18 01:13:0380 'android-12l-x64-fyi-dbg': {
Haiyang Panef317e4372023-05-19 01:30:0881 'args': [
82 # https://crbug.com/1289764
83 '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*',
84 ],
Haiyang Pan42c77cd92023-05-18 01:13:0385 'swarming': {
86 'shards': 4,
87 },
88 },
89 'android-13-x64-fyi-rel': {
Haiyang Panef317e4372023-05-19 01:30:0890 'args': [
91 # https://crbug.com/1414886
92 '--gtest_filter=-OfferNotificationControllerAndroidBrowserTestForMessagesUi.MessageShown',
93 ],
Haiyang Pan42c77cd92023-05-18 01:13:0394 'swarming': {
95 'shards': 4,
96 },
97 },
Haiyang Pan1b8faa20b2023-02-10 23:44:3698 'android-13-x64-rel': {
99 'args': [
100 # https://crbug.com/1414886
101 '--gtest_filter=-OfferNotificationControllerAndroidBrowserTestForMessagesUi.MessageShown',
102 ],
Haiyang Pand5524452023-04-25 01:56:40103 'swarming': {
104 'shards': 4,
105 },
Haiyang Panc1192662022-03-09 00:09:02106 },
Prakharc60ec802023-03-06 07:49:29107 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pancf24ceb2022-03-17 02:31:30108 'android-nougat-x86-rel': {
James Shenfb767a12023-02-17 01:47:29109 'ci_only': True,
Haiyang Pancf24ceb2022-03-17 02:31:30110 'swarming': {
Stephanie Kim53cc82d2022-11-01 19:42:57111 'shards': 9,
Haiyang Pancf24ceb2022-03-17 02:31:30112 },
113 },
Andrew Luo38b311f2019-10-04 03:42:09114 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:58115 'args': [
116 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
117 ],
Haiyang Panfbd2b482020-09-23 23:41:25118 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
119 # capacity has been deployed.
120 'swarming': {
121 'dimension_sets': [
122 {
123 'device_type': 'sailfish',
124 },
125 ],
James Shen55b32142023-06-22 00:27:53126 # TODO(crbug/1456515): Temporarily increase the shard by 1 for the surging number of tests.
127 # Recover to original number of shards(4) after the bug is fixed.
128 'shards': 5,
Haiyang Panfbd2b482020-09-23 23:41:25129 },
Andrew Luo38b311f2019-10-04 03:42:09130 },
Haiyang Pan08d09dc2020-04-01 16:11:21131 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:04132 'args': [
133 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
134 ],
Haiyang Pan7cd609d2021-04-08 20:17:24135 'swarming': {
Ben Joyce5bb3fad2022-09-23 06:05:18136 'dimension_sets': [
137 {
Haiyang Pane35ae642022-11-18 00:34:15138 'cores': '8', # crbug.com/1292221
Ben Joyce5bb3fad2022-09-23 06:05:18139 },
140 ],
Haiyang Pan7cd609d2021-04-08 20:17:24141 },
John Budorick191adfcd2020-01-29 18:19:04142 },
Prakharc60ec802023-03-06 07:49:29143 # Keep this same as android-nougat-x86-rel above
144 'android-x86-code-coverage': {
145 'ci_only': True,
146 'swarming': {
147 'shards': 9,
148 },
149 },
Andrew Luo38b311f2019-10-04 03:42:09150 },
151 },
Hao Wu11b78fe72023-06-20 18:56:36152 'android_browsertests_no_fieldtrial': {
153 'remove_from': [
154 'android-12l-x64-fyi-dbg',
155 ],
156 },
Sven Zhengc60debc2020-09-10 18:40:52157 'android_sync_integration_tests': {
James Shen9e4c19e2022-04-15 17:57:50158 'modifications': {
159 'android-12-x64-rel': {
160 'swarming': {
161 'shards': 3,
162 },
163 },
Prakharc60ec802023-03-06 07:49:29164 # If you change this, make similar changes in android-x86-code-coverage below
Stephanie Kim11192362022-11-04 18:17:44165 'android-nougat-x86-rel': {
James Shen74810512023-02-22 20:27:39166 'ci_only': True,
Stephanie Kim11192362022-11-04 18:17:44167 'swarming': {
168 'shards': 2,
169 },
170 },
Prakharc60ec802023-03-06 07:49:29171 # Keep this same as android-nougat-x86-rel above
172 'android-x86-code-coverage': {
173 'ci_only': True,
174 'swarming': {
175 'shards': 2,
176 },
177 },
James Shen9e4c19e2022-04-15 17:57:50178 },
Sven Zhengc60debc2020-09-10 18:40:52179 },
Kenneth Russelleb60cbd22017-12-05 07:54:28180 'android_webview_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28181 },
Jamie Madillc9ae75d2020-10-23 19:19:48182 'angle_unittests': {
183 'remove_from': [
184 # On Android, these are already run on the main waterfall.
185 'Android FYI Release (Nexus 5X)',
Yuly Novikovc1117ae82021-01-15 22:33:36186 # Times out listing tests crbug.com/1167314
187 'android-asan',
Jamie Madillc9ae75d2020-10-23 19:19:48188 # Does not currently work on Lacros configurations.
Sven Zheng93bfaa92022-06-09 17:06:03189 'linux-lacros-asan-lsan-rel',
Junhua Chen39dd2dba2021-05-05 17:51:54190 'linux-lacros-code-coverage',
Jamie Madillc9ae75d2020-10-23 19:19:48191 'linux-lacros-tester-rel',
192 'linux-lacros-tester-fyi-rel',
Yuke Liaof27ebe52021-08-05 22:12:40193 'linux-lacros-dbg-tests-fyi',
Jamie Madillc9ae75d2020-10-23 19:19:48194 ],
Chong Gua10cd302022-01-14 19:22:19195 'modifications': {
196 # anglebug.com/6894
197 'fuchsia-fyi-x64-asan': {
198 'args': [
199 # crbug.com/
200 '--gtest_filter=-ConstructCompilerTest.DefaultParameters',
201 ],
202 },
203 },
Jamie Madillc9ae75d2020-10-23 19:19:48204 },
Eriko Kurimoto61a85332022-10-19 05:19:45205 'ash_crosapi_tests': {
206 'remove_from': [
207 # Disabling MSan tests since linux-chromeos chrome crashes on MSan build.
208 # TODO(crbug.com/1376064): Re-enable.
209 'Linux ChromiumOS MSan Tests',
210 ]
211 },
Sven Zhengef0d0872022-04-04 22:13:29212 'aura_unittests amd64-generic': {
Yuke Liaob6beaeca2021-04-29 23:41:51213 'remove_from': [
214 # TODO(crbug.com/1204231): Re-enable.
215 'lacros-amd64-generic-rel',
216 ]
217 },
Sven Zhengef0d0872022-04-04 22:13:29218 'aura_unittests eve': {
Yuke Liao79a8cf52021-06-11 18:14:34219 'remove_from': [
220 # TODO(crbug.com/1204231): Re-enable.
221 'lacros-amd64-generic-rel',
222 ]
223 },
Chong Gudf7fbe92021-02-24 02:55:58224 'base_unittests': {
225 'modifications': {
Ben Joycea0319112022-11-15 23:53:12226 'ToTAndroid': {
227 'args': [
228 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.base_unittests.filter',
229 ],
230 },
Haiyang Pan2a55a452022-03-03 08:18:33231 'android-12-x64-rel': {
Haiyang Panc08d02212021-10-18 18:58:38232 'args': [
Haiyang Pan32338b72023-02-08 23:48:58233 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
234 ],
235 },
236 'android-12l-x64-dbg-tests': {
237 'args': [
238 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
239 ],
240 },
Haiyang Panef317e4372023-05-19 01:30:08241 'android-12l-x64-fyi-dbg': {
242 'args': [
243 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
244 ],
245 },
246 'android-13-x64-fyi-rel': {
247 'args': [
248 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
249 ],
250 },
Haiyang Pan32338b72023-02-08 23:48:58251 'android-13-x64-rel': {
252 'args': [
253 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
Haiyang Panc7c009e2021-03-18 19:31:23254 ],
255 },
Chong Gudf7fbe92021-02-24 02:55:58256 'fuchsia-code-coverage': {
257 'swarming': {
258 'shards': 5,
259 },
260 },
Chong Gua10cd302022-01-14 19:22:19261 'fuchsia-fyi-x64-asan': {
262 'args': [
263 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.base_unittests.filter',
264 ],
265 },
Chong Gudf7fbe92021-02-24 02:55:58266 },
267 },
James Shen5df9af872022-10-28 01:32:15268 'bf_cache_content_browsertests': {
269 'modifications': {
270 'android-bfcache-rel': {
271 'args': [
James Shenea291852022-11-08 04:19:45272 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter',
James Shen5df9af872022-10-28 01:32:15273 ],
James Shen2c574ce02022-11-03 22:59:23274 'swarming': {
275 'shards': 15,
276 },
James Shen5df9af872022-10-28 01:32:15277 }
278 }
279 },
Haiyang Pan363c59a2020-07-23 05:47:04280 'blink_platform_unittests': {
281 'modifications': {
James Shen088356672022-06-28 01:21:14282 # TODO(crbug.com/1303439): Remove this filter
Prakharc60ec802023-03-06 07:49:29283 # If you change this, make similar changes in android-x86-code-coverage below
James Shen088356672022-06-28 01:21:14284 'android-nougat-x86-rel': {
285 'args': [
286 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter',
287 ],
288 },
Haiyang Panfbd2b482020-09-23 23:41:25289 'android-pie-arm64-rel': {
290 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
291 # capacity has been deployed.
292 'swarming': {
293 'dimension_sets': [
294 {
295 'device_type': 'sailfish',
296 },
297 ],
298 },
299 },
Prakharc60ec802023-03-06 07:49:29300 # Keep this same as android-nougat-x86-rel above
301 'android-x86-code-coverage': {
302 'args': [
303 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter',
304 ],
305 },
Chong Gu52481452021-04-02 17:52:41306 'fuchsia-code-coverage': {
307 'swarming': {
308 'shards': 5,
309 },
310 },
Haiyang Pan363c59a2020-07-23 05:47:04311 },
312 },
Brian Sheedy944d0622022-07-27 20:42:42313 'blink_pytype': {
314 'remove_from': [
315 'linux-code-coverage',
316 ],
317 },
Chong Gu76046412021-09-22 17:49:21318 'blink_unittests': {
Chong Guc2d145e2021-03-31 19:55:34319 'modifications': {
320 'fuchsia-code-coverage': {
321 'swarming': {
322 'shards': 30,
323 },
324 },
325 },
326 },
John Chenaab16fc02020-03-03 06:35:45327 'blink_web_tests': {
328 'remove_from': [
John Chenaab16fc02020-03-03 06:35:45329 'Win10 Tests x64 (dbg)',
330 ],
331 'modifications': {
John Chenaab16fc02020-03-03 06:35:45332 'Linux Tests': {
333 "args": [
334 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
335 ],
Struan Shrimpton57c594e42022-01-25 17:59:13336 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51337 'shards': 8,
Struan Shrimpton57c594e42022-01-25 17:59:13338 },
John Chenaab16fc02020-03-03 06:35:45339 },
340 'Linux Tests (dbg)(1)': {
341 'args': [
342 '--debug',
343 ],
344 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51345 'shards': 12,
John Chenaab16fc02020-03-03 06:35:45346 },
347 },
Zhaoyang Li69e2e002021-02-19 21:57:35348 'Mac10.15 Tests': {
349 'swarming': {
350 'dimension_sets': [
351 {
352 'gpu': None,
353 },
354 ],
Weizhong Xia8b786422022-06-23 14:46:51355 'shards': 10,
Zhaoyang Li69e2e002021-02-19 21:57:35356 },
357 },
Lindsay Pasricha8d9a0c32021-12-08 17:08:29358 'Mac11 Tests': {
359 'swarming': {
360 'dimension_sets': [
361 {
362 'gpu': None,
363 },
364 ],
Weizhong Xia8b786422022-06-23 14:46:51365 'shards': 12,
Lindsay Pasricha8d9a0c32021-12-08 17:08:29366 },
367 },
Yue She0cad2922022-06-24 15:06:07368 'Mac12 Tests': {
369 'swarming': {
370 'dimension_sets': [
371 {
372 'gpu': None,
373 },
374 ],
Lindsay Pasrichadf6edb62022-07-06 22:08:35375 'shards': 12,
Yue She0cad2922022-06-24 15:06:07376 },
377 },
Yue Shed8e45742023-06-01 15:18:03378 'Mac13 Tests': {
379 'swarming': {
380 'dimension_sets': [
381 {
382 'gpu': None,
383 },
384 ],
385 'shards': 12,
386 },
387 },
Cameron Higgins2e4b7f12023-05-31 18:29:32388 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:17389 'experiment_percentage': 100,
390 'args': [
391 '--debug',
392 ],
393 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51394 'shards': 16,
Zhaoyang Li9357e1e12021-12-07 18:53:17395 },
396 },
Chong Gu75af969a2021-03-22 14:46:14397 'ToTFuchsia x64': {
398 'args': [
399 '--platform=fuchsia',
400 ],
401 'swarming': {
402 'shards': 1,
403 },
404 },
John Chenaab16fc02020-03-03 06:35:45405 'V8 Blink Linux Debug': {
Michael Achenbach455d39242020-06-22 13:33:45406 # This builder compiles Chromium in release mode, but V8 in debug.
407 # TODO(machenbach): Change name and out directory of this builder to
408 # something less confusing.
John Chenaab16fc02020-03-03 06:35:45409 'args': [
Michael Achenbach455d39242020-06-22 13:33:45410 '-t',
411 'Debug',
412 '--release',
John Chenaab16fc02020-03-03 06:35:45413 ],
414 },
415 'V8 Blink Linux Future': {
416 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07417 '--flag-specific=future-js',
John Chenaab16fc02020-03-03 06:35:45418 ],
419 },
420 'WebKit Linux ASAN': {
421 'args': [
422 '--additional-expectations',
423 '../../third_party/blink/web_tests/ASANExpectations',
Weizhong Xia91b53362022-01-05 17:13:35424 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45425 '48000',
426 '--enable-sanitizer',
427 ],
428 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51429 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45430 },
431 },
432 'WebKit Linux Leak': {
433 'args': [
434 '--additional-expectations',
435 '../../third_party/blink/web_tests/LeakExpectations',
Weizhong Xia91b53362022-01-05 17:13:35436 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45437 '48000',
438 '--enable-leak-detection',
439 ],
440 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51441 'shards': 4,
John Chenaab16fc02020-03-03 06:35:45442 },
443 },
444 'WebKit Linux MSAN': {
445 'args': [
446 '--additional-expectations',
447 '../../third_party/blink/web_tests/MSANExpectations',
Weizhong Xia91b53362022-01-05 17:13:35448 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45449 '66000',
450 '--enable-sanitizer',
451 ],
452 'swarming': {
453 'expiration': 36000,
454 'hard_timeout': 10800,
455 'io_timeout': 3600,
Weizhong Xia8b786422022-06-23 14:46:51456 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45457 },
458 },
John Chenaab16fc02020-03-03 06:35:45459 'Win10 Tests x64': {
460 'args': [
461 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21462 'Release_x64',
John Chenaab16fc02020-03-03 06:35:45463 ],
464 'swarming': {
Struan Shrimpton5786bfd02023-01-11 00:47:54465 "shards": 12,
John Chenaab16fc02020-03-03 06:35:45466 },
467 },
468 'Win10 Tests x64 (dbg)': {
469 'args': [
470 '--debug',
471 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21472 'Debug_x64',
John Chenaab16fc02020-03-03 06:35:45473 ],
474 },
Kuan Huanga89737d2022-01-07 19:42:11475 'Win11 Tests x64': {
476 'args': [
477 '--target',
478 'Release_x64',
479 ],
480 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51481 "shards": 12
Kuan Huanga89737d2022-01-07 19:42:11482 },
483 },
John Chenaab16fc02020-03-03 06:35:45484 # tryserver.chromium.android
485 'android_blink_rel': {
486 'args': [
487 '--release',
488 '--android',
John Chenaab16fc02020-03-03 06:35:45489 # TODO(crbug.com/875172): run on the real GPU since the
490 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
491 '--additional-driver-flag=--use-gpu-in-tests',
492 ],
493 },
494 'devtools_frontend_linux_blink_light_rel': {
495 'args': [
496 'http/tests/devtools',
497 ],
498 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51499 'shards': 2,
John Chenaab16fc02020-03-03 06:35:45500 },
501 },
Takuto Ikutabace8f82022-01-26 23:47:47502 'devtools_frontend_linux_blink_light_rel_fastbuild': {
503 'args': [
504 'http/tests/devtools',
505 ],
506 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51507 'shards': 2,
Takuto Ikutabace8f82022-01-26 23:47:47508 },
509 },
David Dorwinf060a72d2022-10-05 22:09:03510 'fuchsia-x64-cast-receiver-rel': {
John Chenaab16fc02020-03-03 06:35:45511 'args': [
512 '--platform=fuchsia',
David Dorwinf060a72d2022-10-05 22:09:03513 '--jobs=1',
John Chenaab16fc02020-03-03 06:35:45514 ],
515 'swarming': {
516 'shards': 1,
517 },
518 },
David Dorwin49b2ddb2022-09-08 20:49:43519 'fuchsia-x64-rel': {
520 'args': [
521 '--platform=fuchsia',
522 '--jobs=1',
523 ],
524 'swarming': {
525 'shards': 1,
526 },
527 },
John Chenaab16fc02020-03-03 06:35:45528 'linux-blink-animation-use-time-delta': {
529 'args': [
530 '--debug',
531 ],
532 },
Jonathan Leed3ba7bf2023-01-13 21:15:16533 'linux-blink-rel': {
534 'swarming': {
535 'hard_timeout': 2400,
536 },
537 },
Daniel Libby178c9832020-10-08 20:36:14538 'linux-blink-web-tests-force-accessibility-rel': {
539 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07540 '--flag-specific=force-renderer-accessibility',
Daniel Libby178c9832020-10-08 20:36:14541 ],
542 },
W. James MacLeance9b3a62022-10-05 16:58:58543 'linux-blink-wpt-reset-rel': {
544 'args': [
545 '--additional-driver-flag=--force-browsing-instance-reset-between-tests',
546 ],
547 # The flag above will slow the tests down, and we don't want the bot to
548 # timeout, so set a higher timeout here.
549 # TODO(wjmaclean): It would be nice if we could somehow specify a delta
550 # to the default/inherited timeout instead of an absolute.
551 'swarming': {
552 'hard_timeout': 1500,
553 },
554 },
John Chenaab16fc02020-03-03 06:35:45555 'linux-code-coverage': {
556 'args': [
Prakharbe44338a2023-05-24 19:02:04557 '--additional-driver-flag=--no-sandbox',
558 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
John Chenaab16fc02020-03-03 06:35:45559 ],
560 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51561 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45562 },
563 },
Aaron Gable40f79aa2020-03-21 01:21:15564 'linux-layout-tests-edit-ng': {
565 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07566 '--flag-specific=enable-editing-ng',
Aaron Gable40f79aa2020-03-21 01:21:15567 ],
568 },
Thiago Perrotta61487462023-01-20 12:52:32569 'linux-rel-cft': {
570 "args": [
Michael Lippautz60aa8f32023-05-24 14:27:02571 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
572 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
573 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:32574 ],
575 'swarming': {
576 'shards': 8,
577 },
578 },
SrinivasBathula90213d62023-02-27 06:12:18579 'mac-osxbeta-rel': {
580 'swarming': {
581 'dimension_sets': [
582 {
583 'gpu': None
584 }
585 ],
586 'shards': 10,
587 },
588 },
Thiago Perrottaa289bad2023-01-20 12:44:39589 'mac-rel-cft': {
Thiago Perrotta4085d56b2023-03-22 23:05:09590 "args": [
591 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
592 ],
Thiago Perrottaa289bad2023-01-20 12:44:39593 'swarming': {
594 'dimension_sets': [
595 {
596 'gpu': None,
597 },
598 ],
599 'shards': 12,
Thiago Perrottaa289bad2023-01-20 12:44:39600 },
601 },
Riley Wong89d6dc72022-09-08 20:29:07602 'mac10.13-blink-rel': {
603 'swarming': {
604 'shards': 1,
605 },
606 },
Riley Wong89d6dc72022-09-08 20:29:07607 'mac10.14-blink-rel': {
608 'swarming': {
609 'shards': 1,
610 },
611 },
Riley Wong89d6dc72022-09-08 20:29:07612 'mac10.15-blink-rel': {
613 'swarming': {
614 'shards': 8,
Weizhong Xia21063c72022-11-09 23:48:30615 'hard_timeout': 2400,
Riley Wong89d6dc72022-09-08 20:29:07616 },
617 },
Riley Wongc20ba4a2022-09-12 17:06:31618 'mac11.0-blink-rel': {
619 'swarming': {
620 'shards': 5,
Weizhong Xia21063c72022-11-09 23:48:30621 'hard_timeout': 2400,
622 },
623 },
624 'mac11.0.arm64-blink-rel': {
625 'swarming': {
626 'hard_timeout': 2400,
627 },
628 },
629 'mac12.0-blink-rel': {
630 'swarming': {
631 'hard_timeout': 2400,
632 },
633 },
634 'mac12.0.arm64-blink-rel': {
635 'swarming': {
636 'hard_timeout': 2400,
Riley Wongc20ba4a2022-09-12 17:06:31637 },
638 },
Thiago Perrotta770925d42023-01-17 18:38:51639 'win-rel-cft': {
640 'args': [
641 '--target',
642 'Release_x64',
Michael Lippautz60aa8f32023-05-24 14:27:02643 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
Thiago Perrotta770925d42023-01-17 18:38:51644 ],
Thiago Perrotta314f7b02023-01-19 21:30:53645 'swarming': {
646 "shards": 12,
Thiago Perrotta314f7b02023-01-19 21:30:53647 },
Thiago Perrotta770925d42023-01-17 18:38:51648 },
Ben Pasteneebad8fc2022-08-12 23:34:28649 'win10-rel-no-external-ip': {
650 'args': [
651 '--target',
652 'Release_x64',
653 ],
654 'swarming': {
655 "shards": 12
656 },
657 },
Riley Wong5feb0eb2022-08-05 15:49:26658 'win10.20h2-blink-rel': {
659 'swarming': {
660 'shards': 6,
Weizhong Xia21063c72022-11-09 23:48:30661 'hard_timeout': 2400,
Riley Wong5feb0eb2022-08-05 15:49:26662 },
663 },
Nihar Damarasinguf31a5cc2023-05-24 18:38:06664 'win11-arm64-blink-rel': {
665 'swarming': {
666 'hard_timeout': 2400,
667 },
668 'args': [
669 '--target',
670 'Release_x64',
671 ],
672 },
Weizhong Xia8b786422022-06-23 14:46:51673 'win11-blink-rel': {
674 'swarming': {
Weizhong Xia21063c72022-11-09 23:48:30675 'hard_timeout': 2400,
Weizhong Xia8b786422022-06-23 14:46:51676 },
677 'args': [
678 '--target',
679 'Release_x64',
680 ],
681 },
682 },
683 },
684 'blink_wpt_tests': {
685 'remove_from': [
Weizhong Xia8b786422022-06-23 14:46:51686 'Win10 Tests x64 (dbg)',
Weizhong Xia6d85a442022-06-23 17:17:06687 'devtools_frontend_linux_blink_light_rel',
688 'devtools_frontend_linux_blink_light_rel_fastbuild',
Thiago Perrotta4085d56b2023-03-22 23:05:09689 'linux-rel-cft',
690 'mac-rel-cft',
691 'win-rel-cft',
Weizhong Xia8b786422022-06-23 14:46:51692 ],
693 'modifications': {
Weizhong Xia8b786422022-06-23 14:46:51694 'Linux Tests': {
695 "args": [
696 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
697 ],
698 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51699 'shards': 10,
700 },
701 },
702 'Linux Tests (dbg)(1)': {
703 'args': [
704 '--debug',
705 ],
706 'swarming': {
707 'shards': 18,
708 },
709 },
Weizhong Xia8b786422022-06-23 14:46:51710 'Mac10.15 Tests': {
711 'swarming': {
712 'dimension_sets': [
713 {
714 'gpu': None,
715 },
716 ],
717 'shards': 15,
718 },
719 },
720 'Mac11 Tests': {
721 'swarming': {
722 'dimension_sets': [
723 {
724 'gpu': None,
725 },
726 ],
727 'shards': 18,
Weizhong Xia8b786422022-06-23 14:46:51728 },
729 },
Lindsay Pasrichadf6edb62022-07-06 22:08:35730 'Mac12 Tests': {
731 'swarming': {
732 'dimension_sets': [
733 {
734 'gpu': None,
735 },
736 ],
737 'shards': 18,
Lindsay Pasrichadf6edb62022-07-06 22:08:35738 },
739 },
Yue Shed8e45742023-06-01 15:18:03740 'Mac13 Tests': {
741 'swarming': {
742 'dimension_sets': [
743 {
744 'gpu': None,
745 },
746 ],
747 'shards': 18,
748 },
749 },
Cameron Higgins2e4b7f12023-05-31 18:29:32750 'Mac13 Tests (dbg)': {
Weizhong Xia8b786422022-06-23 14:46:51751 'experiment_percentage': 100,
752 'args': [
753 '--debug',
754 ],
755 'swarming': {
756 'shards': 24,
757 },
758 },
759 'ToTFuchsia x64': {
760 'args': [
761 '--platform=fuchsia',
762 ],
763 'swarming': {
764 'shards': 1,
765 },
766 },
767 'V8 Blink Linux Debug': {
768 # This builder compiles Chromium in release mode, but V8 in debug.
769 # TODO(machenbach): Change name and out directory of this builder to
770 # something less confusing.
771 'args': [
772 '-t',
773 'Debug',
774 '--release',
775 ],
776 },
777 'V8 Blink Linux Future': {
778 'args': [
779 '--flag-specific=future-js',
780 ],
781 },
782 'WebKit Linux ASAN': {
783 'args': [
784 '--additional-expectations',
785 '../../third_party/blink/web_tests/ASANExpectations',
786 '--timeout-ms',
787 '48000',
788 '--enable-sanitizer',
789 ],
790 'swarming': {
791 'shards': 12,
792 },
793 },
794 'WebKit Linux Leak': {
795 'args': [
796 '--additional-expectations',
797 '../../third_party/blink/web_tests/LeakExpectations',
798 '--timeout-ms',
799 '48000',
800 '--enable-leak-detection',
801 ],
802 'swarming': {
803 'shards': 6,
804 },
805 },
806 'WebKit Linux MSAN': {
807 'args': [
808 '--additional-expectations',
809 '../../third_party/blink/web_tests/MSANExpectations',
810 '--timeout-ms',
811 '66000',
812 '--enable-sanitizer',
813 ],
814 'swarming': {
815 'expiration': 36000,
816 'hard_timeout': 10800,
817 'io_timeout': 3600,
818 'shards': 12,
819 },
820 },
821 'Win10 Tests x64': {
822 'args': [
823 '--target',
824 'Release_x64',
825 ],
826 'swarming': {
Struan Shrimpton5786bfd02023-01-11 00:47:54827 "shards": 18,
Weizhong Xia8b786422022-06-23 14:46:51828 },
829 },
830 'Win10 Tests x64 (dbg)': {
831 'args': [
832 '--debug',
833 '--target',
834 'Debug_x64',
835 ],
836 },
837 'Win11 Tests x64': {
838 'args': [
839 '--target',
840 'Release_x64',
841 ],
842 'swarming': {
843 "shards": 18
844 },
845 },
846 # tryserver.chromium.android
847 'android_blink_rel': {
848 'args': [
849 '--release',
850 '--android',
Weizhong Xia8b786422022-06-23 14:46:51851 # TODO(crbug.com/875172): run on the real GPU since the
852 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
853 '--additional-driver-flag=--use-gpu-in-tests',
854 ],
855 },
David Dorwinf060a72d2022-10-05 22:09:03856 'fuchsia-x64-cast-receiver-rel': {
Weizhong Xia8b786422022-06-23 14:46:51857 'args': [
858 '--platform=fuchsia',
David Dorwinf060a72d2022-10-05 22:09:03859 '--jobs=1',
Weizhong Xia8b786422022-06-23 14:46:51860 ],
861 'swarming': {
862 'shards': 1,
863 },
864 },
David Dorwin49b2ddb2022-09-08 20:49:43865 'fuchsia-x64-rel': {
866 'args': [
867 '--platform=fuchsia',
868 '--jobs=1',
869 ],
870 'swarming': {
871 'shards': 1,
872 },
873 },
Weizhong Xia8b786422022-06-23 14:46:51874 'linux-bfcache-rel': {
875 'args': [
Weizhong Xia8b786422022-06-23 14:46:51876 # TODO(crbug.com/1255537): Re-enable the test.
877 '--ignore-tests=external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html',
878 ],
879 },
880 'linux-blink-animation-use-time-delta': {
881 'args': [
882 '--debug',
883 ],
884 },
Jonathan Leed3ba7bf2023-01-13 21:15:16885 'linux-blink-rel': {
886 'swarming': {
887 'hard_timeout': 2400,
888 },
889 },
Weizhong Xia8b786422022-06-23 14:46:51890 'linux-blink-web-tests-force-accessibility-rel': {
891 'args': [
892 '--flag-specific=force-renderer-accessibility',
893 ],
894 },
W. James MacLeance9b3a62022-10-05 16:58:58895 'linux-blink-wpt-reset-rel': {
896 'args': [
897 '--additional-driver-flag=--force-browsing-instance-reset-between-tests',
898 ],
899 },
Weizhong Xia8b786422022-06-23 14:46:51900 'linux-code-coverage': {
901 'args': [
Prakharbe44338a2023-05-24 19:02:04902 '--additional-driver-flag=--no-sandbox',
903 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
Weizhong Xia8b786422022-06-23 14:46:51904 ],
Weizhong Xia8b786422022-06-23 14:46:51905 },
906 'linux-layout-tests-edit-ng': {
907 'args': [
908 '--flag-specific=enable-editing-ng',
909 ],
910 },
Thiago Perrotta61487462023-01-20 12:52:32911 'linux-rel-cft': {
912 "args": [
913 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Michael Lippautz8f4016b2023-06-13 16:18:33914 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:32915 ],
916 'swarming': {
917 'shards': 10,
918 },
919 },
SrinivasBathula90213d62023-02-27 06:12:18920 'mac-osxbeta-rel': {
921 'swarming': {
922 'dimension_sets': [
923 {
924 'gpu': None
925 }
926 ],
927 'shards': 7,
928 },
929 },
Thiago Perrottaa289bad2023-01-20 12:44:39930 'mac-rel-cft': {
931 'args': [
932 '--driver-logging',
933 ],
934 'swarming': {
935 'dimension_sets': [
936 {
937 'gpu': None,
938 },
939 ],
940 'shards': 18,
Thiago Perrottaa289bad2023-01-20 12:44:39941 },
942 },
Riley Wong89d6dc72022-09-08 20:29:07943 'mac10.13-blink-rel': {
944 'swarming': {
945 'shards': 1,
946 },
947 },
Riley Wong89d6dc72022-09-08 20:29:07948 'mac10.14-blink-rel': {
949 'swarming': {
950 'shards': 1,
951 },
952 },
Riley Wong89d6dc72022-09-08 20:29:07953 'mac10.15-blink-rel': {
954 'swarming': {
955 'shards': 12,
Weizhong Xia21063c72022-11-09 23:48:30956 'hard_timeout': 2400,
Riley Wong89d6dc72022-09-08 20:29:07957 },
958 },
Riley Wongc20ba4a2022-09-12 17:06:31959 'mac11.0-blink-rel': {
960 'swarming': {
961 'shards': 7,
Weizhong Xia21063c72022-11-09 23:48:30962 'hard_timeout': 2400,
963 },
964 },
965 'mac11.0.arm64-blink-rel': {
966 'swarming': {
967 'hard_timeout': 2400,
968 },
969 },
970 'mac12.0-blink-rel': {
971 'swarming': {
972 'hard_timeout': 2400,
973 },
974 },
975 'mac12.0.arm64-blink-rel': {
976 'swarming': {
977 'hard_timeout': 2400,
Riley Wongc20ba4a2022-09-12 17:06:31978 },
979 },
Thiago Perrotta770925d42023-01-17 18:38:51980 'win-rel-cft': {
981 'args': [
982 '--target',
983 'Release_x64',
984 ],
Thiago Perrotta314f7b02023-01-19 21:30:53985 'swarming': {
986 "shards": 18,
Thiago Perrotta314f7b02023-01-19 21:30:53987 },
Thiago Perrotta770925d42023-01-17 18:38:51988 },
Ben Pasteneebad8fc2022-08-12 23:34:28989 'win10-rel-no-external-ip': {
990 'args': [
991 '--target',
992 'Release_x64',
993 ],
994 'swarming': {
995 "shards": 18
996 },
997 },
Riley Wong5feb0eb2022-08-05 15:49:26998 'win10.20h2-blink-rel': {
999 'swarming': {
1000 'shards': 9,
Weizhong Xia21063c72022-11-09 23:48:301001 'hard_timeout': 2400,
Riley Wong5feb0eb2022-08-05 15:49:261002 },
1003 },
Nihar Damarasinguf31a5cc2023-05-24 18:38:061004 'win11-arm64-blink-rel': {
1005 'swarming': {
1006 'hard_timeout': 2400,
1007 },
1008 'args': [
1009 '--target',
1010 'Release_x64',
1011 ],
1012 },
Riley Wong5fc22762022-06-15 20:25:071013 'win11-blink-rel': {
1014 'swarming': {
Weizhong Xia21063c72022-11-09 23:48:301015 'hard_timeout': 2400,
Riley Wong5fc22762022-06-15 20:25:071016 },
1017 'args': [
1018 '--target',
1019 'Release_x64',
1020 ],
Thiago Perrotta770925d42023-01-17 18:38:511021 },
John Chenaab16fc02020-03-03 06:35:451022 },
1023 },
Kenneth Russelleb60cbd22017-12-05 07:54:281024 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:241025 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291026 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:411027 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:261028 'ToTLinuxTSan', # https://crbug.com/368525
Lindsay Pasrichab3f72db2021-09-22 22:05:461029 # TODO(crbug.com/1171053): Enable the suite in 'Mac10.15 Tests' once it's
Zhaoyang Li69e2e002021-02-19 21:57:351030 # off CQ.
Cameron Higgins2e4b7f12023-05-31 18:29:321031 'Mac13 Tests (dbg)', # https://crbug.com/1201386
Lindsay Pasricha8155d052021-04-22 00:06:431032 'mac-code-coverage', # https://crbug.com/1201386
Lindsay Pasricha23227912023-01-11 22:36:341033 'mac11-arm64-rel-tests', # https://crbug.com/1406364
1034 'mac12-arm64-rel-tests', # https://crbug.com/1406364
Will Yeagera090e6a2023-06-09 14:59:411035 'mac13-arm64-rel-tests', # https://crbug.com/1406364
Nico Weberd36959682018-04-12 03:33:461036 'Linux TSan Tests', # https://crbug.com/368525
Ian Struiksma2e23f962023-05-26 22:37:201037 'linux-exp-tsan-fyi-rel', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:111038 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:241039 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281040 'modifications': {
Nico Weber3f919792020-06-12 23:34:521041 'CrWinAsan': {
1042 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441043 # crbug.com/1257927
Nico Weber3f919792020-06-12 23:34:521044 'swarming': {
1045 'shards': 40,
1046 },
1047 },
1048 'CrWinAsan(dll)': {
1049 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441050 # crbug.com/1257927
Nico Weber3f919792020-06-12 23:34:521051 'swarming': {
1052 'shards': 40,
1053 },
1054 },
Stephen Martinis1384ff92020-01-07 19:52:151055 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:361056 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151057 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:361058 },
1059 },
Stephen Martinis1384ff92020-01-07 19:52:151060 'Linux ASan LSan Tests (1)': {
Gregory Gutermanb6f9a972022-09-27 20:17:581061 'ci_only': True,
Stephen Martinis1384ff92020-01-07 19:52:151062 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441063 # crbug.com/1257927
Roberto Carrillo2c9ec972019-03-20 03:11:191064 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151065 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:191066 },
1067 },
Chris Cunningham1d0e9e12020-02-26 22:56:401068 'Linux ASan Tests (sandboxed)': {
1069 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:411070 'shards': 30, # https://crbug.com/1103330
Chris Cunningham1d0e9e12020-02-26 22:56:401071 },
1072 },
Titouan Rigoudy3fbe2742022-09-09 17:10:141073 'Linux CFI': {
1074 'swarming': {
1075 'shards': 20, # https://crbug.com/1361973
1076 },
1077 },
Stephen Martinis1384ff92020-01-07 19:52:151078 'Linux Chromium OS ASan LSan Tests (1)': {
1079 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441080 # crbug.com/1257927
Roberto Carrillo5a5c98dc2019-10-30 22:33:511081 'swarming': {
Sven Zheng556734182023-06-23 18:09:081082 'shards': 65,
Roberto Carrillo5a5c98dc2019-10-30 22:33:511083 },
1084 },
Stephen Martinis1384ff92020-01-07 19:52:151085 'Linux ChromiumOS MSan Tests': {
Alexis Hetua804f7412022-05-13 17:04:201086 # These are very slow on the Chrome OS MSAN trybot, most likely because browser_tests on cros has ~40% more tests. Also, these tests
1087 # run on ash, which means every test starts and shuts down ash, which most likely explains why it takes longer than on other platforms.
Stephen Martinis1384ff92020-01-07 19:52:151088 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:341089 'swarming': {
Tom Anderson1e776fcd2023-01-06 19:53:291090 'shards': 64,
Kenneth Russell56a3e862017-12-08 03:11:341091 },
Ben Pastene44221d32020-05-21 23:38:361092 'args': [
1093 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter',
1094 ],
Kenneth Russell56a3e862017-12-08 03:11:341095 },
Struan Shrimptona9b1d512022-09-13 16:09:421096 'Linux MSan Tests': {
1097 'swarming': {
Joshua Pawlicki7fc1edd2023-03-21 16:56:591098 'shards': 23,
Struan Shrimptona9b1d512022-09-13 16:09:421099 },
1100 },
Struan Shrimptonf5b2b552022-01-20 20:37:391101 'Linux Tests': {
1102 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491103 'shards': 20,
Struan Shrimptonf5b2b552022-01-20 20:37:391104 },
1105 },
Maksim Sisovc81d284c2021-10-05 17:54:351106 # https://crbug.com/1084469
1107 'Linux Tests (Wayland)': {
1108 'args': [
1109 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
1110 ],
Struan Shrimptone772d72f2021-12-15 07:50:091111 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491112 'shards': 20,
Struan Shrimptone772d72f2021-12-15 07:50:091113 },
Maksim Sisovc81d284c2021-10-05 17:54:351114 },
John Budorick614f91a2020-03-30 20:34:551115 'Linux Tests (dbg)(1)': {
1116 # crbug.com/1066161
1117 'swarming': {
1118 'shards': 20,
1119 },
1120 },
Stephen Martinis1384ff92020-01-07 19:52:151121 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:241122 'swarming': {
Stephen Martiniscd3c3832020-11-19 22:01:241123 'shards': 30,
Kenneth Russellfbda3c532017-12-08 23:57:241124 },
Lindsay Pasricha8155d052021-04-22 00:06:431125 # crbug.com/1196416
1126 'args': [
1127 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
1128 ],
Lindsay Pasrichab3f72db2021-09-22 22:05:461129 'experiment_percentage': 100, # https://crbug.com/1251657
Kenneth Russellfbda3c532017-12-08 23:57:241130 },
Lindsay Pasricha727ede92023-02-27 16:27:331131 'Mac Builder Next': {
1132 'swarming': {
1133 'shards': 20, # crbug.com/1419045
1134 },
1135 },
Lindsay Pasricha76f44d22021-04-07 16:16:261136 'Mac10.15 Tests': {
1137 # crbug.com/1042757
1138 'swarming': {
Lindsay Pasricha7400da152023-06-16 23:37:031139 'shards': 30,
Lindsay Pasricha76f44d22021-04-07 16:16:261140 },
Lindsay Pasricha7400da152023-06-16 23:37:031141 'experiment_percentage': 100,
Lindsay Pasricha76f44d22021-04-07 16:16:261142 },
Lindsay Pasrichaf8762592021-12-02 23:43:091143 'Mac11 Tests': {
1144 'ci_only': True,
Lindsay Pasrichaee30f252022-10-11 22:02:481145 'swarming': {
1146 'shards': 20, # crbug.com/1366016
1147 },
Lindsay Pasrichaf8762592021-12-02 23:43:091148 },
Yue She0cad2922022-06-24 15:06:071149 'Mac12 Tests': {
1150 'ci_only': True,
Titouan Rigoudycd0e6dd72022-09-09 13:18:201151 'swarming': {
1152 'shards': 20, # crbug.com/1361887
1153 },
Yue She0cad2922022-06-24 15:06:071154 },
Yue Shed8e45742023-06-01 15:18:031155 'Mac13 Tests': {
1156 'ci_only': True,
1157 'swarming': {
1158 'shards': 20, # crbug.com/1361887
1159 },
1160 },
Cameron Higgins2e4b7f12023-05-31 18:29:321161 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:171162 # crbug.com/1042757
1163 'swarming': {
1164 'dimension_sets': [
1165 {
1166 # These shards are liable to time out when running on macmini7,1.
1167 'cores': '8|12',
1168 }
1169 ],
1170 },
1171 # crbug.com/1196416
1172 'args': [
1173 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
1174 ],
1175 },
Tom Anderson482eab12023-01-10 00:05:371176 'ToTLinuxMSan': {
1177 'swarming': {
1178 'shards': 24,
1179 },
1180 },
Stephen Martinis1384ff92020-01-07 19:52:151181 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:281182 'swarming': {
John Budorickca14c76f62017-12-09 14:19:181183 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281184 },
1185 },
Stephen Martinis1384ff92020-01-07 19:52:151186 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:281187 'swarming': {
1188 'shards': 20,
1189 },
1190 },
Kenneth Russell6c83d212018-07-27 20:52:591191 'Win10 Tests x64': {
1192 # crbug.com/868082
1193 'args': [
1194 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1195 ],
Takuto Ikutac9c269a2019-01-10 22:40:251196 'swarming': {
1197 # This is for slow test execution that often becomes a critical path of
1198 # swarming jobs. crbug.com/868114
Stephanie Kima57b46a2022-10-27 22:09:031199 'shards': 55,
Takuto Ikutac9c269a2019-01-10 22:40:251200 }
Kenneth Russell6c83d212018-07-27 20:52:591201 },
Kuan Huanga89737d2022-01-07 19:42:111202 'Win11 Tests x64': {
1203 # crbug.com/868082
1204 'args': [
1205 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1206 ],
1207 'swarming': {
1208 # This is for slow test execution that often becomes a critical path of
1209 # swarming jobs. crbug.com/868114
1210 'shards': 15,
Kuan Huanga89737d2022-01-07 19:42:111211 }
1212 },
Stephen Martinis1384ff92020-01-07 19:52:151213 'linux-chromeos-chrome': {
1214 # TODO(https://crbug.com/932269): Promote out of experiment when the
1215 # tests are green.
1216 'args': [
1217 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
1218 ],
Ben Pastene37473092022-08-02 19:16:461219 'swarming': {
1220 'shards': 20,
1221 },
Stephen Martinis1384ff92020-01-07 19:52:151222 },
1223 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:161224 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151225 'shards': 50,
1226 },
1227 },
1228 'linux-chromeos-dbg': {
1229 'swarming': {
Ben Pastenef2f68712023-06-20 23:19:341230 'shards': 80,
Stephen Martinis1384ff92020-01-07 19:52:151231 },
1232 },
1233 'linux-chromeos-rel': {
1234 'swarming': {
Stephanie Kimc932b4c2022-11-01 21:29:381235 'shards': 60,
Stephanie Kime9008f72020-03-05 23:01:161236 'dimension_sets': [
1237 {
1238 'kvm': '1',
1239 },
1240 ],
Stephen Martinis1384ff92020-01-07 19:52:151241 },
1242 },
1243 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:011244 'args': [
1245 '--no-sandbox',
1246 ],
Stephen Martinis1384ff92020-01-07 19:52:151247 'swarming': {
1248 'shards': 50,
1249 },
1250 },
Ian Struiksma01223f42023-06-05 15:52:391251 'linux-exp-asan-lsan-fyi-rel': {
1252 'ci_only': True,
1253 # These are very slow on the ASAN trybot for some reason.
1254 # crbug.com/1257927
1255 'swarming': {
1256 'shards': 40,
1257 },
1258 },
Ian Struiksmab0412a22023-06-06 23:02:481259 'linux-exp-msan-fyi-rel': {
1260 'swarming': {
1261 'shards': 23,
1262 },
1263 },
Sven Zheng49ffa5c2022-09-06 18:48:261264 # asan tests is slower.
1265 'linux-lacros-asan-lsan-rel': {
1266 'swarming': {
1267 'shards': 20,
1268 },
Sven Zhenge8b0d9a62023-01-31 23:09:191269 # TODO(crbug.com/1324240): Enable tests.
1270 'args': [
1271 '--gtest_filter=-All/MultiActionAPITest.SessionStorageDoesNotPersistBetweenOpenings/*:All/MultiActionAPITest.PopupCreation/*'
1272 ],
Sven Zheng49ffa5c2022-09-06 18:48:261273 },
Sven Zheng80734f12020-08-06 06:50:391274 'linux-lacros-tester-rel': {
Struan Shrimptone772d72f2021-12-15 07:50:091275 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491276 'shards': 20,
Struan Shrimptone772d72f2021-12-15 07:50:091277 },
Sven Zheng80734f12020-08-06 06:50:391278 },
Thiago Perrotta099ea612022-12-14 17:59:401279 'linux-rel-cft': {
1280 'args': [
Thiago Perrottad12c7872023-01-12 17:30:561281 '--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401282 ],
Thiago Perrotta61487462023-01-20 12:52:321283 'swarming': {
1284 'shards': 20,
1285 },
Thiago Perrotta099ea612022-12-14 17:59:401286 },
Kuan Huang235b0142021-10-19 18:59:281287 'mac-code-coverage': {
1288 'args': [
1289 '--coverage-continuous-mode=1',
1290 ],
1291 },
Dirk Pranke5a9c436a2023-06-02 22:03:381292 'mac-cr23-rel': {
1293 'swarming': {
1294 'shards': 20,
1295 },
1296 },
Lindsay Pasricha8bbc3382022-01-31 22:54:541297 'mac-osxbeta-rel': {
1298 'swarming': {
Lindsay Pasricha79b250d2023-05-04 16:55:221299 'shards': 30,
Lindsay Pasricha8bbc3382022-01-31 22:54:541300 },
1301 },
Thiago Perrotta099ea612022-12-14 17:59:401302 'mac-rel-cft': {
1303 'args': [
Thiago Perrottad12c7872023-01-12 17:30:561304 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401305 ],
Thiago Perrottaa289bad2023-01-20 12:44:391306 'ci_only': True,
Thiago Perrotta28efe812023-01-17 19:31:271307 'swarming': {
1308 'shards': 20, # crbug.com/1361887
1309 },
Thiago Perrotta099ea612022-12-14 17:59:401310 },
David Bienvenu284cc4d2023-03-20 16:44:541311 'win-arm64-rel': {
1312 # Surface Pros aren't using 100% scaling, which some browser tests
David Bienvenu519e14802023-05-02 23:34:491313 # rely on. They also have touch enabled, which we need to disable.
David Bienvenu284cc4d2023-03-20 16:44:541314 'args': [
David Bienvenu982fcee2023-03-20 22:57:481315 '--force-device-scale-factor=1',
David Bienvenu519e14802023-05-02 23:34:491316 '--top-chrome-touch-ui=disabled',
David Bienvenu284cc4d2023-03-20 16:44:541317 ],
1318 },
Stephen Martinis1384ff92020-01-07 19:52:151319 'win-asan': {
Kuan Huang1b52d442023-02-07 20:35:341320 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
1321 'args': [
1322 '--test-launcher-jobs=3',
1323 ],
Nico Weber3f919792020-06-12 23:34:521324 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441325 # crbug.com/1257927
Stephen Martinis1384ff92020-01-07 19:52:151326 'swarming': {
Kuan Huang1b52d442023-02-07 20:35:341327 'shards': 60,
Nico Weber0c2861b2018-12-14 18:05:161328 },
1329 },
Thiago Perrotta099ea612022-12-14 17:59:401330 'win-rel-cft': {
1331 'args': [
Thiago Perrotta770925d42023-01-17 18:38:511332 # crbug.com/868082
1333 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Thiago Perrottad12c7872023-01-12 17:30:561334 '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401335 ],
Thiago Perrotta314f7b02023-01-19 21:30:531336 'swarming': {
1337 # This is for slow test execution that often becomes a critical path of
1338 # swarming jobs. crbug.com/868114
1339 'shards': 15,
1340 }
Thiago Perrotta099ea612022-12-14 17:59:401341 },
Ben Pasteneebad8fc2022-08-12 23:34:281342 'win10-rel-no-external-ip': {
1343 # crbug.com/868082
1344 'args': [
1345 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1346 ],
1347 'swarming': {
1348 'shards': 15,
1349 }
1350 },
Kenneth Russelleb60cbd22017-12-05 07:54:281351 },
1352 },
Hao Wubfdb23562023-06-17 20:16:511353 'browser_tests_no_field_trial': {
1354 'remove_from': [
1355 'win10-rel-no-external-ip',
1356 'win-arm64-rel',
1357 'win-rel-cft',
1358 'Win11 Tests x64',
1359 ],
1360 },
Ben Pastenec26cd082023-06-21 16:26:051361 'capture_unittests': {
1362 'modifications': {
1363 'WebRTC Chromium Linux Tester': {
1364 'swarming': {
1365 'dimension_sets': [
1366 {
1367 'os': 'Ubuntu-22.04|Ubuntu-18.04',
1368 },
1369 ],
1370 },
1371 },
1372 },
1373 },
Erik Chen681dc0282019-11-26 22:54:491374 'cc_unittests': {
1375 'modifications': {
1376 'Linux TSan Tests': {
1377 'swarming': {
1378 'shards': 3,
1379 },
1380 },
Haiyang Pan9d68ca02021-08-04 21:30:471381 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:151382 # https://crbug.com/1039860
1383 'args': [
Haiyang Pan11d8bd52021-11-19 21:22:541384 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
1385 ],
1386 },
Haiyang Pan2a55a452022-03-03 08:18:331387 'android-12-x64-rel': {
Haiyang Pan11d8bd52021-11-19 21:22:541388 # https://crbug.com/1039860
1389 'args': [
1390 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
Haiyang Pancf765862021-03-18 20:39:151391 ],
1392 },
Haiyang Pan08d09dc2020-04-01 16:11:211393 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:381394 # https://crbug.com/1039860
1395 'args': [
1396 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
1397 ],
1398 },
Chong Gudf7fbe92021-02-24 02:55:581399 'fuchsia-code-coverage': {
1400 'swarming': {
1401 'shards': 4,
1402 },
1403 },
Chong Gub2446462021-08-19 18:44:081404 'fuchsia-fyi-arm64-dbg': {
1405 'args': [
1406 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.cc_unittests.filter',
1407 ],
1408 },
Ian Struiksma2e23f962023-05-26 22:37:201409 'linux-exp-tsan-fyi-rel': {
1410 'swarming': {
1411 'shards': 3,
1412 },
1413 },
Erik Chen681dc0282019-11-26 22:54:491414 },
1415 },
Prakhar94f444a2020-10-08 07:30:081416 'check_static_initializers': {
1417 'modifications': {
1418 'Mac Builder': {
1419 'args': [
1420 '--allow-coverage-initializer',
1421 ],
1422 },
Thiago Perrottaa289bad2023-01-20 12:44:391423 'mac-rel-cft': {
1424 'args': [
1425 '--allow-coverage-initializer',
1426 ],
1427 },
Prakhar94f444a2020-10-08 07:30:081428 },
1429 },
Ben Pastene7a05a8f2020-11-12 17:25:511430 'chrome_all_tast_tests': {
1431 'modifications': {
Struan Shrimpton4b7abc02021-12-16 01:36:591432 'chromeos-amd64-generic-rel': {
1433 'swarming': {
Ben Pastene8fdb0ea92022-06-23 18:46:581434 'shards': 7,
Struan Shrimpton4b7abc02021-12-16 01:36:591435 },
Ben Pastenef3c910a72023-01-26 20:23:411436 'args': [
1437 '--tast-shard-method=hash',
1438 ],
Struan Shrimpton4b7abc02021-12-16 01:36:591439 },
Ben Pastene7a05a8f2020-11-12 17:25:511440 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': {
1441 'args': [
1442 # This bot sets symbol_level=2, which doesn't fit inside a normal VM.
1443 '--strip-chrome',
Jonathan Fan6f033832023-06-23 23:23:591444 '--tast-shard-method=hash',
Ben Pastene7a05a8f2020-11-12 17:25:511445 ],
1446 },
Ben Pastenefb70e5f2022-11-08 04:16:421447 'chromeos-betty-pi-arc-chrome': {
1448 'swarming': {
1449 'shards': 15,
1450 },
1451 },
Alvin Jia47a28032022-11-07 23:09:151452 'chromeos-eve-chrome': {
1453 'swarming': {
Alvin Jia1c4563f2023-02-07 01:39:561454 # Increased timeout to 3 hours due to shard timeout.
1455 'hard_timeout': 10800,
Alvin Jia47a28032022-11-07 23:09:151456 }
1457 },
Ben Pastenef85543f2022-06-24 17:50:021458 # TODO(crbug.com/1141234): Move out of experimental if/when the bots are
1459 # stable.
1460 'chromeos-jacuzzi-chrome': {
1461 'experiment_percentage': 100,
1462 },
yoshiki iguchi32971c52022-07-08 16:55:011463 'chromeos-kevin-chrome': {
1464 'swarming': {
Austin Engda0cb2e92022-07-11 18:08:551465 # Reducing parallelism due to DUT shortage (b/238271231)
yoshiki iguchi32971c52022-07-08 16:55:011466 'shards': 5,
Jonathan Fan25f924f2023-02-16 18:49:541467 # Increased timeout to 3 hours due to shard timeout.
1468 'hard_timeout': 10800,
yoshiki iguchi32971c52022-07-08 16:55:011469 }
1470 },
Alvin Jiadb3f7cd2023-06-08 19:00:001471 'chromeos-reven-chrome': {
1472 'args': [
1473 '--tast-shard-method=hash',
1474 ],
1475 },
Ben Pastene7a05a8f2020-11-12 17:25:511476 },
1477 },
Yun Liu7cfd28a2019-10-30 01:57:121478 'chrome_public_smoke_test': {
1479 'remove_from': [
Ben Joyce02dc8092021-03-04 21:48:191480 'android-code-coverage-native', # Does not generate profraw data.
Yun Liu7cfd28a2019-10-30 01:57:121481 ],
1482 },
Kenneth Russelleb60cbd22017-12-05 07:54:281483 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:091484 'remove_from': [
1485 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191486 'android-code-coverage-native', # Does not generate profraw data.
John Budorick27d2d44e2019-05-20 20:26:091487 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281488 'modifications': {
Ben Pastenec73e96e92018-07-12 01:40:351489 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:571490 # TODO(https://crbug.com/884413): Re-enable this once the tests are
1491 # either passing or there is more capacity.
1492 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:351493 },
Haiyang Pan9d68ca02021-08-04 21:30:471494 'android-11-x86-rel': {
Haiyang Panb80557c2021-03-13 03:01:441495 'args': [
1496 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.chrome_public_test_apk.filter',
Haiyang Pan1d5ca2862021-04-01 22:21:091497 '--timeout-scale=2.0',
Haiyang Panb80557c2021-03-13 03:01:441498 ],
Haiyang Panc82c3fa2022-02-01 01:26:061499 # TODO(https://crbug.com/1285975) Remove experiment and enable on
1500 # trybot once the device offline issue is resolved.
1501 'ci_only': True,
1502 'experiment_percentage': 100,
Haiyang Pan68a39c02021-11-11 21:12:211503 },
Haiyang Pan2a55a452022-03-03 08:18:331504 'android-12-x64-rel': {
Haiyang Pan68a39c02021-11-11 21:12:211505 'args': [
Haiyang Pan629f4e42022-02-09 22:11:231506 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_test_apk.filter',
Haiyang Pan68a39c02021-11-11 21:12:211507 '--timeout-scale=2.0',
1508 ],
Haiyang Pan2a55a452022-03-03 08:18:331509 # TODO(crbug.com/1225851): Remove experiment and ci_only
1510 # once the test suite is stable.
1511 'ci_only': True,
1512 'experiment_percentage': 100,
Haiyang Panb80557c2021-03-13 03:01:441513 },
Haiyang Panfed31272023-03-27 19:24:001514 'android-12l-x64-dbg-tests': {
1515 'args': [
1516 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter',
1517 ],
Kuan Huangdc0afb52023-06-09 19:12:581518 # TODO(crbug.com/1439624): Remove experiment and ci_only
1519 # once the test suite is stable.
1520 'ci_only': True,
1521 'experiment_percentage': 100,
Haiyang Panfed31272023-03-27 19:24:001522 },
Haiyang Panef317e4372023-05-19 01:30:081523 'android-12l-x64-fyi-dbg': {
1524 'args': [
1525 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter',
1526 ],
1527 },
1528 'android-13-x64-fyi-rel': {
1529 'args': [
1530 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter',
1531 ],
1532 },
Haiyang Pane03016f2023-04-24 17:40:491533 'android-13-x64-rel': {
1534 'args': [
1535 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter',
1536 ],
1537 },
Stephen Martinis1384ff92020-01-07 19:52:151538 'android-arm64-proguard-rel': {
1539 'swarming': {
1540 'shards': 25,
1541 },
1542 },
Prakharc60ec802023-03-06 07:49:291543 # If you change this, make similar changes in android-x86-code-coverage below
James Shenf0ce295f2022-07-21 01:37:171544 'android-nougat-x86-rel': {
1545 'args': [
1546 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.chrome_public_test_apk.filter',
1547 ],
James Shen57e04ef2022-09-23 02:22:271548 'swarming': {
Stephanie Kim5e700522022-11-11 14:52:351549 'shards': 75,
James Shen57e04ef2022-09-23 02:22:271550 'dimension_sets': [
1551 {
Haiyang Panca60fce2022-11-16 18:10:381552 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:151553 'cores': '8',
James Shen57e04ef2022-09-23 02:22:271554 },
1555 ],
1556 },
James Shenf0ce295f2022-07-21 01:37:171557 },
Stephen Martinis1384ff92020-01-07 19:52:151558 'android-pie-arm64-rel': {
1559 'args': [
1560 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
Ben Joyceb5321412022-10-26 21:05:151561 '--use-persistent-shell',
Stephen Martinis1384ff92020-01-07 19:52:151562 ],
Stephen Martinisd05530d2021-07-27 22:50:221563 'ci_only': True, # https://crbug.com/1233700
Haiyang Pan43640ee2020-02-13 01:38:001564 },
Ben Pasteneac465d422023-03-23 21:54:291565 'android-pie-arm64-rel-dev': {
Ben Joyce6d63a582022-12-09 18:34:551566 'swarming': {
1567 'service_account': '[email protected]'
1568 },
1569 },
Haiyang Pan08d09dc2020-04-01 16:11:211570 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:001571 'args': [
Haiyang Pan71373072020-03-02 19:57:491572 # https://crbug.com/1046059
Haiyang Pan23f64f52020-06-04 01:23:321573 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter',
Haiyang Pan43640ee2020-02-13 01:38:001574 ],
Haiyang Pan71373072020-03-02 19:57:491575 'swarming': {
Haiyang Pan58a6db22021-07-30 01:08:261576 # See https://crbug.com/1230192, runs of 40-60 minutes at 20 shards.
1577 'shards': 30,
1578 },
1579 },
Prakharc60ec802023-03-06 07:49:291580 # Keep this same as android-nougat-x86-rel above
1581 'android-x86-code-coverage': {
1582 'args': [
1583 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.chrome_public_test_apk.filter',
1584 ],
1585 'swarming': {
1586 'shards': 75,
1587 'dimension_sets': [
1588 {
1589 # use 8-core to shorten runtime
1590 'cores': '8',
1591 },
1592 ],
1593 },
1594 },
Haiyang Pan58a6db22021-07-30 01:08:261595 },
1596 },
Kenneth Russelleb60cbd22017-12-05 07:54:281597 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:151598 'remove_from': [
Andrew Luo38b311f2019-10-04 03:42:091599 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:161600 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:091601 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191602 'android-code-coverage-native', # Does not generate profraw data.
bsheedy410dd7c2018-06-15 22:42:091603 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281604 },
bsheedy75a4dd52018-11-27 23:24:301605 'chrome_public_test_vr_apk-vega': {
1606 'modifications': {
bsheedy75a4dd52018-11-27 23:24:301607 'Oreo Phone Tester': {
1608 'swarming': {
1609 'dimension_sets': [
1610 {
1611 'device_os': 'OVR1.180808.003',
1612 'device_type': 'vega',
1613 'os': 'Android',
1614 },
1615 ],
1616 },
1617 }
1618 }
1619 },
Henrique Nakashimad99462ab2022-06-08 19:52:421620 'chrome_public_unit_test_apk': {
Henrique Nakashima4b24b55a2022-11-02 22:25:321621 'remove_from': [
1622 'android-asan', # https://crbug.com/964562
1623 'android-code-coverage-native', # Does not generate profraw data.
Henrique Nakashima4b24b55a2022-11-02 22:25:321624 ],
Henrique Nakashimad99462ab2022-06-08 19:52:421625 'modifications': {
1626 'android-12-x64-rel': {
James Shen7d0646a2023-02-28 22:47:041627 'ci_only': True,
Henrique Nakashimad99462ab2022-06-08 19:52:421628 'args': [
1629 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_unit_test_apk.filter',
1630 ],
1631 },
Haiyang Pan0fb3ee42023-02-14 21:04:341632 'android-12l-x64-dbg-tests': {
1633 'args': [
1634 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter',
1635 ],
1636 },
Haiyang Panef317e4372023-05-19 01:30:081637 'android-12l-x64-fyi-dbg': {
1638 'args': [
1639 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter',
1640 ],
1641 },
1642 'android-13-x64-fyi-rel': {
1643 'args': [
1644 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter',
1645 ],
1646 },
Haiyang Pan0fb3ee42023-02-14 21:04:341647 'android-13-x64-rel': {
1648 'args': [
1649 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter',
1650 ],
1651 },
Henrique Nakashimad99462ab2022-06-08 19:52:421652 },
1653 },
Nihar Damarasingu8def1a22022-08-18 21:15:541654 'chrome_public_wpt': {
1655 'modifications': {
1656 'android-chrome-pie-x86-wpt-fyi-rel': {
1657 'args': [
1658 '--use-upstream-wpt',
1659 ],
1660 },
1661 },
1662 },
Ian Struiksmaeb285db02020-10-20 22:19:341663 'chrome_sizes': {
1664 'modifications': {
Sven Zheng0b608c212023-02-23 18:18:561665 'lacros-amd64-generic-chrome-skylab': {
1666 'swarming': {
1667 'dimension_sets': [
1668 {
1669 'cpu': 'x86-64',
1670 'os': 'Ubuntu-18.04',
1671 },
1672 ],
1673 },
1674 },
Sven Zheng0b608c212023-02-23 18:18:561675 'lacros-arm-generic-chrome-skylab': {
1676 'swarming': {
1677 'dimension_sets': [
1678 {
1679 'cpu': 'x86-64',
1680 'os': 'Ubuntu-18.04',
1681 },
1682 ],
1683 },
1684 },
1685 'lacros-arm64-generic-chrome-skylab': {
1686 'swarming': {
1687 'dimension_sets': [
1688 {
1689 'cpu': 'x86-64',
1690 'os': 'Ubuntu-18.04',
1691 },
1692 ],
1693 },
1694 },
Ian Struiksmaeb285db02020-10-20 22:19:341695 },
1696 },
Takuto Ikuta1b749b902019-04-11 18:05:531697 'chromedriver_py_tests': {
Ben Pastene1b1aa972022-09-28 17:51:011698 'modifications': {
1699 'Win10 Tests x64': {
1700 # TODO(crbug.com/1369158): Fix & re-enable.
1701 'isolate_profile_data': False,
1702 },
Thiago Perrotta314f7b02023-01-19 21:30:531703 'win-rel-cft': {
1704 # TODO(crbug.com/1369158): Fix & re-enable.
1705 'isolate_profile_data': False,
1706 },
Ben Pastene1b1aa972022-09-28 17:51:011707 },
Takuto Ikuta1b749b902019-04-11 18:05:531708 'remove_from': [
1709 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:531710 'Win10 Tests x64 (dbg)',
1711 ],
1712 },
Haiyang Panfed339172021-03-10 23:19:571713 'components_browsertests': {
1714 'modifications': {
Stephanie Kim6b4abfd32022-11-15 20:33:371715 'Linux TSan Tests': {
1716 'swarming': {
1717 'shards': 2,
1718 },
1719 },
Haiyang Pan9d68ca02021-08-04 21:30:471720 'android-11-x86-rel': {
Haiyang Panfed339172021-03-10 23:19:571721 'swarming': {
1722 'shards': 2,
1723 },
1724 },
André Kempef30fe9d22022-02-03 10:44:291725 'android-asan': {
1726 'swarming': {
1727 'shards': 3,
1728 },
1729 },
Prakharc60ec802023-03-06 07:49:291730 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pandcc3e012022-09-30 01:57:431731 'android-nougat-x86-rel': {
1732 'swarming': {
Stephanie Kim55d87ef22022-11-08 23:00:471733 'shards': 4,
Haiyang Pandcc3e012022-09-30 01:57:431734 },
1735 },
Prakharc60ec802023-03-06 07:49:291736 # Keep this same as android-nougat-x86-rel above
1737 'android-x86-code-coverage': {
1738 'swarming': {
1739 'shards': 4,
1740 },
1741 },
Ian Struiksma2e23f962023-05-26 22:37:201742 'linux-exp-tsan-fyi-rel': {
1743 'swarming': {
1744 'shards': 2,
1745 },
1746 },
Haiyang Panfed339172021-03-10 23:19:571747 },
1748 },
Hao Wubfdb23562023-06-17 20:16:511749 'components_browsertests_no_field_trial': {
1750 'remove_from': [
1751 'win10-rel-no-external-ip',
1752 'win-arm64-rel',
1753 'win-rel-cft',
1754 'Win11 Tests x64',
1755 ],
1756 },
Kenneth Russelleb60cbd22017-12-05 07:54:281757 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281758 'modifications': {
John Budorick5052d552017-12-13 02:59:341759 'Linux ASan LSan Tests (1)': {
1760 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441761 # crbug.com/1257927
John Budorick5052d552017-12-13 02:59:341762 'swarming': {
1763 'shards': 5,
1764 },
1765 },
Takuto Ikuta54671d972018-07-19 19:06:351766 'Linux Chromium OS ASan LSan Tests (1)': {
1767 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441768 # crbug.com/1257927
Takuto Ikuta54671d972018-07-19 19:06:351769 'swarming': {
1770 'shards': 5,
1771 },
1772 },
Erik Chen681dc0282019-11-26 22:54:491773 'Linux TSan Tests': {
1774 'swarming': {
1775 'shards': 2,
1776 },
1777 },
Haiyang Pan9d68ca02021-08-04 21:30:471778 'android-11-x86-rel': {
Haiyang Pan799282f2021-03-25 19:38:311779 'args': [
Haiyang Pane521cf692021-11-30 00:35:231780 # TODO(crbug.com/1192348): Fix the test failure
1781 '--gtest_filter=-FieldFormatterTest.DifferentLocales',
Haiyang Pan799282f2021-03-25 19:38:311782 ],
1783 },
Haiyang Pan2a55a452022-03-03 08:18:331784 'android-12-x64-rel': {
Haiyang Pan2877f062021-11-18 01:06:061785 'args': [
1786 # TODO(crbug.com/1192348): Fix the test failure
1787 '--gtest_filter=-FieldFormatterTest.DifferentLocales',
1788 ],
1789 },
Ian Struiksma01223f42023-06-05 15:52:391790 'linux-exp-asan-lsan-fyi-rel': {
1791 # These are very slow on the ASAN trybot for some reason.
1792 # crbug.com/1257927
1793 'swarming': {
1794 'shards': 5,
1795 },
1796 },
Ian Struiksma2e23f962023-05-26 22:37:201797 'linux-exp-tsan-fyi-rel': {
1798 'swarming': {
1799 'shards': 2,
1800 },
1801 },
Scott Violet17087cd2022-11-15 22:29:441802 'win-asan': {
1803 # With a single shard seems to hit time limit.
1804 'swarming': {
1805 'shards': 2,
1806 },
1807 },
Prakharf80880f2023-04-25 01:09:371808 'win10-code-coverage': {
1809 'swarming': {
Prakharbb64f48b2023-04-26 23:47:521810 'shards': 6,
Prakharf80880f2023-04-25 01:09:371811 },
1812 },
Sven Zheng80734f12020-08-06 06:50:391813 },
Sven Zheng577fe5ff2020-08-03 22:06:441814 },
Chong Gu76046412021-09-22 17:49:211815 'compositor_unittests': {
Chong Gub2446462021-08-19 18:44:081816 'modifications': {
1817 'fuchsia-fyi-arm64-dbg': {
1818 'args': [
1819 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.compositor_unittests.filter',
1820 ],
1821 },
1822 },
1823 },
Kenneth Russelleb60cbd22017-12-05 07:54:281824 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:291825 'remove_from': [
James Shen286d10a2023-06-09 20:19:051826 # TODO(crbug.com/1431581): Temporarily remove it from android-12L builder due to infra flakiness.
1827 'android-12l-x64-dbg-tests',
Brad Halla36886c2019-02-26 16:52:291828 'CrWinAsan(dll)', # https://crbug.com/935598
Rohan Pavonedf728bee22022-11-09 21:32:551829 # TODO(crbug.com/1371630): Enable on Fuchsia dbg/asan/clang builders.
1830 'fuchsia-fyi-arm64-dbg',
1831 'fuchsia-fyi-x64-asan',
1832 'fuchsia-fyi-x64-dbg',
1833 'ToTFuchsia x64',
1834 'ToTFuchsiaOfficial arm64',
Brad Halla36886c2019-02-26 16:52:291835 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281836 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241837 'Cast Audio Linux': {
1838 'args': [
Nico Weber02f30392018-07-16 18:39:431839 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:241840 ],
Kenneth Russellfbda3c532017-12-08 23:57:241841 },
1842 'Cast Linux': {
1843 'args': [
Nico Weber02f30392018-07-16 18:39:431844 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:241845 ],
Kenneth Russellfbda3c532017-12-08 23:57:241846 },
Erik Chenb681c8c2019-11-25 22:52:521847 'Linux ASan LSan Tests (1)': {
1848 'swarming': {
Stephanie Kim75e95f62022-11-04 16:06:131849 'shards': 24,
Erik Chenb681c8c2019-11-25 22:52:521850 },
1851 },
Chris Cunninghame1a04ea2019-04-24 01:49:321852 'Linux ASan Tests (sandboxed)': {
1853 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:411854 'shards': 10, # https://crbug.com/1103330
Chris Cunninghame1a04ea2019-04-24 01:49:321855 },
1856 },
Erik Chen681dc0282019-11-26 22:54:491857 'Linux TSan Tests': {
1858 'swarming': {
Stephanie Kim6b4abfd32022-11-15 20:33:371859 'shards': 30,
Erik Chen681dc0282019-11-26 22:54:491860 },
1861 },
Lindsay Pasrichab3f72db2021-09-22 22:05:461862 'Mac ASan 64 Tests (1)': { # https://crbug.com/1200640
1863 'experiment_percentage': 100,
1864 },
Struan Shrimpton57c594e42022-01-25 17:59:131865 'Mac11 Tests': {
1866 'swarming': {
Lindsay Pasricha0b5beaf2022-03-04 08:15:271867 'shards': 12,
Struan Shrimpton57c594e42022-01-25 17:59:131868 },
1869 },
Yue She0cad2922022-06-24 15:06:071870 'Mac12 Tests': {
1871 'swarming': {
1872 'shards': 12,
Yue She0cad2922022-06-24 15:06:071873 },
1874 },
Yue Shed8e45742023-06-01 15:18:031875 'Mac13 Tests': {
1876 'swarming': {
1877 'shards': 12,
1878 },
1879 },
Cameron Higgins2e4b7f12023-05-31 18:29:321880 'Mac13 Tests (dbg)': { # https://crbug.com/1279504
Lindsay Pasricha945e4d62022-01-20 02:14:011881 'swarming': {
Lindsay Pasricha9ec81b52022-03-10 03:43:311882 'shards': 18,
Lindsay Pasricha945e4d62022-01-20 02:14:011883 },
1884 },
Mirko Bonadei1bee8b02022-11-17 13:56:331885 'WebRTC Chromium FYI Android Tests (dbg)': {
1886 'args': [
1887 '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter',
1888 ],
1889 },
Mirko Bonadei1bee8b02022-11-17 13:56:331890 'WebRTC Chromium FYI Android Tests ARM64 (dbg)': {
1891 'args': [
1892 '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter',
1893 ],
1894 },
Stephen Martinis1384ff92020-01-07 19:52:151895 'Win10 Tests x64': {
1896 # crbug.com/868082
1897 'args': [
1898 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1899 ],
1900 },
1901 'Win10 Tests x64 (dbg)': {
1902 'experiment_percentage': 100,
1903 # crbug.com/868082
1904 'args': [
1905 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:151906 ],
1907 },
Kuan Huanga89737d2022-01-07 19:42:111908 'Win11 Tests x64': {
1909 # crbug.com/868082
1910 'args': [
1911 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1912 ],
1913 },
Haiyang Pan9d68ca02021-08-04 21:30:471914 'android-11-x86-rel': {
Haiyang Pan566e2652022-01-25 07:01:521915 # TODO(crbug.com/1137474): Remove ci_only and experiment_percentage
1916 # after the test suite is green.
1917 'ci_only': True,
Haiyang Pan10f029c2021-07-30 23:17:561918 'experiment_percentage': 100,
Haiyang Pan51450ab2021-03-23 00:48:571919 # TODO(crbug.com/1137474): Revisit the shard number once failed tests
1920 # are fixed.
Haiyang Panfed339172021-03-10 23:19:571921 'swarming': {
Haiyang Pan51450ab2021-03-23 00:48:571922 'shards': 30,
Haiyang Pan45e77dda2021-07-01 22:23:291923 'dimension_sets': [
1924 {
Haiyang Panca60fce2022-11-16 18:10:381925 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:151926 'cores': '8',
Haiyang Pan45e77dda2021-07-01 22:23:291927 },
1928 ],
Haiyang Panfed339172021-03-10 23:19:571929 },
1930 },
Haiyang Pan2a55a452022-03-03 08:18:331931 'android-12-x64-rel': {
Haiyang Pan1ed9ebb2022-12-13 03:10:031932 # TODO(crbug.com/1225851): Remove experiment and ci_only
1933 # once the test suite is stable.
1934 'ci_only': True,
1935 'experiment_percentage': 100,
Haiyang Pandbff3ef2022-02-11 23:24:191936 'args': [
1937 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_browsertests.filter',
1938 ],
Haiyang Pan249494b2022-01-27 21:56:211939 'swarming': {
Haiyang Pand5524452023-04-25 01:56:401940 'shards': 40,
Haiyang Pan249494b2022-01-27 21:56:211941 },
1942 },
Haiyang Pan1b8faa20b2023-02-10 23:44:361943 'android-12l-x64-dbg-tests': {
Kuan Huangdc0afb52023-06-09 19:12:581944 # TODO(crbug.com/1439624): Remove experiment and ci_only
1945 # once the test suite is stable.
1946 'ci_only': True,
1947 'experiment_percentage': 100,
Haiyang Pan1b8faa20b2023-02-10 23:44:361948 'args': [
1949 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1950 ],
1951 'swarming': {
Haiyang Pand5524452023-04-25 01:56:401952 'shards': 40,
Haiyang Pan1b8faa20b2023-02-10 23:44:361953 },
1954 },
Haiyang Pan42c77cd92023-05-18 01:13:031955 'android-12l-x64-fyi-dbg': {
Haiyang Panef317e4372023-05-19 01:30:081956 'args': [
1957 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1958 ],
Haiyang Pan42c77cd92023-05-18 01:13:031959 'swarming': {
1960 'shards': 40,
1961 },
1962 },
1963 'android-13-x64-fyi-rel': {
Haiyang Panef317e4372023-05-19 01:30:081964 'args': [
1965 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1966 ],
Haiyang Pan42c77cd92023-05-18 01:13:031967 'swarming': {
1968 'shards': 40,
1969 },
1970 },
Haiyang Pan1b8faa20b2023-02-10 23:44:361971 'android-13-x64-rel': {
1972 'args': [
1973 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1974 ],
1975 'swarming': {
Haiyang Pand5524452023-04-25 01:56:401976 'shards': 40,
Haiyang Pan1b8faa20b2023-02-10 23:44:361977 },
1978 },
Stephen Martinis1384ff92020-01-07 19:52:151979 'android-arm64-proguard-rel': {
1980 'swarming': {
1981 'shards': 16,
1982 },
1983 },
1984 'android-asan': {
1985 'args': [
1986 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
1987 ],
1988 'swarming': {
André Kempef30fe9d22022-02-03 10:44:291989 'shards': 25,
Stephen Martinis1384ff92020-01-07 19:52:151990 },
1991 },
Prakharc60ec802023-03-06 07:49:291992 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pancf24ceb2022-03-17 02:31:301993 'android-nougat-x86-rel': {
James Shenfa680ebaa2022-07-22 02:53:531994 'args': [
1995 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter',
1996 ],
Haiyang Pancf24ceb2022-03-17 02:31:301997 'swarming': {
Stephanie Kim5e700522022-11-11 14:52:351998 'shards': 75,
James Shen57e04ef2022-09-23 02:22:271999 'dimension_sets': [
2000 {
Haiyang Panca60fce2022-11-16 18:10:382001 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:152002 'cores': '8',
James Shen57e04ef2022-09-23 02:22:272003 },
2004 ],
Haiyang Pancf24ceb2022-03-17 02:31:302005 },
2006 },
Struan Shrimptone772d72f2021-12-15 07:50:092007 'android-pie-arm64-rel': {
Ben Joycec0a90cd2023-01-10 21:30:492008 'args': [
2009 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.content_browsertests_coverage.filter',
2010 ],
Struan Shrimptone772d72f2021-12-15 07:50:092011 },
Haiyang Pan08d09dc2020-04-01 16:11:212012 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:432013 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:572014 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
John Budoricka4e23882020-02-28 18:36:432015 ],
Sky Malice303f7ec2021-07-17 04:13:092016 'swarming': {
2017 # Flaking with only 20 shards with 40-60 minute runs.
2018 # https://crbug.com/1230118
2019 'shards': 30,
Haiyang Pan2eb735e72020-09-15 22:51:512020 },
John Budoricka4e23882020-02-28 18:36:432021 },
Prakharc60ec802023-03-06 07:49:292022 # Keep this same as android-nougat-x86-rel above
2023 'android-x86-code-coverage': {
2024 'args': [
2025 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter',
2026 ],
2027 'swarming': {
2028 'shards': 75,
2029 'dimension_sets': [
2030 {
2031 # use 8-core to shorten runtime
2032 'cores': '8',
2033 },
2034 ],
2035 },
2036 },
Rohan Pavonedf728bee22022-11-09 21:32:552037 'fuchsia-arm64-cast-receiver-rel': {
2038 # Temporarily only run this on CI due to resource and naming
2039 # constraints.
2040 # TODO(crbug.com/1371630): Remove this when resource requirements are
2041 # lower.
2042 'ci_only': True,
2043 },
2044 'fuchsia-arm64-rel': {
2045 # Temporarily only run this on CI due to resource and naming
2046 # constraints.
2047 # TODO(crbug.com/1371630): Remove this when resource requirements are
2048 # lower.
2049 'ci_only': True,
2050 },
2051 'fuchsia-x64-cast-receiver-rel': {
2052 # Temporarily only run this on CI due to resource requirements.
2053 # TODO(crbug.com/1374125): Remove this once resources are available.
2054 'ci_only': True,
2055 'swarming': {
2056 'shards': 41,
2057 },
Zijie He0f361e652023-01-13 14:42:152058 'args': [
2059 # TODO(crbug.com/1406693): Remove this when the kernal panic in
2060 # fuchsia has been resolved.
2061 '--test-arg=--test-launcher-jobs=1',
2062 ],
Rohan Pavonedf728bee22022-11-09 21:32:552063 },
2064 'fuchsia-x64-rel': {
2065 'swarming': {
2066 'shards': 41,
2067 },
Zijie He38e3d132023-01-20 01:22:472068 'args': [
2069 # TODO(crbug.com/1406693): Remove this when the kernal panic in
2070 # fuchsia has been resolved.
2071 '--test-arg=--test-launcher-jobs=1',
2072 ],
Rohan Pavonedf728bee22022-11-09 21:32:552073 },
Stephen Martinis1384ff92020-01-07 19:52:152074 'linux-chromeos-code-coverage': {
2075 'swarming': {
2076 'shards': 12,
2077 },
2078 },
Albert J. Wong91f109652019-11-19 03:01:162079 'linux-chromeos-rel': {
2080 'swarming': {
Stephanie Kim3aa4c552023-01-10 18:00:042081 'shards': 6,
Albert J. Wong91f109652019-11-19 03:01:162082 },
2083 },
Yuke Liao79424e42020-01-06 21:00:112084 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:012085 'args': [
2086 '--no-sandbox',
2087 ],
Yuke Liao79424e42020-01-06 21:00:112088 'swarming': {
2089 'shards': 12,
2090 },
2091 },
Ian Struiksma01223f42023-06-05 15:52:392092 'linux-exp-asan-lsan-fyi-rel': {
2093 'swarming': {
2094 'shards': 24,
2095 },
2096 },
Ian Struiksma2e23f962023-05-26 22:37:202097 'linux-exp-tsan-fyi-rel': {
2098 'swarming': {
2099 'shards': 30,
2100 },
2101 },
Sven Zheng80734f12020-08-06 06:50:392102 # https://crbug.com/1111979
2103 'linux-lacros-tester-fyi-rel': {
2104 'experiment_percentage': 100,
2105 },
Kuan Huang235b0142021-10-19 18:59:282106 'mac-code-coverage': {
2107 'args': [
2108 '--coverage-continuous-mode=1',
2109 ],
2110 },
Thiago Perrottaa289bad2023-01-20 12:44:392111 'mac-rel-cft': {
2112 'swarming': {
2113 'shards': 12,
Thiago Perrottaa289bad2023-01-20 12:44:392114 },
2115 },
Kuan Huang05332fb2021-10-12 02:04:262116 # https://crbug.com/1255940
Ben Pasteneac465d422023-03-23 21:54:292117 'mac-rel-dev': {
Kuan Huang05332fb2021-10-12 02:04:262118 'swarming': {
2119 'dimension_sets': [
2120 {
2121 # These test would time out when running on 4 cores instances.
2122 'cores': '8|12',
2123 }
2124 ],
2125 },
2126 },
Kuan Huang1b52d442023-02-07 20:35:342127 'win-asan': {
2128 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
2129 'args': [
2130 '--test-launcher-jobs=3',
2131 ],
2132 'swarming': {
2133 'shards': 16,
2134 },
2135 },
Thiago Perrotta314f7b02023-01-19 21:30:532136 'win-rel-cft': {
2137 # crbug.com/868082
2138 'args': [
2139 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
2140 ],
Thiago Perrotta314f7b02023-01-19 21:30:532141 },
Ben Pasteneebad8fc2022-08-12 23:34:282142 'win10-rel-no-external-ip': {
2143 # crbug.com/868082
2144 'args': [
2145 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
2146 ],
2147 },
Kenneth Russelleb60cbd22017-12-05 07:54:282148 },
2149 },
Nico Weber81e16ace22018-06-30 02:58:472150 'content_shell_crash_test': {
Haiyang Pan8c201b92020-06-04 01:25:072151 'remove_from': [
Prakharc60ec802023-03-06 07:49:292152 'android-nougat-x86-rel', # crbug.com/1084353. If you remove this, also remove android-x86-code-coverage.
2153 'android-x86-code-coverage'
Haiyang Pan8c201b92020-06-04 01:25:072154 ],
Dirk Prankeb1c36b322018-07-11 02:42:002155 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:002156 'Win10 Tests x64 (dbg)': {
2157 'experiment_percentage': 100, # https://crbug.com/861730
2158 },
2159 },
Nico Weber81e16ace22018-06-30 02:58:472160 },
John Budorick27d2d44e2019-05-20 20:26:092161 'content_shell_test_apk': {
2162 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:092163 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:192164 'android-code-coverage-native', # Does not generate profraw data.
John Budorick27d2d44e2019-05-20 20:26:092165 ],
John Budorickee2e64f2020-03-02 20:19:102166 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:472167 'android-11-x86-rel': {
Haiyang Pan103864812021-03-19 19:28:442168 'args': [
2169 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.content_shell_test_apk.filter',
Haiyang Panabdab2f2021-07-19 20:37:512170 '--timeout-scale=2.0',
Haiyang Pan103864812021-03-19 19:28:442171 ],
2172 },
Haiyang Pan2a55a452022-03-03 08:18:332173 'android-12-x64-rel': {
Haiyang Pan3b1016e2022-02-05 00:02:452174 'args': [
2175 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_shell_test_apk.filter',
2176 ],
James Shen818743e2023-02-16 02:11:162177 'ci_only': True,
Haiyang Pan3b1016e2022-02-05 00:02:452178 },
Haiyang Pan162b36f2023-02-17 23:23:032179 'android-12l-x64-dbg-tests': {
2180 'args': [
2181 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_shell_test_apk.filter',
2182 ],
2183 },
Haiyang Panef317e4372023-05-19 01:30:082184 'android-12l-x64-fyi-dbg': {
2185 'args': [
2186 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_shell_test_apk.filter',
2187 ],
2188 },
2189 'android-13-x64-fyi-rel': {
2190 'args': [
2191 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_shell_test_apk.filter',
2192 ],
2193 },
Haiyang Pan162b36f2023-02-17 23:23:032194 'android-13-x64-rel': {
2195 'args': [
2196 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_shell_test_apk.filter',
2197 ],
2198 },
Prakharc60ec802023-03-06 07:49:292199 # If you change this, make similar changes in android-x86-code-coverage below
James Shen97b48ac42022-07-01 23:34:442200 'android-nougat-x86-rel': {
2201 'args': [
2202 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_shell_test_apk.filter',
2203 ],
James Shen57e04ef2022-09-23 02:22:272204 'swarming': {
Stephanie Kim55d87ef22022-11-08 23:00:472205 'shards': 6,
James Shen57e04ef2022-09-23 02:22:272206 'dimension_sets': [
2207 {
Haiyang Panca60fce2022-11-16 18:10:382208 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:152209 'cores': '8',
James Shen57e04ef2022-09-23 02:22:272210 },
2211 ],
2212 },
James Shen97b48ac42022-07-01 23:34:442213 },
Haiyang Pan08d09dc2020-04-01 16:11:212214 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:102215 'args': [
2216 '--gtest_filter=-ContentViewScrollingTest.testFling',
2217 ],
2218 },
Prakharc60ec802023-03-06 07:49:292219 # Keep this same as android-nougat-x86-rel above
2220 'android-x86-code-coverage': {
2221 'args': [
2222 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_shell_test_apk.filter',
2223 ],
2224 'swarming': {
2225 'shards': 6,
2226 'dimension_sets': [
2227 {
2228 # use 8-core to shorten runtime
2229 'cores': '8',
2230 },
2231 ],
2232 },
2233 },
John Budorickee2e64f2020-03-02 20:19:102234 },
John Budorick27d2d44e2019-05-20 20:26:092235 },
Kenneth Russelleb60cbd22017-12-05 07:54:282236 'content_unittests': {
2237 'modifications': {
John Budorick5052d552017-12-13 02:59:342238 'Linux ASan LSan Tests (1)': {
2239 # These are slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:442240 # crbug.com/1257927
John Budorick5052d552017-12-13 02:59:342241 'swarming': {
2242 'shards': 2,
2243 },
2244 },
Takuto Ikuta54671d972018-07-19 19:06:352245 'Linux ChromiumOS MSan Tests': {
2246 # These are very slow on the Chrome OS MSAN trybot for some reason.
2247 # crbug.com/865455
2248 'swarming': {
2249 'shards': 2,
2250 },
2251 },
Chong Gu52481452021-04-02 17:52:412252 'fuchsia-code-coverage': {
2253 'swarming': {
2254 'shards': 12,
2255 },
2256 },
Chong Gua10cd302022-01-14 19:22:192257 'fuchsia-fyi-x64-asan': {
2258 'args': [
2259 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.content_unittests.filter',
2260 ],
2261 },
Ian Struiksma01223f42023-06-05 15:52:392262 'linux-exp-asan-lsan-fyi-rel': {
2263 # These are slow on the ASAN trybot for some reason.
2264 # crbug.com/1257927
2265 'swarming': {
2266 'shards': 2,
2267 },
2268 },
Ben Pastene96b328e82023-04-07 21:19:052269 'linux-rel-dev': {
2270 'swarming': {
2271 'dimension_sets': [
2272 {
Ben Pastenefe0d7c62023-04-07 22:39:512273 'cores': '8',
Ben Pastene96b328e82023-04-07 21:19:052274 },
2275 ],
2276 },
2277 },
Prakhar280f58d2023-05-17 18:09:102278 'win10-code-coverage': {
2279 'swarming': {
2280 'shards': 2,
2281 },
2282 },
Kenneth Russelleb60cbd22017-12-05 07:54:282283 },
2284 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032285 'context_lost_validating_tests': {
Brian Sheedye285c9b2019-07-15 21:42:462286 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2287 # exception once there is enough capacity to run these tests.
2288 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:462289 'Android FYI Release (Pixel 2)',
2290 ],
Kenneth Russellc1a09302018-07-10 01:12:542291 },
Dirk Pranke8da1b22e2023-06-15 05:47:342292 'cr23_browser_tests': {
Dirk Prankec14acaf2023-06-23 01:09:212293 'modifications': {
2294 'linux-cr23-rel': {
2295 'experiment_percentage': None,
2296 },
2297 'mac-cr23-rel': {
2298 'experiment_percentage': None,
2299 },
2300 'win-cr23-rel': {
2301 'experiment_percentage': None,
2302 },
2303 }
Dirk Pranke8da1b22e2023-06-15 05:47:342304 },
2305 'cr23_interactive_ui_tests': {
Dirk Prankec14acaf2023-06-23 01:09:212306 'modifications': {
2307 'linux-cr23-rel': {
2308 'experiment_percentage': None,
2309 },
2310 'mac-cr23-rel': {
2311 'experiment_percentage': None,
2312 },
2313 'win-cr23-rel': {
2314 'experiment_percentage': None,
2315 },
Dirk Pranke8da1b22e2023-06-15 05:47:342316 },
2317 },
2318 'cr23_views_unittests': {
Dirk Prankec14acaf2023-06-23 01:09:212319 'modifications': {
2320 'linux-cr23-rel': {
2321 'experiment_percentage': None,
2322 },
2323 'mac-cr23-rel': {
2324 'experiment_percentage': None,
2325 },
2326 'win-cr23-rel': {
2327 'experiment_percentage': None,
2328 },
Dirk Pranke8da1b22e2023-06-15 05:47:342329 },
2330 },
Kenneth Russellfbda3c532017-12-08 23:57:242331 'crashpad_tests': {
2332 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:482333 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:392334 # https://crbug.com/crashpad/304
2335 'Linux TSan Tests',
Ian Struiksma2e23f962023-05-26 22:37:202336 # https://crbug.com/crashpad/304
2337 'linux-exp-tsan-fyi-rel',
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:392338 'ToTLinuxTSan',
2339 # https://crbug.com/crashpad/306
2340 'Linux CFI',
2341 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:242342 ],
Haiyang Panc7c009e2021-03-18 19:31:232343 'modifications': {
Avi Drissmanc6318122022-03-29 17:07:422344 # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
2345 # the tests. Run this experimentally on all the macOS bots >= 12 and
2346 # remove this exception once fixed.
2347 'Mac Builder Next': {
2348 'experiment_percentage': 100,
2349 },
Ben Joycea0319112022-11-15 23:53:122350 'ToTAndroid': {
2351 'args': [
2352 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.crashpad_tests.filter',
2353 ],
2354 },
Haiyang Pan9d68ca02021-08-04 21:30:472355 'android-11-x86-rel': {
Haiyang Panc7c009e2021-03-18 19:31:232356 'args': [
Haiyang Pan32338b72023-02-08 23:48:582357 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
Haiyang Panc7c009e2021-03-18 19:31:232358 ],
2359 },
Haiyang Pan2a55a452022-03-03 08:18:332360 'android-12-x64-rel': {
Haiyang Pan07d9e262021-10-20 21:50:032361 'args': [
Haiyang Pan32338b72023-02-08 23:48:582362 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2363 ],
2364 },
2365 'android-12l-x64-dbg-tests': {
2366 'args': [
2367 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2368 ],
2369 },
Haiyang Panef317e4372023-05-19 01:30:082370 'android-12l-x64-fyi-dbg': {
2371 'args': [
2372 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2373 ],
2374 },
2375 'android-13-x64-fyi-rel': {
2376 'args': [
2377 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2378 ],
2379 },
Haiyang Pan32338b72023-02-08 23:48:582380 'android-13-x64-rel': {
2381 'args': [
2382 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
Haiyang Pan07d9e262021-10-20 21:50:032383 ],
2384 },
Avi Drissmanc6318122022-03-29 17:07:422385 # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
2386 # the tests. Run this experimentally on all the macOS bots >= 12 and
2387 # remove this exception once fixed.
Lindsay Pasricha60535a22021-12-13 16:50:242388 'mac-osxbeta-rel': {
2389 'experiment_percentage': 100,
2390 },
Haiyang Panc7c009e2021-03-18 19:31:232391 },
Kenneth Russellfbda3c532017-12-08 23:57:242392 },
Brian Sheedyd9a809f02022-10-06 00:50:372393 'dawn_end2end_skip_validation_tests': {
2394 'remove_from': [
2395 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2396 # Android.
2397 'Dawn Android arm DEPS Release (Pixel 4)',
2398 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152399 'Dawn Android arm64 DEPS Release (Pixel 6)',
2400 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372401 ],
2402 },
2403 'dawn_end2end_validation_layers_tests': {
2404 'remove_from': [
2405 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2406 # Android.
2407 'Dawn Android arm DEPS Release (Pixel 4)',
2408 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152409 'Dawn Android arm64 DEPS Release (Pixel 6)',
2410 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372411 ],
2412 },
2413 'dawn_end2end_wire_tests': {
2414 'remove_from': [
2415 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2416 # Android.
2417 'Dawn Android arm DEPS Release (Pixel 4)',
2418 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152419 'Dawn Android arm64 DEPS Release (Pixel 6)',
2420 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372421 ],
2422 },
Austin Eng414af1612022-04-08 02:15:362423 'dawn_perf_tests': {
2424 'remove_from': [
Brian Sheedyd9a809f02022-10-06 00:50:372425 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2426 # Android.
2427 'Dawn Android arm DEPS Release (Pixel 4)',
2428 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152429 'Dawn Android arm64 DEPS Release (Pixel 6)',
2430 'Dawn Android arm64 Release (Pixel 6)',
Austin Eng414af1612022-04-08 02:15:362431 ],
2432 },
Haiyang Pan1c813ca2021-11-24 18:52:162433 'device_unittests': {
2434 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:332435 'android-12-x64-rel': {
Haiyang Pan1c813ca2021-11-24 18:52:162436 'args': [
Haiyang Pand1a294512023-02-09 19:40:122437 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2438 ],
2439 },
2440 'android-12l-x64-dbg-tests': {
2441 'args': [
2442 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2443 ],
2444 },
Haiyang Panef317e4372023-05-19 01:30:082445 'android-12l-x64-fyi-dbg': {
2446 'args': [
2447 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2448 ],
2449 },
2450 'android-13-x64-fyi-rel': {
2451 'args': [
2452 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2453 ],
2454 },
Haiyang Pand1a294512023-02-09 19:40:122455 'android-13-x64-rel': {
2456 'args': [
2457 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
Haiyang Pan1c813ca2021-11-24 18:52:162458 ],
2459 },
2460 },
2461 },
Joe Downing41486042018-10-18 22:44:442462 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:292463 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292464 'CrWinAsan(dll)', # https://crbug.com/935598
2465 ],
Joe Downing41486042018-10-18 22:44:442466 'modifications': {
2467 'Win10 Tests x64 (dbg)': {
2468 'experiment_percentage': 100, # https://crbug.com/876615
2469 },
Sven Zhengbc822262022-09-20 20:47:352470 # https://crbug.com/1111979
2471 'linux-lacros-asan-lsan-rel': {
2472 'args': [
2473 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2474 ],
2475 },
Sven Zheng5c9d3e342020-08-11 21:39:432476 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:542477 'linux-lacros-code-coverage': {
2478 'args': [
2479 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2480 ],
2481 },
Yuke Liaoa0db4742021-08-09 18:28:332482 'linux-lacros-dbg-tests-fyi': {
2483 'args': [
2484 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2485 ],
2486 },
Sven Zheng5c9d3e342020-08-11 21:39:432487 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:432488 'args': [
2489 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2490 ],
2491 },
Joe Downing41486042018-10-18 22:44:442492 },
2493 },
Sven Zheng577fe5ff2020-08-03 22:06:442494 'extensions_unittests': {
Sven Zheng80734f12020-08-06 06:50:392495 'modifications': {
Chong Gud034fe52022-01-20 21:48:042496 'fuchsia-fyi-x64-asan': {
2497 'args': [
Chong Gu1155d872022-02-10 17:55:272498 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.extensions_unittests.filter',
Chong Gud034fe52022-01-20 21:48:042499 ],
2500 },
Sven Zhengbc822262022-09-20 20:47:352501 # https://crbug.com/1111979
2502 'linux-lacros-asan-lsan-rel': {
2503 'args': [
2504 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2505 'BluetoothSocketApiUnittest.CreateThenClose:'
2506 'FeatureProviderTest.PermissionFeatureAvailability',
2507 ],
2508 },
Sven Zheng5c9d3e342020-08-11 21:39:432509 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:542510 'linux-lacros-code-coverage': {
2511 'args': [
Yuke Liaoa0db4742021-08-09 18:28:332512 '--gtest_filter=-BluetoothSocketApiUnittest.CreateThenClose:'
2513 'NativeExtensionBindingsSystemUnittest.*',
2514 ],
2515 },
2516 'linux-lacros-dbg-tests-fyi': {
2517 'args': [
Junhua Chen39dd2dba2021-05-05 17:51:542518 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2519 'BluetoothSocketApiUnittest.CreateThenClose:'
2520 'FeatureProviderTest.PermissionFeatureAvailability',
2521 ],
2522 },
Sven Zheng5c9d3e342020-08-11 21:39:432523 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:432524 'args': [
Yuke Liaobb8308322020-08-12 20:20:472525 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2526 'BluetoothSocketApiUnittest.CreateThenClose:'
2527 'FeatureProviderTest.PermissionFeatureAvailability',
Sven Zheng5c9d3e342020-08-11 21:39:432528 ],
2529 },
Sven Zheng80734f12020-08-06 06:50:392530 },
Sven Zheng577fe5ff2020-08-03 22:06:442531 },
Chong Gu76046412021-09-22 17:49:212532 'gfx_unittests': {
Chong Gudf7fbe92021-02-24 02:55:582533 'modifications': {
2534 'fuchsia-code-coverage': {
2535 'swarming': {
2536 'shards': 2,
2537 },
2538 },
2539 },
2540 },
Kenneth Russelleb60cbd22017-12-05 07:54:282541 'gin_unittests': {
2542 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:472543 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:462544 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:472545 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Ian Struiksma01223f42023-06-05 15:52:392546 'linux-exp-asan-lsan-fyi-rel', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:282547 ],
Chong Gua10cd302022-01-14 19:22:192548 'modifications': {
Haiyang Pance026642023-04-26 19:34:212549 'android-arm64-proguard-rel': {
2550 'args': [
2551 # https://crbug.com/1404782
2552 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter',
2553 ],
2554 },
Ben Joycee3f55c902023-01-13 00:27:292555 'android-code-coverage-native': {
2556 'args': [
2557 # https://crbug.com/1404782
Haiyang Pance026642023-04-26 19:34:212558 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter',
Ben Joycee3f55c902023-01-13 00:27:292559 ],
2560 },
Chong Gua10cd302022-01-14 19:22:192561 'fuchsia-fyi-x64-asan': {
2562 'args': [
2563 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.gin_unittests.filter',
2564 ],
2565 },
2566 },
Kenneth Russelleb60cbd22017-12-05 07:54:282567 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002568 'gl_tests_passthrough': {
2569 'remove_from': [
2570 'CFI Linux ToT',
Brian Sheedyd9a809f02022-10-06 00:50:372571 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2572 # Android.
2573 'Dawn Android arm DEPS Release (Pixel 4)',
2574 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152575 'Dawn Android arm64 DEPS Release (Pixel 6)',
2576 'Dawn Android arm64 Release (Pixel 6)',
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002577 # Can't run on MSAN because gl_tests uses the hardware driver,
2578 # which isn't instrumented.
2579 'Linux MSan Tests',
Ian Struiksmab0412a22023-06-06 23:02:482580 'linux-exp-msan-fyi-rel',
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002581 ],
2582 'modifications': {
2583 # TODO(kbr): figure out a better way to specify blocks of
2584 # arguments like this for tests on multiple machines.
Garrett Beatya491ec72020-07-25 12:36:122585 'Linux ASan LSan Tests (1)': {
2586 'args': [
2587 '--use-gpu-in-tests',
2588 '--no-xvfb',
2589 ],
2590 'swarming': {
2591 'dimension_sets': [
2592 {
Yuly Novikovaa06f172022-02-12 00:38:572593 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122594 'os': 'Ubuntu',
2595 'pool': 'chromium.tests.gpu',
2596 },
2597 ],
2598 },
2599 },
2600 'Linux CFI': {
2601 'args': [
2602 '--use-gpu-in-tests',
2603 '--no-xvfb',
2604 ],
2605 'swarming': {
2606 'dimension_sets': [
2607 {
Yuly Novikovaa06f172022-02-12 00:38:572608 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122609 'os': 'Ubuntu',
2610 'pool': 'chromium.tests.gpu',
2611 },
2612 ],
2613 },
2614 },
2615 'Linux TSan Tests': {
2616 'args': [
2617 '--use-gpu-in-tests',
2618 '--no-xvfb',
2619 ],
2620 'swarming': {
2621 'dimension_sets': [
2622 {
Yuly Novikovaa06f172022-02-12 00:38:572623 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122624 'os': 'Ubuntu',
2625 'pool': 'chromium.tests.gpu',
2626 },
2627 ],
2628 },
2629 },
Ian Struiksma01223f42023-06-05 15:52:392630 'linux-exp-asan-lsan-fyi-rel': {
2631 'args': [
2632 '--use-gpu-in-tests',
2633 '--no-xvfb',
2634 ],
2635 'swarming': {
2636 'dimension_sets': [
2637 {
2638 'gpu': '10de:2184',
2639 'os': 'Ubuntu',
2640 'pool': 'chromium.tests.gpu',
2641 },
2642 ],
2643 },
2644 },
Ian Struiksma2e23f962023-05-26 22:37:202645 'linux-exp-tsan-fyi-rel': {
2646 'args': [
2647 '--use-gpu-in-tests',
2648 '--no-xvfb',
2649 ],
2650 'swarming': {
2651 'dimension_sets': [
2652 {
2653 'gpu': '10de:2184',
2654 'os': 'Ubuntu',
2655 'pool': 'chromium.tests.gpu',
2656 },
2657 ],
2658 },
2659 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002660 },
2661 },
Jonah Ryan-Davise25a89f2020-05-29 20:18:242662 'gl_tests_validating': {
Jonah Ryan-Davisb9f03ac2021-03-18 23:53:022663 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012664 'Android FYI Release (Nexus 5X)',
John Budorickca14c76f62017-12-09 14:19:182665 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282666 'modifications': {
Brian Sheedy920df652022-11-11 20:54:152667 'Android FYI Release (Samsung A13)': {
2668 'args': [
2669 '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a13.gl_tests.filter',
2670 ],
2671 },
Sunny Sachanandanib5c6c082022-09-29 00:26:142672 'Android FYI Release (Samsung A23)': {
2673 'args': [
2674 '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a23.gl_tests.filter',
2675 ],
2676 },
Ben Joycea0319112022-11-15 23:53:122677 'ToTAndroid': {
2678 'args': [
2679 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.gl_tests.filter', # https://crbug.com/1034007
2680 ],
2681 },
Haiyang Pan9d68ca02021-08-04 21:30:472682 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:152683 'args': [
2684 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter',
2685 ],
2686 },
Haiyang Pan2a55a452022-03-03 08:18:332687 'android-12-x64-rel': {
Haiyang Pan382008922021-11-19 21:15:092688 'args': [
Haiyang Pand1a294512023-02-09 19:40:122689 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2690 ],
2691 },
2692 'android-12l-x64-dbg-tests': {
2693 'args': [
2694 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2695 ],
2696 },
Haiyang Panef317e4372023-05-19 01:30:082697 'android-12l-x64-fyi-dbg': {
2698 'args': [
2699 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2700 ],
2701 },
2702 'android-13-x64-fyi-rel': {
2703 'args': [
2704 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2705 ],
2706 },
Haiyang Pand1a294512023-02-09 19:40:122707 'android-13-x64-rel': {
2708 'args': [
2709 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
Haiyang Pan382008922021-11-19 21:15:092710 ],
2711 },
Nate Fischerb0474702022-12-13 22:46:532712 'android-arm64-proguard-rel': {
2713 'args': [
2714 '--test-launcher-filter-file=../../testing/buildbot/filters/android.arm64_proguard_rel.gl_tests.filter', # https://crbug.com/1034007
2715 ],
2716 },
Ben Joycee3f55c902023-01-13 00:27:292717 'android-code-coverage-native': {
2718 'args': [
2719 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
2720 ],
2721 },
Prakharc60ec802023-03-06 07:49:292722 # If you change this, make similar changes in android-x86-code-coverage below
James Shenc47f7b12022-07-07 23:42:412723 'android-nougat-x86-rel': {
2724 'args': [
2725 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.gl_tests.filter',
2726 ],
2727 },
Andrew Luo38b311f2019-10-04 03:42:092728 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:312729 'args': [
Andrew Luobe83fd82019-12-19 03:07:582730 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
2731 ],
Andrew Luo38b311f2019-10-04 03:42:092732 },
Haiyang Pan08d09dc2020-04-01 16:11:212733 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:312734 'args': [
2735 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
2736 ],
2737 },
Prakharc60ec802023-03-06 07:49:292738 # Keep this same as android-nougat-x86-rel above
2739 'android-x86-code-coverage': {
2740 'args': [
2741 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.gl_tests.filter',
2742 ],
2743 },
Kenneth Russelleb60cbd22017-12-05 07:54:282744 },
2745 },
Takuto Ikutaf5333252019-11-06 16:07:082746 'gl_unittests': {
2747 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:082748 # On Android, these are already run on the main waterfall.
2749 # Run them on the one-off Android FYI bots, though.
2750 'Android FYI Release (Nexus 5X)',
Brian Sheedyd9a809f02022-10-06 00:50:372751 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2752 # Android.
2753 'Dawn Android arm DEPS Release (Pixel 4)',
2754 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152755 'Dawn Android arm64 DEPS Release (Pixel 6)',
2756 'Dawn Android arm64 Release (Pixel 6)',
Yuly Novikov37e04342020-05-29 00:52:042757 # Can't run on MSAN because gl_unittests uses the hardware driver,
2758 # which isn't instrumented.
2759 'Linux MSan Tests',
Ian Struiksmab0412a22023-06-06 23:02:482760 'linux-exp-msan-fyi-rel',
Takuto Ikutaf5333252019-11-06 16:07:082761 ],
Haiyang Pan505fcd5a2021-12-13 19:46:232762 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:332763 'android-12-x64-rel': {
Haiyang Pan505fcd5a2021-12-13 19:46:232764 'args': [
2765 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_unittests.filter',
2766 ],
2767 },
2768 },
Takuto Ikutaf5333252019-11-06 16:07:082769 },
2770 'gl_unittests_ozone': {
2771 'remove_from': [
2772 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
2773 # which isn't instrumented.
2774 'Linux ChromiumOS MSan Tests',
2775 ],
2776 },
Brian Sheedy0bf7f822022-07-21 17:44:432777 'gold_common_pytype': {
2778 'remove_from': [
2779 'linux-code-coverage',
2780 ],
2781 },
Takuto Ikutaf5333252019-11-06 16:07:082782 'gpu_process_launch_tests': {
Takuto Ikutaf5333252019-11-06 16:07:082783 'remove_from': [
Kramer Ge3bf853a2023-04-13 19:39:472784 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2785 # exception once there is enough capacity to run these tests.
Takuto Ikutaf5333252019-11-06 16:07:082786 'Android FYI Release (Pixel 2)',
2787 ],
2788 },
Brian Sheedy053d88cf2022-05-24 23:40:052789 'gpu_pytype': {
2790 'remove_from': [
2791 'linux-code-coverage',
2792 ],
2793 },
Chong Gu76046412021-09-22 17:49:212794 'gpu_unittests': {
Chong Gudf7fbe92021-02-24 02:55:582795 'modifications': {
2796 'fuchsia-code-coverage': {
2797 'swarming': {
2798 'shards': 5,
2799 },
2800 },
2801 },
2802 },
Kevin McNeed21a6c522021-06-14 21:27:252803 'grit_python_unittests': {
2804 'remove_from': [
Titouan Rigoudy9e860832021-11-08 15:34:452805 # TODO(https://crbug.com/1267125): Re-enable.
2806 'mac11-arm64-rel-tests',
Zhaoyang Li5d3713d2022-06-13 18:01:172807 # TODO(https://crbug.com/1267125): Re-enable.
2808 'mac12-arm64-rel-tests',
Will Yeagera090e6a2023-06-09 14:59:412809 # TODO(https://crbug.com/1267125): Re-enable.
2810 'mac13-arm64-rel-tests',
Kevin McNeed21a6c522021-06-14 21:27:252811 ],
2812 },
Brian Sheedye285c9b2019-07-15 21:42:462813 'hardware_accelerated_feature_tests': {
Brian Sheedye285c9b2019-07-15 21:42:462814 'remove_from': [
Kramer Ge3bf853a2023-04-13 19:39:472815 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2816 # exception once there is enough capacity to run these tests.
Brian Sheedye285c9b2019-07-15 21:42:462817 'Android FYI Release (Pixel 2)',
2818 ],
2819 },
Brad Halla36886c2019-02-26 16:52:292820 'headless_browsertests': {
Chong Gud08d1232021-09-11 08:53:592821 'remove_from': [
2822 'CrWinAsan(dll)', # https://crbug.com/935598
Maksim Sisovc81d284c2021-10-05 17:54:352823 # Wayland bot doesn't support headless mode.
2824 'Linux Tests (Wayland)',
Chong Gud08d1232021-09-11 08:53:592825 ],
Chong Gud1a5c5992021-04-09 04:08:322826 'modifications': {
2827 'fuchsia-code-coverage': {
2828 'swarming': {
Chong Gu115ce152021-04-15 23:57:162829 'shards': 6,
Chong Gud1a5c5992021-04-09 04:08:322830 },
2831 },
2832 },
Brad Halla36886c2019-02-26 16:52:292833 },
Kenneth Russell8a386d42018-06-02 09:48:012834 'info_collection_tests': {
2835 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012836 'Android V8 FYI Release (Nexus 5X)',
2837 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:352838 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012839 'Mac V8 FYI Release (Intel)',
2840 'Win V8 FYI Release (NVIDIA)',
2841 ],
Brian Sheedyfe61cdac2020-02-12 01:25:592842 'modifications': {
Brian Sheedyb18cb762020-06-30 00:09:292843 'ChromeOS FYI Release (amd64-generic)': {
Brian Sheedy65be3052020-06-26 19:26:512844 'args': [
Brian Sheedyb18cb762020-06-30 00:09:292845 # Swarming does not report a GPU since tests are run in a VM, but
2846 # the VM does report that a GPU is present.
2847 '--expected-device-id', '1050',
Brian Sheedydf2672f2020-05-07 20:44:362848 ],
2849 },
Brian Sheedyfe61cdac2020-02-12 01:25:592850 },
Brian Sheedy32eeeb52020-05-22 01:49:372851 'replacements': {
2852 'ChromeOS FYI Release (amd64-generic)': {
2853 'args': {
2854 # Swarming does not report a GPU since tests are run in a VM, but
2855 # the VM does report that a GPU is present.
2856 '--expected-vendor-id': '1af4',
Brian Sheedyb18cb762020-06-30 00:09:292857 # Magic substitution happens after regular replacement, so remove it
2858 # now since we are manually applying the expected device ID above.
2859 '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None,
Brian Sheedy32eeeb52020-05-22 01:49:372860 },
Brian Sheedyff6d1442020-09-19 00:46:312861 },
Brian Sheedye9c7afe52022-06-13 21:19:372862 'Mac FYI Experimental Release (Apple M1)': {
2863 'args': {
Brian Sheedy4cd5fa82023-05-11 20:27:382864 # Apple silicon does not show up normally as a PCI-e device, but
2865 # Chrome is able to find a vendor ID that matches other (non-GPU)
2866 # Apple PCI-e devices.
Brian Sheedye9c7afe52022-06-13 21:19:372867 '--expected-vendor-id': '106b',
2868 },
2869 },
Brian Sheedy177addbf2021-09-24 19:06:512870 'Mac FYI Release (Apple M1)': {
2871 'args': {
Brian Sheedy4cd5fa82023-05-11 20:27:382872 # Apple silicon does not show up normally as a PCI-e device, but
2873 # Chrome is able to find a vendor ID that matches other (non-GPU)
2874 # Apple PCI-e devices.
2875 '--expected-vendor-id': '106b',
2876 },
2877 },
2878 'Mac FYI Retina Release (Apple M2)': {
2879 'args': {
2880 # Apple silicon does not show up normally as a PCI-e device, but
2881 # Chrome is able to find a vendor ID that matches other (non-GPU)
2882 # Apple PCI-e devices.
Brian Sheedy177addbf2021-09-24 19:06:512883 '--expected-vendor-id': '106b',
2884 },
2885 },
Brian Sheedy32eeeb52020-05-22 01:49:372886 },
Kenneth Russell8a386d42018-06-02 09:48:012887 },
Kenneth Russelleb60cbd22017-12-05 07:54:282888 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:292889 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292890 'CrWinAsan(dll)', # https://crbug.com/935598
2891 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282892 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:152893 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:262894 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152895 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:262896 },
2897 },
John Budorickca14c76f62017-12-09 14:19:182898 'Linux ASan LSan Tests (1)': {
Ben Pastened2c01af2022-01-31 23:06:442899 # These are slow on the ASan trybot for some reason, crbug.com/1257927
Nico Weber96a75a6942018-06-20 04:53:172900 'swarming': {
Stephanie Kim75e95f62022-11-04 16:06:132901 'shards': 12,
Nico Weber96a75a6942018-06-20 04:53:172902 },
2903 },
Pavol Marko05b6bb92022-03-21 12:33:292904 'Linux Chromium OS ASan LSan Tests (1)': {
2905 # These are slow on the ASan trybot for some reason, crbug.com/1257927
2906 'swarming': {
2907 'shards': 6,
Pavol Marko05b6bb92022-03-21 12:33:292908 },
2909 },
Takuto Ikuta54671d972018-07-19 19:06:352910 'Linux ChromiumOS MSan Tests': {
2911 # These are very slow on the Chrome OS MSAN trybot for some reason.
2912 # crbug.com/865455
2913 'swarming': {
2914 'shards': 5,
2915 },
2916 },
Ben Pastene5bc00332023-05-25 21:43:322917 'Linux MSan Tests': {
2918 'swarming': {
2919 'shards': 4,
2920 },
2921 },
Stephen Martinis1384ff92020-01-07 19:52:152922 'Linux TSan Tests': {
Ben Pastened2c01af2022-01-31 23:06:442923 # These are slow on the TSan bots for some reason, crbug.com/1257927
Dirk Pranke8fd63c12017-12-10 18:06:272924 'swarming': {
Stephen Martinisad6cb7af2021-02-24 01:12:002925 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
Dirk Pranke8fd63c12017-12-10 18:06:272926 },
2927 },
Maksim Sisovc81d284c2021-10-05 17:54:352928 # https://crbug.com/1192997
2929 'Linux Tests (Wayland)': {
2930 'args': [
2931 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter',
2932 ],
2933 },
Lindsay Pasrichab3f72db2021-09-22 22:05:462934 'Mac ASan 64 Tests (1)': { # https://crbug.com/1251656
2935 'experiment_percentage': 100,
2936 },
Yue She0cad2922022-06-24 15:06:072937 'Mac12 Tests': {
2938 'swarming': {
Stephanie Kim28fc5902022-11-11 14:54:422939 'shards': 6,
Yue She0cad2922022-06-24 15:06:072940 },
2941 },
Yue Shed8e45742023-06-01 15:18:032942 'Mac13 Tests': {
2943 'swarming': {
2944 'shards': 6,
2945 },
2946 },
Cameron Higgins2e4b7f12023-05-31 18:29:322947 'Mac13 Tests (dbg)': { # https://crbug.com/1265051
Zhaoyang Li9357e1e12021-12-07 18:53:172948 'experiment_percentage': 100,
Cameron Higginsfe09c132023-04-20 21:53:132949 'swarming': {
2950 'shards':6,
2951 }
Zhaoyang Li9357e1e12021-12-07 18:53:172952 },
Stephen Martinis1384ff92020-01-07 19:52:152953 'ToTLinuxTSan': {
Ben Pastened2c01af2022-01-31 23:06:442954 # These are slow on the TSan bots for some reason, crbug.com/1257927
Stephen Martinis1384ff92020-01-07 19:52:152955 'swarming': {
2956 'shards': 6,
2957 },
2958 },
Struan Shrimptona1ab7672022-01-13 18:02:512959 'Win10 Tests x64': {
2960 'swarming': {
Stephanie Kima57b46a2022-10-27 22:09:032961 'shards': 9,
Struan Shrimptona1ab7672022-01-13 18:02:512962 },
2963 },
Stephen Martinis1384ff92020-01-07 19:52:152964 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:032965 'Win10 Tests x64 (dbg)': {
2966 'experiment_percentage': 100,
2967 },
Jacob Kopczynski3a555bd32020-12-10 01:41:162968 # TODO(crbug.com/970649): Remove these filters.
Ben Pastene8ef125e2019-12-10 01:46:292969 'linux-chromeos-chrome': {
Ben Pastene8ef125e2019-12-10 01:46:292970 'args': [
2971 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
2972 ],
2973 },
Stephen Martinis1384ff92020-01-07 19:52:152974 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112975 'swarming': {
2976 'shards': 10,
2977 },
2978 },
Pavol Marko582a15d2022-04-01 12:47:202979 'linux-chromeos-dbg': {
2980 'swarming': {
2981 'shards': 6,
2982 },
2983 },
Stephanie Kim3aa4c552023-01-10 18:00:042984 'linux-chromeos-rel': {
2985 'swarming': {
2986 'shards': 5,
2987 },
2988 },
Stephen Martinis1384ff92020-01-07 19:52:152989 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112990 'swarming': {
2991 'shards': 10,
2992 },
2993 },
Ian Struiksma01223f42023-06-05 15:52:392994 'linux-exp-asan-lsan-fyi-rel': {
2995 # These are slow on the ASan trybot for some reason, crbug.com/1257927
2996 'swarming': {
2997 'shards': 12,
2998 },
2999 },
Ian Struiksmab0412a22023-06-06 23:02:483000 'linux-exp-msan-fyi-rel': {
3001 'swarming': {
3002 'shards': 4,
3003 },
3004 },
Ian Struiksma2e23f962023-05-26 22:37:203005 'linux-exp-tsan-fyi-rel': {
3006 # These are slow on the TSan bots for some reason, crbug.com/1257927
3007 'swarming': {
3008 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
3009 },
3010 },
Thiago Perrottad12c7872023-01-12 17:30:563011 'linux-rel-cft': {
3012 'args': [
3013 '--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.interactive_ui_tests.filter',
3014 ],
3015 },
Kuan Huang235b0142021-10-19 18:59:283016 'mac-code-coverage': {
3017 'args': [
3018 '--coverage-continuous-mode=1',
3019 ],
3020 },
Lindsay Pasricha60535a22021-12-13 16:50:243021 # TODO (crbug.com/1278617) Re-enable once fixed
3022 'mac-osxbeta-rel': {
3023 'experiment_percentage': 100,
3024 },
Thiago Perrottad12c7872023-01-12 17:30:563025 'mac-rel-cft': {
3026 'args': [
3027 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel-cft.interactive_ui_tests.filter',
3028 ],
Thiago Perrottaa289bad2023-01-20 12:44:393029 'swarming': {
3030 'shards': 6,
Thiago Perrottaa289bad2023-01-20 12:44:393031 },
Thiago Perrottad12c7872023-01-12 17:30:563032 },
Will Yeager86db5082023-06-14 21:50:113033 'mac13-arm64-rel-tests': {
3034 'ci_only': False,
3035 'swarming': {
3036 'shards': 6,
3037 },
3038 },
David Bienvenu519e14802023-05-02 23:34:493039 'win-arm64-rel': {
3040 # Surface Pros have touch turned on by default, which makes some interactive-ui-tests fail.
3041 'args': [
3042 '--top-chrome-touch-ui=disabled',
3043 ],
3044 },
Kuan Huang1b52d442023-02-07 20:35:343045 'win-asan': {
3046 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
3047 'args': [
3048 '--test-launcher-jobs=3',
3049 ],
3050 'swarming': {
3051 'shards': 6,
3052 },
3053 },
Thiago Perrottad12c7872023-01-12 17:30:563054 'win-rel-cft': {
3055 'args': [
3056 '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.interactive_ui_tests.filter',
3057 ],
Thiago Perrotta314f7b02023-01-19 21:30:533058 'swarming': {
3059 'shards': 9,
3060 },
Thiago Perrottad12c7872023-01-12 17:30:563061 },
Prakhar0ca1594c2023-05-01 19:51:023062 'win10-code-coverage': {
3063 'swarming': {
3064 'shards': 32,
3065 },
3066 },
Kenneth Russelleb60cbd22017-12-05 07:54:283067 },
3068 },
Sven Zhengef0d0872022-04-04 22:13:293069 'interactive_ui_tests amd64-generic': {
Yuke Liaob6beaeca2021-04-29 23:41:513070 'remove_from': [
3071 # TODO(crbug.com/1204231): Re-enable.
3072 'lacros-amd64-generic-rel',
Yuke Liao859819d2022-02-24 08:23:493073 'lacros-amd64-generic-rel-fyi',
Yuke Liaob6beaeca2021-04-29 23:41:513074 ]
3075 },
Sven Zhengef0d0872022-04-04 22:13:293076 'interactive_ui_tests eve': {
Yuke Liao79a8cf52021-06-11 18:14:343077 'remove_from': [
3078 # TODO(crbug.com/1204231): Re-enable.
3079 'lacros-amd64-generic-rel',
Yuke Liao859819d2022-02-24 08:23:493080 'lacros-amd64-generic-rel-fyi',
Yuke Liao79a8cf52021-06-11 18:14:343081 ]
3082 },
Hao Wubfdb23562023-06-17 20:16:513083 'interactive_ui_tests_no_field_trial': {
3084 'remove_from': [
3085 'win10-rel-no-external-ip',
3086 'win-arm64-rel',
3087 'win-rel-cft',
3088 'Win11 Tests x64',
3089 ],
3090 },
John Budorickf00e5ff2019-06-11 21:21:063091 'ipc_tests': {
3092 'modifications': {
3093 'android-asan': {
3094 'swarming': {
3095 'shards': 2,
3096 },
3097 },
3098 },
3099 },
Sven Zheng1d2a04c2023-05-31 17:05:063100 'lacros_chrome_browsertests_run_in_series': {
3101 'modifications': {
3102 'linux-lacros-asan-lsan-rel': {
3103 'swarming': {
3104 'shards': 5,
3105 },
3106 },
3107 },
3108 },
Reilly Grant0fc352502023-04-24 17:25:283109 'leveldb_unittests': {
3110 'remove_from': [
3111 # TODO(https://crbug.com/1432753): Runs too slowly in this configuration.
3112 'android-nougat-x86-rel',
3113 ],
3114 },
Dirk Pranke8d2a9f52022-12-08 20:25:423115 'mac_signing_tests': {
3116 'remove_from': [
3117 # This is intentional and explained in the waterfalls.pyl comment for
3118 # this builder.
3119 'mac-rel-cft',
3120 ],
3121 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033122 'maps_pixel_passthrough_test': {
Brian Sheedyc0c142c2021-06-01 21:18:053123 'modifications': {
3124 'Android FYI Release (Pixel 4)': {
3125 'args': [
3126 # Pixel 4s are weird in that they can output in different color spaces
3127 # simultaneously. The readback code for capturing a screenshot assumes
3128 # only one color space, so disable wide color gamut for the test to
3129 # work around the issue. See https://crbug.com/1166379 for more
3130 # information.
3131 '--extra-browser-args=--disable-wcg-for-test',
3132 ],
3133 },
Ben Pastene63f13302022-05-12 21:04:053134 'android_optional_gpu_tests_rel': {
3135 'args': [
3136 # See above.
3137 '--extra-browser-args=--disable-wcg-for-test',
3138 ],
3139 },
Brian Sheedyc0c142c2021-06-01 21:18:053140 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033141 'replacements': {
3142 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3143 # use ${got_cr_revision}, which is only set on the V8 bots.
3144 'Linux V8 FYI Release (NVIDIA)': {
3145 'args': {
3146 '--git-revision': '${got_cr_revision}',
3147 },
3148 },
3149 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
3150 'args': {
3151 '--git-revision': '${got_cr_revision}',
3152 },
3153 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:003154 'Mac V8 FYI Release (Intel)': {
3155 'args': {
3156 '--git-revision': '${got_cr_revision}',
3157 },
3158 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033159 'Win V8 FYI Release (NVIDIA)': {
3160 'args': {
3161 '--git-revision': '${got_cr_revision}',
3162 },
3163 },
3164 },
3165 },
3166 'maps_pixel_validating_test': {
Brian Sheedy0566f2cb2021-02-12 22:12:503167 'modifications': {
3168 'Android FYI Release (Pixel 4)': {
3169 'args': [
3170 # Pixel 4s are weird in that they can output in different color spaces
3171 # simultaneously. The readback code for capturing a screenshot assumes
3172 # only one color space, so disable wide color gamut for the test to
3173 # work around the issue. See https://crbug.com/1166379 for more
3174 # information.
3175 '--extra-browser-args=--disable-wcg-for-test',
3176 ],
3177 },
Ben Pastene63f13302022-05-12 21:04:053178 'android_optional_gpu_tests_rel': {
3179 'args': [
3180 # See above.
3181 '--extra-browser-args=--disable-wcg-for-test',
3182 ],
3183 },
Brian Sheedy0566f2cb2021-02-12 22:12:503184 },
Brian Sheedye285c9b2019-07-15 21:42:463185 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
3186 # exception once there is enough capacity to run these tests.
3187 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:463188 'Android FYI Release (Pixel 2)',
3189 ],
Brian Sheedy44fd891b2019-10-03 20:07:543190 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:543191 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3192 # use ${got_cr_revision}, which is only set on the V8 bots.
3193 'Android V8 FYI Release (Nexus 5X)': {
3194 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:323195 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:543196 },
3197 },
Brian Sheedy44fd891b2019-10-03 20:07:543198 },
Brian Sheedye285c9b2019-07-15 21:42:463199 },
Brian Sheedyda5d20a2023-04-10 20:31:223200 'maps_pixel_validating_test KEVIN_PUBLIC_LKGM': {
3201 'modifications': {
3202 'ChromeOS FYI Release Skylab (kevin)': {
3203 'args': [
3204 # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
3205 # automatically get the service account to authenticate with.
3206 '--service-account=/creds/service_accounts/skylab-drone.json',
3207 ],
3208 },
3209 },
3210 },
Sangbaek Parkdecd8df2023-05-15 21:54:333211 'media_foundation_browser_tests': {
3212 'remove_from': [
3213 # TODO(crbug.com/1445173): Enable Media Foundation browser tests on NVIDIA
3214 # gpu bots once the Windows OS supports HW secure decryption.
3215 'Win10 FYI x64 Debug (NVIDIA)',
3216 'Win10 FYI x64 Release (AMD RX 5500 XT)',
3217 'Win10 FYI x64 Release (NVIDIA)',
3218 'Win10 FYI x86 Release (NVIDIA)',
3219 ],
3220 },
Andrew Luo38b311f2019-10-04 03:42:093221 'media_unittests': {
3222 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:473223 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:153224 'args': [
Haiyang Pan9c91cd42023-02-08 23:19:593225 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
Haiyang Pan80b0d412021-11-23 00:06:423226 ],
3227 },
Haiyang Pan2a55a452022-03-03 08:18:333228 'android-12-x64-rel': {
Haiyang Pan80b0d412021-11-23 00:06:423229 'args': [
Haiyang Pan9c91cd42023-02-08 23:19:593230 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3231 ],
3232 },
3233 'android-12l-x64-dbg-tests': {
3234 'args': [
3235 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3236 ],
3237 },
Haiyang Panef317e4372023-05-19 01:30:083238 'android-12l-x64-fyi-dbg': {
3239 'args': [
3240 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3241 ],
3242 },
3243 'android-13-x64-fyi-rel': {
3244 'args': [
3245 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3246 ],
3247 },
Haiyang Pan9c91cd42023-02-08 23:19:593248 'android-13-x64-rel': {
3249 'args': [
3250 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
Haiyang Pancf765862021-03-18 20:39:153251 ],
3252 },
Andrew Luo38b311f2019-10-04 03:42:093253 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:583254 'args': [
3255 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
3256 ],
Andrew Luo38b311f2019-10-04 03:42:093257 },
Chong Gudf7fbe92021-02-24 02:55:583258 'fuchsia-code-coverage': {
3259 'swarming': {
3260 'shards': 3,
3261 },
3262 },
Chong Gub2446462021-08-19 18:44:083263 'fuchsia-fyi-arm64-dbg': {
3264 'args': [
3265 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.media_unittests.filter',
3266 ],
3267 },
Andrew Luo38b311f2019-10-04 03:42:093268 },
3269 },
Chong Gu4eca1ce2021-05-17 08:49:573270 'mediapipe_validating_tests': {
3271 'remove_from': [
David Dorwin06fae772022-10-07 16:34:423272 # TODO(crbug.com/1372213): Remove these once tests are stable.
David Dorwin49b2ddb2022-09-08 20:49:433273 'fuchsia-x64-cast-receiver-rel',
3274 'fuchsia-x64-rel',
Chong Gu4eca1ce2021-05-17 08:49:573275 ],
3276 },
Ben Joyce02dc8092021-03-04 21:48:193277 'mojo_test_apk': {
3278 'remove_from': [
3279 'android-code-coverage-native', # Does not generate profraw data.
3280 ],
3281 },
John Budorickf00e5ff2019-06-11 21:21:063282 'mojo_unittests': {
3283 'modifications': {
3284 'android-asan': {
3285 'swarming': {
John Budorick5a29d7542019-10-11 20:56:443286 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:063287 },
3288 },
Chong Gudf7fbe92021-02-24 02:55:583289 'fuchsia-code-coverage': {
3290 'swarming': {
3291 'shards': 2,
3292 },
3293 },
John Budorickf00e5ff2019-06-11 21:21:063294 },
3295 },
bsheedye9469572019-01-23 17:31:333296 'monochrome_public_test_ar_apk': {
3297 'modifications': {
bsheedye9469572019-01-23 17:31:333298 # We need to match the Playstore version as well because AR tests fail on
3299 # old versions of the Playstore.
3300 'Oreo Phone Tester': {
3301 'swarming': {
3302 'dimension_sets': [
3303 {
3304 'device_os': 'OPR3.170623.008',
bsheedye9469572019-01-23 17:31:333305 'device_type': 'marlin',
3306 'os': 'Android',
3307 },
3308 ],
3309 },
3310 },
3311 },
3312 },
Kenneth Russellfbda3c532017-12-08 23:57:243313 'nacl_loader_unittests': {
K. Moon902a4b582023-06-16 19:00:343314 # If you change this, make similar changes in ppapi_unittests
Kenneth Russellfbda3c532017-12-08 23:57:243315 'remove_from': [
Nico Weber48f187142018-06-01 15:16:353316 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:513317 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:113318 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Ian Struiksma2e23f962023-05-26 22:37:203319 'linux-exp-tsan-fyi-rel', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:483320 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kuan Huang66423fe2023-03-17 23:10:053321 'win-arm64-rel', # Not available on arm64.
Kenneth Russellfbda3c532017-12-08 23:57:243322 ],
3323 },
Kenneth Russelleb60cbd22017-12-05 07:54:283324 'net_unittests': {
3325 'modifications': {
Nico Weber33b9b7a2020-06-12 19:23:273326 'CrWinAsan': {
Ben Pastened2c01af2022-01-31 23:06:443327 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273328 'swarming': {
3329 'shards': 16,
3330 },
3331 },
3332 'CrWinAsan(dll)': {
Ben Pastened2c01af2022-01-31 23:06:443333 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273334 'swarming': {
3335 'shards': 16,
3336 },
3337 },
John Budorickca14c76f62017-12-09 14:19:183338 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:343339 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:443340 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:183341 'swarming': {
John Budorick5052d552017-12-13 02:59:343342 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:183343 },
3344 },
3345 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:353346 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:443347 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:183348 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:023349 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:183350 }
3351 },
Takuto Ikuta54671d972018-07-19 19:06:353352 'Linux ChromiumOS MSan Tests': {
3353 # These are very slow on the Chrome OS MSAN trybot for some reason.
3354 # crbug.com/865455
3355 'swarming': {
3356 'shards': 2,
3357 },
3358 },
John Budorickca14c76f62017-12-09 14:19:183359 'Linux TSan Tests': {
3360 'swarming': {
3361 'shards': 4,
3362 }
3363 },
Ben Pastene8bf205b2018-06-13 04:00:333364 # The suite runs signficantly slower on linux dbg, so increase shards.
3365 'Linux Tests (dbg)(1)': {
3366 'swarming': {
3367 'shards': 2,
3368 },
3369 },
Stephen Martinis1384ff92020-01-07 19:52:153370 'ToTLinuxASan': {
Ben Pastened2c01af2022-01-31 23:06:443371 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Stephen Martinis1384ff92020-01-07 19:52:153372 'swarming': {
3373 'shards': 16,
3374 },
3375 },
3376 'ToTLinuxTSan': {
3377 'swarming': {
3378 'shards': 4,
3379 }
3380 },
Stefano Duof44278b2021-08-02 16:29:383381 'android-cronet-x86-dbg-10-tests': {
3382 'args': [
3383 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_10.net_unittests.filter',
3384 ],
3385 },
Chidera Olibie262e33e2022-03-02 11:45:283386 'android-cronet-x86-dbg-lollipop-tests': {
3387 'args': [
3388 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_l.net_unittests.filter',
3389 ],
3390 },
Chidera Olibieef99a55ca2021-10-01 21:42:003391 'android-cronet-x86-dbg-oreo-tests': {
3392 'args': [
3393 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
3394 ],
3395 },
Chidera Olibie509fd732021-09-30 20:17:173396 'android-cronet-x86-dbg-pie-tests': {
3397 # crbug.com/1046060
3398 'args': [
3399 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
3400 ],
3401 },
Chidera Olibie5c0ec912022-03-23 10:44:513402 'android-cronet-x86-rel-kitkat-tests': {
3403 'args': [
3404 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_k.net_unittests.filter',
3405 ],
3406 },
Haiyang Pan08d09dc2020-04-01 16:11:213407 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:503408 # crbug.com/1046060
3409 'args': [
3410 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
3411 ],
3412 },
Chong Gu76046412021-09-22 17:49:213413 'fuchsia-code-coverage': {
3414 'swarming': {
3415 'shards': 14,
3416 },
3417 },
Ben Pastene8bf205b2018-06-13 04:00:333418 'linux-chromeos-dbg': {
3419 'swarming': {
3420 'shards': 2,
3421 },
3422 },
Ian Struiksma01223f42023-06-05 15:52:393423 'linux-exp-asan-lsan-fyi-rel': {
3424 # These are very slow on the ASAN trybot for some reason.
3425 # crbug.com/1257927
3426 'swarming': {
3427 'shards': 16,
3428 },
3429 },
Ian Struiksma2e23f962023-05-26 22:37:203430 'linux-exp-tsan-fyi-rel': {
3431 'swarming': {
3432 'shards': 4,
3433 }
3434 },
Nico Weber33b9b7a2020-06-12 19:23:273435 'win-asan': {
Ben Pastened2c01af2022-01-31 23:06:443436 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273437 'swarming': {
3438 'shards': 16,
3439 },
3440 },
Kenneth Russelleb60cbd22017-12-05 07:54:283441 },
3442 },
John Chenaab16fc02020-03-03 06:35:453443 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:283444 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:283445 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
3446 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:283447 ],
Yuke Liaobc9ff982019-04-30 06:56:163448 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:153449 'Linux Tests': {
3450 "args": [
3451 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:153452 ],
3453 },
Yuke Liaoea70f472019-12-19 06:03:363454 'linux-code-coverage': {
3455 'args': [
Prakharbe44338a2023-05-24 19:02:043456 '--additional-driver-flag=--no-sandbox',
3457 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
Yuke Liaoea70f472019-12-19 06:03:363458 ],
3459 'swarming': {
3460 'shards': 20,
3461 },
3462 },
Thiago Perrotta61487462023-01-20 12:52:323463 'linux-rel-cft': {
3464 "args": [
Michael Lippautz8f4016b2023-06-13 16:18:333465 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
3466 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:323467 ],
Thiago Perrotta61487462023-01-20 12:52:323468 },
Yuke Liaobc9ff982019-04-30 06:56:163469 },
Lukasz Anforowicz04bc6302018-11-19 19:04:283470 },
Xi Cheng34ca4042018-02-23 00:10:123471 'notification_helper_unittests': {
3472 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:153473 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:123474 'ToTWin',
3475 'ToTWin(dbg)',
3476 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:033477 'ToTWinOfficial',
Arthur Eubanks0c24b822021-06-15 18:51:343478 'ToTWinOfficial64',
Xi Cheng34ca4042018-02-23 00:10:123479 'ToTWin64',
3480 'ToTWin64(dbg)',
3481 'ToTWin64(dll)',
Xi Cheng34ca4042018-02-23 00:10:123482 ],
3483 },
James Shenf4199bfd2022-08-13 00:44:273484 'oop_network_service_content_browsertests': {
3485 'modifications': {
3486 'android-12-x64-fyi-rel': {
3487 'args': [
3488 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.oop_network_service_content_browsertests.filter',
3489 ],
3490 },
3491 },
3492 },
Ben Pastenee723b2f2019-05-31 19:10:273493 'ozone_unittests': {
3494 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:293495 'chromeos-betty-pi-arc-chrome': {
3496 'args': [
3497 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
3498 ],
3499 },
Ben Pastene500cc1d12021-01-22 18:10:473500 'chromeos-betty-pi-arc-chrome-dchecks': {
3501 'args': [
3502 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
3503 ],
3504 },
Ben Pastene8ef125e2019-12-10 01:46:293505 'linux-chromeos-chrome': {
3506 'args': [
3507 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
3508 ],
3509 },
Ben Pastenee723b2f2019-05-31 19:10:273510 },
3511 },
Maksim Sisovc81d284c2021-10-05 17:54:353512 'ozone_x11_unittests': {
3513 # Wayland bot uses chromium_linux_gtests that includes some x11 only
3514 # test targets. To avoid maintaining a list of tests, remove them here.
3515 'remove_from': [
3516 'Linux Tests (Wayland)',
3517 ],
3518 },
Karen Qian385d2ca2019-03-19 21:49:583519 'perfetto_unittests': {
Haiyang Pan0e27adbeb2021-12-14 22:44:303520 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:333521 'android-12-x64-rel': {
Haiyang Pan0e27adbeb2021-12-14 22:44:303522 'args': [
3523 # TODO(crbug.com/1260440): Fix the failed test
3524 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3525 ],
3526 },
Haiyang Pan32338b72023-02-08 23:48:583527 'android-12l-x64-dbg-tests': {
3528 'args': [
3529 # TODO(crbug.com/1260440): Fix the failed test
3530 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3531 ],
3532 },
Haiyang Panef317e4372023-05-19 01:30:083533 'android-12l-x64-fyi-dbg': {
3534 'args': [
3535 # TODO(crbug.com/1260440): Fix the failed test
3536 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3537 ],
3538 },
3539 'android-13-x64-fyi-rel': {
3540 'args': [
3541 # TODO(crbug.com/1260440): Fix the failed test
3542 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3543 ],
3544 },
Haiyang Pan32338b72023-02-08 23:48:583545 'android-13-x64-rel': {
3546 'args': [
3547 # TODO(crbug.com/1260440): Fix the failed test
3548 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3549 ],
3550 },
Prakharc60ec802023-03-06 07:49:293551 # If you change this, make similar changes in android-x86-code-coverage below
James Shen274775eb2022-07-06 22:54:433552 'android-nougat-x86-rel': {
3553 'args': [
3554 # TODO(crbug.com/1260440): Fix the failed test
3555 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3556 ],
3557 },
Prakharc60ec802023-03-06 07:49:293558 # Keep this same as android-nougat-x86-rel above
3559 'android-x86-code-coverage': {
3560 'args': [
3561 # TODO(crbug.com/1260440): Fix the failed test
3562 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3563 ],
3564 },
Chong Gua10cd302022-01-14 19:22:193565 'fuchsia-fyi-x64-asan': {
3566 'args': [
Kevin Marshall847bf0332022-05-31 20:12:543567 # TODO(crbug.com/1199334): Error messages only show up in klog.
3568 '--gtest_filter=-PagedMemoryTest.AccessUncommittedMemoryTriggersASAN'
Chong Gua10cd302022-01-14 19:22:193569 ],
3570 },
Haiyang Pan0e27adbeb2021-12-14 22:44:303571 },
Karen Qian385d2ca2019-03-19 21:49:583572 'remove_from': [
Haiyang Pan363c59a2020-07-23 05:47:043573 # TODO(crbug.com/931138): Fix permission issue when creating tmp files
John Budorickd3fa5992019-12-13 17:22:413574 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:093575 'android-asan',
Yun Liu022f4512019-06-10 23:14:043576 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:123577 'android-code-coverage-native',
Andrew Luo38b311f2019-10-04 03:42:093578 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:213579 'android-pie-x86-rel',
Haiyang Pan9d68ca02021-08-04 21:30:473580 'android-11-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:583581 'Nougat Phone Tester',
Arthur Eubanksc8f86ee2021-05-10 20:14:243582 'ToTAndroid'
Karen Qian385d2ca2019-03-19 21:49:583583 ]
3584 },
Stephen Martinis54d64ad2018-09-21 22:16:203585 'performance_test_suite': {
3586 'modifications': {
Cameron Higgins2e4b7f12023-05-31 18:29:323587 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:173588 'args': [
3589 '--browser=debug',
3590 ],
3591 },
Stephen Martinis54d64ad2018-09-21 22:16:203592 'Win10 Tests x64 (dbg)': {
3593 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:213594 '--browser=debug_x64',
Stephen Martinis54d64ad2018-09-21 22:16:203595 ],
3596 'experiment_percentage': 100,
3597 },
Stephen Martinis54d64ad2018-09-21 22:16:203598 },
3599 },
Sven Zheng00e75602022-11-16 18:01:383600 'pixel_browser_tests': {
3601 # This target should be removed from any CI only builders. Developers can
3602 # intentionally make UI changes. Without running pixel tests on CQ, those
3603 # cls will get wrongly reverted by sheriffs.
3604 # When we switch CQ builders(e.g. use Win11 to replace Win10), we also
3605 # need to update this field.
3606 'remove_from': [
3607 'Win11 Tests x64',
Thiago Perrotta8b9d127ab2023-01-19 18:08:443608 'win-rel-cft',
Sven Zheng00e75602022-11-16 18:01:383609 ],
3610 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033611 'pixel_skia_gold_passthrough_test': {
Brian Sheedyc0c142c2021-06-01 21:18:053612 'modifications': {
3613 'Android FYI Release (Pixel 4)': {
3614 'args': [
3615 # Pixel 4s are weird in that they can output in different color spaces
3616 # simultaneously. The readback code for capturing a screenshot assumes
3617 # only one color space, so disable wide color gamut for the test to
3618 # work around the issue. See https://crbug.com/1166379 for more
3619 # information.
3620 '--extra-browser-args=--disable-wcg-for-test',
3621 ],
3622 },
Ben Pastene63f13302022-05-12 21:04:053623 'android_optional_gpu_tests_rel': {
3624 'args': [
3625 # See above.
3626 '--extra-browser-args=--disable-wcg-for-test',
3627 ],
3628 },
Brian Sheedyc0c142c2021-06-01 21:18:053629 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033630 'replacements': {
3631 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3632 # use ${got_cr_revision}, which is only set on the V8 bots.
3633 'Linux V8 FYI Release (NVIDIA)': {
3634 'args': {
3635 '--git-revision': '${got_cr_revision}',
3636 },
3637 },
3638 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
3639 'args': {
3640 '--git-revision': '${got_cr_revision}',
3641 },
3642 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:003643 'Mac V8 FYI Release (Intel)': {
3644 'args': {
3645 '--git-revision': '${got_cr_revision}',
3646 },
3647 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033648 'Win V8 FYI Release (NVIDIA)': {
3649 'args': {
3650 '--git-revision': '${got_cr_revision}',
3651 },
3652 },
3653 },
3654 },
3655 'pixel_skia_gold_validating_test': {
Brian Sheedy0566f2cb2021-02-12 22:12:503656 'modifications': {
3657 'Android FYI Release (Pixel 4)': {
3658 'args': [
3659 # Pixel 4s are weird in that they can output in different color spaces
3660 # simultaneously. The readback code for capturing a screenshot assumes
3661 # only one color space, so disable wide color gamut for the test to
3662 # work around the issue. See https://crbug.com/1166379 for more
3663 # information.
3664 '--extra-browser-args=--disable-wcg-for-test',
3665 ],
3666 },
Ben Pastene63f13302022-05-12 21:04:053667 'android_optional_gpu_tests_rel': {
3668 'args': [
3669 # See above.
3670 '--extra-browser-args=--disable-wcg-for-test',
3671 ],
3672 },
Brian Sheedy0566f2cb2021-02-12 22:12:503673 },
Chong Gu0aa929e62022-03-03 15:34:133674 'remove_from': [
David Dorwin49b2ddb2022-09-08 20:49:433675 # TODO(https://crbug.com/1302427): Remove once tests pass.
David Dorwin49b2ddb2022-09-08 20:49:433676 'fuchsia-x64-cast-receiver-rel',
3677 'fuchsia-x64-rel',
Chong Gu0aa929e62022-03-03 15:34:133678 ],
Brian Sheedye6ea0ee2019-07-11 02:54:373679 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:373680 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3681 # use ${got_cr_revision}, which is only set on the V8 bots.
3682 'Android V8 FYI Release (Nexus 5X)': {
3683 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:323684 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:373685 },
3686 },
Brian Sheedye6ea0ee2019-07-11 02:54:373687 },
3688 },
Brian Sheedyda5d20a2023-04-10 20:31:223689 'pixel_skia_gold_validating_test KEVIN_PUBLIC_LKGM': {
3690 'modifications': {
3691 'ChromeOS FYI Release Skylab (kevin)': {
3692 'args': [
3693 # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
3694 # automatically get the service account to authenticate with.
3695 '--service-account=/creds/service_accounts/skylab-drone.json',
3696 ],
3697 },
3698 },
3699 },
Brian Sheedye6ea0ee2019-07-11 02:54:373700 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:463701 'modifications': {
3702 'Android Release (Nexus 5X)': {
3703 'swarming': {
3704 'shards': 2,
3705 },
3706 },
3707 },
Nico Weber128fd382018-06-14 23:29:273708 },
K. Moon902a4b582023-06-16 19:00:343709 'ppapi_unittests': {
3710 # If you change this, make similar changes in nacl_loader_unittests
3711 'remove_from': [
3712 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
3713 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
3714 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
3715 'linux-exp-tsan-fyi-rel', # The TSan bot sets enable_nacl=false
3716 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
3717 'win-arm64-rel', # Not available on arm64.
3718 ],
3719 },
Ningxin Hu430f0b42023-06-21 18:05:303720 'pthreadpool_unittests': {
3721 'remove_from': [
3722 # pthreadpool is not built for ChromeOS currently.
3723 'linux-chromeos-dbg',
3724 'linux-chromeos-rel',
3725 'linux-lacros-tester-rel',
3726 ],
3727 },
Henrique Nakashima87b6d8b2022-07-13 13:59:043728 'sandbox_linux_unittests': {
John Budorick3ebfdf852019-05-13 22:28:163729 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:163730 'android-asan', # https://crbug.com/962650
3731 ],
Ben Pastenedeff56ab2023-06-20 20:15:583732 'modifications': {
3733 'linux-ubsan-vptr': {
3734 'swarming': {
3735 'dimension_sets': [
3736 {
3737 # TODO(crbug.com/1456464): Move this test to jammy.
3738 'os': 'Ubuntu-18.04',
3739 },
3740 ],
3741 },
3742 },
3743 },
John Budorickdce9d462019-03-23 00:25:383744 },
Brian Sheedyc0c142c2021-06-01 21:18:053745 'screenshot_sync_passthrough_tests': {
3746 'modifications': {
3747 'Android FYI Release (Pixel 4)': {
3748 'args': [
3749 # Pixel 4s are weird in that they can output in different color spaces
3750 # simultaneously. The readback code for capturing a screenshot assumes
3751 # only one color space, so disable wide color gamut for the test to
3752 # work around the issue. See https://crbug.com/1166379 for more
3753 # information.
3754 '--extra-browser-args=--disable-wcg-for-test',
3755 ],
3756 },
Ben Pastene63f13302022-05-12 21:04:053757 'android_optional_gpu_tests_rel': {
3758 'args': [
3759 # See above.
3760 '--extra-browser-args=--disable-wcg-for-test',
3761 ],
3762 },
Brian Sheedyc0c142c2021-06-01 21:18:053763 },
3764 },
Brian Sheedy0566f2cb2021-02-12 22:12:503765 'screenshot_sync_validating_tests': {
3766 'modifications': {
3767 'Android FYI Release (Pixel 4)': {
3768 'args': [
3769 # Pixel 4s are weird in that they can output in different color spaces
3770 # simultaneously. The readback code for capturing a screenshot assumes
3771 # only one color space, so disable wide color gamut for the test to
3772 # work around the issue. See https://crbug.com/1166379 for more
3773 # information.
3774 '--extra-browser-args=--disable-wcg-for-test',
3775 ],
3776 },
Ben Pastene63f13302022-05-12 21:04:053777 'android_optional_gpu_tests_rel': {
3778 'args': [
3779 # See above.
3780 '--extra-browser-args=--disable-wcg-for-test',
3781 ],
3782 },
Brian Sheedy0566f2cb2021-02-12 22:12:503783 },
Chong Gu0aa929e62022-03-03 15:34:133784 'remove_from': [
David Dorwin49b2ddb2022-09-08 20:49:433785 # TODO(https://crbug.com/1302427): Remove once tests pass.
David Dorwin49b2ddb2022-09-08 20:49:433786 'fuchsia-x64-cast-receiver-rel',
3787 'fuchsia-x64-rel',
Chong Gu0aa929e62022-03-03 15:34:133788 ],
Brian Sheedy0566f2cb2021-02-12 22:12:503789 },
Kenneth Russelleb60cbd22017-12-05 07:54:283790 'services_unittests': {
3791 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:483792 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:013793 # The face and barcode detection tests fail on the Mac Pros.
3794 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:463795 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
3796 'Linux MSan Tests', # https://crbug.com/831676
Ian Struiksmab0412a22023-06-06 23:02:483797 'linux-exp-msan-fyi-rel', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:283798 ],
Haiyang Pan363c59a2020-07-23 05:47:043799 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:473800 'android-11-x86-rel': {
Haiyang Pan10f029c2021-07-30 23:17:563801 'args': [
Haiyang Pan2877f062021-11-18 01:06:063802 # TODO(crbug.com/1264654): Fix the failed tests
3803 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3804 ],
3805 },
Haiyang Pan2a55a452022-03-03 08:18:333806 'android-12-x64-rel': {
Haiyang Pan2877f062021-11-18 01:06:063807 'args': [
3808 # TODO(crbug.com/1264654): Fix the failed tests
Haiyang Pan10f029c2021-07-30 23:17:563809 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3810 ],
James Shen421441a2023-02-21 22:54:023811 'swarming': {
3812 'shards': 2,
3813 },
Haiyang Pan10f029c2021-07-30 23:17:563814 },
Prakharc60ec802023-03-06 07:49:293815 # If you change this, make similar changes in android-x86-code-coverage below
James Shenb3549802022-06-30 18:32:513816 'android-nougat-x86-rel': {
3817 'args': [
3818 # TODO(crbug.com/1264654): Fix the failed tests
3819 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3820 ],
James Shen57a976d2023-03-08 01:47:413821 'ci_only': True,
Stephanie Kim11192362022-11-04 18:17:443822 'swarming': {
James Shen421441a2023-02-21 22:54:023823 'shards': 3,
Stephanie Kim11192362022-11-04 18:17:443824 },
James Shenb3549802022-06-30 18:32:513825 },
Prakharc60ec802023-03-06 07:49:293826 # Keep this same as android-nougat-x86-rel above
3827 'android-x86-code-coverage': {
3828 'args': [
3829 # TODO(crbug.com/1264654): Fix the failed tests
3830 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3831 ],
3832 'swarming': {
3833 'shards': 3,
Prakharc60ec802023-03-06 07:49:293834 },
3835 },
Chong Gu52481452021-04-02 17:52:413836 'fuchsia-code-coverage': {
3837 'swarming': {
3838 'shards': 7,
3839 },
3840 },
Zijie He117165f2022-12-12 21:40:263841 'fuchsia-fyi-x64-asan': {
3842 'args': [
Rohan Pavonedf499ad2022-12-14 18:40:403843 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.services_unittests.filter',
Zijie He117165f2022-12-12 21:40:263844 ],
3845 },
Chong Gu52481452021-04-02 17:52:413846 }
Chong Gudf7fbe92021-02-24 02:55:583847 },
Yuly Novikov5c8eb802023-05-12 17:10:303848 'services_webnn_unittests': {
3849 'remove_from': [
3850 'Win10 FYI x64 Release (AMD RX 5500 XT)', # crbug.com/1445060
3851 ],
3852 },
Chong Gu76046412021-09-22 17:49:213853 'snapshot_unittests': {
Chong Gub2446462021-08-19 18:44:083854 'modifications': {
3855 'fuchsia-fyi-arm64-dbg': {
3856 'args': [
3857 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.snapshot_unittests.filter',
3858 ],
3859 },
3860 },
3861 },
Kenneth Russelleb60cbd22017-12-05 07:54:283862 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:293863 'remove_from': [
Brad Halla36886c2019-02-26 16:52:293864 'CrWinAsan(dll)', # https://crbug.com/935598
3865 ],
Kenneth Russelleb60cbd22017-12-05 07:54:283866 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:523867 'Linux ASan LSan Tests (1)': {
3868 'swarming': {
3869 'shards': 4,
3870 },
3871 },
Nico Weber8fbc2832018-12-14 16:00:573872 'Linux TSan Tests': {
3873 'swarming': {
3874 'shards': 6,
3875 },
3876 },
Chris Cunninghama1239c8b2022-05-03 00:32:213877 'Mac ASan 64 Tests (1)': {
3878 'swarming': {
3879 'shards': 3,
Lindsay Pasricha2cfaec212022-05-11 19:00:393880 },
3881 },
3882 'Mac11 Tests': {
3883 'swarming': {
3884 'shards': 4,
Chris Cunninghama1239c8b2022-05-03 00:32:213885 },
3886 },
Yue She0cad2922022-06-24 15:06:073887 'Mac12 Tests': {
Lindsay Pasrichac7e07d1e2022-12-16 22:10:063888 'ci_only': True,
Yue She0cad2922022-06-24 15:06:073889 'swarming': {
3890 'shards': 4,
3891 },
3892 },
Yue Shed8e45742023-06-01 15:18:033893 'Mac13 Tests': {
3894 'ci_only': True,
3895 'swarming': {
3896 'shards': 4,
3897 },
3898 },
Cameron Higgins2e4b7f12023-05-31 18:29:323899 'Mac13 Tests (dbg)':{
Cameron Higgins493e6a4e2022-10-11 05:03:303900 'swarming': {
Rahul Kumar Adudodlaecfd03c2023-04-20 17:53:453901 'shards': 3,
Cameron Higgins493e6a4e2022-10-11 05:03:303902 }
3903 },
Stephen Martinis1384ff92020-01-07 19:52:153904 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:283905 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:153906 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:283907 },
3908 },
Struan Shrimptona1ab7672022-01-13 18:02:513909 'Win10 Tests x64': {
3910 'swarming': {
Stephanie Kimbf31a692022-11-01 17:31:573911 'shards': 3,
Struan Shrimptona1ab7672022-01-13 18:02:513912 },
3913 },
Stephen Martinis75ab55d2018-08-30 02:27:123914 'Win10 Tests x64 (dbg)': {
3915 'experiment_percentage': 100, # https://crbug.com/840369
3916 },
Stephen Martinis1384ff92020-01-07 19:52:153917 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:113918 'swarming': {
3919 'shards': 4,
3920 },
3921 },
Stephanie Kim3aa4c552023-01-10 18:00:043922 'linux-chromeos-rel': {
3923 'swarming': {
3924 'shards': 2,
3925 },
3926 },
Stephen Martinis1384ff92020-01-07 19:52:153927 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:113928 'swarming': {
3929 'shards': 4,
3930 },
3931 },
Ian Struiksma01223f42023-06-05 15:52:393932 'linux-exp-asan-lsan-fyi-rel': {
3933 'swarming': {
3934 'shards': 4,
3935 },
3936 },
Ian Struiksma2e23f962023-05-26 22:37:203937 'linux-exp-tsan-fyi-rel': {
3938 'swarming': {
3939 'shards': 6,
3940 },
3941 },
Kuan Huang235b0142021-10-19 18:59:283942 'mac-code-coverage': {
3943 'args': [
3944 '--coverage-continuous-mode=1',
3945 ],
3946 },
Thiago Perrottaa289bad2023-01-20 12:44:393947 'mac-rel-cft': {
3948 'ci_only': True,
3949 'swarming': {
3950 'shards': 4,
3951 },
3952 },
Kuan Huang1b52d442023-02-07 20:35:343953 'win-asan': {
3954 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
3955 'args': [
3956 '--test-launcher-jobs=3',
3957 ],
3958 'swarming': {
3959 'shards': 2,
3960 },
3961 },
Thiago Perrotta314f7b02023-01-19 21:30:533962 'win-rel-cft': {
3963 'swarming': {
3964 'shards': 3,
3965 },
3966 },
Kenneth Russelleb60cbd22017-12-05 07:54:283967 },
3968 },
Hao Wubfdb23562023-06-17 20:16:513969 'sync_integration_tests_no_field_trial': {
3970 'remove_from': [
3971 'win10-rel-no-external-ip',
3972 'win-arm64-rel',
3973 'win-rel-cft',
3974 'Win11 Tests x64',
3975 ],
3976 },
Weizhong Xia613fda42021-04-21 20:11:523977 'system_webview_wpt': {
3978 'modifications': {
3979 'android-webview-pie-x86-wpt-fyi-rel': {
Weizhong Xia7dd41362021-09-30 16:05:383980 'args': [
Nihar Damarasingu8def1a22022-08-18 21:15:543981 '--use-upstream-wpt',
Weizhong Xia7dd41362021-09-30 16:05:383982 ],
Weizhong Xia613fda42021-04-21 20:11:523983 },
3984 },
3985 },
Kenneth Russell8a386d42018-06-02 09:48:013986 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:523987 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:013988 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:013989 'Linux Debug (NVIDIA)',
3990 'Mac Debug (Intel)',
3991 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:493992 'Win10 FYI x64 Debug (NVIDIA)',
Yuly Novikovf28f1eca2019-07-04 22:43:393993 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov86d61c42022-07-22 19:40:143994 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:053995 'Linux FYI Release (NVIDIA)',
Yuly Novikov5865ff72019-07-09 21:38:053996 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:013997 ],
Emily Hanleyb64ac7c2018-05-25 13:36:553998 },
Haiyang Pan8c201b92020-06-04 01:25:073999 'telemetry_chromium_minidump_unittests': {
James Shen969655a2022-09-28 02:27:074000 'modifications': {
Prakharc60ec802023-03-06 07:49:294001 # If you change this, make similar changes in android-x86-code-coverage below
James Shen969655a2022-09-28 02:27:074002 'android-nougat-x86-rel': {
4003 'ci_only': True,
4004 },
Prakharc60ec802023-03-06 07:49:294005 # Keep this same as android-nougat-x86-rel above
4006 'android-x86-code-coverage': {
4007 'ci_only': True,
4008 },
James Shen969655a2022-09-28 02:27:074009 },
Haiyang Pan8c201b92020-06-04 01:25:074010 },
Brian Sheedyc117f6d2020-05-06 02:23:274011 'telemetry_monochrome_minidump_unittests': {
James Shen969655a2022-09-28 02:27:074012 'modifications': {
Prakharc60ec802023-03-06 07:49:294013 # If you change this, make similar changes in android-x86-code-coverage below
James Shen969655a2022-09-28 02:27:074014 'android-nougat-x86-rel': {
4015 'ci_only': True,
4016 },
Prakharc60ec802023-03-06 07:49:294017 # Keep this same as android-nougat-x86-rel above
4018 'android-x86-code-coverage': {
4019 'ci_only': True,
4020 },
James Shen969655a2022-09-28 02:27:074021 },
Brian Sheedyc117f6d2020-05-06 02:23:274022 },
Kenneth Russelleb60cbd22017-12-05 07:54:284023 'telemetry_perf_unittests': {
4024 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:284025 'Linux Tests': {
4026 'args': [
4027 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:484028 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:284029 ],
4030 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:354031 'Linux Tests (dbg)(1)': {
4032 'args': [
4033 '--xvfb',
4034 '--jobs=1',
4035 ],
4036 },
John Chen9fd22fcf2021-12-10 02:24:124037 'Mac11 Tests': {
4038 'ci_only': True,
4039 },
Yue She0cad2922022-06-24 15:06:074040 'Mac12 Tests': {
4041 'ci_only': True,
4042 },
Yue Shed8e45742023-06-01 15:18:034043 'Mac13 Tests': {
4044 'ci_only': True,
4045 },
Prakharc60ec802023-03-06 07:49:294046 # If you change this, make similar changes in android-x86-code-coverage below
Brian Sheedy172ab8932022-07-27 20:39:284047 'android-nougat-x86-rel': {
4048 'args': [
4049 # For whatever reason, automatic browser selection on this bot chooses
4050 # webview instead of the full browser, so explicitly specify it here.
4051 '--browser=android-chromium',
4052 ],
James Shen969655a2022-09-28 02:27:074053 'ci_only': True,
Brian Sheedy172ab8932022-07-27 20:39:284054 },
Prakharc60ec802023-03-06 07:49:294055 # Keep this same as android-nougat-x86-rel above
4056 'android-x86-code-coverage': {
4057 'args': [
4058 # For whatever reason, automatic browser selection on this bot chooses
4059 # webview instead of the full browser, so explicitly specify it here.
4060 '--browser=android-chromium',
4061 ],
4062 'ci_only': True,
4063 },
Ben Pastene69400eb2021-03-25 19:27:164064 'chromeos-eve-chrome': {
4065 'args': [
4066 # TODO(crbug.com/1191132): Re-enable.
4067 '--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.wasmpspdfkit',
4068 ],
4069 },
Ben Pastene2b4b15f2021-03-04 00:39:244070 'chromeos-kevin-chrome': {
4071 # TODO(crbug.com/1182948): Remove the experiment.
Ben Pastenebe91e462021-07-27 23:47:264072 # TODO(b/188822176): Restore to 100% when we have additional capacity.
4073 'experiment_percentage': 0,
Ben Pastene2b4b15f2021-03-04 00:39:244074 },
Thiago Perrotta49e70492023-01-10 23:12:354075 'linux-rel-cft': {
4076 'args': [
4077 '--xvfb',
4078 '--jobs=1',
4079 ],
4080 },
Ben Pasteneebad8fc2022-08-12 23:34:284081 'linux-rel-no-external-ip': {
4082 'args': [
4083 '--xvfb',
4084 '--jobs=1',
4085 ],
4086 },
Thiago Perrottaa289bad2023-01-20 12:44:394087 'mac-rel-cft': {
4088 'ci_only': True,
4089 },
Kenneth Russelleb60cbd22017-12-05 07:54:284090 },
4091 'remove_from': [
Andrew Luobe83fd82019-12-19 03:07:584092 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:414093 # crbug.com/936540
Zhaoyang Li69e2e002021-02-19 21:57:354094 'Mac10.15 Tests',
Lindsay Pasricha21bb93d72021-12-07 05:48:394095 # TODO crbug.com/1277277
Cameron Higgins2e4b7f12023-05-31 18:29:324096 'Mac13 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:154097 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:294098 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:114099 'Win10 Tests x64 (dbg)',
Kuan Huanga89737d2022-01-07 19:42:114100 'Win11 Tests x64',
Ben Pasteneebad8fc2022-08-12 23:34:284101 'win10-rel-no-external-ip',
Thiago Perrotta770925d42023-01-17 18:38:514102 'win-rel-cft',
Kenneth Russelleb60cbd22017-12-05 07:54:284103 ],
4104 },
Stephen Martinis54d64ad2018-09-21 22:16:204105 'telemetry_unittests': {
4106 'modifications': {
4107 'Win10 Tests x64 (dbg)': {
4108 'experiment_percentage': 100, # crbug.com/870673
Ben Pastene9383fe12020-10-20 21:32:404109 },
John Budorickc498fd3c2019-03-14 01:16:264110 },
4111 'remove_from': [
Ben Pastene9ef2ced52021-07-28 18:04:344112 # TODO(crbug.com/1141234): Restore when there's more DUTs
Ben Pastene7f1ded3a42022-06-08 17:01:594113 'chromeos-eve-chrome',
Ben Pastene9ef2ced52021-07-28 18:04:344114 'chromeos-kevin-chrome',
Ben Pastene619317752020-12-03 00:04:144115
Takuto Ikuta9aa015d2019-04-15 23:33:294116 'Win10 Tests x64',
Kuan Huanga89737d2022-01-07 19:42:114117 'Win11 Tests x64',
Ben Pasteneebad8fc2022-08-12 23:34:284118 'win10-rel-no-external-ip',
Thiago Perrotta770925d42023-01-17 18:38:514119 'win-rel-cft',
Titouan Rigoudye122ec32021-11-08 16:36:164120
4121 # TODO(https://crbug.com/1267161): Re-enable when platform is supported.
4122 'mac11-arm64-rel-tests',
Zhaoyang Li5d3713d2022-06-13 18:01:174123 # TODO(https://crbug.com/1267161): Re-enable when platform is supported.
4124 'mac12-arm64-rel-tests',
Will Yeagera090e6a2023-06-09 14:59:414125 # TODO(https://crbug.com/1267161): Re-enable when platform is supported.
4126 'mac13-arm64-rel-tests',
John Budorickc498fd3c2019-03-14 01:16:264127 ],
Stephen Martinis54d64ad2018-09-21 22:16:204128 },
Ben Pastene8e7eb2652022-04-29 19:44:314129 'test_buildbucket_api_gpu_use_cases GTX 1660': {
4130 'remove_from': [
4131 'linux_optional_gpu_tests_rel', # crbug.com/1080749
Brian Sheedyf3b48d62020-05-08 23:03:124132 ],
4133 },
Preethi Mohan6d478e462022-10-13 18:51:594134 'testing_pytype': {
4135 'remove_from': [
4136 'linux-code-coverage',
4137 ],
4138 },
Brian Sheedy44e4b682023-06-13 22:25:214139 'trace_test': {
4140 'modifications': {
4141 # The browser is restarted after every test in this suite, which includes
4142 # re-applying permissions. Nexus 5Xs are very slow to apply permissions
4143 # compared to other devices, so increase sharding to offset the increased
4144 # runtime.
4145 'Android FYI Release (Nexus 5X)': {
4146 'swarming': {
4147 'shards': 2,
4148 },
4149 },
4150 'Android Release (Nexus 5X)': {
4151 'swarming': {
4152 'shards': 2,
4153 },
4154 },
4155 },
4156 },
Kenneth Russelleb60cbd22017-12-05 07:54:284157 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:524158 'remove_from': [
Ben Pastene3e32ffe2020-08-07 03:37:074159 'android-pie-arm64-rel', # https://crbug.com/1010211
Yun Liu3e759dbb2019-11-01 19:25:524160 ],
Kenneth Russelleb60cbd22017-12-05 07:54:284161 'modifications': {
John Budorickca14c76f62017-12-09 14:19:184162 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:344163 # These are slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:444164 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:184165 'swarming': {
John Budorick5052d552017-12-13 02:59:344166 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:184167 },
4168 },
Stephen Martinis1384ff92020-01-07 19:52:154169 'Linux Chromium OS ASan LSan Tests (1)': {
4170 # These are slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:444171 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:184172 'swarming': {
4173 'shards': 2,
4174 },
4175 },
Takuto Ikuta54671d972018-07-19 19:06:354176 'Linux ChromiumOS MSan Tests': {
4177 # These are very slow on the Chrome OS MSAN trybot for some reason.
4178 # crbug.com/865455
4179 'swarming': {
4180 'shards': 2,
4181 },
4182 },
Stephen Martinis1384ff92020-01-07 19:52:154183 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:354184 'swarming': {
4185 'shards': 2,
4186 },
4187 },
Maksim Sisovc81d284c2021-10-05 17:54:354188 # https://crbug.com/1184127
4189 'Linux Tests (Wayland)': {
4190 'args': [
4191 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.unit_tests_wayland.filter',
4192 ],
4193 },
Lindsay Pasrichadb377fe2023-06-27 20:29:354194 'Mac13 Tests': {
4195 'swarming': {
4196 'shards': 2,
4197 },
4198 },
Cameron Higgins2e4b7f12023-05-31 18:29:324199 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:174200 'swarming': {
4201 'shards': 2,
4202 },
4203 },
Stephen Martinis1384ff92020-01-07 19:52:154204 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:144205 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:154206 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:144207 },
4208 },
Stephen Martinis1384ff92020-01-07 19:52:154209 'android-asan': {
4210 'args': [
4211 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
4212 ],
4213 },
Ben Pasteneac465d422023-03-23 21:54:294214 'android-pie-arm64-rel-dev': {
Takuto Ikuta527cdff2020-01-29 08:04:274215 'swarming': {
4216 'shards': 8,
4217 },
4218 },
Stephen Martinis1384ff92020-01-07 19:52:154219 'linux-chromeos-chrome': {
4220 'args': [
4221 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
4222 ],
4223 },
Ben Pasteneacd57392019-10-31 02:13:254224 'linux-chromeos-dbg': {
4225 'swarming': {
4226 'shards': 2,
4227 },
4228 },
Erik Chend063aef72019-11-18 19:13:104229 'linux-chromeos-rel': {
4230 'swarming': {
4231 'shards': 2,
4232 },
4233 },
Ian Struiksma01223f42023-06-05 15:52:394234 'linux-exp-asan-lsan-fyi-rel': {
4235 # These are slow on the ASAN trybot for some reason.
4236 # crbug.com/1257927
4237 'swarming': {
4238 'shards': 4,
4239 },
4240 },
Ian Struiksma2e23f962023-05-26 22:37:204241 'linux-exp-tsan-fyi-rel': {
4242 'swarming': {
4243 'shards': 2,
4244 },
4245 },
Ben Pastene96b328e82023-04-07 21:19:054246 'linux-rel-dev': {
4247 'swarming': {
4248 'dimension_sets': [
4249 {
Ben Pastenefe0d7c62023-04-07 22:39:514250 'cores': '8',
Ben Pastene96b328e82023-04-07 21:19:054251 },
4252 ],
4253 },
4254 },
Kuan Huang4c8284672023-03-17 22:28:384255 'win-arm64-rel': {
4256 'args': [
4257 '--top-chrome-touch-ui=disabled',
4258 ],
4259 },
Prakhar2db54822023-04-25 17:55:184260 'win10-code-coverage': {
4261 'swarming': {
4262 'shards': 6,
4263 },
4264 },
Kenneth Russelleb60cbd22017-12-05 07:54:284265 },
4266 },
Pilar Molina Lopez1cbb1f72023-04-17 22:22:234267 'vaapi_unittest eve': {
4268 'remove_from': [
4269 'lacros-amd64-generic-rel',
4270 ]
4271 },
Hao Wu77dd1ab2022-04-29 21:36:204272 'variations_smoke_tests': {
4273 'modifications': {
Hao Wud38c2342022-06-09 02:03:474274 'linux-chrome': {
4275 'swarming': {
4276 'dimension_sets': [
4277 {
4278 'pool': 'chrome.tests.finch',
4279 },
4280 ],
4281 },
4282 },
Hao Wu77dd1ab2022-04-29 21:36:204283 'win-chrome': {
4284 'experiment_percentage': 100,
Hao Wud38c2342022-06-09 02:03:474285 'swarming': {
4286 'dimension_sets': [
4287 {
4288 'pool': 'chrome.tests.finch',
4289 },
4290 ],
4291 },
Hao Wu77dd1ab2022-04-29 21:36:204292 },
4293 },
4294 },
Kenneth Russell8a386d42018-06-02 09:48:014295 'video_decode_accelerator_gl_unittest': {
4296 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:014297 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikov3db078282023-01-04 10:06:254298 'Win10 FYI x64 Release (Intel)',
4299 'Win10 FYI x64 Experimental Release (Intel)',
Kenneth Russell8a386d42018-06-02 09:48:014300 ],
4301 },
Sven Zheng577fe5ff2020-08-03 22:06:444302 'views_unittests': {
Sven Zheng80734f12020-08-06 06:50:394303 'modifications': {
Maksim Sisovc81d284c2021-10-05 17:54:354304 'Linux Tests (Wayland)': {
4305 'args': [
4306 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
4307 ],
4308 },
Chong Gu6aa22be2021-09-10 06:56:144309 'fuchsia-fyi-arm64-dbg': {
4310 'args': [
4311 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.views_unittests.filter',
4312 ],
4313 },
Sven Zhengbc822262022-09-20 20:47:354314 # https://crbug.com/1111979
4315 'linux-lacros-asan-lsan-rel': {
4316 'args': [
4317 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
4318 'DesktopWidgetTest*:'
4319 'DesktopWindowTreeHostPlatformTest*:'
4320 'EditableComboboxTest*:'
4321 'MenuRunnerTest*:'
4322 'TextfieldTest*:'
Sven Zhengbc822262022-09-20 20:47:354323 ],
4324 },
Sven Zheng5c9d3e342020-08-11 21:39:434325 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:544326 'linux-lacros-code-coverage': {
4327 'args': [
4328 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
4329 'DesktopWidgetTest*:'
4330 'DesktopWindowTreeHostPlatformTest*:'
4331 'EditableComboboxTest*:'
4332 'MenuRunnerTest*:'
4333 'TextfieldTest*:'
Junhua Chen39dd2dba2021-05-05 17:51:544334 ],
4335 },
Yuke Liaoa0db4742021-08-09 18:28:334336 'linux-lacros-dbg-tests-fyi': {
4337 'args': [
4338 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
4339 'TextfieldTest*:'
Yuke Liaoa0db4742021-08-09 18:28:334340 ],
4341 },
Sven Zheng5c9d3e342020-08-11 21:39:434342 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:434343 'args': [
4344 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
Yuke Liao34721c22020-08-14 21:41:194345 'DesktopWidgetTest*:'
4346 'DesktopWindowTreeHostPlatformTest*:'
Yuke Liaocf9db2b2020-08-13 19:42:534347 'EditableComboboxTest*:'
Sven Zhengea8903f2020-08-14 05:27:514348 'MenuRunnerTest*:'
Yuke Liaocf9db2b2020-08-13 19:42:534349 'TextfieldTest*:'
Sven Zheng5c9d3e342020-08-11 21:39:434350 ],
4351 },
Sven Zheng80734f12020-08-06 06:50:394352 },
Sven Zheng577fe5ff2020-08-03 22:06:444353 },
John Budorickd02c429de2020-01-10 19:02:214354 'viz_unittests': {
4355 'modifications': {
Chong Gub2446462021-08-19 18:44:084356 'fuchsia-fyi-arm64-dbg': {
Chong Gu6aa22be2021-09-10 06:56:144357 'args': [
4358 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.viz_unittests.filter',
4359 ],
Chong Gub2446462021-08-19 18:44:084360 },
John Budorickd02c429de2020-01-10 19:02:214361 },
4362 },
John Budorick20f4fa8d2019-08-02 22:58:294363 'vr_common_unittests': {
4364 'remove_from': [
Haiyang Pan08d09dc2020-04-01 16:11:214365 'android-pie-x86-rel',
John Budorick20f4fa8d2019-08-02 22:58:294366 ],
4367 },
Brian Sheedy45935b42022-12-14 23:21:464368 'vulkan_pixel_skia_gold_test': {
4369 'replacements': {
4370 # The V8 builders pass the V8 revision for ${got_revision}, so instead
4371 # use ${got_cr_revision}, which is only set on the V8 bots.
4372 'Linux V8 FYI Release (NVIDIA)': {
4373 'args': {
4374 '--git-revision': '${got_cr_revision}',
4375 },
4376 },
Brian Sheedyd7973022023-01-03 14:15:094377 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
4378 'args': {
4379 '--git-revision': '${got_cr_revision}',
4380 },
4381 },
4382 'Mac V8 FYI Release (Intel)': {
4383 'args': {
4384 '--git-revision': '${got_cr_revision}',
4385 },
4386 },
4387 'Win V8 FYI Release (NVIDIA)': {
4388 'args': {
4389 '--git-revision': '${got_cr_revision}',
4390 },
4391 },
Brian Sheedy45935b42022-12-14 23:21:464392 },
4393 },
Nico Webere81999ee2018-07-01 23:52:434394 'wayland_client_perftests': {
4395 'remove_from': [
4396 'linux-chromeos-dbg', # https://crbug.com/859307
4397 ],
4398 },
Chong Gu76046412021-09-22 17:49:214399 'web_engine_browsertests': {
Chong Gud1a5c5992021-04-09 04:08:324400 'modifications': {
4401 'fuchsia-code-coverage': {
4402 'swarming': {
Chong Gu7a463202021-07-19 18:43:104403 'shards': 28,
Chong Gud1a5c5992021-04-09 04:08:324404 },
4405 },
4406 },
4407 },
John Budorick63357462019-02-27 23:02:514408 'webdriver_tests_suite': {
4409 'remove_from': [
4410 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
Thiago Perrotta61487462023-01-20 12:52:324411 'linux-rel-cft',
John Budorick63357462019-02-27 23:02:514412 ],
4413 },
Brian Sheedyd7973022023-01-03 14:15:094414 'webgl2_conformance_d3d11_passthrough_tests': {
4415 'remove_from': [
4416 # Removed from V8 builder since WebGL 1 should provide reasonable
4417 # upstream test coverage without the capacity hit from WebGL 2.
4418 'Win V8 FYI Release (NVIDIA)',
4419 ],
4420 },
Yuly Novikov19bc4c332022-10-17 18:45:064421 'webgl2_conformance_gl_passthrough_tests': {
4422 'remove_from': [
Brian Sheedyd7973022023-01-03 14:15:094423 # Removed from V8 builders since WebGL 1 should provide reasonable
4424 # upstream test coverage without the capacity hit from WebGL 2.
4425 'Linux V8 FYI Release (NVIDIA)',
4426 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Brian Sheedyd7973022023-01-03 14:15:094427 'Mac V8 FYI Release (Intel)',
Yuly Novikov19bc4c332022-10-17 18:45:064428 ],
4429 },
Brian Sheedy5a9f6562021-08-20 03:32:544430 'webgl2_conformance_gles_passthrough_tests': {
4431 'remove_from': [
Brian Sheedyefb683c2022-01-25 21:17:364432 # Currently not enough capacity to run these tests on this config.
4433 # TODO(crbug.com/1280418): Re-enable once more of the Pixel 6 capacity
4434 # is deployed.
4435 'Android FYI Release (Pixel 6)',
Brian Sheedy43f5a6f2022-01-07 02:41:044436 # Not enough CrOS hardware capacity to run both on anything other than
4437 # VMs. See https://crbug.com/1238070.
Brian Sheedy5a9f6562021-08-20 03:32:544438 'Lacros FYI x64 Release (Intel)',
4439 ],
4440 'modifications': {
4441 # This VM configuration is known to be significantly slower than other
4442 # CrOS configurations, so increase the shards.
4443 # TODO(crbug.com/1223550): Remove this if the configuration can be sped
4444 # up.
4445 'ChromeOS FYI Release (amd64-generic)': {
4446 'swarming': {
4447 'shards': 30,
4448 },
4449 },
4450 },
4451 },
Kramer Ge271dd202023-05-19 23:38:374452 'webgl2_conformance_gles_passthrough_tests Ash ToT': {
4453 'modifications': {
4454 # Not enough capacity.
4455 'Lacros FYI Release (jacuzzi)': {
4456 'swarming': {
4457 'shards': 1,
4458 },
4459 },
4460 # Not enough capacity.
4461 'Lacros FYI Release (octopus)': {
4462 'swarming': {
4463 'shards': 1,
4464 },
4465 },
4466 },
4467 },
Kenneth Russell18fff67f2021-11-05 23:45:114468 'webgl2_conformance_metal_passthrough_tests': {
4469 'remove_from': [
Yuly Novikov7d00cdb2022-01-05 00:10:384470 # crbug.com/1270755
4471 'Mac FYI ASAN (Intel)',
4472 'Mac FYI Retina ASAN (AMD)',
Kenneth Russell18fff67f2021-11-05 23:45:114473 # Not enough capacity.
4474 'Mac FYI Retina Release (NVIDIA)',
Yuly Novikov9e6e9d82023-06-26 18:54:084475 'Mac FYI Experimental Retina Release (NVIDIA)',
Brian Sheedyd7973022023-01-03 14:15:094476 # Removed from V8 builders since WebGL 1 should provide reasonable
4477 # upstream test coverage without the capacity hit from WebGL 2.
4478 'Mac V8 FYI Release (Intel)',
Kenneth Russell18fff67f2021-11-05 23:45:114479 ],
Yuly Novikov220c14a52021-12-14 02:49:334480 'modifications': {
4481 'Mac FYI ASAN (Intel)': {
4482 'args': [
4483 '--extra-browser-args=--disable-metal-shader-cache',
Brian Sheedya111ca92022-04-18 23:37:154484 '--enable-metal-debug-layers',
4485 ],
4486 },
Yuly Novikov52ec1cb2023-03-08 18:39:214487 'Mac FYI Experimental Retina Release (AMD)': {
4488 'args': [
4489 '--enable-metal-debug-layers',
4490 ],
4491 },
Brian Sheedya111ca92022-04-18 23:37:154492 'Mac FYI Release (Intel)': {
4493 'args': [
4494 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334495 ],
4496 },
4497 'Mac FYI Retina ASAN (AMD)': {
4498 'args': [
4499 '--extra-browser-args=--disable-metal-shader-cache',
Yuly Novikovf0480762023-04-13 10:25:444500 '--enable-metal-debug-layers',
Brian Sheedya111ca92022-04-18 23:37:154501 ],
4502 },
4503 'Mac FYI Retina Release (AMD)': {
4504 'args': [
Yuly Novikovf0480762023-04-13 10:25:444505 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334506 ],
4507 },
Yuly Novikov599840bf2023-01-31 19:13:094508 'mac-angle-chromium-amd': {
4509 'args': [
Yuly Novikovf0480762023-04-13 10:25:444510 '--enable-metal-debug-layers',
Yuly Novikov599840bf2023-01-31 19:13:094511 ],
4512 },
4513 'mac-angle-chromium-intel': {
4514 'args': [
4515 '--enable-metal-debug-layers',
4516 ],
4517 },
Yuly Novikov220c14a52021-12-14 02:49:334518 },
Kenneth Russell18fff67f2021-11-05 23:45:114519 },
John Budorick82e61dfb2019-12-10 04:36:094520 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:204521 'remove_from': [
Brian Sheedyefb683c2022-01-25 21:17:364522 # Currently not enough capacity to run these tests on this config.
4523 # TODO(crbug.com/1280418): Re-enable once more of the Pixel 6 capacity
4524 # is deployed.
4525 'Android FYI Release (Pixel 6)',
Brian Sheedy43f5a6f2022-01-07 02:41:044526 # Passthrough version run on this configuration, not enough capacity for
4527 # both. See https://crbug.com/1238070.
4528 'ChromeOS FYI Release (kevin)',
Stephen Martinis54d64ad2018-09-21 22:16:204529 ],
Kenneth Russell8a386d42018-06-02 09:48:014530 'modifications': {
Brian Sheedyab0a1992021-08-13 20:57:394531 # This VM configuration is known to be significantly slower than other
4532 # CrOS configurations, so increase the shards.
4533 # TODO(crbug.com/1223550): Remove this if the configuration can be sped
4534 # up.
4535 'ChromeOS FYI Release (amd64-generic)': {
4536 'swarming': {
4537 'shards': 30,
4538 },
Brian Sheedy9bde4532021-08-20 18:11:194539 # This configuration is tested with the passthrough decoder as well,
4540 # which will be shipped in the nearish future, so any failures that
4541 # show up with the validating decoder are just an FYI.
4542 'experiment_percentage': 100,
Brian Sheedyab0a1992021-08-13 20:57:394543 },
Brian Sheedy22200312021-08-20 22:17:504544 'ChromeOS FYI Release (kevin)': {
4545 'experiment_percentage': 100,
4546 },
Kenneth Russell8a386d42018-06-02 09:48:014547 },
4548 },
Yuly Novikovf0480762023-04-13 10:25:444549 'webgl_conformance_gl_passthrough_tests 1002:67ef': {
Brian Sheedye8723cb2022-07-21 13:37:284550 'modifications': {
4551 'mac_optional_gpu_tests_rel': {
4552 'args': [
4553 # Added to debug crbug.com/1293967.
Brian Sheedyf528ce592022-07-26 22:44:464554 '--extra-browser-args=--disable-background-media-suspend --disable-renderer-backgrounding --disable-background-timer-throttling',
Brian Sheedye8723cb2022-07-21 13:37:284555 ],
4556 },
4557 },
4558 },
Kramer Ge271dd202023-05-19 23:38:374559 'webgl_conformance_gles_passthrough_tests Ash ToT': {
4560 'modifications': {
4561 # Not enough capacity.
4562 'Lacros FYI Release (jacuzzi)': {
4563 'swarming': {
4564 'shards': 1,
4565 },
4566 },
4567 # Not enough capacity.
4568 'Lacros FYI Release (octopus)': {
4569 'swarming': {
4570 'shards': 1,
4571 },
4572 },
4573 },
4574 },
Kenneth Russell984f2f12020-12-15 23:23:354575 'webgl_conformance_metal_passthrough_tests': {
4576 'remove_from': [
Yuly Novikov7d00cdb2022-01-05 00:10:384577 # crbug.com/1270755
4578 'Mac FYI ASAN (Intel)',
4579 'Mac FYI Retina ASAN (AMD)',
Yuly Novikov220c14a52021-12-14 02:49:334580 # crbug.com/1158857: re-enable when switching to Metal by default.
Kenneth Russell984f2f12020-12-15 23:23:354581 'Mac FYI Retina Release (NVIDIA)',
Yuly Novikov9e6e9d82023-06-26 18:54:084582 'Mac FYI Experimental Retina Release (NVIDIA)',
Kenneth Russell984f2f12020-12-15 23:23:354583 ],
Yuly Novikov220c14a52021-12-14 02:49:334584 'modifications': {
4585 'Mac FYI ASAN (Intel)': {
4586 'args': [
4587 '--extra-browser-args=--disable-metal-shader-cache',
Brian Sheedya111ca92022-04-18 23:37:154588 '--enable-metal-debug-layers',
4589 ],
4590 },
Yuly Novikov52ec1cb2023-03-08 18:39:214591 'Mac FYI Experimental Retina Release (AMD)': {
4592 'args': [
4593 '--enable-metal-debug-layers',
4594 ],
4595 },
Brian Sheedya111ca92022-04-18 23:37:154596 'Mac FYI Release (Intel)': {
4597 'args': [
4598 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334599 ],
4600 },
4601 'Mac FYI Retina ASAN (AMD)': {
4602 'args': [
4603 '--extra-browser-args=--disable-metal-shader-cache',
Yuly Novikovf0480762023-04-13 10:25:444604 '--enable-metal-debug-layers',
Brian Sheedya111ca92022-04-18 23:37:154605 ],
4606 },
4607 'Mac FYI Retina Release (AMD)': {
4608 'args': [
Yuly Novikovf0480762023-04-13 10:25:444609 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334610 ],
4611 },
Yuly Novikov599840bf2023-01-31 19:13:094612 'mac-angle-chromium-amd': {
4613 'args': [
Yuly Novikovf0480762023-04-13 10:25:444614 '--enable-metal-debug-layers',
Yuly Novikov599840bf2023-01-31 19:13:094615 ],
4616 },
4617 'mac-angle-chromium-intel': {
4618 'args': [
4619 '--enable-metal-debug-layers',
4620 ],
4621 },
Yuly Novikov220c14a52021-12-14 02:49:334622 },
Kenneth Russell984f2f12020-12-15 23:23:354623 },
Stephen Martinis54d64ad2018-09-21 22:16:204624 'webgl_conformance_tests': {
Struan Shrimptona1ab7672022-01-13 18:02:514625 'modifications': {
4626 'chromeos-amd64-generic-rel': {
Kenneth Russelld5558352022-07-15 18:40:454627 'args': [
4628 # Added to debug crbug.com/1293967.
Brian Sheedyf528ce592022-07-26 22:44:464629 '--extra-browser-args=--disable-features=BackgroundVideoPauseOptimization --disable-background-media-suspend --disable-renderer-backgrounding --disable-background-timer-throttling',
Kenneth Russelld5558352022-07-15 18:40:454630 ],
Struan Shrimptona1ab7672022-01-13 18:02:514631 },
4632 },
Kenneth Russell8a386d42018-06-02 09:48:014633 },
Austin Enge8c0ba02021-07-19 23:55:194634 'webgpu_blink_web_tests': {
Brian Sheedyd9a809f02022-10-06 00:50:374635 'remove_from': [
4636 # TODO(crbug.com/1363409): Enable these once they're shown to work on
4637 # Android.
4638 'Dawn Android arm DEPS Release (Pixel 4)',
4639 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:154640 'Dawn Android arm64 DEPS Release (Pixel 6)',
4641 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:374642 ],
Austin Enge8c0ba02021-07-19 23:55:194643 'modifications': {
4644 # Increase the timeout with ASAN (crbug.com/1208253)
4645 'Dawn Win10 x64 ASAN Release': {
4646 'args': [
Weizhong Xia91b53362022-01-05 17:13:354647 '--timeout-ms=48000',
Austin Enge8c0ba02021-07-19 23:55:194648 ],
4649 },
Kai Ninomiyabb3312a2023-02-07 00:07:534650 # These tests must run with a GPU.
4651 'linux-code-coverage': {
4652 'swarming': {
4653 'dimension_sets': [
4654 {
4655 # TODO(crbug.com/1408314): This must be kept in sync with the
4656 # appropriate mixin; currently, linux_nvidia_gtx_1660_stable,
4657 # which is used by Dawn Linux x64 Release (NVIDIA).
4658 'gpu': '10de:2184-440.100',
4659 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6',
4660 'pool': 'chromium.tests.gpu'
4661 }
4662 ],
4663 },
4664 },
4665 'mac-code-coverage': {
4666 'swarming': {
4667 'dimension_sets': [
4668 {
4669 # TODO(crbug.com/1408314): This must be kept in sync with the
4670 # appropriate mixin; currently, mac_mini_intel_gpu_stable,
4671 # which is used by Dawn Mac x64 Release (Intel).
4672 'cpu': 'x86-64',
4673 'gpu': '8086:3e9b',
Yuly Novikove94863eb2023-05-17 17:49:194674 'os': 'Mac-13.3.1',
Kai Ninomiyabb3312a2023-02-07 00:07:534675 'display_attached': '1',
4676 }
4677 ],
4678 },
4679 },
4680 'win10-code-coverage': {
4681 'swarming': {
4682 'dimension_sets': [
4683 {
4684 # TODO(crbug.com/1408314): This must be kept in sync with the
4685 # appropriate mixin; currently, win10_nvidia_gtx_1660_stable,
4686 # which is used by Dawn Win10 x64 Release (NVIDIA).
4687 'gpu': '10de:2184-27.21.14.5638',
4688 'os': 'Windows-10-18363',
4689 'pool': 'chromium.tests.gpu',
4690 }
4691 ],
4692 },
4693 },
Austin Enge8c0ba02021-07-19 23:55:194694 },
Brian Sheedy5796b4b2021-09-15 21:51:414695 },
4696 'webgpu_blink_web_tests_with_backend_validation': {
Austin Engd7a88622022-08-12 18:50:004697 'remove_from': [
Brian Sheedyd9a809f02022-10-06 00:50:374698 # TODO(crbug.com/1363409): Enable these once they're shown to work on
4699 # Android.
4700 'Dawn Android arm DEPS Release (Pixel 4)',
4701 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:154702 'Dawn Android arm64 DEPS Release (Pixel 6)',
4703 'Dawn Android arm64 Release (Pixel 6)',
Yuly Novikovf0480762023-04-13 10:25:444704 # Remove from bots where capacity is constrained.
Yuly Novikov9f43dc52023-01-10 15:07:174705 'Dawn Win10 x64 DEPS Release (Intel)',
4706 'Dawn Win10 x64 Release (Intel)',
Kai Ninomiyabb3312a2023-02-07 00:07:534707 'linux-code-coverage',
4708 'mac-code-coverage',
4709 'win10-code-coverage',
Austin Engd7a88622022-08-12 18:50:004710 ],
4711 },
4712 'webgpu_cts_tests': {
Kai Ninomiyabb3312a2023-02-07 00:07:534713 'modifications': {
Austin Eng1cebf662023-05-25 00:42:514714 'Dawn Android arm DEPS Release (Pixel 4)': {
4715 'ci_only': True,
4716 },
4717 'Dawn Android arm Release (Pixel 4)': {
4718 'ci_only': True,
4719 },
4720 'Dawn Android arm64 DEPS Release (Pixel 6)': {
4721 'ci_only': True,
4722 },
4723 'Dawn Android arm64 Release (Pixel 6)': {
4724 'ci_only': True,
4725 },
Kai Ninomiyabb3312a2023-02-07 00:07:534726 # These tests must run with a GPU.
4727 'linux-code-coverage': {
4728 'swarming': {
4729 'dimension_sets': [
4730 {
4731 # TODO(crbug.com/1408314): This must be kept in sync with the
4732 # appropriate mixin; currently, linux_nvidia_gtx_1660_stable,
4733 # which is used by Dawn Linux x64 Release (NVIDIA).
4734 'gpu': '10de:2184-440.100',
4735 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6',
4736 'pool': 'chromium.tests.gpu'
4737 }
4738 ],
4739 },
4740 },
4741 'mac-code-coverage': {
4742 'swarming': {
4743 'dimension_sets': [
4744 {
4745 # TODO(crbug.com/1408314): This must be kept in sync with the
4746 # appropriate mixin; currently, mac_mini_intel_gpu_stable,
4747 # which is used by Dawn Mac x64 Release (Intel).
4748 'cpu': 'x86-64',
4749 'gpu': '8086:3e9b',
Yuly Novikove94863eb2023-05-17 17:49:194750 'os': 'Mac-13.3.1',
Kai Ninomiyabb3312a2023-02-07 00:07:534751 'display_attached': '1',
4752 }
4753 ],
4754 },
4755 },
4756 'win10-code-coverage': {
4757 'swarming': {
4758 'dimension_sets': [
4759 {
4760 # TODO(crbug.com/1408314): This must be kept in sync with the
4761 # appropriate mixin; currently, win10_nvidia_gtx_1660_stable,
4762 # which is used by Dawn Win10 x64 Release (NVIDIA).
4763 'gpu': '10de:2184-27.21.14.5638',
4764 'os': 'Windows-10-18363',
4765 'pool': 'chromium.tests.gpu',
4766 }
4767 ],
4768 },
4769 },
4770 },
Austin Engd7a88622022-08-12 18:50:004771 },
4772 'webgpu_cts_with_validation_tests': {
Austin Engd7a88622022-08-12 18:50:004773 'remove_from': [
Yuly Novikovf0480762023-04-13 10:25:444774 # Remove from bots where capacity is constrained.
Yuly Novikov9f43dc52023-01-10 15:07:174775 'Dawn Win10 x64 DEPS Release (Intel)',
4776 'Dawn Win10 x64 Release (Intel)',
Austin Eng545d1692023-05-11 18:57:094777 # Disable testing with validation on x86 where they frequently OOM.
4778 # See crbug.com/1444815.
Yuly Novikov9f43dc52023-01-10 15:07:174779 'Dawn Win10 x86 DEPS Release (Intel)',
4780 'Dawn Win10 x86 Release (Intel)',
Austin Eng545d1692023-05-11 18:57:094781 'Dawn Win10 x86 DEPS Release (NVIDIA)',
4782 'Dawn Win10 x86 Release (NVIDIA)',
4783 # Don't need validation layers on code coverage bots
Kai Ninomiyabb3312a2023-02-07 00:07:534784 'linux-code-coverage',
4785 'mac-code-coverage',
4786 'win10-code-coverage',
Austin Engd7a88622022-08-12 18:50:004787 ],
4788 'modifications': {
Austin Eng1cebf662023-05-25 00:42:514789 'Dawn Android arm DEPS Release (Pixel 4)': {
4790 'ci_only': True,
4791 },
4792 'Dawn Android arm Release (Pixel 4)': {
4793 'ci_only': True,
4794 },
4795 'Dawn Android arm64 DEPS Release (Pixel 6)': {
4796 'ci_only': True,
4797 },
4798 'Dawn Android arm64 Release (Pixel 6)': {
4799 'ci_only': True,
4800 },
Austin Engd7a88622022-08-12 18:50:004801 # ci_only for bots where capacity is constrained.
4802 'Dawn Linux x64 DEPS Release (Intel UHD 630)': {
4803 'ci_only': True,
4804 },
4805 'Dawn Linux x64 Release (Intel UHD 630)': {
4806 'ci_only': True,
4807 },
4808 },
4809 },
4810 'webgpu_swiftshader_web_platform_cts_with_validation_tests': {
4811 # Remove from bots where capacity is constrained.
4812 'remove_from': [
Yuly Novikov9f43dc52023-01-10 15:07:174813 'Dawn Win10 x64 DEPS Release (Intel)',
4814 'Dawn Win10 x64 Release (Intel)',
4815 'Dawn Win10 x86 DEPS Release (Intel)',
4816 'Dawn Win10 x86 Release (Intel)',
Austin Engd7a88622022-08-12 18:50:004817 ],
4818 'modifications': {
4819 # ci_only for bots where capacity is constrained.
4820 'Dawn Linux x64 DEPS Release (Intel UHD 630)': {
4821 'ci_only': True,
4822 },
4823 'Dawn Linux x64 Release (Intel UHD 630)': {
4824 'ci_only': True,
4825 },
4826 },
Austin Enge8c0ba02021-07-19 23:55:194827 },
Kenneth Russelleb60cbd22017-12-05 07:54:284828 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:284829 'modifications': {
John Budorick5052d552017-12-13 02:59:344830 'Linux ASan LSan Tests (1)': {
4831 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:444832 # crbug.com/1257927
John Budorick5052d552017-12-13 02:59:344833 'swarming': {
4834 'shards': 5,
4835 },
4836 },
Erik Chen681dc0282019-11-26 22:54:494837 'Linux TSan Tests': {
4838 'swarming': {
4839 'shards': 2,
4840 },
4841 },
Ian Struiksma01223f42023-06-05 15:52:394842 'linux-exp-asan-lsan-fyi-rel': {
4843 # These are very slow on the ASAN trybot for some reason.
4844 # crbug.com/1257927
4845 'swarming': {
4846 'shards': 5,
4847 },
4848 },
Ian Struiksma2e23f962023-05-26 22:37:204849 'linux-exp-tsan-fyi-rel': {
4850 'swarming': {
4851 'shards': 2,
4852 },
4853 },
Prakhar746198a2023-04-25 17:56:584854 'win10-code-coverage': {
4855 'swarming': {
4856 'shards': 4,
4857 },
4858 },
Dirk Pranke81ff51c2017-12-09 19:24:284859 },
Kenneth Russelleb60cbd22017-12-05 07:54:284860 },
Susanne Westphal75f3ec92023-03-27 15:29:514861 'weblayer_browsertests': {
4862 'modifications': {
4863 'android-12-x64-rel': {
4864 'ci_only': True,
4865 },
4866 # If you change this, make similar changes in android-x86-code-coverage below
4867 'android-nougat-x86-rel': {
4868 'ci_only': True,
4869 },
4870 'android-pie-arm64-rel': {
4871 'ci_only': True,
4872 },
4873 # Keep this same as android-nougat-x86-rel above
4874 'android-x86-code-coverage': {
4875 'ci_only': True,
4876 },
4877 },
4878 },
Erik Staab70ca5b32021-08-07 00:38:354879 'webview_64_cts_tests': {
4880 'modifications': {
4881 'android-pie-arm64-rel': {
4882 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
4883 # capacity has been deployed.
4884 'swarming': {
4885 'dimension_sets': [
4886 {
4887 'device_type': 'sailfish',
4888 },
4889 ],
4890 },
4891 },
4892 },
4893 },
Haiyang Panfbd2b482020-09-23 23:41:254894 'webview_cts_tests': {
4895 'modifications': {
Prakharc60ec802023-03-06 07:49:294896 # If you change this, make similar changes in android-x86-code-coverage below
James Shen39977242022-07-08 23:46:424897 'android-nougat-x86-rel': {
4898 'args': [
Ben Joyce0e5ef162022-12-19 21:26:104899 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_cts_tests.filter',
James Shen39977242022-07-08 23:46:424900 ],
4901 },
Haiyang Panfbd2b482020-09-23 23:41:254902 'android-pie-arm64-rel': {
4903 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
4904 # capacity has been deployed.
4905 'swarming': {
4906 'dimension_sets': [
4907 {
4908 'device_type': 'sailfish',
4909 },
4910 ],
4911 },
4912 },
Prakharc60ec802023-03-06 07:49:294913 # Keep this same as android-nougat-x86-rel above
4914 'android-x86-code-coverage': {
4915 'args': [
4916 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_cts_tests.filter',
Prakharc60ec802023-03-06 07:49:294917 ],
4918 },
Haiyang Panfbd2b482020-09-23 23:41:254919 },
4920 },
Kenneth Russelleb60cbd22017-12-05 07:54:284921 'webview_instrumentation_test_apk': {
4922 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:064923 # This test frequently fails on Android, https://crbug.com/824959
Stephen Martinis1384ff92020-01-07 19:52:154924 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:504925 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:094926 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:194927 'android-code-coverage-native', # Does not generate profraw data.
Kenneth Russelleb60cbd22017-12-05 07:54:284928 ],
Ben Pastenee17a8e92018-07-12 21:55:184929 'modifications': {
4930 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:304931 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:574932 # TODO(https://crbug.com/884413): Re-enable this once the tests are
4933 # either passing or there is more capacity.
4934 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:184935 },
Haiyang Pan9d68ca02021-08-04 21:30:474936 'android-11-x86-rel': {
Haiyang Pan103864812021-03-19 19:28:444937 'args': [
4938 # TODO(crbug.com/1189746) Enable this test once the issue is fixed.
4939 '--gtest_filter=-org.chromium.net.NetworkChangeNotifierTest.testNetworkChangeNotifierJavaObservers',
4940 ],
4941 },
Struan Shrimpton5786bfd02023-01-11 00:47:544942 'android-12-x64-rel': {
4943 'swarming': {
James Shen783979b72023-03-02 01:58:014944 'shards': 10,
Struan Shrimpton5786bfd02023-01-11 00:47:544945 },
4946 },
Haiyang Pan9ecfcb42023-03-02 18:50:434947 'android-12l-x64-dbg-tests': {
4948 'args': [
4949 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.webview_instrumentation_test_apk.filter',
4950 ],
4951 'swarming': {
4952 'shards': 9,
4953 },
4954 },
Haiyang Pan42c77cd92023-05-18 01:13:034955 'android-12l-x64-fyi-dbg': {
Haiyang Panef317e4372023-05-19 01:30:084956 'args': [
4957 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.webview_instrumentation_test_apk.filter',
4958 ],
Haiyang Pan42c77cd92023-05-18 01:13:034959 'swarming': {
4960 'shards': 9,
4961 },
4962 },
4963 'android-13-x64-fyi-rel': {
Haiyang Panef317e4372023-05-19 01:30:084964 'args': [
4965 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.webview_instrumentation_test_apk.filter',
4966 ],
Haiyang Pan42c77cd92023-05-18 01:13:034967 'swarming': {
4968 'shards': 9,
4969 },
4970 },
Haiyang Pan9ecfcb42023-03-02 18:50:434971 'android-13-x64-rel': {
4972 'args': [
4973 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.webview_instrumentation_test_apk.filter',
4974 ],
4975 'swarming': {
4976 'shards': 9,
4977 },
4978 },
Prakharc60ec802023-03-06 07:49:294979 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pandcc3e012022-09-30 01:57:434980 'android-nougat-x86-rel': {
Ben Joyce98b04822022-11-10 23:40:554981 'args': [
4982 '--use-persistent-shell',
4983 ],
Haiyang Pandcc3e012022-09-30 01:57:434984 'swarming': {
Stephanie Kim8e9b7432022-11-01 22:36:344985 'shards': 27,
Haiyang Pandcc3e012022-09-30 01:57:434986 },
4987 },
Kuan Huang1f402c82021-06-08 17:58:184988 'android-pie-arm64-rel': {
Ben Joycee8955c42022-11-01 21:38:504989 'args': [
4990 '--use-persistent-shell',
4991 ],
Gregory Guterman7c7edc6342022-09-26 21:00:134992 'ci_only': True, # crbug/1368281
Kuan Huang1f402c82021-06-08 17:58:184993 'swarming': {
4994 'shards': 9,
4995 },
4996 },
Haiyang Pan08d09dc2020-04-01 16:11:214997 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:294998 'args': [
4999 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
5000 ],
Ben Joyce9a7eb312021-08-25 00:44:595001 'swarming': {
5002 'shards': 9,
5003 },
Haiyang Panfdd94332020-03-27 02:43:295004 },
Prakharc60ec802023-03-06 07:49:295005 # Keep this same as android-nougat-x86-rel above
5006 'android-x86-code-coverage': {
5007 'args': [
5008 '--use-persistent-shell',
5009 ],
5010 'swarming': {
5011 'shards': 27,
5012 },
5013 },
Ben Pastenee17a8e92018-07-12 21:55:185014 },
Kenneth Russelleb60cbd22017-12-05 07:54:285015 },
Haiyang Panfed339172021-03-10 23:19:575016 'webview_ui_test_app_test_apk': {
5017 'remove_from': [
Haiyang Pan9d68ca02021-08-04 21:30:475018 'android-11-x86-rel', # crbug.com/1165280
Haiyang Panfed339172021-03-10 23:19:575019 ],
5020 },
Nihar Damarasinguaac11d862022-10-03 20:24:245021 'wpt_tests_suite': {
5022 'modifications': {
Jonathan Lee4d014e82022-12-15 22:21:185023 'linux-wpt-content-shell-asan-fyi-rel': {
5024 'args': [
5025 '--enable-sanitizer',
5026 ],
5027 'swarming': {
5028 'shards': 8,
5029 },
Weizhong Xiab5eb8962023-03-08 19:22:595030 },
Weizhong Xia93275902023-04-06 18:08:045031 'linux-wpt-content-shell-fyi-rel': {
5032 'swarming': {
5033 'shards': 10,
5034 },
5035 },
Nihar Damarasinguaac11d862022-10-03 20:24:245036 'win10-wpt-content-shell-fyi-rel': {
5037 'args': [
5038 '--target',
5039 'Release_x64',
5040 ],
5041 },
Nihar Damarasinguc5b983c2022-12-08 18:56:145042 'win11-wpt-content-shell-fyi-rel': {
5043 'args': [
5044 '--target',
5045 'Release_x64',
5046 ],
5047 },
Nihar Damarasinguaac11d862022-10-03 20:24:245048 },
5049 },
Kenneth Russelleb60cbd22017-12-05 07:54:285050}