blob: 4be16ad7707241214457f023fb69a3ce22a798d2 [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': {
Hao Wu84be41c2023-06-28 23:36:04153 'modifications': {
154 'android-12-x64-rel': {
155 # TODO(crbug.com/1225851): Remove experiment and ci_only
156 # once the test suite is stable.
157 'experiment_percentage': 100,
158 'args': [
159 # https://crbug.com/1289764
160 '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*',
161 ],
162 }
163 },
Hao Wu11b78fe72023-06-20 18:56:36164 'remove_from': [
165 'android-12l-x64-fyi-dbg',
166 ],
167 },
Sven Zhengc60debc2020-09-10 18:40:52168 'android_sync_integration_tests': {
James Shen9e4c19e2022-04-15 17:57:50169 'modifications': {
170 'android-12-x64-rel': {
171 'swarming': {
172 'shards': 3,
173 },
174 },
Prakharc60ec802023-03-06 07:49:29175 # If you change this, make similar changes in android-x86-code-coverage below
Stephanie Kim11192362022-11-04 18:17:44176 'android-nougat-x86-rel': {
James Shen74810512023-02-22 20:27:39177 'ci_only': True,
Stephanie Kim11192362022-11-04 18:17:44178 'swarming': {
179 'shards': 2,
180 },
181 },
Prakharc60ec802023-03-06 07:49:29182 # Keep this same as android-nougat-x86-rel above
183 'android-x86-code-coverage': {
184 'ci_only': True,
185 'swarming': {
186 'shards': 2,
187 },
188 },
James Shen9e4c19e2022-04-15 17:57:50189 },
Sven Zhengc60debc2020-09-10 18:40:52190 },
Kenneth Russelleb60cbd22017-12-05 07:54:28191 'android_webview_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28192 },
Jamie Madillc9ae75d2020-10-23 19:19:48193 'angle_unittests': {
194 'remove_from': [
195 # On Android, these are already run on the main waterfall.
196 'Android FYI Release (Nexus 5X)',
Yuly Novikovc1117ae82021-01-15 22:33:36197 # Times out listing tests crbug.com/1167314
198 'android-asan',
Jamie Madillc9ae75d2020-10-23 19:19:48199 # Does not currently work on Lacros configurations.
Sven Zheng93bfaa92022-06-09 17:06:03200 'linux-lacros-asan-lsan-rel',
Junhua Chen39dd2dba2021-05-05 17:51:54201 'linux-lacros-code-coverage',
Jamie Madillc9ae75d2020-10-23 19:19:48202 'linux-lacros-tester-rel',
203 'linux-lacros-tester-fyi-rel',
Yuke Liaof27ebe52021-08-05 22:12:40204 'linux-lacros-dbg-tests-fyi',
Jamie Madillc9ae75d2020-10-23 19:19:48205 ],
Chong Gua10cd302022-01-14 19:22:19206 'modifications': {
207 # anglebug.com/6894
208 'fuchsia-fyi-x64-asan': {
209 'args': [
210 # crbug.com/
211 '--gtest_filter=-ConstructCompilerTest.DefaultParameters',
212 ],
213 },
214 },
Jamie Madillc9ae75d2020-10-23 19:19:48215 },
Eriko Kurimoto61a85332022-10-19 05:19:45216 'ash_crosapi_tests': {
217 'remove_from': [
218 # Disabling MSan tests since linux-chromeos chrome crashes on MSan build.
219 # TODO(crbug.com/1376064): Re-enable.
220 'Linux ChromiumOS MSan Tests',
221 ]
222 },
Sven Zhengef0d0872022-04-04 22:13:29223 'aura_unittests amd64-generic': {
Yuke Liaob6beaeca2021-04-29 23:41:51224 'remove_from': [
225 # TODO(crbug.com/1204231): Re-enable.
226 'lacros-amd64-generic-rel',
227 ]
228 },
Sven Zhengef0d0872022-04-04 22:13:29229 'aura_unittests eve': {
Yuke Liao79a8cf52021-06-11 18:14:34230 'remove_from': [
231 # TODO(crbug.com/1204231): Re-enable.
232 'lacros-amd64-generic-rel',
233 ]
234 },
Chong Gudf7fbe92021-02-24 02:55:58235 'base_unittests': {
236 'modifications': {
Ben Joycea0319112022-11-15 23:53:12237 'ToTAndroid': {
238 'args': [
239 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.base_unittests.filter',
240 ],
241 },
Haiyang Pan2a55a452022-03-03 08:18:33242 'android-12-x64-rel': {
Haiyang Panc08d02212021-10-18 18:58:38243 'args': [
Haiyang Pan32338b72023-02-08 23:48:58244 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
245 ],
246 },
247 'android-12l-x64-dbg-tests': {
248 'args': [
249 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
250 ],
251 },
Haiyang Panef317e4372023-05-19 01:30:08252 'android-12l-x64-fyi-dbg': {
253 'args': [
254 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
255 ],
256 },
257 'android-13-x64-fyi-rel': {
258 'args': [
259 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
260 ],
261 },
Haiyang Pan32338b72023-02-08 23:48:58262 'android-13-x64-rel': {
263 'args': [
264 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
Haiyang Panc7c009e2021-03-18 19:31:23265 ],
266 },
Chong Gudf7fbe92021-02-24 02:55:58267 'fuchsia-code-coverage': {
268 'swarming': {
269 'shards': 5,
270 },
271 },
Chong Gua10cd302022-01-14 19:22:19272 'fuchsia-fyi-x64-asan': {
273 'args': [
274 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.base_unittests.filter',
275 ],
276 },
Chong Gudf7fbe92021-02-24 02:55:58277 },
278 },
James Shen5df9af872022-10-28 01:32:15279 'bf_cache_content_browsertests': {
280 'modifications': {
281 'android-bfcache-rel': {
282 'args': [
James Shenea291852022-11-08 04:19:45283 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter',
James Shen5df9af872022-10-28 01:32:15284 ],
James Shen2c574ce02022-11-03 22:59:23285 'swarming': {
286 'shards': 15,
287 },
James Shen5df9af872022-10-28 01:32:15288 }
289 }
290 },
Haiyang Pan363c59a2020-07-23 05:47:04291 'blink_platform_unittests': {
292 'modifications': {
James Shen088356672022-06-28 01:21:14293 # TODO(crbug.com/1303439): Remove this filter
Prakharc60ec802023-03-06 07:49:29294 # If you change this, make similar changes in android-x86-code-coverage below
James Shen088356672022-06-28 01:21:14295 'android-nougat-x86-rel': {
296 'args': [
297 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter',
298 ],
299 },
Haiyang Panfbd2b482020-09-23 23:41:25300 'android-pie-arm64-rel': {
301 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
302 # capacity has been deployed.
303 'swarming': {
304 'dimension_sets': [
305 {
306 'device_type': 'sailfish',
307 },
308 ],
309 },
310 },
Prakharc60ec802023-03-06 07:49:29311 # Keep this same as android-nougat-x86-rel above
312 'android-x86-code-coverage': {
313 'args': [
314 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter',
315 ],
316 },
Chong Gu52481452021-04-02 17:52:41317 'fuchsia-code-coverage': {
318 'swarming': {
319 'shards': 5,
320 },
321 },
Haiyang Pan363c59a2020-07-23 05:47:04322 },
323 },
Brian Sheedy944d0622022-07-27 20:42:42324 'blink_pytype': {
325 'remove_from': [
326 'linux-code-coverage',
327 ],
328 },
Chong Gu76046412021-09-22 17:49:21329 'blink_unittests': {
Chong Guc2d145e2021-03-31 19:55:34330 'modifications': {
331 'fuchsia-code-coverage': {
332 'swarming': {
333 'shards': 30,
334 },
335 },
336 },
337 },
John Chenaab16fc02020-03-03 06:35:45338 'blink_web_tests': {
339 'remove_from': [
John Chenaab16fc02020-03-03 06:35:45340 'Win10 Tests x64 (dbg)',
341 ],
342 'modifications': {
John Chenaab16fc02020-03-03 06:35:45343 'Linux Tests': {
344 "args": [
345 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
346 ],
Struan Shrimpton57c594e42022-01-25 17:59:13347 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51348 'shards': 8,
Struan Shrimpton57c594e42022-01-25 17:59:13349 },
John Chenaab16fc02020-03-03 06:35:45350 },
351 'Linux Tests (dbg)(1)': {
352 'args': [
353 '--debug',
354 ],
355 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51356 'shards': 12,
John Chenaab16fc02020-03-03 06:35:45357 },
358 },
Zhaoyang Li69e2e002021-02-19 21:57:35359 'Mac10.15 Tests': {
360 'swarming': {
361 'dimension_sets': [
362 {
363 'gpu': None,
364 },
365 ],
Weizhong Xia8b786422022-06-23 14:46:51366 'shards': 10,
Zhaoyang Li69e2e002021-02-19 21:57:35367 },
368 },
Lindsay Pasricha8d9a0c32021-12-08 17:08:29369 'Mac11 Tests': {
370 'swarming': {
371 'dimension_sets': [
372 {
373 'gpu': None,
374 },
375 ],
Weizhong Xia8b786422022-06-23 14:46:51376 'shards': 12,
Lindsay Pasricha8d9a0c32021-12-08 17:08:29377 },
378 },
Yue She0cad2922022-06-24 15:06:07379 'Mac12 Tests': {
380 'swarming': {
381 'dimension_sets': [
382 {
383 'gpu': None,
384 },
385 ],
Lindsay Pasrichadf6edb62022-07-06 22:08:35386 'shards': 12,
Yue She0cad2922022-06-24 15:06:07387 },
388 },
Yue Shed8e45742023-06-01 15:18:03389 'Mac13 Tests': {
390 'swarming': {
391 'dimension_sets': [
392 {
393 'gpu': None,
394 },
395 ],
396 'shards': 12,
397 },
398 },
Cameron Higgins2e4b7f12023-05-31 18:29:32399 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:17400 'experiment_percentage': 100,
401 'args': [
402 '--debug',
403 ],
404 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51405 'shards': 16,
Zhaoyang Li9357e1e12021-12-07 18:53:17406 },
407 },
Chong Gu75af969a2021-03-22 14:46:14408 'ToTFuchsia x64': {
409 'args': [
410 '--platform=fuchsia',
411 ],
412 'swarming': {
413 'shards': 1,
414 },
415 },
John Chenaab16fc02020-03-03 06:35:45416 'V8 Blink Linux Debug': {
Michael Achenbach455d39242020-06-22 13:33:45417 # This builder compiles Chromium in release mode, but V8 in debug.
418 # TODO(machenbach): Change name and out directory of this builder to
419 # something less confusing.
John Chenaab16fc02020-03-03 06:35:45420 'args': [
Michael Achenbach455d39242020-06-22 13:33:45421 '-t',
422 'Debug',
423 '--release',
John Chenaab16fc02020-03-03 06:35:45424 ],
425 },
426 'V8 Blink Linux Future': {
427 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07428 '--flag-specific=future-js',
John Chenaab16fc02020-03-03 06:35:45429 ],
430 },
431 'WebKit Linux ASAN': {
432 'args': [
433 '--additional-expectations',
434 '../../third_party/blink/web_tests/ASANExpectations',
Weizhong Xia91b53362022-01-05 17:13:35435 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45436 '48000',
437 '--enable-sanitizer',
438 ],
439 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51440 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45441 },
442 },
443 'WebKit Linux Leak': {
444 'args': [
445 '--additional-expectations',
446 '../../third_party/blink/web_tests/LeakExpectations',
Weizhong Xia91b53362022-01-05 17:13:35447 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45448 '48000',
449 '--enable-leak-detection',
450 ],
451 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51452 'shards': 4,
John Chenaab16fc02020-03-03 06:35:45453 },
454 },
455 'WebKit Linux MSAN': {
456 'args': [
457 '--additional-expectations',
458 '../../third_party/blink/web_tests/MSANExpectations',
Weizhong Xia91b53362022-01-05 17:13:35459 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45460 '66000',
461 '--enable-sanitizer',
462 ],
463 'swarming': {
464 'expiration': 36000,
465 'hard_timeout': 10800,
466 'io_timeout': 3600,
Weizhong Xia8b786422022-06-23 14:46:51467 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45468 },
469 },
John Chenaab16fc02020-03-03 06:35:45470 'Win10 Tests x64': {
471 'args': [
472 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21473 'Release_x64',
John Chenaab16fc02020-03-03 06:35:45474 ],
475 'swarming': {
Struan Shrimpton5786bfd02023-01-11 00:47:54476 "shards": 12,
John Chenaab16fc02020-03-03 06:35:45477 },
478 },
479 'Win10 Tests x64 (dbg)': {
480 'args': [
481 '--debug',
482 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21483 'Debug_x64',
John Chenaab16fc02020-03-03 06:35:45484 ],
485 },
Kuan Huanga89737d2022-01-07 19:42:11486 'Win11 Tests x64': {
487 'args': [
488 '--target',
489 'Release_x64',
490 ],
491 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51492 "shards": 12
Kuan Huanga89737d2022-01-07 19:42:11493 },
494 },
John Chenaab16fc02020-03-03 06:35:45495 # tryserver.chromium.android
496 'android_blink_rel': {
497 'args': [
498 '--release',
499 '--android',
John Chenaab16fc02020-03-03 06:35:45500 # TODO(crbug.com/875172): run on the real GPU since the
501 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
502 '--additional-driver-flag=--use-gpu-in-tests',
503 ],
504 },
505 'devtools_frontend_linux_blink_light_rel': {
506 'args': [
507 'http/tests/devtools',
508 ],
509 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51510 'shards': 2,
John Chenaab16fc02020-03-03 06:35:45511 },
512 },
Takuto Ikutabace8f82022-01-26 23:47:47513 'devtools_frontend_linux_blink_light_rel_fastbuild': {
514 'args': [
515 'http/tests/devtools',
516 ],
517 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51518 'shards': 2,
Takuto Ikutabace8f82022-01-26 23:47:47519 },
520 },
David Dorwinf060a72d2022-10-05 22:09:03521 'fuchsia-x64-cast-receiver-rel': {
John Chenaab16fc02020-03-03 06:35:45522 'args': [
523 '--platform=fuchsia',
David Dorwinf060a72d2022-10-05 22:09:03524 '--jobs=1',
John Chenaab16fc02020-03-03 06:35:45525 ],
526 'swarming': {
527 'shards': 1,
528 },
529 },
David Dorwin49b2ddb2022-09-08 20:49:43530 'fuchsia-x64-rel': {
531 'args': [
532 '--platform=fuchsia',
533 '--jobs=1',
534 ],
535 'swarming': {
536 'shards': 1,
537 },
538 },
John Chenaab16fc02020-03-03 06:35:45539 'linux-blink-animation-use-time-delta': {
540 'args': [
541 '--debug',
542 ],
543 },
Jonathan Leed3ba7bf2023-01-13 21:15:16544 'linux-blink-rel': {
545 'swarming': {
546 'hard_timeout': 2400,
547 },
548 },
Daniel Libby178c9832020-10-08 20:36:14549 'linux-blink-web-tests-force-accessibility-rel': {
550 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07551 '--flag-specific=force-renderer-accessibility',
Daniel Libby178c9832020-10-08 20:36:14552 ],
553 },
W. James MacLeance9b3a62022-10-05 16:58:58554 'linux-blink-wpt-reset-rel': {
555 'args': [
556 '--additional-driver-flag=--force-browsing-instance-reset-between-tests',
557 ],
558 # The flag above will slow the tests down, and we don't want the bot to
559 # timeout, so set a higher timeout here.
560 # TODO(wjmaclean): It would be nice if we could somehow specify a delta
561 # to the default/inherited timeout instead of an absolute.
562 'swarming': {
563 'hard_timeout': 1500,
564 },
565 },
John Chenaab16fc02020-03-03 06:35:45566 'linux-code-coverage': {
567 'args': [
Prakharbe44338a2023-05-24 19:02:04568 '--additional-driver-flag=--no-sandbox',
569 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
John Chenaab16fc02020-03-03 06:35:45570 ],
571 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51572 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45573 },
574 },
Aaron Gable40f79aa2020-03-21 01:21:15575 'linux-layout-tests-edit-ng': {
576 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07577 '--flag-specific=enable-editing-ng',
Aaron Gable40f79aa2020-03-21 01:21:15578 ],
579 },
Thiago Perrotta61487462023-01-20 12:52:32580 'linux-rel-cft': {
581 "args": [
Michael Lippautz60aa8f32023-05-24 14:27:02582 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
583 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
584 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:32585 ],
586 'swarming': {
587 'shards': 8,
588 },
589 },
SrinivasBathula90213d62023-02-27 06:12:18590 'mac-osxbeta-rel': {
591 'swarming': {
592 'dimension_sets': [
593 {
594 'gpu': None
595 }
596 ],
597 'shards': 10,
598 },
599 },
Thiago Perrottaa289bad2023-01-20 12:44:39600 'mac-rel-cft': {
Thiago Perrotta4085d56b2023-03-22 23:05:09601 "args": [
602 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
603 ],
Thiago Perrottaa289bad2023-01-20 12:44:39604 'swarming': {
605 'dimension_sets': [
606 {
607 'gpu': None,
608 },
609 ],
610 'shards': 12,
Thiago Perrottaa289bad2023-01-20 12:44:39611 },
612 },
Riley Wong89d6dc72022-09-08 20:29:07613 'mac10.13-blink-rel': {
614 'swarming': {
615 'shards': 1,
616 },
617 },
Riley Wong89d6dc72022-09-08 20:29:07618 'mac10.14-blink-rel': {
619 'swarming': {
620 'shards': 1,
621 },
622 },
Riley Wong89d6dc72022-09-08 20:29:07623 'mac10.15-blink-rel': {
624 'swarming': {
625 'shards': 8,
Weizhong Xia21063c72022-11-09 23:48:30626 'hard_timeout': 2400,
Riley Wong89d6dc72022-09-08 20:29:07627 },
628 },
Riley Wongc20ba4a2022-09-12 17:06:31629 'mac11.0-blink-rel': {
630 'swarming': {
631 'shards': 5,
Weizhong Xia21063c72022-11-09 23:48:30632 'hard_timeout': 2400,
633 },
634 },
635 'mac11.0.arm64-blink-rel': {
636 'swarming': {
637 'hard_timeout': 2400,
638 },
639 },
640 'mac12.0-blink-rel': {
641 'swarming': {
642 'hard_timeout': 2400,
643 },
644 },
645 'mac12.0.arm64-blink-rel': {
646 'swarming': {
647 'hard_timeout': 2400,
Riley Wongc20ba4a2022-09-12 17:06:31648 },
649 },
Thiago Perrotta770925d42023-01-17 18:38:51650 'win-rel-cft': {
651 'args': [
652 '--target',
653 'Release_x64',
Michael Lippautz60aa8f32023-05-24 14:27:02654 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
Thiago Perrotta770925d42023-01-17 18:38:51655 ],
Thiago Perrotta314f7b02023-01-19 21:30:53656 'swarming': {
657 "shards": 12,
Thiago Perrotta314f7b02023-01-19 21:30:53658 },
Thiago Perrotta770925d42023-01-17 18:38:51659 },
Ben Pasteneebad8fc2022-08-12 23:34:28660 'win10-rel-no-external-ip': {
661 'args': [
662 '--target',
663 'Release_x64',
664 ],
665 'swarming': {
666 "shards": 12
667 },
668 },
Riley Wong5feb0eb2022-08-05 15:49:26669 'win10.20h2-blink-rel': {
670 'swarming': {
671 'shards': 6,
Weizhong Xia21063c72022-11-09 23:48:30672 'hard_timeout': 2400,
Riley Wong5feb0eb2022-08-05 15:49:26673 },
674 },
Nihar Damarasinguf31a5cc2023-05-24 18:38:06675 'win11-arm64-blink-rel': {
676 'swarming': {
677 'hard_timeout': 2400,
678 },
679 'args': [
680 '--target',
681 'Release_x64',
682 ],
683 },
Weizhong Xia8b786422022-06-23 14:46:51684 'win11-blink-rel': {
685 'swarming': {
Weizhong Xia21063c72022-11-09 23:48:30686 'hard_timeout': 2400,
Weizhong Xia8b786422022-06-23 14:46:51687 },
688 'args': [
689 '--target',
690 'Release_x64',
691 ],
692 },
693 },
694 },
695 'blink_wpt_tests': {
696 'remove_from': [
Weizhong Xia8b786422022-06-23 14:46:51697 'Win10 Tests x64 (dbg)',
Weizhong Xia6d85a442022-06-23 17:17:06698 'devtools_frontend_linux_blink_light_rel',
699 'devtools_frontend_linux_blink_light_rel_fastbuild',
Thiago Perrotta4085d56b2023-03-22 23:05:09700 'linux-rel-cft',
701 'mac-rel-cft',
702 'win-rel-cft',
Weizhong Xia8b786422022-06-23 14:46:51703 ],
704 'modifications': {
Weizhong Xia8b786422022-06-23 14:46:51705 'Linux Tests': {
706 "args": [
707 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
708 ],
709 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51710 'shards': 10,
711 },
712 },
713 'Linux Tests (dbg)(1)': {
714 'args': [
715 '--debug',
716 ],
717 'swarming': {
718 'shards': 18,
719 },
720 },
Weizhong Xia8b786422022-06-23 14:46:51721 'Mac10.15 Tests': {
722 'swarming': {
723 'dimension_sets': [
724 {
725 'gpu': None,
726 },
727 ],
728 'shards': 15,
729 },
730 },
731 'Mac11 Tests': {
732 'swarming': {
733 'dimension_sets': [
734 {
735 'gpu': None,
736 },
737 ],
738 'shards': 18,
Weizhong Xia8b786422022-06-23 14:46:51739 },
740 },
Lindsay Pasrichadf6edb62022-07-06 22:08:35741 'Mac12 Tests': {
742 'swarming': {
743 'dimension_sets': [
744 {
745 'gpu': None,
746 },
747 ],
748 'shards': 18,
Lindsay Pasrichadf6edb62022-07-06 22:08:35749 },
750 },
Yue Shed8e45742023-06-01 15:18:03751 'Mac13 Tests': {
752 'swarming': {
753 'dimension_sets': [
754 {
755 'gpu': None,
756 },
757 ],
758 'shards': 18,
759 },
760 },
Cameron Higgins2e4b7f12023-05-31 18:29:32761 'Mac13 Tests (dbg)': {
Weizhong Xia8b786422022-06-23 14:46:51762 'experiment_percentage': 100,
763 'args': [
764 '--debug',
765 ],
766 'swarming': {
767 'shards': 24,
768 },
769 },
770 'ToTFuchsia x64': {
771 'args': [
772 '--platform=fuchsia',
773 ],
774 'swarming': {
775 'shards': 1,
776 },
777 },
778 'V8 Blink Linux Debug': {
779 # This builder compiles Chromium in release mode, but V8 in debug.
780 # TODO(machenbach): Change name and out directory of this builder to
781 # something less confusing.
782 'args': [
783 '-t',
784 'Debug',
785 '--release',
786 ],
787 },
788 'V8 Blink Linux Future': {
789 'args': [
790 '--flag-specific=future-js',
791 ],
792 },
793 'WebKit Linux ASAN': {
794 'args': [
795 '--additional-expectations',
796 '../../third_party/blink/web_tests/ASANExpectations',
797 '--timeout-ms',
798 '48000',
799 '--enable-sanitizer',
800 ],
801 'swarming': {
802 'shards': 12,
803 },
804 },
805 'WebKit Linux Leak': {
806 'args': [
807 '--additional-expectations',
808 '../../third_party/blink/web_tests/LeakExpectations',
809 '--timeout-ms',
810 '48000',
811 '--enable-leak-detection',
812 ],
813 'swarming': {
814 'shards': 6,
815 },
816 },
817 'WebKit Linux MSAN': {
818 'args': [
819 '--additional-expectations',
820 '../../third_party/blink/web_tests/MSANExpectations',
821 '--timeout-ms',
822 '66000',
823 '--enable-sanitizer',
824 ],
825 'swarming': {
826 'expiration': 36000,
827 'hard_timeout': 10800,
828 'io_timeout': 3600,
829 'shards': 12,
830 },
831 },
832 'Win10 Tests x64': {
833 'args': [
834 '--target',
835 'Release_x64',
836 ],
837 'swarming': {
Struan Shrimpton5786bfd02023-01-11 00:47:54838 "shards": 18,
Weizhong Xia8b786422022-06-23 14:46:51839 },
840 },
841 'Win10 Tests x64 (dbg)': {
842 'args': [
843 '--debug',
844 '--target',
845 'Debug_x64',
846 ],
847 },
848 'Win11 Tests x64': {
849 'args': [
850 '--target',
851 'Release_x64',
852 ],
853 'swarming': {
854 "shards": 18
855 },
856 },
857 # tryserver.chromium.android
858 'android_blink_rel': {
859 'args': [
860 '--release',
861 '--android',
Weizhong Xia8b786422022-06-23 14:46:51862 # TODO(crbug.com/875172): run on the real GPU since the
863 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
864 '--additional-driver-flag=--use-gpu-in-tests',
865 ],
866 },
David Dorwinf060a72d2022-10-05 22:09:03867 'fuchsia-x64-cast-receiver-rel': {
Weizhong Xia8b786422022-06-23 14:46:51868 'args': [
869 '--platform=fuchsia',
David Dorwinf060a72d2022-10-05 22:09:03870 '--jobs=1',
Weizhong Xia8b786422022-06-23 14:46:51871 ],
872 'swarming': {
873 'shards': 1,
874 },
875 },
David Dorwin49b2ddb2022-09-08 20:49:43876 'fuchsia-x64-rel': {
877 'args': [
878 '--platform=fuchsia',
879 '--jobs=1',
880 ],
881 'swarming': {
882 'shards': 1,
883 },
884 },
Weizhong Xia8b786422022-06-23 14:46:51885 'linux-bfcache-rel': {
886 'args': [
Weizhong Xia8b786422022-06-23 14:46:51887 # TODO(crbug.com/1255537): Re-enable the test.
888 '--ignore-tests=external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html',
889 ],
890 },
891 'linux-blink-animation-use-time-delta': {
892 'args': [
893 '--debug',
894 ],
895 },
Jonathan Leed3ba7bf2023-01-13 21:15:16896 'linux-blink-rel': {
897 'swarming': {
898 'hard_timeout': 2400,
899 },
900 },
Weizhong Xia8b786422022-06-23 14:46:51901 'linux-blink-web-tests-force-accessibility-rel': {
902 'args': [
903 '--flag-specific=force-renderer-accessibility',
904 ],
905 },
W. James MacLeance9b3a62022-10-05 16:58:58906 'linux-blink-wpt-reset-rel': {
907 'args': [
908 '--additional-driver-flag=--force-browsing-instance-reset-between-tests',
909 ],
910 },
Weizhong Xia8b786422022-06-23 14:46:51911 'linux-code-coverage': {
912 'args': [
Prakharbe44338a2023-05-24 19:02:04913 '--additional-driver-flag=--no-sandbox',
914 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
Weizhong Xia8b786422022-06-23 14:46:51915 ],
Weizhong Xia8b786422022-06-23 14:46:51916 },
917 'linux-layout-tests-edit-ng': {
918 'args': [
919 '--flag-specific=enable-editing-ng',
920 ],
921 },
Thiago Perrotta61487462023-01-20 12:52:32922 'linux-rel-cft': {
923 "args": [
924 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Michael Lippautz8f4016b2023-06-13 16:18:33925 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:32926 ],
927 'swarming': {
928 'shards': 10,
929 },
930 },
SrinivasBathula90213d62023-02-27 06:12:18931 'mac-osxbeta-rel': {
932 'swarming': {
933 'dimension_sets': [
934 {
935 'gpu': None
936 }
937 ],
938 'shards': 7,
939 },
940 },
Thiago Perrottaa289bad2023-01-20 12:44:39941 'mac-rel-cft': {
942 'args': [
943 '--driver-logging',
944 ],
945 'swarming': {
946 'dimension_sets': [
947 {
948 'gpu': None,
949 },
950 ],
951 'shards': 18,
Thiago Perrottaa289bad2023-01-20 12:44:39952 },
953 },
Riley Wong89d6dc72022-09-08 20:29:07954 'mac10.13-blink-rel': {
955 'swarming': {
956 'shards': 1,
957 },
958 },
Riley Wong89d6dc72022-09-08 20:29:07959 'mac10.14-blink-rel': {
960 'swarming': {
961 'shards': 1,
962 },
963 },
Riley Wong89d6dc72022-09-08 20:29:07964 'mac10.15-blink-rel': {
965 'swarming': {
966 'shards': 12,
Weizhong Xia21063c72022-11-09 23:48:30967 'hard_timeout': 2400,
Riley Wong89d6dc72022-09-08 20:29:07968 },
969 },
Riley Wongc20ba4a2022-09-12 17:06:31970 'mac11.0-blink-rel': {
971 'swarming': {
972 'shards': 7,
Weizhong Xia21063c72022-11-09 23:48:30973 'hard_timeout': 2400,
974 },
975 },
976 'mac11.0.arm64-blink-rel': {
977 'swarming': {
978 'hard_timeout': 2400,
979 },
980 },
981 'mac12.0-blink-rel': {
982 'swarming': {
983 'hard_timeout': 2400,
984 },
985 },
986 'mac12.0.arm64-blink-rel': {
987 'swarming': {
988 'hard_timeout': 2400,
Riley Wongc20ba4a2022-09-12 17:06:31989 },
990 },
Thiago Perrotta770925d42023-01-17 18:38:51991 'win-rel-cft': {
992 'args': [
993 '--target',
994 'Release_x64',
995 ],
Thiago Perrotta314f7b02023-01-19 21:30:53996 'swarming': {
997 "shards": 18,
Thiago Perrotta314f7b02023-01-19 21:30:53998 },
Thiago Perrotta770925d42023-01-17 18:38:51999 },
Ben Pasteneebad8fc2022-08-12 23:34:281000 'win10-rel-no-external-ip': {
1001 'args': [
1002 '--target',
1003 'Release_x64',
1004 ],
1005 'swarming': {
1006 "shards": 18
1007 },
1008 },
Riley Wong5feb0eb2022-08-05 15:49:261009 'win10.20h2-blink-rel': {
1010 'swarming': {
1011 'shards': 9,
Weizhong Xia21063c72022-11-09 23:48:301012 'hard_timeout': 2400,
Riley Wong5feb0eb2022-08-05 15:49:261013 },
1014 },
Nihar Damarasinguf31a5cc2023-05-24 18:38:061015 'win11-arm64-blink-rel': {
1016 'swarming': {
1017 'hard_timeout': 2400,
1018 },
1019 'args': [
1020 '--target',
1021 'Release_x64',
1022 ],
1023 },
Riley Wong5fc22762022-06-15 20:25:071024 'win11-blink-rel': {
1025 'swarming': {
Weizhong Xia21063c72022-11-09 23:48:301026 'hard_timeout': 2400,
Riley Wong5fc22762022-06-15 20:25:071027 },
1028 'args': [
1029 '--target',
1030 'Release_x64',
1031 ],
Thiago Perrotta770925d42023-01-17 18:38:511032 },
John Chenaab16fc02020-03-03 06:35:451033 },
1034 },
Kenneth Russelleb60cbd22017-12-05 07:54:281035 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:241036 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291037 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:411038 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:261039 'ToTLinuxTSan', # https://crbug.com/368525
Lindsay Pasrichab3f72db2021-09-22 22:05:461040 # TODO(crbug.com/1171053): Enable the suite in 'Mac10.15 Tests' once it's
Zhaoyang Li69e2e002021-02-19 21:57:351041 # off CQ.
Cameron Higgins2e4b7f12023-05-31 18:29:321042 'Mac13 Tests (dbg)', # https://crbug.com/1201386
Lindsay Pasricha8155d052021-04-22 00:06:431043 'mac-code-coverage', # https://crbug.com/1201386
Lindsay Pasricha23227912023-01-11 22:36:341044 'mac11-arm64-rel-tests', # https://crbug.com/1406364
1045 'mac12-arm64-rel-tests', # https://crbug.com/1406364
Will Yeagera090e6a2023-06-09 14:59:411046 'mac13-arm64-rel-tests', # https://crbug.com/1406364
Nico Weberd36959682018-04-12 03:33:461047 'Linux TSan Tests', # https://crbug.com/368525
Ian Struiksma2e23f962023-05-26 22:37:201048 'linux-exp-tsan-fyi-rel', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:111049 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:241050 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281051 'modifications': {
Nico Weber3f919792020-06-12 23:34:521052 'CrWinAsan': {
1053 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441054 # crbug.com/1257927
Nico Weber3f919792020-06-12 23:34:521055 'swarming': {
1056 'shards': 40,
1057 },
1058 },
1059 'CrWinAsan(dll)': {
1060 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441061 # crbug.com/1257927
Nico Weber3f919792020-06-12 23:34:521062 'swarming': {
1063 'shards': 40,
1064 },
1065 },
Stephen Martinis1384ff92020-01-07 19:52:151066 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:361067 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151068 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:361069 },
1070 },
Stephen Martinis1384ff92020-01-07 19:52:151071 'Linux ASan LSan Tests (1)': {
Gregory Gutermanb6f9a972022-09-27 20:17:581072 'ci_only': True,
Stephen Martinis1384ff92020-01-07 19:52:151073 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441074 # crbug.com/1257927
Roberto Carrillo2c9ec972019-03-20 03:11:191075 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151076 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:191077 },
1078 },
Chris Cunningham1d0e9e12020-02-26 22:56:401079 'Linux ASan Tests (sandboxed)': {
1080 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:411081 'shards': 30, # https://crbug.com/1103330
Chris Cunningham1d0e9e12020-02-26 22:56:401082 },
1083 },
Titouan Rigoudy3fbe2742022-09-09 17:10:141084 'Linux CFI': {
1085 'swarming': {
1086 'shards': 20, # https://crbug.com/1361973
1087 },
1088 },
Stephen Martinis1384ff92020-01-07 19:52:151089 'Linux Chromium OS ASan LSan Tests (1)': {
1090 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441091 # crbug.com/1257927
Roberto Carrillo5a5c98dc2019-10-30 22:33:511092 'swarming': {
Sven Zheng556734182023-06-23 18:09:081093 'shards': 65,
Roberto Carrillo5a5c98dc2019-10-30 22:33:511094 },
1095 },
Stephen Martinis1384ff92020-01-07 19:52:151096 'Linux ChromiumOS MSan Tests': {
Alexis Hetua804f7412022-05-13 17:04:201097 # These are very slow on the Chrome OS MSAN trybot, most likely because browser_tests on cros has ~40% more tests. Also, these tests
1098 # 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:151099 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:341100 'swarming': {
Tom Anderson1e776fcd2023-01-06 19:53:291101 'shards': 64,
Kenneth Russell56a3e862017-12-08 03:11:341102 },
Ben Pastene44221d32020-05-21 23:38:361103 'args': [
1104 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter',
1105 ],
Kenneth Russell56a3e862017-12-08 03:11:341106 },
Struan Shrimptona9b1d512022-09-13 16:09:421107 'Linux MSan Tests': {
1108 'swarming': {
Joshua Pawlicki7fc1edd2023-03-21 16:56:591109 'shards': 23,
Struan Shrimptona9b1d512022-09-13 16:09:421110 },
1111 },
Struan Shrimptonf5b2b552022-01-20 20:37:391112 'Linux Tests': {
1113 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491114 'shards': 20,
Struan Shrimptonf5b2b552022-01-20 20:37:391115 },
1116 },
Maksim Sisovc81d284c2021-10-05 17:54:351117 # https://crbug.com/1084469
1118 'Linux Tests (Wayland)': {
1119 'args': [
1120 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
1121 ],
Struan Shrimptone772d72f2021-12-15 07:50:091122 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491123 'shards': 20,
Struan Shrimptone772d72f2021-12-15 07:50:091124 },
Maksim Sisovc81d284c2021-10-05 17:54:351125 },
John Budorick614f91a2020-03-30 20:34:551126 'Linux Tests (dbg)(1)': {
1127 # crbug.com/1066161
1128 'swarming': {
1129 'shards': 20,
1130 },
1131 },
Stephen Martinis1384ff92020-01-07 19:52:151132 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:241133 'swarming': {
Stephen Martiniscd3c3832020-11-19 22:01:241134 'shards': 30,
Kenneth Russellfbda3c532017-12-08 23:57:241135 },
Lindsay Pasricha8155d052021-04-22 00:06:431136 # crbug.com/1196416
1137 'args': [
1138 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
1139 ],
Lindsay Pasrichab3f72db2021-09-22 22:05:461140 'experiment_percentage': 100, # https://crbug.com/1251657
Kenneth Russellfbda3c532017-12-08 23:57:241141 },
Lindsay Pasricha727ede92023-02-27 16:27:331142 'Mac Builder Next': {
1143 'swarming': {
1144 'shards': 20, # crbug.com/1419045
1145 },
1146 },
Lindsay Pasricha76f44d22021-04-07 16:16:261147 'Mac10.15 Tests': {
1148 # crbug.com/1042757
1149 'swarming': {
Lindsay Pasricha7400da152023-06-16 23:37:031150 'shards': 30,
Lindsay Pasricha76f44d22021-04-07 16:16:261151 },
Lindsay Pasricha7400da152023-06-16 23:37:031152 'experiment_percentage': 100,
Lindsay Pasricha76f44d22021-04-07 16:16:261153 },
Lindsay Pasrichaf8762592021-12-02 23:43:091154 'Mac11 Tests': {
1155 'ci_only': True,
Lindsay Pasrichaee30f252022-10-11 22:02:481156 'swarming': {
1157 'shards': 20, # crbug.com/1366016
1158 },
Lindsay Pasrichaf8762592021-12-02 23:43:091159 },
Yue She0cad2922022-06-24 15:06:071160 'Mac12 Tests': {
1161 'ci_only': True,
Titouan Rigoudycd0e6dd72022-09-09 13:18:201162 'swarming': {
1163 'shards': 20, # crbug.com/1361887
1164 },
Yue She0cad2922022-06-24 15:06:071165 },
Yue Shed8e45742023-06-01 15:18:031166 'Mac13 Tests': {
1167 'ci_only': True,
1168 'swarming': {
1169 'shards': 20, # crbug.com/1361887
1170 },
1171 },
Cameron Higgins2e4b7f12023-05-31 18:29:321172 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:171173 # crbug.com/1042757
1174 'swarming': {
1175 'dimension_sets': [
1176 {
1177 # These shards are liable to time out when running on macmini7,1.
1178 'cores': '8|12',
1179 }
1180 ],
1181 },
1182 # crbug.com/1196416
1183 'args': [
1184 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
1185 ],
1186 },
Tom Anderson482eab12023-01-10 00:05:371187 'ToTLinuxMSan': {
1188 'swarming': {
1189 'shards': 24,
1190 },
1191 },
Stephen Martinis1384ff92020-01-07 19:52:151192 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:281193 'swarming': {
John Budorickca14c76f62017-12-09 14:19:181194 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281195 },
1196 },
Stephen Martinis1384ff92020-01-07 19:52:151197 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:281198 'swarming': {
1199 'shards': 20,
1200 },
1201 },
Kenneth Russell6c83d212018-07-27 20:52:591202 'Win10 Tests x64': {
1203 # crbug.com/868082
1204 'args': [
1205 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1206 ],
Takuto Ikutac9c269a2019-01-10 22:40:251207 'swarming': {
1208 # This is for slow test execution that often becomes a critical path of
1209 # swarming jobs. crbug.com/868114
Stephanie Kima57b46a2022-10-27 22:09:031210 'shards': 55,
Takuto Ikutac9c269a2019-01-10 22:40:251211 }
Kenneth Russell6c83d212018-07-27 20:52:591212 },
Kuan Huanga89737d2022-01-07 19:42:111213 'Win11 Tests x64': {
1214 # crbug.com/868082
1215 'args': [
1216 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1217 ],
1218 'swarming': {
1219 # This is for slow test execution that often becomes a critical path of
1220 # swarming jobs. crbug.com/868114
1221 'shards': 15,
Kuan Huanga89737d2022-01-07 19:42:111222 }
1223 },
Stephen Martinis1384ff92020-01-07 19:52:151224 'linux-chromeos-chrome': {
1225 # TODO(https://crbug.com/932269): Promote out of experiment when the
1226 # tests are green.
1227 'args': [
1228 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
1229 ],
Ben Pastene37473092022-08-02 19:16:461230 'swarming': {
1231 'shards': 20,
1232 },
Stephen Martinis1384ff92020-01-07 19:52:151233 },
1234 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:161235 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151236 'shards': 50,
1237 },
1238 },
1239 'linux-chromeos-dbg': {
1240 'swarming': {
Ben Pastenef2f68712023-06-20 23:19:341241 'shards': 80,
Stephen Martinis1384ff92020-01-07 19:52:151242 },
1243 },
1244 'linux-chromeos-rel': {
1245 'swarming': {
Stephanie Kimc932b4c2022-11-01 21:29:381246 'shards': 60,
Stephanie Kime9008f72020-03-05 23:01:161247 'dimension_sets': [
1248 {
1249 'kvm': '1',
1250 },
1251 ],
Stephen Martinis1384ff92020-01-07 19:52:151252 },
1253 },
1254 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:011255 'args': [
1256 '--no-sandbox',
1257 ],
Stephen Martinis1384ff92020-01-07 19:52:151258 'swarming': {
1259 'shards': 50,
1260 },
1261 },
Ian Struiksma01223f42023-06-05 15:52:391262 'linux-exp-asan-lsan-fyi-rel': {
1263 'ci_only': True,
1264 # These are very slow on the ASAN trybot for some reason.
1265 # crbug.com/1257927
1266 'swarming': {
1267 'shards': 40,
1268 },
1269 },
Ian Struiksmab0412a22023-06-06 23:02:481270 'linux-exp-msan-fyi-rel': {
1271 'swarming': {
1272 'shards': 23,
1273 },
1274 },
Sven Zheng49ffa5c2022-09-06 18:48:261275 # asan tests is slower.
1276 'linux-lacros-asan-lsan-rel': {
1277 'swarming': {
1278 'shards': 20,
1279 },
Sven Zhenge8b0d9a62023-01-31 23:09:191280 # TODO(crbug.com/1324240): Enable tests.
1281 'args': [
1282 '--gtest_filter=-All/MultiActionAPITest.SessionStorageDoesNotPersistBetweenOpenings/*:All/MultiActionAPITest.PopupCreation/*'
1283 ],
Sven Zheng49ffa5c2022-09-06 18:48:261284 },
Sven Zheng80734f12020-08-06 06:50:391285 'linux-lacros-tester-rel': {
Struan Shrimptone772d72f2021-12-15 07:50:091286 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491287 'shards': 20,
Struan Shrimptone772d72f2021-12-15 07:50:091288 },
Sven Zheng80734f12020-08-06 06:50:391289 },
Thiago Perrotta099ea612022-12-14 17:59:401290 'linux-rel-cft': {
1291 'args': [
Thiago Perrottad12c7872023-01-12 17:30:561292 '--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401293 ],
Thiago Perrotta61487462023-01-20 12:52:321294 'swarming': {
1295 'shards': 20,
1296 },
Thiago Perrotta099ea612022-12-14 17:59:401297 },
Kuan Huang235b0142021-10-19 18:59:281298 'mac-code-coverage': {
1299 'args': [
1300 '--coverage-continuous-mode=1',
1301 ],
1302 },
Dirk Pranke5a9c436a2023-06-02 22:03:381303 'mac-cr23-rel': {
1304 'swarming': {
1305 'shards': 20,
1306 },
1307 },
Lindsay Pasricha8bbc3382022-01-31 22:54:541308 'mac-osxbeta-rel': {
1309 'swarming': {
Lindsay Pasricha79b250d2023-05-04 16:55:221310 'shards': 30,
Lindsay Pasricha8bbc3382022-01-31 22:54:541311 },
1312 },
Thiago Perrotta099ea612022-12-14 17:59:401313 'mac-rel-cft': {
1314 'args': [
Thiago Perrottad12c7872023-01-12 17:30:561315 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401316 ],
Thiago Perrottaa289bad2023-01-20 12:44:391317 'ci_only': True,
Thiago Perrotta28efe812023-01-17 19:31:271318 'swarming': {
1319 'shards': 20, # crbug.com/1361887
1320 },
Thiago Perrotta099ea612022-12-14 17:59:401321 },
David Bienvenu284cc4d2023-03-20 16:44:541322 'win-arm64-rel': {
1323 # Surface Pros aren't using 100% scaling, which some browser tests
David Bienvenu519e14802023-05-02 23:34:491324 # rely on. They also have touch enabled, which we need to disable.
David Bienvenu284cc4d2023-03-20 16:44:541325 'args': [
David Bienvenu982fcee2023-03-20 22:57:481326 '--force-device-scale-factor=1',
David Bienvenu519e14802023-05-02 23:34:491327 '--top-chrome-touch-ui=disabled',
David Bienvenu284cc4d2023-03-20 16:44:541328 ],
1329 },
Stephen Martinis1384ff92020-01-07 19:52:151330 'win-asan': {
Kuan Huang1b52d442023-02-07 20:35:341331 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
1332 'args': [
1333 '--test-launcher-jobs=3',
1334 ],
Nico Weber3f919792020-06-12 23:34:521335 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441336 # crbug.com/1257927
Stephen Martinis1384ff92020-01-07 19:52:151337 'swarming': {
Kuan Huang1b52d442023-02-07 20:35:341338 'shards': 60,
Nico Weber0c2861b2018-12-14 18:05:161339 },
1340 },
Thiago Perrotta099ea612022-12-14 17:59:401341 'win-rel-cft': {
1342 'args': [
Thiago Perrotta770925d42023-01-17 18:38:511343 # crbug.com/868082
1344 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Thiago Perrottad12c7872023-01-12 17:30:561345 '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401346 ],
Thiago Perrotta314f7b02023-01-19 21:30:531347 'swarming': {
1348 # This is for slow test execution that often becomes a critical path of
1349 # swarming jobs. crbug.com/868114
1350 'shards': 15,
1351 }
Thiago Perrotta099ea612022-12-14 17:59:401352 },
Ben Pasteneebad8fc2022-08-12 23:34:281353 'win10-rel-no-external-ip': {
1354 # crbug.com/868082
1355 'args': [
1356 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1357 ],
1358 'swarming': {
1359 'shards': 15,
1360 }
1361 },
Kenneth Russelleb60cbd22017-12-05 07:54:281362 },
1363 },
Hao Wubfdb23562023-06-17 20:16:511364 'browser_tests_no_field_trial': {
1365 'remove_from': [
1366 'win10-rel-no-external-ip',
1367 'win-arm64-rel',
1368 'win-rel-cft',
1369 'Win11 Tests x64',
1370 ],
1371 },
Ben Pastenec26cd082023-06-21 16:26:051372 'capture_unittests': {
1373 'modifications': {
1374 'WebRTC Chromium Linux Tester': {
1375 'swarming': {
1376 'dimension_sets': [
1377 {
1378 'os': 'Ubuntu-22.04|Ubuntu-18.04',
1379 },
1380 ],
1381 },
1382 },
1383 },
1384 },
Erik Chen681dc0282019-11-26 22:54:491385 'cc_unittests': {
1386 'modifications': {
1387 'Linux TSan Tests': {
1388 'swarming': {
1389 'shards': 3,
1390 },
1391 },
Haiyang Pan9d68ca02021-08-04 21:30:471392 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:151393 # https://crbug.com/1039860
1394 'args': [
Haiyang Pan11d8bd52021-11-19 21:22:541395 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
1396 ],
1397 },
Haiyang Pan2a55a452022-03-03 08:18:331398 'android-12-x64-rel': {
Haiyang Pan11d8bd52021-11-19 21:22:541399 # https://crbug.com/1039860
1400 'args': [
1401 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
Haiyang Pancf765862021-03-18 20:39:151402 ],
1403 },
Haiyang Pan08d09dc2020-04-01 16:11:211404 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:381405 # https://crbug.com/1039860
1406 'args': [
1407 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
1408 ],
1409 },
Chong Gudf7fbe92021-02-24 02:55:581410 'fuchsia-code-coverage': {
1411 'swarming': {
1412 'shards': 4,
1413 },
1414 },
Chong Gub2446462021-08-19 18:44:081415 'fuchsia-fyi-arm64-dbg': {
1416 'args': [
1417 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.cc_unittests.filter',
1418 ],
1419 },
Ian Struiksma2e23f962023-05-26 22:37:201420 'linux-exp-tsan-fyi-rel': {
1421 'swarming': {
1422 'shards': 3,
1423 },
1424 },
Erik Chen681dc0282019-11-26 22:54:491425 },
1426 },
Prakhar94f444a2020-10-08 07:30:081427 'check_static_initializers': {
1428 'modifications': {
1429 'Mac Builder': {
1430 'args': [
1431 '--allow-coverage-initializer',
1432 ],
1433 },
Thiago Perrottaa289bad2023-01-20 12:44:391434 'mac-rel-cft': {
1435 'args': [
1436 '--allow-coverage-initializer',
1437 ],
1438 },
Prakhar94f444a2020-10-08 07:30:081439 },
1440 },
Ben Pastene7a05a8f2020-11-12 17:25:511441 'chrome_all_tast_tests': {
1442 'modifications': {
Struan Shrimpton4b7abc02021-12-16 01:36:591443 'chromeos-amd64-generic-rel': {
1444 'swarming': {
Ben Pastene8fdb0ea92022-06-23 18:46:581445 'shards': 7,
Struan Shrimpton4b7abc02021-12-16 01:36:591446 },
Ben Pastenef3c910a72023-01-26 20:23:411447 'args': [
1448 '--tast-shard-method=hash',
1449 ],
Struan Shrimpton4b7abc02021-12-16 01:36:591450 },
Ben Pastene7a05a8f2020-11-12 17:25:511451 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': {
1452 'args': [
1453 # This bot sets symbol_level=2, which doesn't fit inside a normal VM.
1454 '--strip-chrome',
Jonathan Fan6f033832023-06-23 23:23:591455 '--tast-shard-method=hash',
Ben Pastene7a05a8f2020-11-12 17:25:511456 ],
1457 },
Ben Pastenefb70e5f2022-11-08 04:16:421458 'chromeos-betty-pi-arc-chrome': {
1459 'swarming': {
1460 'shards': 15,
1461 },
1462 },
Alvin Jia47a28032022-11-07 23:09:151463 'chromeos-eve-chrome': {
1464 'swarming': {
Alvin Jia1c4563f2023-02-07 01:39:561465 # Increased timeout to 3 hours due to shard timeout.
1466 'hard_timeout': 10800,
Alvin Jia47a28032022-11-07 23:09:151467 }
1468 },
Ben Pastenef85543f2022-06-24 17:50:021469 # TODO(crbug.com/1141234): Move out of experimental if/when the bots are
1470 # stable.
1471 'chromeos-jacuzzi-chrome': {
1472 'experiment_percentage': 100,
1473 },
yoshiki iguchi32971c52022-07-08 16:55:011474 'chromeos-kevin-chrome': {
1475 'swarming': {
Austin Engda0cb2e92022-07-11 18:08:551476 # Reducing parallelism due to DUT shortage (b/238271231)
yoshiki iguchi32971c52022-07-08 16:55:011477 'shards': 5,
Jonathan Fan25f924f2023-02-16 18:49:541478 # Increased timeout to 3 hours due to shard timeout.
1479 'hard_timeout': 10800,
yoshiki iguchi32971c52022-07-08 16:55:011480 }
1481 },
Alvin Jiadb3f7cd2023-06-08 19:00:001482 'chromeos-reven-chrome': {
1483 'args': [
1484 '--tast-shard-method=hash',
1485 ],
1486 },
Ben Pastene7a05a8f2020-11-12 17:25:511487 },
1488 },
Yun Liu7cfd28a2019-10-30 01:57:121489 'chrome_public_smoke_test': {
1490 'remove_from': [
Ben Joyce02dc8092021-03-04 21:48:191491 'android-code-coverage-native', # Does not generate profraw data.
Yun Liu7cfd28a2019-10-30 01:57:121492 ],
1493 },
Kenneth Russelleb60cbd22017-12-05 07:54:281494 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:091495 'remove_from': [
1496 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191497 'android-code-coverage-native', # Does not generate profraw data.
John Budorick27d2d44e2019-05-20 20:26:091498 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281499 'modifications': {
Ben Pastenec73e96e92018-07-12 01:40:351500 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:571501 # TODO(https://crbug.com/884413): Re-enable this once the tests are
1502 # either passing or there is more capacity.
1503 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:351504 },
Haiyang Pan9d68ca02021-08-04 21:30:471505 'android-11-x86-rel': {
Haiyang Panb80557c2021-03-13 03:01:441506 'args': [
1507 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.chrome_public_test_apk.filter',
Haiyang Pan1d5ca2862021-04-01 22:21:091508 '--timeout-scale=2.0',
Haiyang Panb80557c2021-03-13 03:01:441509 ],
Haiyang Panc82c3fa2022-02-01 01:26:061510 # TODO(https://crbug.com/1285975) Remove experiment and enable on
1511 # trybot once the device offline issue is resolved.
1512 'ci_only': True,
1513 'experiment_percentage': 100,
Haiyang Pan68a39c02021-11-11 21:12:211514 },
Haiyang Pan2a55a452022-03-03 08:18:331515 'android-12-x64-rel': {
Haiyang Pan68a39c02021-11-11 21:12:211516 'args': [
Haiyang Pan629f4e42022-02-09 22:11:231517 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_test_apk.filter',
Haiyang Pan68a39c02021-11-11 21:12:211518 '--timeout-scale=2.0',
1519 ],
Haiyang Pan2a55a452022-03-03 08:18:331520 # TODO(crbug.com/1225851): Remove experiment and ci_only
1521 # once the test suite is stable.
1522 'ci_only': True,
1523 'experiment_percentage': 100,
Haiyang Panb80557c2021-03-13 03:01:441524 },
Haiyang Panfed31272023-03-27 19:24:001525 'android-12l-x64-dbg-tests': {
1526 'args': [
1527 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter',
1528 ],
Kuan Huangdc0afb52023-06-09 19:12:581529 # TODO(crbug.com/1439624): Remove experiment and ci_only
1530 # once the test suite is stable.
1531 'ci_only': True,
1532 'experiment_percentage': 100,
Haiyang Panfed31272023-03-27 19:24:001533 },
Haiyang Panef317e4372023-05-19 01:30:081534 'android-12l-x64-fyi-dbg': {
1535 'args': [
1536 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter',
1537 ],
1538 },
1539 'android-13-x64-fyi-rel': {
1540 'args': [
1541 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter',
1542 ],
1543 },
Haiyang Pane03016f2023-04-24 17:40:491544 'android-13-x64-rel': {
1545 'args': [
1546 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter',
1547 ],
1548 },
Stephen Martinis1384ff92020-01-07 19:52:151549 'android-arm64-proguard-rel': {
1550 'swarming': {
1551 'shards': 25,
1552 },
1553 },
Prakharc60ec802023-03-06 07:49:291554 # If you change this, make similar changes in android-x86-code-coverage below
James Shenf0ce295f2022-07-21 01:37:171555 'android-nougat-x86-rel': {
1556 'args': [
1557 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.chrome_public_test_apk.filter',
1558 ],
James Shen57e04ef2022-09-23 02:22:271559 'swarming': {
Stephanie Kim5e700522022-11-11 14:52:351560 'shards': 75,
James Shen57e04ef2022-09-23 02:22:271561 'dimension_sets': [
1562 {
Haiyang Panca60fce2022-11-16 18:10:381563 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:151564 'cores': '8',
James Shen57e04ef2022-09-23 02:22:271565 },
1566 ],
1567 },
James Shenf0ce295f2022-07-21 01:37:171568 },
Stephen Martinis1384ff92020-01-07 19:52:151569 'android-pie-arm64-rel': {
1570 'args': [
1571 '--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:151572 '--use-persistent-shell',
Stephen Martinis1384ff92020-01-07 19:52:151573 ],
Stephen Martinisd05530d2021-07-27 22:50:221574 'ci_only': True, # https://crbug.com/1233700
Haiyang Pan43640ee2020-02-13 01:38:001575 },
Ben Pasteneac465d422023-03-23 21:54:291576 'android-pie-arm64-rel-dev': {
Ben Joyce6d63a582022-12-09 18:34:551577 'swarming': {
1578 'service_account': '[email protected]'
1579 },
1580 },
Haiyang Pan08d09dc2020-04-01 16:11:211581 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:001582 'args': [
Haiyang Pan71373072020-03-02 19:57:491583 # https://crbug.com/1046059
Haiyang Pan23f64f52020-06-04 01:23:321584 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter',
Haiyang Pan43640ee2020-02-13 01:38:001585 ],
Haiyang Pan71373072020-03-02 19:57:491586 'swarming': {
Haiyang Pan58a6db22021-07-30 01:08:261587 # See https://crbug.com/1230192, runs of 40-60 minutes at 20 shards.
1588 'shards': 30,
1589 },
1590 },
Prakharc60ec802023-03-06 07:49:291591 # Keep this same as android-nougat-x86-rel above
1592 'android-x86-code-coverage': {
1593 'args': [
1594 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.chrome_public_test_apk.filter',
1595 ],
1596 'swarming': {
1597 'shards': 75,
1598 'dimension_sets': [
1599 {
1600 # use 8-core to shorten runtime
1601 'cores': '8',
1602 },
1603 ],
1604 },
1605 },
Haiyang Pan58a6db22021-07-30 01:08:261606 },
1607 },
Kenneth Russelleb60cbd22017-12-05 07:54:281608 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:151609 'remove_from': [
Andrew Luo38b311f2019-10-04 03:42:091610 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:161611 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:091612 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191613 'android-code-coverage-native', # Does not generate profraw data.
bsheedy410dd7c2018-06-15 22:42:091614 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281615 },
bsheedy75a4dd52018-11-27 23:24:301616 'chrome_public_test_vr_apk-vega': {
1617 'modifications': {
bsheedy75a4dd52018-11-27 23:24:301618 'Oreo Phone Tester': {
1619 'swarming': {
1620 'dimension_sets': [
1621 {
1622 'device_os': 'OVR1.180808.003',
1623 'device_type': 'vega',
1624 'os': 'Android',
1625 },
1626 ],
1627 },
1628 }
1629 }
1630 },
Henrique Nakashimad99462ab2022-06-08 19:52:421631 'chrome_public_unit_test_apk': {
Henrique Nakashima4b24b55a2022-11-02 22:25:321632 'remove_from': [
1633 'android-asan', # https://crbug.com/964562
1634 'android-code-coverage-native', # Does not generate profraw data.
Henrique Nakashima4b24b55a2022-11-02 22:25:321635 ],
Henrique Nakashimad99462ab2022-06-08 19:52:421636 'modifications': {
1637 'android-12-x64-rel': {
James Shen7d0646a2023-02-28 22:47:041638 'ci_only': True,
Henrique Nakashimad99462ab2022-06-08 19:52:421639 'args': [
1640 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_unit_test_apk.filter',
1641 ],
1642 },
Haiyang Pan0fb3ee42023-02-14 21:04:341643 'android-12l-x64-dbg-tests': {
1644 'args': [
1645 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter',
1646 ],
1647 },
Haiyang Panef317e4372023-05-19 01:30:081648 'android-12l-x64-fyi-dbg': {
1649 'args': [
1650 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter',
1651 ],
1652 },
1653 'android-13-x64-fyi-rel': {
1654 'args': [
1655 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter',
1656 ],
1657 },
Haiyang Pan0fb3ee42023-02-14 21:04:341658 'android-13-x64-rel': {
1659 'args': [
1660 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter',
1661 ],
1662 },
Henrique Nakashimad99462ab2022-06-08 19:52:421663 },
1664 },
Nihar Damarasingu8def1a22022-08-18 21:15:541665 'chrome_public_wpt': {
1666 'modifications': {
1667 'android-chrome-pie-x86-wpt-fyi-rel': {
1668 'args': [
1669 '--use-upstream-wpt',
1670 ],
1671 },
1672 },
1673 },
Ian Struiksmaeb285db02020-10-20 22:19:341674 'chrome_sizes': {
1675 'modifications': {
Sven Zheng0b608c212023-02-23 18:18:561676 'lacros-amd64-generic-chrome-skylab': {
1677 'swarming': {
1678 'dimension_sets': [
1679 {
1680 'cpu': 'x86-64',
1681 'os': 'Ubuntu-18.04',
1682 },
1683 ],
1684 },
1685 },
Sven Zheng0b608c212023-02-23 18:18:561686 'lacros-arm-generic-chrome-skylab': {
1687 'swarming': {
1688 'dimension_sets': [
1689 {
1690 'cpu': 'x86-64',
1691 'os': 'Ubuntu-18.04',
1692 },
1693 ],
1694 },
1695 },
1696 'lacros-arm64-generic-chrome-skylab': {
1697 'swarming': {
1698 'dimension_sets': [
1699 {
1700 'cpu': 'x86-64',
1701 'os': 'Ubuntu-18.04',
1702 },
1703 ],
1704 },
1705 },
Ian Struiksmaeb285db02020-10-20 22:19:341706 },
1707 },
Takuto Ikuta1b749b902019-04-11 18:05:531708 'chromedriver_py_tests': {
Ben Pastene1b1aa972022-09-28 17:51:011709 'modifications': {
1710 'Win10 Tests x64': {
1711 # TODO(crbug.com/1369158): Fix & re-enable.
1712 'isolate_profile_data': False,
1713 },
Thiago Perrotta314f7b02023-01-19 21:30:531714 'win-rel-cft': {
1715 # TODO(crbug.com/1369158): Fix & re-enable.
1716 'isolate_profile_data': False,
1717 },
Ben Pastene1b1aa972022-09-28 17:51:011718 },
Takuto Ikuta1b749b902019-04-11 18:05:531719 'remove_from': [
1720 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:531721 'Win10 Tests x64 (dbg)',
1722 ],
1723 },
Haiyang Panfed339172021-03-10 23:19:571724 'components_browsertests': {
1725 'modifications': {
Stephanie Kim6b4abfd32022-11-15 20:33:371726 'Linux TSan Tests': {
1727 'swarming': {
1728 'shards': 2,
1729 },
1730 },
Haiyang Pan9d68ca02021-08-04 21:30:471731 'android-11-x86-rel': {
Haiyang Panfed339172021-03-10 23:19:571732 'swarming': {
1733 'shards': 2,
1734 },
1735 },
André Kempef30fe9d22022-02-03 10:44:291736 'android-asan': {
1737 'swarming': {
1738 'shards': 3,
1739 },
1740 },
Prakharc60ec802023-03-06 07:49:291741 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pandcc3e012022-09-30 01:57:431742 'android-nougat-x86-rel': {
1743 'swarming': {
Stephanie Kim55d87ef22022-11-08 23:00:471744 'shards': 4,
Haiyang Pandcc3e012022-09-30 01:57:431745 },
1746 },
Prakharc60ec802023-03-06 07:49:291747 # Keep this same as android-nougat-x86-rel above
1748 'android-x86-code-coverage': {
1749 'swarming': {
1750 'shards': 4,
1751 },
1752 },
Ian Struiksma2e23f962023-05-26 22:37:201753 'linux-exp-tsan-fyi-rel': {
1754 'swarming': {
1755 'shards': 2,
1756 },
1757 },
Haiyang Panfed339172021-03-10 23:19:571758 },
1759 },
Hao Wubfdb23562023-06-17 20:16:511760 'components_browsertests_no_field_trial': {
1761 'remove_from': [
1762 'win10-rel-no-external-ip',
1763 'win-arm64-rel',
1764 'win-rel-cft',
1765 'Win11 Tests x64',
1766 ],
1767 },
Kenneth Russelleb60cbd22017-12-05 07:54:281768 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281769 'modifications': {
John Budorick5052d552017-12-13 02:59:341770 'Linux ASan LSan Tests (1)': {
1771 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441772 # crbug.com/1257927
John Budorick5052d552017-12-13 02:59:341773 'swarming': {
1774 'shards': 5,
1775 },
1776 },
Takuto Ikuta54671d972018-07-19 19:06:351777 'Linux Chromium OS ASan LSan Tests (1)': {
1778 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441779 # crbug.com/1257927
Takuto Ikuta54671d972018-07-19 19:06:351780 'swarming': {
1781 'shards': 5,
1782 },
1783 },
Erik Chen681dc0282019-11-26 22:54:491784 'Linux TSan Tests': {
1785 'swarming': {
1786 'shards': 2,
1787 },
1788 },
Haiyang Pan9d68ca02021-08-04 21:30:471789 'android-11-x86-rel': {
Haiyang Pan799282f2021-03-25 19:38:311790 'args': [
Haiyang Pane521cf692021-11-30 00:35:231791 # TODO(crbug.com/1192348): Fix the test failure
1792 '--gtest_filter=-FieldFormatterTest.DifferentLocales',
Haiyang Pan799282f2021-03-25 19:38:311793 ],
1794 },
Haiyang Pan2a55a452022-03-03 08:18:331795 'android-12-x64-rel': {
Haiyang Pan2877f062021-11-18 01:06:061796 'args': [
1797 # TODO(crbug.com/1192348): Fix the test failure
1798 '--gtest_filter=-FieldFormatterTest.DifferentLocales',
1799 ],
1800 },
Ian Struiksma01223f42023-06-05 15:52:391801 'linux-exp-asan-lsan-fyi-rel': {
1802 # These are very slow on the ASAN trybot for some reason.
1803 # crbug.com/1257927
1804 'swarming': {
1805 'shards': 5,
1806 },
1807 },
Ian Struiksma2e23f962023-05-26 22:37:201808 'linux-exp-tsan-fyi-rel': {
1809 'swarming': {
1810 'shards': 2,
1811 },
1812 },
Scott Violet17087cd2022-11-15 22:29:441813 'win-asan': {
1814 # With a single shard seems to hit time limit.
1815 'swarming': {
1816 'shards': 2,
1817 },
1818 },
Prakharf80880f2023-04-25 01:09:371819 'win10-code-coverage': {
1820 'swarming': {
Prakharbb64f48b2023-04-26 23:47:521821 'shards': 6,
Prakharf80880f2023-04-25 01:09:371822 },
1823 },
Sven Zheng80734f12020-08-06 06:50:391824 },
Sven Zheng577fe5ff2020-08-03 22:06:441825 },
Chong Gu76046412021-09-22 17:49:211826 'compositor_unittests': {
Chong Gub2446462021-08-19 18:44:081827 'modifications': {
1828 'fuchsia-fyi-arm64-dbg': {
1829 'args': [
1830 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.compositor_unittests.filter',
1831 ],
1832 },
1833 },
1834 },
Kenneth Russelleb60cbd22017-12-05 07:54:281835 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:291836 'remove_from': [
James Shen286d10a2023-06-09 20:19:051837 # TODO(crbug.com/1431581): Temporarily remove it from android-12L builder due to infra flakiness.
1838 'android-12l-x64-dbg-tests',
Brad Halla36886c2019-02-26 16:52:291839 'CrWinAsan(dll)', # https://crbug.com/935598
Rohan Pavonedf728bee22022-11-09 21:32:551840 # TODO(crbug.com/1371630): Enable on Fuchsia dbg/asan/clang builders.
1841 'fuchsia-fyi-arm64-dbg',
1842 'fuchsia-fyi-x64-asan',
1843 'fuchsia-fyi-x64-dbg',
1844 'ToTFuchsia x64',
1845 'ToTFuchsiaOfficial arm64',
Brad Halla36886c2019-02-26 16:52:291846 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281847 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241848 'Cast Audio Linux': {
1849 'args': [
Nico Weber02f30392018-07-16 18:39:431850 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:241851 ],
Kenneth Russellfbda3c532017-12-08 23:57:241852 },
1853 'Cast Linux': {
1854 'args': [
Nico Weber02f30392018-07-16 18:39:431855 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:241856 ],
Kenneth Russellfbda3c532017-12-08 23:57:241857 },
Erik Chenb681c8c2019-11-25 22:52:521858 'Linux ASan LSan Tests (1)': {
1859 'swarming': {
Stephanie Kim75e95f62022-11-04 16:06:131860 'shards': 24,
Erik Chenb681c8c2019-11-25 22:52:521861 },
1862 },
Chris Cunninghame1a04ea2019-04-24 01:49:321863 'Linux ASan Tests (sandboxed)': {
1864 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:411865 'shards': 10, # https://crbug.com/1103330
Chris Cunninghame1a04ea2019-04-24 01:49:321866 },
1867 },
Erik Chen681dc0282019-11-26 22:54:491868 'Linux TSan Tests': {
1869 'swarming': {
Stephanie Kim6b4abfd32022-11-15 20:33:371870 'shards': 30,
Erik Chen681dc0282019-11-26 22:54:491871 },
1872 },
Lindsay Pasrichab3f72db2021-09-22 22:05:461873 'Mac ASan 64 Tests (1)': { # https://crbug.com/1200640
1874 'experiment_percentage': 100,
1875 },
Struan Shrimpton57c594e42022-01-25 17:59:131876 'Mac11 Tests': {
1877 'swarming': {
Lindsay Pasricha0b5beaf2022-03-04 08:15:271878 'shards': 12,
Struan Shrimpton57c594e42022-01-25 17:59:131879 },
1880 },
Yue She0cad2922022-06-24 15:06:071881 'Mac12 Tests': {
1882 'swarming': {
1883 'shards': 12,
Yue She0cad2922022-06-24 15:06:071884 },
1885 },
Yue Shed8e45742023-06-01 15:18:031886 'Mac13 Tests': {
1887 'swarming': {
1888 'shards': 12,
1889 },
1890 },
Cameron Higgins2e4b7f12023-05-31 18:29:321891 'Mac13 Tests (dbg)': { # https://crbug.com/1279504
Lindsay Pasricha945e4d62022-01-20 02:14:011892 'swarming': {
Lindsay Pasricha9ec81b52022-03-10 03:43:311893 'shards': 18,
Lindsay Pasricha945e4d62022-01-20 02:14:011894 },
1895 },
Mirko Bonadei1bee8b02022-11-17 13:56:331896 'WebRTC Chromium FYI Android Tests (dbg)': {
1897 'args': [
1898 '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter',
1899 ],
1900 },
Mirko Bonadei1bee8b02022-11-17 13:56:331901 'WebRTC Chromium FYI Android Tests ARM64 (dbg)': {
1902 'args': [
1903 '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter',
1904 ],
1905 },
Stephen Martinis1384ff92020-01-07 19:52:151906 'Win10 Tests x64': {
1907 # crbug.com/868082
1908 'args': [
1909 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1910 ],
1911 },
1912 'Win10 Tests x64 (dbg)': {
1913 'experiment_percentage': 100,
1914 # crbug.com/868082
1915 'args': [
1916 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:151917 ],
1918 },
Kuan Huanga89737d2022-01-07 19:42:111919 'Win11 Tests x64': {
1920 # crbug.com/868082
1921 'args': [
1922 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1923 ],
1924 },
Haiyang Pan9d68ca02021-08-04 21:30:471925 'android-11-x86-rel': {
Haiyang Pan566e2652022-01-25 07:01:521926 # TODO(crbug.com/1137474): Remove ci_only and experiment_percentage
1927 # after the test suite is green.
1928 'ci_only': True,
Haiyang Pan10f029c2021-07-30 23:17:561929 'experiment_percentage': 100,
Haiyang Pan51450ab2021-03-23 00:48:571930 # TODO(crbug.com/1137474): Revisit the shard number once failed tests
1931 # are fixed.
Haiyang Panfed339172021-03-10 23:19:571932 'swarming': {
Haiyang Pan51450ab2021-03-23 00:48:571933 'shards': 30,
Haiyang Pan45e77dda2021-07-01 22:23:291934 'dimension_sets': [
1935 {
Haiyang Panca60fce2022-11-16 18:10:381936 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:151937 'cores': '8',
Haiyang Pan45e77dda2021-07-01 22:23:291938 },
1939 ],
Haiyang Panfed339172021-03-10 23:19:571940 },
1941 },
Haiyang Pan2a55a452022-03-03 08:18:331942 'android-12-x64-rel': {
Haiyang Pan1ed9ebb2022-12-13 03:10:031943 # TODO(crbug.com/1225851): Remove experiment and ci_only
1944 # once the test suite is stable.
1945 'ci_only': True,
1946 'experiment_percentage': 100,
Haiyang Pandbff3ef2022-02-11 23:24:191947 'args': [
1948 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_browsertests.filter',
1949 ],
Haiyang Pan249494b2022-01-27 21:56:211950 'swarming': {
Haiyang Pand5524452023-04-25 01:56:401951 'shards': 40,
Haiyang Pan249494b2022-01-27 21:56:211952 },
1953 },
Haiyang Pan1b8faa20b2023-02-10 23:44:361954 'android-12l-x64-dbg-tests': {
Kuan Huangdc0afb52023-06-09 19:12:581955 # TODO(crbug.com/1439624): Remove experiment and ci_only
1956 # once the test suite is stable.
1957 'ci_only': True,
1958 'experiment_percentage': 100,
Haiyang Pan1b8faa20b2023-02-10 23:44:361959 'args': [
1960 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1961 ],
1962 'swarming': {
Haiyang Pand5524452023-04-25 01:56:401963 'shards': 40,
Haiyang Pan1b8faa20b2023-02-10 23:44:361964 },
1965 },
Haiyang Pan42c77cd92023-05-18 01:13:031966 'android-12l-x64-fyi-dbg': {
Haiyang Panef317e4372023-05-19 01:30:081967 'args': [
1968 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1969 ],
Haiyang Pan42c77cd92023-05-18 01:13:031970 'swarming': {
1971 'shards': 40,
1972 },
1973 },
1974 'android-13-x64-fyi-rel': {
Haiyang Panef317e4372023-05-19 01:30:081975 'args': [
1976 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1977 ],
Haiyang Pan42c77cd92023-05-18 01:13:031978 'swarming': {
1979 'shards': 40,
1980 },
1981 },
Haiyang Pan1b8faa20b2023-02-10 23:44:361982 'android-13-x64-rel': {
1983 'args': [
1984 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l_13.content_browsertests.filter',
1985 ],
1986 'swarming': {
Haiyang Pand5524452023-04-25 01:56:401987 'shards': 40,
Haiyang Pan1b8faa20b2023-02-10 23:44:361988 },
1989 },
Stephen Martinis1384ff92020-01-07 19:52:151990 'android-arm64-proguard-rel': {
1991 'swarming': {
1992 'shards': 16,
1993 },
1994 },
1995 'android-asan': {
1996 'args': [
1997 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
1998 ],
1999 'swarming': {
André Kempef30fe9d22022-02-03 10:44:292000 'shards': 25,
Stephen Martinis1384ff92020-01-07 19:52:152001 },
2002 },
Prakharc60ec802023-03-06 07:49:292003 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pancf24ceb2022-03-17 02:31:302004 'android-nougat-x86-rel': {
James Shenfa680ebaa2022-07-22 02:53:532005 'args': [
2006 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter',
2007 ],
Haiyang Pancf24ceb2022-03-17 02:31:302008 'swarming': {
Stephanie Kim5e700522022-11-11 14:52:352009 'shards': 75,
James Shen57e04ef2022-09-23 02:22:272010 'dimension_sets': [
2011 {
Haiyang Panca60fce2022-11-16 18:10:382012 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:152013 'cores': '8',
James Shen57e04ef2022-09-23 02:22:272014 },
2015 ],
Haiyang Pancf24ceb2022-03-17 02:31:302016 },
2017 },
Struan Shrimptone772d72f2021-12-15 07:50:092018 'android-pie-arm64-rel': {
Ben Joycec0a90cd2023-01-10 21:30:492019 'args': [
2020 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.content_browsertests_coverage.filter',
2021 ],
Struan Shrimptone772d72f2021-12-15 07:50:092022 },
Haiyang Pan08d09dc2020-04-01 16:11:212023 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:432024 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:572025 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
John Budoricka4e23882020-02-28 18:36:432026 ],
Sky Malice303f7ec2021-07-17 04:13:092027 'swarming': {
2028 # Flaking with only 20 shards with 40-60 minute runs.
2029 # https://crbug.com/1230118
2030 'shards': 30,
Haiyang Pan2eb735e72020-09-15 22:51:512031 },
John Budoricka4e23882020-02-28 18:36:432032 },
Prakharc60ec802023-03-06 07:49:292033 # Keep this same as android-nougat-x86-rel above
2034 'android-x86-code-coverage': {
2035 'args': [
2036 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter',
2037 ],
2038 'swarming': {
2039 'shards': 75,
2040 'dimension_sets': [
2041 {
2042 # use 8-core to shorten runtime
2043 'cores': '8',
2044 },
2045 ],
2046 },
2047 },
Rohan Pavonedf728bee22022-11-09 21:32:552048 'fuchsia-arm64-cast-receiver-rel': {
2049 # Temporarily only run this on CI due to resource and naming
2050 # constraints.
2051 # TODO(crbug.com/1371630): Remove this when resource requirements are
2052 # lower.
2053 'ci_only': True,
2054 },
2055 'fuchsia-arm64-rel': {
2056 # Temporarily only run this on CI due to resource and naming
2057 # constraints.
2058 # TODO(crbug.com/1371630): Remove this when resource requirements are
2059 # lower.
2060 'ci_only': True,
2061 },
2062 'fuchsia-x64-cast-receiver-rel': {
2063 # Temporarily only run this on CI due to resource requirements.
2064 # TODO(crbug.com/1374125): Remove this once resources are available.
2065 'ci_only': True,
2066 'swarming': {
2067 'shards': 41,
2068 },
Zijie He0f361e652023-01-13 14:42:152069 'args': [
2070 # TODO(crbug.com/1406693): Remove this when the kernal panic in
2071 # fuchsia has been resolved.
2072 '--test-arg=--test-launcher-jobs=1',
2073 ],
Rohan Pavonedf728bee22022-11-09 21:32:552074 },
2075 'fuchsia-x64-rel': {
2076 'swarming': {
2077 'shards': 41,
2078 },
Zijie He38e3d132023-01-20 01:22:472079 'args': [
2080 # TODO(crbug.com/1406693): Remove this when the kernal panic in
2081 # fuchsia has been resolved.
2082 '--test-arg=--test-launcher-jobs=1',
2083 ],
Rohan Pavonedf728bee22022-11-09 21:32:552084 },
Stephen Martinis1384ff92020-01-07 19:52:152085 'linux-chromeos-code-coverage': {
2086 'swarming': {
2087 'shards': 12,
2088 },
2089 },
Albert J. Wong91f109652019-11-19 03:01:162090 'linux-chromeos-rel': {
2091 'swarming': {
Stephanie Kim3aa4c552023-01-10 18:00:042092 'shards': 6,
Albert J. Wong91f109652019-11-19 03:01:162093 },
2094 },
Yuke Liao79424e42020-01-06 21:00:112095 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:012096 'args': [
2097 '--no-sandbox',
2098 ],
Yuke Liao79424e42020-01-06 21:00:112099 'swarming': {
2100 'shards': 12,
2101 },
2102 },
Ian Struiksma01223f42023-06-05 15:52:392103 'linux-exp-asan-lsan-fyi-rel': {
2104 'swarming': {
2105 'shards': 24,
2106 },
2107 },
Ian Struiksma2e23f962023-05-26 22:37:202108 'linux-exp-tsan-fyi-rel': {
2109 'swarming': {
2110 'shards': 30,
2111 },
2112 },
Sven Zheng80734f12020-08-06 06:50:392113 # https://crbug.com/1111979
2114 'linux-lacros-tester-fyi-rel': {
2115 'experiment_percentage': 100,
2116 },
Kuan Huang235b0142021-10-19 18:59:282117 'mac-code-coverage': {
2118 'args': [
2119 '--coverage-continuous-mode=1',
2120 ],
2121 },
Thiago Perrottaa289bad2023-01-20 12:44:392122 'mac-rel-cft': {
2123 'swarming': {
2124 'shards': 12,
Thiago Perrottaa289bad2023-01-20 12:44:392125 },
2126 },
Kuan Huang05332fb2021-10-12 02:04:262127 # https://crbug.com/1255940
Ben Pasteneac465d422023-03-23 21:54:292128 'mac-rel-dev': {
Kuan Huang05332fb2021-10-12 02:04:262129 'swarming': {
2130 'dimension_sets': [
2131 {
2132 # These test would time out when running on 4 cores instances.
2133 'cores': '8|12',
2134 }
2135 ],
2136 },
2137 },
Kuan Huang1b52d442023-02-07 20:35:342138 'win-asan': {
2139 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
2140 'args': [
2141 '--test-launcher-jobs=3',
2142 ],
2143 'swarming': {
2144 'shards': 16,
2145 },
2146 },
Thiago Perrotta314f7b02023-01-19 21:30:532147 'win-rel-cft': {
2148 # crbug.com/868082
2149 'args': [
2150 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
2151 ],
Thiago Perrotta314f7b02023-01-19 21:30:532152 },
Ben Pasteneebad8fc2022-08-12 23:34:282153 'win10-rel-no-external-ip': {
2154 # crbug.com/868082
2155 'args': [
2156 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
2157 ],
2158 },
Kenneth Russelleb60cbd22017-12-05 07:54:282159 },
2160 },
Nico Weber81e16ace22018-06-30 02:58:472161 'content_shell_crash_test': {
Haiyang Pan8c201b92020-06-04 01:25:072162 'remove_from': [
Prakharc60ec802023-03-06 07:49:292163 'android-nougat-x86-rel', # crbug.com/1084353. If you remove this, also remove android-x86-code-coverage.
2164 'android-x86-code-coverage'
Haiyang Pan8c201b92020-06-04 01:25:072165 ],
Dirk Prankeb1c36b322018-07-11 02:42:002166 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:002167 'Win10 Tests x64 (dbg)': {
2168 'experiment_percentage': 100, # https://crbug.com/861730
2169 },
2170 },
Nico Weber81e16ace22018-06-30 02:58:472171 },
John Budorick27d2d44e2019-05-20 20:26:092172 'content_shell_test_apk': {
2173 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:092174 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:192175 'android-code-coverage-native', # Does not generate profraw data.
John Budorick27d2d44e2019-05-20 20:26:092176 ],
John Budorickee2e64f2020-03-02 20:19:102177 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:472178 'android-11-x86-rel': {
Haiyang Pan103864812021-03-19 19:28:442179 'args': [
2180 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.content_shell_test_apk.filter',
Haiyang Panabdab2f2021-07-19 20:37:512181 '--timeout-scale=2.0',
Haiyang Pan103864812021-03-19 19:28:442182 ],
2183 },
Haiyang Pan2a55a452022-03-03 08:18:332184 'android-12-x64-rel': {
Haiyang Pan3b1016e2022-02-05 00:02:452185 'args': [
2186 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_shell_test_apk.filter',
2187 ],
James Shen818743e2023-02-16 02:11:162188 'ci_only': True,
Haiyang Pan3b1016e2022-02-05 00:02:452189 },
Haiyang Pan162b36f2023-02-17 23:23:032190 'android-12l-x64-dbg-tests': {
2191 'args': [
2192 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_shell_test_apk.filter',
2193 ],
2194 },
Haiyang Panef317e4372023-05-19 01:30:082195 'android-12l-x64-fyi-dbg': {
2196 'args': [
2197 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_shell_test_apk.filter',
2198 ],
2199 },
2200 'android-13-x64-fyi-rel': {
2201 'args': [
2202 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_shell_test_apk.filter',
2203 ],
2204 },
Haiyang Pan162b36f2023-02-17 23:23:032205 'android-13-x64-rel': {
2206 'args': [
2207 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_shell_test_apk.filter',
2208 ],
2209 },
Prakharc60ec802023-03-06 07:49:292210 # If you change this, make similar changes in android-x86-code-coverage below
James Shen97b48ac42022-07-01 23:34:442211 'android-nougat-x86-rel': {
2212 'args': [
2213 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_shell_test_apk.filter',
2214 ],
James Shen57e04ef2022-09-23 02:22:272215 'swarming': {
Stephanie Kim55d87ef22022-11-08 23:00:472216 'shards': 6,
James Shen57e04ef2022-09-23 02:22:272217 'dimension_sets': [
2218 {
Haiyang Panca60fce2022-11-16 18:10:382219 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:152220 'cores': '8',
James Shen57e04ef2022-09-23 02:22:272221 },
2222 ],
2223 },
James Shen97b48ac42022-07-01 23:34:442224 },
Haiyang Pan08d09dc2020-04-01 16:11:212225 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:102226 'args': [
2227 '--gtest_filter=-ContentViewScrollingTest.testFling',
2228 ],
2229 },
Prakharc60ec802023-03-06 07:49:292230 # Keep this same as android-nougat-x86-rel above
2231 'android-x86-code-coverage': {
2232 'args': [
2233 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_shell_test_apk.filter',
2234 ],
2235 'swarming': {
2236 'shards': 6,
2237 'dimension_sets': [
2238 {
2239 # use 8-core to shorten runtime
2240 'cores': '8',
2241 },
2242 ],
2243 },
2244 },
John Budorickee2e64f2020-03-02 20:19:102245 },
John Budorick27d2d44e2019-05-20 20:26:092246 },
Kenneth Russelleb60cbd22017-12-05 07:54:282247 'content_unittests': {
2248 'modifications': {
John Budorick5052d552017-12-13 02:59:342249 'Linux ASan LSan Tests (1)': {
2250 # These are slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:442251 # crbug.com/1257927
John Budorick5052d552017-12-13 02:59:342252 'swarming': {
2253 'shards': 2,
2254 },
2255 },
Takuto Ikuta54671d972018-07-19 19:06:352256 'Linux ChromiumOS MSan Tests': {
2257 # These are very slow on the Chrome OS MSAN trybot for some reason.
2258 # crbug.com/865455
2259 'swarming': {
2260 'shards': 2,
2261 },
2262 },
Chong Gu52481452021-04-02 17:52:412263 'fuchsia-code-coverage': {
2264 'swarming': {
2265 'shards': 12,
2266 },
2267 },
Chong Gua10cd302022-01-14 19:22:192268 'fuchsia-fyi-x64-asan': {
2269 'args': [
2270 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.content_unittests.filter',
2271 ],
2272 },
Ian Struiksma01223f42023-06-05 15:52:392273 'linux-exp-asan-lsan-fyi-rel': {
2274 # These are slow on the ASAN trybot for some reason.
2275 # crbug.com/1257927
2276 'swarming': {
2277 'shards': 2,
2278 },
2279 },
Ben Pastene96b328e82023-04-07 21:19:052280 'linux-rel-dev': {
2281 'swarming': {
2282 'dimension_sets': [
2283 {
Ben Pastenefe0d7c62023-04-07 22:39:512284 'cores': '8',
Ben Pastene96b328e82023-04-07 21:19:052285 },
2286 ],
2287 },
2288 },
Prakhar280f58d2023-05-17 18:09:102289 'win10-code-coverage': {
2290 'swarming': {
2291 'shards': 2,
2292 },
2293 },
Kenneth Russelleb60cbd22017-12-05 07:54:282294 },
2295 },
Kenneth Russell7e6ae8372023-06-29 02:36:382296 'context_lost_passthrough_tests': {
2297 'remove_from': [
2298 # crbug.com/1458020 for Mac Retina ASAN removal
2299 'Mac FYI Retina ASAN (AMD)',
2300 ],
2301 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032302 'context_lost_validating_tests': {
Brian Sheedye285c9b2019-07-15 21:42:462303 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2304 # exception once there is enough capacity to run these tests.
2305 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:462306 'Android FYI Release (Pixel 2)',
2307 ],
Kenneth Russellc1a09302018-07-10 01:12:542308 },
Dirk Pranke8da1b22e2023-06-15 05:47:342309 'cr23_browser_tests': {
Dirk Prankec14acaf2023-06-23 01:09:212310 'modifications': {
2311 'linux-cr23-rel': {
2312 'experiment_percentage': None,
2313 },
2314 'mac-cr23-rel': {
2315 'experiment_percentage': None,
2316 },
2317 'win-cr23-rel': {
2318 'experiment_percentage': None,
2319 },
2320 }
Dirk Pranke8da1b22e2023-06-15 05:47:342321 },
2322 'cr23_interactive_ui_tests': {
Dirk Prankec14acaf2023-06-23 01:09:212323 'modifications': {
2324 'linux-cr23-rel': {
2325 'experiment_percentage': None,
2326 },
2327 'mac-cr23-rel': {
2328 'experiment_percentage': None,
2329 },
2330 'win-cr23-rel': {
2331 'experiment_percentage': None,
2332 },
Dirk Pranke8da1b22e2023-06-15 05:47:342333 },
2334 },
2335 'cr23_views_unittests': {
Dirk Prankec14acaf2023-06-23 01:09:212336 'modifications': {
2337 'linux-cr23-rel': {
2338 'experiment_percentage': None,
2339 },
2340 'mac-cr23-rel': {
2341 'experiment_percentage': None,
2342 },
2343 'win-cr23-rel': {
2344 'experiment_percentage': None,
2345 },
Dirk Pranke8da1b22e2023-06-15 05:47:342346 },
2347 },
Kenneth Russellfbda3c532017-12-08 23:57:242348 'crashpad_tests': {
2349 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:482350 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:392351 # https://crbug.com/crashpad/304
2352 'Linux TSan Tests',
Ian Struiksma2e23f962023-05-26 22:37:202353 # https://crbug.com/crashpad/304
2354 'linux-exp-tsan-fyi-rel',
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:392355 'ToTLinuxTSan',
2356 # https://crbug.com/crashpad/306
2357 'Linux CFI',
2358 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:242359 ],
Haiyang Panc7c009e2021-03-18 19:31:232360 'modifications': {
Avi Drissmanc6318122022-03-29 17:07:422361 # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
2362 # the tests. Run this experimentally on all the macOS bots >= 12 and
2363 # remove this exception once fixed.
2364 'Mac Builder Next': {
2365 'experiment_percentage': 100,
2366 },
Ben Joycea0319112022-11-15 23:53:122367 'ToTAndroid': {
2368 'args': [
2369 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.crashpad_tests.filter',
2370 ],
2371 },
Haiyang Pan9d68ca02021-08-04 21:30:472372 'android-11-x86-rel': {
Haiyang Panc7c009e2021-03-18 19:31:232373 'args': [
Haiyang Pan32338b72023-02-08 23:48:582374 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
Haiyang Panc7c009e2021-03-18 19:31:232375 ],
2376 },
Haiyang Pan2a55a452022-03-03 08:18:332377 'android-12-x64-rel': {
Haiyang Pan07d9e262021-10-20 21:50:032378 'args': [
Haiyang Pan32338b72023-02-08 23:48:582379 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2380 ],
2381 },
2382 'android-12l-x64-dbg-tests': {
2383 'args': [
2384 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2385 ],
2386 },
Haiyang Panef317e4372023-05-19 01:30:082387 'android-12l-x64-fyi-dbg': {
2388 'args': [
2389 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2390 ],
2391 },
2392 'android-13-x64-fyi-rel': {
2393 'args': [
2394 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2395 ],
2396 },
Haiyang Pan32338b72023-02-08 23:48:582397 'android-13-x64-rel': {
2398 'args': [
2399 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
Haiyang Pan07d9e262021-10-20 21:50:032400 ],
2401 },
Avi Drissmanc6318122022-03-29 17:07:422402 # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
2403 # the tests. Run this experimentally on all the macOS bots >= 12 and
2404 # remove this exception once fixed.
Lindsay Pasricha60535a22021-12-13 16:50:242405 'mac-osxbeta-rel': {
2406 'experiment_percentage': 100,
2407 },
Haiyang Panc7c009e2021-03-18 19:31:232408 },
Kenneth Russellfbda3c532017-12-08 23:57:242409 },
Brian Sheedyd9a809f02022-10-06 00:50:372410 'dawn_end2end_skip_validation_tests': {
2411 'remove_from': [
2412 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2413 # Android.
2414 'Dawn Android arm DEPS Release (Pixel 4)',
2415 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152416 'Dawn Android arm64 DEPS Release (Pixel 6)',
2417 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372418 ],
2419 },
2420 'dawn_end2end_validation_layers_tests': {
2421 'remove_from': [
2422 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2423 # Android.
2424 'Dawn Android arm DEPS Release (Pixel 4)',
2425 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152426 'Dawn Android arm64 DEPS Release (Pixel 6)',
2427 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372428 ],
2429 },
2430 'dawn_end2end_wire_tests': {
2431 'remove_from': [
2432 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2433 # Android.
2434 'Dawn Android arm DEPS Release (Pixel 4)',
2435 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152436 'Dawn Android arm64 DEPS Release (Pixel 6)',
2437 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372438 ],
2439 },
Austin Eng414af1612022-04-08 02:15:362440 'dawn_perf_tests': {
2441 'remove_from': [
Brian Sheedyd9a809f02022-10-06 00:50:372442 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2443 # Android.
2444 'Dawn Android arm DEPS Release (Pixel 4)',
2445 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152446 'Dawn Android arm64 DEPS Release (Pixel 6)',
2447 'Dawn Android arm64 Release (Pixel 6)',
Austin Eng414af1612022-04-08 02:15:362448 ],
2449 },
Haiyang Pan1c813ca2021-11-24 18:52:162450 'device_unittests': {
2451 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:332452 'android-12-x64-rel': {
Haiyang Pan1c813ca2021-11-24 18:52:162453 'args': [
Haiyang Pand1a294512023-02-09 19:40:122454 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2455 ],
2456 },
2457 'android-12l-x64-dbg-tests': {
2458 'args': [
2459 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2460 ],
2461 },
Haiyang Panef317e4372023-05-19 01:30:082462 'android-12l-x64-fyi-dbg': {
2463 'args': [
2464 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2465 ],
2466 },
2467 'android-13-x64-fyi-rel': {
2468 'args': [
2469 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2470 ],
2471 },
Haiyang Pand1a294512023-02-09 19:40:122472 'android-13-x64-rel': {
2473 'args': [
2474 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
Haiyang Pan1c813ca2021-11-24 18:52:162475 ],
2476 },
2477 },
2478 },
Joe Downing41486042018-10-18 22:44:442479 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:292480 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292481 'CrWinAsan(dll)', # https://crbug.com/935598
2482 ],
Joe Downing41486042018-10-18 22:44:442483 'modifications': {
2484 'Win10 Tests x64 (dbg)': {
2485 'experiment_percentage': 100, # https://crbug.com/876615
2486 },
Sven Zhengbc822262022-09-20 20:47:352487 # https://crbug.com/1111979
2488 'linux-lacros-asan-lsan-rel': {
2489 'args': [
2490 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2491 ],
2492 },
Sven Zheng5c9d3e342020-08-11 21:39:432493 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:542494 'linux-lacros-code-coverage': {
2495 'args': [
2496 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2497 ],
2498 },
Yuke Liaoa0db4742021-08-09 18:28:332499 'linux-lacros-dbg-tests-fyi': {
2500 'args': [
2501 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2502 ],
2503 },
Sven Zheng5c9d3e342020-08-11 21:39:432504 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:432505 'args': [
2506 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2507 ],
2508 },
Joe Downing41486042018-10-18 22:44:442509 },
2510 },
Sven Zheng577fe5ff2020-08-03 22:06:442511 'extensions_unittests': {
Sven Zheng80734f12020-08-06 06:50:392512 'modifications': {
Chong Gud034fe52022-01-20 21:48:042513 'fuchsia-fyi-x64-asan': {
2514 'args': [
Chong Gu1155d872022-02-10 17:55:272515 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.extensions_unittests.filter',
Chong Gud034fe52022-01-20 21:48:042516 ],
2517 },
Sven Zhengbc822262022-09-20 20:47:352518 # https://crbug.com/1111979
2519 'linux-lacros-asan-lsan-rel': {
2520 'args': [
2521 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2522 'BluetoothSocketApiUnittest.CreateThenClose:'
2523 'FeatureProviderTest.PermissionFeatureAvailability',
2524 ],
2525 },
Sven Zheng5c9d3e342020-08-11 21:39:432526 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:542527 'linux-lacros-code-coverage': {
2528 'args': [
Yuke Liaoa0db4742021-08-09 18:28:332529 '--gtest_filter=-BluetoothSocketApiUnittest.CreateThenClose:'
2530 'NativeExtensionBindingsSystemUnittest.*',
2531 ],
2532 },
2533 'linux-lacros-dbg-tests-fyi': {
2534 'args': [
Junhua Chen39dd2dba2021-05-05 17:51:542535 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2536 'BluetoothSocketApiUnittest.CreateThenClose:'
2537 'FeatureProviderTest.PermissionFeatureAvailability',
2538 ],
2539 },
Sven Zheng5c9d3e342020-08-11 21:39:432540 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:432541 'args': [
Yuke Liaobb8308322020-08-12 20:20:472542 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2543 'BluetoothSocketApiUnittest.CreateThenClose:'
2544 'FeatureProviderTest.PermissionFeatureAvailability',
Sven Zheng5c9d3e342020-08-11 21:39:432545 ],
2546 },
Sven Zheng80734f12020-08-06 06:50:392547 },
Sven Zheng577fe5ff2020-08-03 22:06:442548 },
Chong Gu76046412021-09-22 17:49:212549 'gfx_unittests': {
Chong Gudf7fbe92021-02-24 02:55:582550 'modifications': {
2551 'fuchsia-code-coverage': {
2552 'swarming': {
2553 'shards': 2,
2554 },
2555 },
2556 },
2557 },
Kenneth Russelleb60cbd22017-12-05 07:54:282558 'gin_unittests': {
2559 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:472560 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:462561 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:472562 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Ian Struiksma01223f42023-06-05 15:52:392563 'linux-exp-asan-lsan-fyi-rel', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:282564 ],
Chong Gua10cd302022-01-14 19:22:192565 'modifications': {
Haiyang Pance026642023-04-26 19:34:212566 'android-arm64-proguard-rel': {
2567 'args': [
2568 # https://crbug.com/1404782
2569 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter',
2570 ],
2571 },
Ben Joycee3f55c902023-01-13 00:27:292572 'android-code-coverage-native': {
2573 'args': [
2574 # https://crbug.com/1404782
Haiyang Pance026642023-04-26 19:34:212575 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter',
Ben Joycee3f55c902023-01-13 00:27:292576 ],
2577 },
Chong Gua10cd302022-01-14 19:22:192578 'fuchsia-fyi-x64-asan': {
2579 'args': [
2580 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.gin_unittests.filter',
2581 ],
2582 },
2583 },
Kenneth Russelleb60cbd22017-12-05 07:54:282584 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002585 'gl_tests_passthrough': {
2586 'remove_from': [
2587 'CFI Linux ToT',
Brian Sheedyd9a809f02022-10-06 00:50:372588 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2589 # Android.
2590 'Dawn Android arm DEPS Release (Pixel 4)',
2591 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152592 'Dawn Android arm64 DEPS Release (Pixel 6)',
2593 'Dawn Android arm64 Release (Pixel 6)',
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002594 # Can't run on MSAN because gl_tests uses the hardware driver,
2595 # which isn't instrumented.
2596 'Linux MSan Tests',
Ian Struiksmab0412a22023-06-06 23:02:482597 'linux-exp-msan-fyi-rel',
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002598 ],
2599 'modifications': {
2600 # TODO(kbr): figure out a better way to specify blocks of
2601 # arguments like this for tests on multiple machines.
Garrett Beatya491ec72020-07-25 12:36:122602 'Linux ASan LSan Tests (1)': {
2603 'args': [
2604 '--use-gpu-in-tests',
2605 '--no-xvfb',
2606 ],
2607 'swarming': {
2608 'dimension_sets': [
2609 {
Yuly Novikovaa06f172022-02-12 00:38:572610 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122611 'os': 'Ubuntu',
2612 'pool': 'chromium.tests.gpu',
2613 },
2614 ],
2615 },
2616 },
2617 'Linux CFI': {
2618 'args': [
2619 '--use-gpu-in-tests',
2620 '--no-xvfb',
2621 ],
2622 'swarming': {
2623 'dimension_sets': [
2624 {
Yuly Novikovaa06f172022-02-12 00:38:572625 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122626 'os': 'Ubuntu',
2627 'pool': 'chromium.tests.gpu',
2628 },
2629 ],
2630 },
2631 },
2632 'Linux TSan Tests': {
2633 'args': [
2634 '--use-gpu-in-tests',
2635 '--no-xvfb',
2636 ],
2637 'swarming': {
2638 'dimension_sets': [
2639 {
Yuly Novikovaa06f172022-02-12 00:38:572640 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122641 'os': 'Ubuntu',
2642 'pool': 'chromium.tests.gpu',
2643 },
2644 ],
2645 },
2646 },
Ian Struiksma01223f42023-06-05 15:52:392647 'linux-exp-asan-lsan-fyi-rel': {
2648 'args': [
2649 '--use-gpu-in-tests',
2650 '--no-xvfb',
2651 ],
2652 'swarming': {
2653 'dimension_sets': [
2654 {
2655 'gpu': '10de:2184',
2656 'os': 'Ubuntu',
2657 'pool': 'chromium.tests.gpu',
2658 },
2659 ],
2660 },
2661 },
Ian Struiksma2e23f962023-05-26 22:37:202662 'linux-exp-tsan-fyi-rel': {
2663 'args': [
2664 '--use-gpu-in-tests',
2665 '--no-xvfb',
2666 ],
2667 'swarming': {
2668 'dimension_sets': [
2669 {
2670 'gpu': '10de:2184',
2671 'os': 'Ubuntu',
2672 'pool': 'chromium.tests.gpu',
2673 },
2674 ],
2675 },
2676 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002677 },
2678 },
Jonah Ryan-Davise25a89f2020-05-29 20:18:242679 'gl_tests_validating': {
Jonah Ryan-Davisb9f03ac2021-03-18 23:53:022680 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012681 'Android FYI Release (Nexus 5X)',
John Budorickca14c76f62017-12-09 14:19:182682 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282683 'modifications': {
Brian Sheedy920df652022-11-11 20:54:152684 'Android FYI Release (Samsung A13)': {
2685 'args': [
2686 '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a13.gl_tests.filter',
2687 ],
2688 },
Sunny Sachanandanib5c6c082022-09-29 00:26:142689 'Android FYI Release (Samsung A23)': {
2690 'args': [
2691 '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a23.gl_tests.filter',
2692 ],
2693 },
Ben Joycea0319112022-11-15 23:53:122694 'ToTAndroid': {
2695 'args': [
2696 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.gl_tests.filter', # https://crbug.com/1034007
2697 ],
2698 },
Haiyang Pan9d68ca02021-08-04 21:30:472699 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:152700 'args': [
2701 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter',
2702 ],
2703 },
Haiyang Pan2a55a452022-03-03 08:18:332704 'android-12-x64-rel': {
Haiyang Pan382008922021-11-19 21:15:092705 'args': [
Haiyang Pand1a294512023-02-09 19:40:122706 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2707 ],
2708 },
2709 'android-12l-x64-dbg-tests': {
2710 'args': [
2711 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2712 ],
2713 },
Haiyang Panef317e4372023-05-19 01:30:082714 'android-12l-x64-fyi-dbg': {
2715 'args': [
2716 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2717 ],
2718 },
2719 'android-13-x64-fyi-rel': {
2720 'args': [
2721 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2722 ],
2723 },
Haiyang Pand1a294512023-02-09 19:40:122724 'android-13-x64-rel': {
2725 'args': [
2726 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
Haiyang Pan382008922021-11-19 21:15:092727 ],
2728 },
Nate Fischerb0474702022-12-13 22:46:532729 'android-arm64-proguard-rel': {
2730 'args': [
2731 '--test-launcher-filter-file=../../testing/buildbot/filters/android.arm64_proguard_rel.gl_tests.filter', # https://crbug.com/1034007
2732 ],
2733 },
Ben Joycee3f55c902023-01-13 00:27:292734 'android-code-coverage-native': {
2735 'args': [
2736 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
2737 ],
2738 },
Prakharc60ec802023-03-06 07:49:292739 # If you change this, make similar changes in android-x86-code-coverage below
James Shenc47f7b12022-07-07 23:42:412740 'android-nougat-x86-rel': {
2741 'args': [
2742 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.gl_tests.filter',
2743 ],
2744 },
Andrew Luo38b311f2019-10-04 03:42:092745 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:312746 'args': [
Andrew Luobe83fd82019-12-19 03:07:582747 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
2748 ],
Andrew Luo38b311f2019-10-04 03:42:092749 },
Haiyang Pan08d09dc2020-04-01 16:11:212750 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:312751 'args': [
2752 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
2753 ],
2754 },
Prakharc60ec802023-03-06 07:49:292755 # Keep this same as android-nougat-x86-rel above
2756 'android-x86-code-coverage': {
2757 'args': [
2758 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.gl_tests.filter',
2759 ],
2760 },
Kenneth Russelleb60cbd22017-12-05 07:54:282761 },
2762 },
Takuto Ikutaf5333252019-11-06 16:07:082763 'gl_unittests': {
2764 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:082765 # On Android, these are already run on the main waterfall.
2766 # Run them on the one-off Android FYI bots, though.
2767 'Android FYI Release (Nexus 5X)',
Brian Sheedyd9a809f02022-10-06 00:50:372768 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2769 # Android.
2770 'Dawn Android arm DEPS Release (Pixel 4)',
2771 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152772 'Dawn Android arm64 DEPS Release (Pixel 6)',
2773 'Dawn Android arm64 Release (Pixel 6)',
Yuly Novikov37e04342020-05-29 00:52:042774 # Can't run on MSAN because gl_unittests uses the hardware driver,
2775 # which isn't instrumented.
2776 'Linux MSan Tests',
Ian Struiksmab0412a22023-06-06 23:02:482777 'linux-exp-msan-fyi-rel',
Takuto Ikutaf5333252019-11-06 16:07:082778 ],
Haiyang Pan505fcd5a2021-12-13 19:46:232779 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:332780 'android-12-x64-rel': {
Haiyang Pan505fcd5a2021-12-13 19:46:232781 'args': [
2782 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_unittests.filter',
2783 ],
2784 },
2785 },
Takuto Ikutaf5333252019-11-06 16:07:082786 },
2787 'gl_unittests_ozone': {
2788 'remove_from': [
2789 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
2790 # which isn't instrumented.
2791 'Linux ChromiumOS MSan Tests',
2792 ],
2793 },
Brian Sheedy0bf7f822022-07-21 17:44:432794 'gold_common_pytype': {
2795 'remove_from': [
2796 'linux-code-coverage',
2797 ],
2798 },
Takuto Ikutaf5333252019-11-06 16:07:082799 'gpu_process_launch_tests': {
Takuto Ikutaf5333252019-11-06 16:07:082800 'remove_from': [
Kramer Ge3bf853a2023-04-13 19:39:472801 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2802 # exception once there is enough capacity to run these tests.
Takuto Ikutaf5333252019-11-06 16:07:082803 'Android FYI Release (Pixel 2)',
Kenneth Russell7e6ae8372023-06-29 02:36:382804 # crbug.com/1458020 for Mac Retina ASAN removal
2805 'Mac FYI Retina ASAN (AMD)',
Takuto Ikutaf5333252019-11-06 16:07:082806 ],
2807 },
Brian Sheedy053d88cf2022-05-24 23:40:052808 'gpu_pytype': {
2809 'remove_from': [
2810 'linux-code-coverage',
2811 ],
2812 },
Chong Gu76046412021-09-22 17:49:212813 'gpu_unittests': {
Chong Gudf7fbe92021-02-24 02:55:582814 'modifications': {
2815 'fuchsia-code-coverage': {
2816 'swarming': {
2817 'shards': 5,
2818 },
2819 },
2820 },
2821 },
Kevin McNeed21a6c522021-06-14 21:27:252822 'grit_python_unittests': {
2823 'remove_from': [
Titouan Rigoudy9e860832021-11-08 15:34:452824 # TODO(https://crbug.com/1267125): Re-enable.
2825 'mac11-arm64-rel-tests',
Zhaoyang Li5d3713d2022-06-13 18:01:172826 # TODO(https://crbug.com/1267125): Re-enable.
2827 'mac12-arm64-rel-tests',
Will Yeagera090e6a2023-06-09 14:59:412828 # TODO(https://crbug.com/1267125): Re-enable.
2829 'mac13-arm64-rel-tests',
Kevin McNeed21a6c522021-06-14 21:27:252830 ],
2831 },
Brian Sheedye285c9b2019-07-15 21:42:462832 'hardware_accelerated_feature_tests': {
Brian Sheedye285c9b2019-07-15 21:42:462833 'remove_from': [
Kramer Ge3bf853a2023-04-13 19:39:472834 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2835 # exception once there is enough capacity to run these tests.
Brian Sheedye285c9b2019-07-15 21:42:462836 'Android FYI Release (Pixel 2)',
Kenneth Russell7e6ae8372023-06-29 02:36:382837 # crbug.com/1458020 for Mac Retina ASAN removal
2838 'Mac FYI Retina ASAN (AMD)',
Brian Sheedye285c9b2019-07-15 21:42:462839 ],
2840 },
Brad Halla36886c2019-02-26 16:52:292841 'headless_browsertests': {
Chong Gud08d1232021-09-11 08:53:592842 'remove_from': [
2843 'CrWinAsan(dll)', # https://crbug.com/935598
Maksim Sisovc81d284c2021-10-05 17:54:352844 # Wayland bot doesn't support headless mode.
2845 'Linux Tests (Wayland)',
Chong Gud08d1232021-09-11 08:53:592846 ],
Chong Gud1a5c5992021-04-09 04:08:322847 'modifications': {
2848 'fuchsia-code-coverage': {
2849 'swarming': {
Chong Gu115ce152021-04-15 23:57:162850 'shards': 6,
Chong Gud1a5c5992021-04-09 04:08:322851 },
2852 },
2853 },
Brad Halla36886c2019-02-26 16:52:292854 },
Kenneth Russell8a386d42018-06-02 09:48:012855 'info_collection_tests': {
2856 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012857 'Android V8 FYI Release (Nexus 5X)',
2858 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:352859 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell7e6ae8372023-06-29 02:36:382860 # crbug.com/1458020 for Mac Retina ASAN removal
2861 'Mac FYI Retina ASAN (AMD)',
Kenneth Russell8a386d42018-06-02 09:48:012862 'Mac V8 FYI Release (Intel)',
2863 'Win V8 FYI Release (NVIDIA)',
2864 ],
Brian Sheedyfe61cdac2020-02-12 01:25:592865 'modifications': {
Brian Sheedyb18cb762020-06-30 00:09:292866 'ChromeOS FYI Release (amd64-generic)': {
Brian Sheedy65be3052020-06-26 19:26:512867 'args': [
Brian Sheedyb18cb762020-06-30 00:09:292868 # Swarming does not report a GPU since tests are run in a VM, but
2869 # the VM does report that a GPU is present.
2870 '--expected-device-id', '1050',
Brian Sheedydf2672f2020-05-07 20:44:362871 ],
2872 },
Brian Sheedyfe61cdac2020-02-12 01:25:592873 },
Brian Sheedy32eeeb52020-05-22 01:49:372874 'replacements': {
2875 'ChromeOS FYI Release (amd64-generic)': {
2876 'args': {
2877 # Swarming does not report a GPU since tests are run in a VM, but
2878 # the VM does report that a GPU is present.
2879 '--expected-vendor-id': '1af4',
Brian Sheedyb18cb762020-06-30 00:09:292880 # Magic substitution happens after regular replacement, so remove it
2881 # now since we are manually applying the expected device ID above.
2882 '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None,
Brian Sheedy32eeeb52020-05-22 01:49:372883 },
Brian Sheedyff6d1442020-09-19 00:46:312884 },
Brian Sheedye9c7afe52022-06-13 21:19:372885 'Mac FYI Experimental Release (Apple M1)': {
2886 'args': {
Brian Sheedy4cd5fa82023-05-11 20:27:382887 # Apple silicon does not show up normally as a PCI-e device, but
2888 # Chrome is able to find a vendor ID that matches other (non-GPU)
2889 # Apple PCI-e devices.
Brian Sheedye9c7afe52022-06-13 21:19:372890 '--expected-vendor-id': '106b',
2891 },
2892 },
Brian Sheedy177addbf2021-09-24 19:06:512893 'Mac FYI Release (Apple M1)': {
2894 'args': {
Brian Sheedy4cd5fa82023-05-11 20:27:382895 # Apple silicon does not show up normally as a PCI-e device, but
2896 # Chrome is able to find a vendor ID that matches other (non-GPU)
2897 # Apple PCI-e devices.
2898 '--expected-vendor-id': '106b',
2899 },
2900 },
2901 'Mac FYI Retina Release (Apple M2)': {
2902 'args': {
2903 # Apple silicon does not show up normally as a PCI-e device, but
2904 # Chrome is able to find a vendor ID that matches other (non-GPU)
2905 # Apple PCI-e devices.
Brian Sheedy177addbf2021-09-24 19:06:512906 '--expected-vendor-id': '106b',
2907 },
2908 },
Brian Sheedy32eeeb52020-05-22 01:49:372909 },
Kenneth Russell8a386d42018-06-02 09:48:012910 },
Kenneth Russelleb60cbd22017-12-05 07:54:282911 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:292912 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292913 'CrWinAsan(dll)', # https://crbug.com/935598
2914 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282915 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:152916 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:262917 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152918 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:262919 },
2920 },
John Budorickca14c76f62017-12-09 14:19:182921 'Linux ASan LSan Tests (1)': {
Ben Pastened2c01af2022-01-31 23:06:442922 # These are slow on the ASan trybot for some reason, crbug.com/1257927
Nico Weber96a75a6942018-06-20 04:53:172923 'swarming': {
Stephanie Kim75e95f62022-11-04 16:06:132924 'shards': 12,
Nico Weber96a75a6942018-06-20 04:53:172925 },
2926 },
Pavol Marko05b6bb92022-03-21 12:33:292927 'Linux Chromium OS ASan LSan Tests (1)': {
2928 # These are slow on the ASan trybot for some reason, crbug.com/1257927
2929 'swarming': {
2930 'shards': 6,
Pavol Marko05b6bb92022-03-21 12:33:292931 },
2932 },
Takuto Ikuta54671d972018-07-19 19:06:352933 'Linux ChromiumOS MSan Tests': {
2934 # These are very slow on the Chrome OS MSAN trybot for some reason.
2935 # crbug.com/865455
2936 'swarming': {
2937 'shards': 5,
2938 },
2939 },
Ben Pastene5bc00332023-05-25 21:43:322940 'Linux MSan Tests': {
2941 'swarming': {
2942 'shards': 4,
2943 },
2944 },
Stephen Martinis1384ff92020-01-07 19:52:152945 'Linux TSan Tests': {
Ben Pastened2c01af2022-01-31 23:06:442946 # These are slow on the TSan bots for some reason, crbug.com/1257927
Dirk Pranke8fd63c12017-12-10 18:06:272947 'swarming': {
Stephen Martinisad6cb7af2021-02-24 01:12:002948 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
Dirk Pranke8fd63c12017-12-10 18:06:272949 },
2950 },
Maksim Sisovc81d284c2021-10-05 17:54:352951 # https://crbug.com/1192997
2952 'Linux Tests (Wayland)': {
2953 'args': [
2954 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter',
2955 ],
2956 },
Lindsay Pasrichab3f72db2021-09-22 22:05:462957 'Mac ASan 64 Tests (1)': { # https://crbug.com/1251656
2958 'experiment_percentage': 100,
2959 },
Yue She0cad2922022-06-24 15:06:072960 'Mac12 Tests': {
2961 'swarming': {
Stephanie Kim28fc5902022-11-11 14:54:422962 'shards': 6,
Yue She0cad2922022-06-24 15:06:072963 },
2964 },
Yue Shed8e45742023-06-01 15:18:032965 'Mac13 Tests': {
2966 'swarming': {
2967 'shards': 6,
2968 },
2969 },
Cameron Higgins2e4b7f12023-05-31 18:29:322970 'Mac13 Tests (dbg)': { # https://crbug.com/1265051
Zhaoyang Li9357e1e12021-12-07 18:53:172971 'experiment_percentage': 100,
Cameron Higginsfe09c132023-04-20 21:53:132972 'swarming': {
2973 'shards':6,
2974 }
Zhaoyang Li9357e1e12021-12-07 18:53:172975 },
Stephen Martinis1384ff92020-01-07 19:52:152976 'ToTLinuxTSan': {
Ben Pastened2c01af2022-01-31 23:06:442977 # These are slow on the TSan bots for some reason, crbug.com/1257927
Stephen Martinis1384ff92020-01-07 19:52:152978 'swarming': {
2979 'shards': 6,
2980 },
2981 },
Struan Shrimptona1ab7672022-01-13 18:02:512982 'Win10 Tests x64': {
2983 'swarming': {
Stephanie Kima57b46a2022-10-27 22:09:032984 'shards': 9,
Struan Shrimptona1ab7672022-01-13 18:02:512985 },
2986 },
Stephen Martinis1384ff92020-01-07 19:52:152987 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:032988 'Win10 Tests x64 (dbg)': {
2989 'experiment_percentage': 100,
2990 },
Jacob Kopczynski3a555bd32020-12-10 01:41:162991 # TODO(crbug.com/970649): Remove these filters.
Ben Pastene8ef125e2019-12-10 01:46:292992 'linux-chromeos-chrome': {
Ben Pastene8ef125e2019-12-10 01:46:292993 'args': [
2994 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
2995 ],
2996 },
Stephen Martinis1384ff92020-01-07 19:52:152997 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112998 'swarming': {
2999 'shards': 10,
3000 },
3001 },
Pavol Marko582a15d2022-04-01 12:47:203002 'linux-chromeos-dbg': {
3003 'swarming': {
3004 'shards': 6,
3005 },
3006 },
Stephanie Kim3aa4c552023-01-10 18:00:043007 'linux-chromeos-rel': {
3008 'swarming': {
3009 'shards': 5,
3010 },
3011 },
Stephen Martinis1384ff92020-01-07 19:52:153012 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:113013 'swarming': {
3014 'shards': 10,
3015 },
3016 },
Ian Struiksma01223f42023-06-05 15:52:393017 'linux-exp-asan-lsan-fyi-rel': {
3018 # These are slow on the ASan trybot for some reason, crbug.com/1257927
3019 'swarming': {
3020 'shards': 12,
3021 },
3022 },
Ian Struiksmab0412a22023-06-06 23:02:483023 'linux-exp-msan-fyi-rel': {
3024 'swarming': {
3025 'shards': 4,
3026 },
3027 },
Ian Struiksma2e23f962023-05-26 22:37:203028 'linux-exp-tsan-fyi-rel': {
3029 # These are slow on the TSan bots for some reason, crbug.com/1257927
3030 'swarming': {
3031 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
3032 },
3033 },
Thiago Perrottad12c7872023-01-12 17:30:563034 'linux-rel-cft': {
3035 'args': [
3036 '--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.interactive_ui_tests.filter',
3037 ],
3038 },
Kuan Huang235b0142021-10-19 18:59:283039 'mac-code-coverage': {
3040 'args': [
3041 '--coverage-continuous-mode=1',
3042 ],
3043 },
Lindsay Pasricha60535a22021-12-13 16:50:243044 # TODO (crbug.com/1278617) Re-enable once fixed
3045 'mac-osxbeta-rel': {
3046 'experiment_percentage': 100,
3047 },
Thiago Perrottad12c7872023-01-12 17:30:563048 'mac-rel-cft': {
3049 'args': [
3050 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel-cft.interactive_ui_tests.filter',
3051 ],
Thiago Perrottaa289bad2023-01-20 12:44:393052 'swarming': {
3053 'shards': 6,
Thiago Perrottaa289bad2023-01-20 12:44:393054 },
Thiago Perrottad12c7872023-01-12 17:30:563055 },
Will Yeager86db5082023-06-14 21:50:113056 'mac13-arm64-rel-tests': {
3057 'ci_only': False,
3058 'swarming': {
3059 'shards': 6,
3060 },
3061 },
David Bienvenu519e14802023-05-02 23:34:493062 'win-arm64-rel': {
3063 # Surface Pros have touch turned on by default, which makes some interactive-ui-tests fail.
3064 'args': [
3065 '--top-chrome-touch-ui=disabled',
3066 ],
3067 },
Kuan Huang1b52d442023-02-07 20:35:343068 'win-asan': {
3069 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
3070 'args': [
3071 '--test-launcher-jobs=3',
3072 ],
3073 'swarming': {
3074 'shards': 6,
3075 },
3076 },
Thiago Perrottad12c7872023-01-12 17:30:563077 'win-rel-cft': {
3078 'args': [
3079 '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.interactive_ui_tests.filter',
3080 ],
Thiago Perrotta314f7b02023-01-19 21:30:533081 'swarming': {
3082 'shards': 9,
3083 },
Thiago Perrottad12c7872023-01-12 17:30:563084 },
Prakhar0ca1594c2023-05-01 19:51:023085 'win10-code-coverage': {
3086 'swarming': {
3087 'shards': 32,
3088 },
3089 },
Kenneth Russelleb60cbd22017-12-05 07:54:283090 },
3091 },
Sven Zhengef0d0872022-04-04 22:13:293092 'interactive_ui_tests amd64-generic': {
Yuke Liaob6beaeca2021-04-29 23:41:513093 'remove_from': [
3094 # TODO(crbug.com/1204231): Re-enable.
3095 'lacros-amd64-generic-rel',
Yuke Liao859819d2022-02-24 08:23:493096 'lacros-amd64-generic-rel-fyi',
Yuke Liaob6beaeca2021-04-29 23:41:513097 ]
3098 },
Sven Zhengef0d0872022-04-04 22:13:293099 'interactive_ui_tests eve': {
Yuke Liao79a8cf52021-06-11 18:14:343100 'remove_from': [
3101 # TODO(crbug.com/1204231): Re-enable.
3102 'lacros-amd64-generic-rel',
Yuke Liao859819d2022-02-24 08:23:493103 'lacros-amd64-generic-rel-fyi',
Yuke Liao79a8cf52021-06-11 18:14:343104 ]
3105 },
Hao Wubfdb23562023-06-17 20:16:513106 'interactive_ui_tests_no_field_trial': {
3107 'remove_from': [
3108 'win10-rel-no-external-ip',
3109 'win-arm64-rel',
3110 'win-rel-cft',
3111 'Win11 Tests x64',
3112 ],
3113 },
John Budorickf00e5ff2019-06-11 21:21:063114 'ipc_tests': {
3115 'modifications': {
3116 'android-asan': {
3117 'swarming': {
3118 'shards': 2,
3119 },
3120 },
3121 },
3122 },
Sven Zheng1d2a04c2023-05-31 17:05:063123 'lacros_chrome_browsertests_run_in_series': {
3124 'modifications': {
3125 'linux-lacros-asan-lsan-rel': {
3126 'swarming': {
3127 'shards': 5,
3128 },
3129 },
3130 },
3131 },
Reilly Grant0fc352502023-04-24 17:25:283132 'leveldb_unittests': {
3133 'remove_from': [
3134 # TODO(https://crbug.com/1432753): Runs too slowly in this configuration.
3135 'android-nougat-x86-rel',
3136 ],
3137 },
Dirk Pranke8d2a9f52022-12-08 20:25:423138 'mac_signing_tests': {
3139 'remove_from': [
3140 # This is intentional and explained in the waterfalls.pyl comment for
3141 # this builder.
3142 'mac-rel-cft',
3143 ],
3144 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033145 'maps_pixel_passthrough_test': {
Brian Sheedyc0c142c2021-06-01 21:18:053146 'modifications': {
3147 'Android FYI Release (Pixel 4)': {
3148 'args': [
3149 # Pixel 4s are weird in that they can output in different color spaces
3150 # simultaneously. The readback code for capturing a screenshot assumes
3151 # only one color space, so disable wide color gamut for the test to
3152 # work around the issue. See https://crbug.com/1166379 for more
3153 # information.
3154 '--extra-browser-args=--disable-wcg-for-test',
3155 ],
3156 },
Ben Pastene63f13302022-05-12 21:04:053157 'android_optional_gpu_tests_rel': {
3158 'args': [
3159 # See above.
3160 '--extra-browser-args=--disable-wcg-for-test',
3161 ],
3162 },
Brian Sheedyc0c142c2021-06-01 21:18:053163 },
Kenneth Russell7e6ae8372023-06-29 02:36:383164 'remove_from': [
3165 # crbug.com/1458020 for Mac Retina ASAN removal
3166 'Mac FYI Retina ASAN (AMD)',
3167 ],
Jonah Ryan-Davis832c8462020-06-09 03:45:033168 'replacements': {
3169 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3170 # use ${got_cr_revision}, which is only set on the V8 bots.
3171 'Linux V8 FYI Release (NVIDIA)': {
3172 'args': {
3173 '--git-revision': '${got_cr_revision}',
3174 },
3175 },
3176 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
3177 'args': {
3178 '--git-revision': '${got_cr_revision}',
3179 },
3180 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:003181 'Mac V8 FYI Release (Intel)': {
3182 'args': {
3183 '--git-revision': '${got_cr_revision}',
3184 },
3185 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033186 'Win V8 FYI Release (NVIDIA)': {
3187 'args': {
3188 '--git-revision': '${got_cr_revision}',
3189 },
3190 },
3191 },
3192 },
3193 'maps_pixel_validating_test': {
Brian Sheedy0566f2cb2021-02-12 22:12:503194 'modifications': {
3195 'Android FYI Release (Pixel 4)': {
3196 'args': [
3197 # Pixel 4s are weird in that they can output in different color spaces
3198 # simultaneously. The readback code for capturing a screenshot assumes
3199 # only one color space, so disable wide color gamut for the test to
3200 # work around the issue. See https://crbug.com/1166379 for more
3201 # information.
3202 '--extra-browser-args=--disable-wcg-for-test',
3203 ],
3204 },
Ben Pastene63f13302022-05-12 21:04:053205 'android_optional_gpu_tests_rel': {
3206 'args': [
3207 # See above.
3208 '--extra-browser-args=--disable-wcg-for-test',
3209 ],
3210 },
Brian Sheedy0566f2cb2021-02-12 22:12:503211 },
Brian Sheedye285c9b2019-07-15 21:42:463212 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
3213 # exception once there is enough capacity to run these tests.
3214 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:463215 'Android FYI Release (Pixel 2)',
3216 ],
Brian Sheedy44fd891b2019-10-03 20:07:543217 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:543218 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3219 # use ${got_cr_revision}, which is only set on the V8 bots.
3220 'Android V8 FYI Release (Nexus 5X)': {
3221 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:323222 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:543223 },
3224 },
Brian Sheedy44fd891b2019-10-03 20:07:543225 },
Brian Sheedye285c9b2019-07-15 21:42:463226 },
Brian Sheedyda5d20a2023-04-10 20:31:223227 'maps_pixel_validating_test KEVIN_PUBLIC_LKGM': {
3228 'modifications': {
3229 'ChromeOS FYI Release Skylab (kevin)': {
3230 'args': [
3231 # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
3232 # automatically get the service account to authenticate with.
3233 '--service-account=/creds/service_accounts/skylab-drone.json',
3234 ],
3235 },
3236 },
3237 },
Sangbaek Parkdecd8df2023-05-15 21:54:333238 'media_foundation_browser_tests': {
3239 'remove_from': [
3240 # TODO(crbug.com/1445173): Enable Media Foundation browser tests on NVIDIA
3241 # gpu bots once the Windows OS supports HW secure decryption.
3242 'Win10 FYI x64 Debug (NVIDIA)',
3243 'Win10 FYI x64 Release (AMD RX 5500 XT)',
3244 'Win10 FYI x64 Release (NVIDIA)',
3245 'Win10 FYI x86 Release (NVIDIA)',
3246 ],
3247 },
Andrew Luo38b311f2019-10-04 03:42:093248 'media_unittests': {
3249 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:473250 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:153251 'args': [
Haiyang Pan9c91cd42023-02-08 23:19:593252 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
Haiyang Pan80b0d412021-11-23 00:06:423253 ],
3254 },
Haiyang Pan2a55a452022-03-03 08:18:333255 'android-12-x64-rel': {
Haiyang Pan80b0d412021-11-23 00:06:423256 'args': [
Haiyang Pan9c91cd42023-02-08 23:19:593257 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3258 ],
3259 },
3260 'android-12l-x64-dbg-tests': {
3261 'args': [
3262 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3263 ],
3264 },
Haiyang Panef317e4372023-05-19 01:30:083265 'android-12l-x64-fyi-dbg': {
3266 'args': [
3267 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3268 ],
3269 },
3270 'android-13-x64-fyi-rel': {
3271 'args': [
3272 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3273 ],
3274 },
Haiyang Pan9c91cd42023-02-08 23:19:593275 'android-13-x64-rel': {
3276 'args': [
3277 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
Haiyang Pancf765862021-03-18 20:39:153278 ],
3279 },
Andrew Luo38b311f2019-10-04 03:42:093280 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:583281 'args': [
3282 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
3283 ],
Andrew Luo38b311f2019-10-04 03:42:093284 },
Chong Gudf7fbe92021-02-24 02:55:583285 'fuchsia-code-coverage': {
3286 'swarming': {
3287 'shards': 3,
3288 },
3289 },
Chong Gub2446462021-08-19 18:44:083290 'fuchsia-fyi-arm64-dbg': {
3291 'args': [
3292 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.media_unittests.filter',
3293 ],
3294 },
Andrew Luo38b311f2019-10-04 03:42:093295 },
3296 },
Kenneth Russell7e6ae8372023-06-29 02:36:383297 'mediapipe_passthrough_tests': {
3298 'remove_from': [
3299 # crbug.com/1458020 for Mac Retina ASAN removal
3300 'Mac FYI Retina ASAN (AMD)',
3301 ],
3302 },
Chong Gu4eca1ce2021-05-17 08:49:573303 'mediapipe_validating_tests': {
3304 'remove_from': [
David Dorwin06fae772022-10-07 16:34:423305 # TODO(crbug.com/1372213): Remove these once tests are stable.
David Dorwin49b2ddb2022-09-08 20:49:433306 'fuchsia-x64-cast-receiver-rel',
3307 'fuchsia-x64-rel',
Chong Gu4eca1ce2021-05-17 08:49:573308 ],
3309 },
Ben Joyce02dc8092021-03-04 21:48:193310 'mojo_test_apk': {
3311 'remove_from': [
3312 'android-code-coverage-native', # Does not generate profraw data.
3313 ],
3314 },
John Budorickf00e5ff2019-06-11 21:21:063315 'mojo_unittests': {
3316 'modifications': {
3317 'android-asan': {
3318 'swarming': {
John Budorick5a29d7542019-10-11 20:56:443319 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:063320 },
3321 },
Chong Gudf7fbe92021-02-24 02:55:583322 'fuchsia-code-coverage': {
3323 'swarming': {
3324 'shards': 2,
3325 },
3326 },
John Budorickf00e5ff2019-06-11 21:21:063327 },
3328 },
bsheedye9469572019-01-23 17:31:333329 'monochrome_public_test_ar_apk': {
3330 'modifications': {
bsheedye9469572019-01-23 17:31:333331 # We need to match the Playstore version as well because AR tests fail on
3332 # old versions of the Playstore.
3333 'Oreo Phone Tester': {
3334 'swarming': {
3335 'dimension_sets': [
3336 {
3337 'device_os': 'OPR3.170623.008',
bsheedye9469572019-01-23 17:31:333338 'device_type': 'marlin',
3339 'os': 'Android',
3340 },
3341 ],
3342 },
3343 },
3344 },
3345 },
Kenneth Russellfbda3c532017-12-08 23:57:243346 'nacl_loader_unittests': {
K. Moon902a4b582023-06-16 19:00:343347 # If you change this, make similar changes in ppapi_unittests
Kenneth Russellfbda3c532017-12-08 23:57:243348 'remove_from': [
Nico Weber48f187142018-06-01 15:16:353349 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:513350 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:113351 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Ian Struiksma2e23f962023-05-26 22:37:203352 'linux-exp-tsan-fyi-rel', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:483353 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kuan Huang66423fe2023-03-17 23:10:053354 'win-arm64-rel', # Not available on arm64.
Randolf Jung444efaa2023-06-28 16:34:113355 'linux-arm64-rel-cft', # Not available on arm64.
Kenneth Russellfbda3c532017-12-08 23:57:243356 ],
3357 },
Kenneth Russelleb60cbd22017-12-05 07:54:283358 'net_unittests': {
3359 'modifications': {
Nico Weber33b9b7a2020-06-12 19:23:273360 'CrWinAsan': {
Ben Pastened2c01af2022-01-31 23:06:443361 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273362 'swarming': {
3363 'shards': 16,
3364 },
3365 },
3366 'CrWinAsan(dll)': {
Ben Pastened2c01af2022-01-31 23:06:443367 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273368 'swarming': {
3369 'shards': 16,
3370 },
3371 },
John Budorickca14c76f62017-12-09 14:19:183372 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:343373 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:443374 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:183375 'swarming': {
John Budorick5052d552017-12-13 02:59:343376 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:183377 },
3378 },
3379 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:353380 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:443381 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:183382 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:023383 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:183384 }
3385 },
Takuto Ikuta54671d972018-07-19 19:06:353386 'Linux ChromiumOS MSan Tests': {
3387 # These are very slow on the Chrome OS MSAN trybot for some reason.
3388 # crbug.com/865455
3389 'swarming': {
3390 'shards': 2,
3391 },
3392 },
John Budorickca14c76f62017-12-09 14:19:183393 'Linux TSan Tests': {
3394 'swarming': {
3395 'shards': 4,
3396 }
3397 },
Ben Pastene8bf205b2018-06-13 04:00:333398 # The suite runs signficantly slower on linux dbg, so increase shards.
3399 'Linux Tests (dbg)(1)': {
3400 'swarming': {
3401 'shards': 2,
3402 },
3403 },
Stephen Martinis1384ff92020-01-07 19:52:153404 'ToTLinuxASan': {
Ben Pastened2c01af2022-01-31 23:06:443405 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Stephen Martinis1384ff92020-01-07 19:52:153406 'swarming': {
3407 'shards': 16,
3408 },
3409 },
3410 'ToTLinuxTSan': {
3411 'swarming': {
3412 'shards': 4,
3413 }
3414 },
Stefano Duof44278b2021-08-02 16:29:383415 'android-cronet-x86-dbg-10-tests': {
3416 'args': [
3417 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_10.net_unittests.filter',
3418 ],
3419 },
Chidera Olibie262e33e2022-03-02 11:45:283420 'android-cronet-x86-dbg-lollipop-tests': {
3421 'args': [
3422 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_l.net_unittests.filter',
3423 ],
3424 },
Chidera Olibieef99a55ca2021-10-01 21:42:003425 'android-cronet-x86-dbg-oreo-tests': {
3426 'args': [
3427 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
3428 ],
3429 },
Chidera Olibie509fd732021-09-30 20:17:173430 'android-cronet-x86-dbg-pie-tests': {
3431 # crbug.com/1046060
3432 'args': [
3433 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
3434 ],
3435 },
Chidera Olibie5c0ec912022-03-23 10:44:513436 'android-cronet-x86-rel-kitkat-tests': {
3437 'args': [
3438 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_k.net_unittests.filter',
3439 ],
3440 },
Haiyang Pan08d09dc2020-04-01 16:11:213441 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:503442 # crbug.com/1046060
3443 'args': [
3444 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
3445 ],
3446 },
Chong Gu76046412021-09-22 17:49:213447 'fuchsia-code-coverage': {
3448 'swarming': {
3449 'shards': 14,
3450 },
3451 },
Ben Pastene8bf205b2018-06-13 04:00:333452 'linux-chromeos-dbg': {
3453 'swarming': {
3454 'shards': 2,
3455 },
3456 },
Ian Struiksma01223f42023-06-05 15:52:393457 'linux-exp-asan-lsan-fyi-rel': {
3458 # These are very slow on the ASAN trybot for some reason.
3459 # crbug.com/1257927
3460 'swarming': {
3461 'shards': 16,
3462 },
3463 },
Ian Struiksma2e23f962023-05-26 22:37:203464 'linux-exp-tsan-fyi-rel': {
3465 'swarming': {
3466 'shards': 4,
3467 }
3468 },
Nico Weber33b9b7a2020-06-12 19:23:273469 'win-asan': {
Ben Pastened2c01af2022-01-31 23:06:443470 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273471 'swarming': {
3472 'shards': 16,
3473 },
3474 },
Kenneth Russelleb60cbd22017-12-05 07:54:283475 },
3476 },
John Chenaab16fc02020-03-03 06:35:453477 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:283478 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:283479 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
3480 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:283481 ],
Yuke Liaobc9ff982019-04-30 06:56:163482 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:153483 'Linux Tests': {
3484 "args": [
3485 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:153486 ],
3487 },
Yuke Liaoea70f472019-12-19 06:03:363488 'linux-code-coverage': {
3489 'args': [
Prakharbe44338a2023-05-24 19:02:043490 '--additional-driver-flag=--no-sandbox',
3491 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
Yuke Liaoea70f472019-12-19 06:03:363492 ],
3493 'swarming': {
3494 'shards': 20,
3495 },
3496 },
Thiago Perrotta61487462023-01-20 12:52:323497 'linux-rel-cft': {
3498 "args": [
Michael Lippautz8f4016b2023-06-13 16:18:333499 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
3500 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:323501 ],
Thiago Perrotta61487462023-01-20 12:52:323502 },
Yuke Liaobc9ff982019-04-30 06:56:163503 },
Lukasz Anforowicz04bc6302018-11-19 19:04:283504 },
Xi Cheng34ca4042018-02-23 00:10:123505 'notification_helper_unittests': {
3506 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:153507 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:123508 'ToTWin',
3509 'ToTWin(dbg)',
3510 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:033511 'ToTWinOfficial',
Arthur Eubanks0c24b822021-06-15 18:51:343512 'ToTWinOfficial64',
Xi Cheng34ca4042018-02-23 00:10:123513 'ToTWin64',
3514 'ToTWin64(dbg)',
3515 'ToTWin64(dll)',
Xi Cheng34ca4042018-02-23 00:10:123516 ],
3517 },
James Shenf4199bfd2022-08-13 00:44:273518 'oop_network_service_content_browsertests': {
3519 'modifications': {
3520 'android-12-x64-fyi-rel': {
3521 'args': [
3522 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.oop_network_service_content_browsertests.filter',
3523 ],
3524 },
3525 },
3526 },
Ben Pastenee723b2f2019-05-31 19:10:273527 'ozone_unittests': {
3528 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:293529 'chromeos-betty-pi-arc-chrome': {
3530 'args': [
3531 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
3532 ],
3533 },
Ben Pastene500cc1d12021-01-22 18:10:473534 'chromeos-betty-pi-arc-chrome-dchecks': {
3535 'args': [
3536 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
3537 ],
3538 },
Ben Pastene8ef125e2019-12-10 01:46:293539 'linux-chromeos-chrome': {
3540 'args': [
3541 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
3542 ],
3543 },
Ben Pastenee723b2f2019-05-31 19:10:273544 },
3545 },
Maksim Sisovc81d284c2021-10-05 17:54:353546 'ozone_x11_unittests': {
3547 # Wayland bot uses chromium_linux_gtests that includes some x11 only
3548 # test targets. To avoid maintaining a list of tests, remove them here.
3549 'remove_from': [
3550 'Linux Tests (Wayland)',
3551 ],
3552 },
Karen Qian385d2ca2019-03-19 21:49:583553 'perfetto_unittests': {
Haiyang Pan0e27adbeb2021-12-14 22:44:303554 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:333555 'android-12-x64-rel': {
Haiyang Pan0e27adbeb2021-12-14 22:44:303556 'args': [
3557 # TODO(crbug.com/1260440): Fix the failed test
3558 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3559 ],
3560 },
Haiyang Pan32338b72023-02-08 23:48:583561 'android-12l-x64-dbg-tests': {
3562 'args': [
3563 # TODO(crbug.com/1260440): Fix the failed test
3564 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3565 ],
3566 },
Haiyang Panef317e4372023-05-19 01:30:083567 'android-12l-x64-fyi-dbg': {
3568 'args': [
3569 # TODO(crbug.com/1260440): Fix the failed test
3570 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3571 ],
3572 },
3573 'android-13-x64-fyi-rel': {
3574 'args': [
3575 # TODO(crbug.com/1260440): Fix the failed test
3576 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3577 ],
3578 },
Haiyang Pan32338b72023-02-08 23:48:583579 'android-13-x64-rel': {
3580 'args': [
3581 # TODO(crbug.com/1260440): Fix the failed test
3582 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3583 ],
3584 },
Prakharc60ec802023-03-06 07:49:293585 # If you change this, make similar changes in android-x86-code-coverage below
James Shen274775eb2022-07-06 22:54:433586 'android-nougat-x86-rel': {
3587 'args': [
3588 # TODO(crbug.com/1260440): Fix the failed test
3589 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3590 ],
3591 },
Prakharc60ec802023-03-06 07:49:293592 # Keep this same as android-nougat-x86-rel above
3593 'android-x86-code-coverage': {
3594 'args': [
3595 # TODO(crbug.com/1260440): Fix the failed test
3596 '--gtest_filter=-ScopedDirTest.CloseOutOfScope',
3597 ],
3598 },
Chong Gua10cd302022-01-14 19:22:193599 'fuchsia-fyi-x64-asan': {
3600 'args': [
Kevin Marshall847bf0332022-05-31 20:12:543601 # TODO(crbug.com/1199334): Error messages only show up in klog.
3602 '--gtest_filter=-PagedMemoryTest.AccessUncommittedMemoryTriggersASAN'
Chong Gua10cd302022-01-14 19:22:193603 ],
3604 },
Haiyang Pan0e27adbeb2021-12-14 22:44:303605 },
Karen Qian385d2ca2019-03-19 21:49:583606 'remove_from': [
Haiyang Pan363c59a2020-07-23 05:47:043607 # TODO(crbug.com/931138): Fix permission issue when creating tmp files
John Budorickd3fa5992019-12-13 17:22:413608 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:093609 'android-asan',
Yun Liu022f4512019-06-10 23:14:043610 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:123611 'android-code-coverage-native',
Andrew Luo38b311f2019-10-04 03:42:093612 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:213613 'android-pie-x86-rel',
Haiyang Pan9d68ca02021-08-04 21:30:473614 'android-11-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:583615 'Nougat Phone Tester',
Arthur Eubanksc8f86ee2021-05-10 20:14:243616 'ToTAndroid'
Karen Qian385d2ca2019-03-19 21:49:583617 ]
3618 },
Stephen Martinis54d64ad2018-09-21 22:16:203619 'performance_test_suite': {
3620 'modifications': {
Cameron Higgins2e4b7f12023-05-31 18:29:323621 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:173622 'args': [
3623 '--browser=debug',
3624 ],
3625 },
Stephen Martinis54d64ad2018-09-21 22:16:203626 'Win10 Tests x64 (dbg)': {
3627 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:213628 '--browser=debug_x64',
Stephen Martinis54d64ad2018-09-21 22:16:203629 ],
3630 'experiment_percentage': 100,
3631 },
Stephen Martinis54d64ad2018-09-21 22:16:203632 },
3633 },
Sven Zheng00e75602022-11-16 18:01:383634 'pixel_browser_tests': {
3635 # This target should be removed from any CI only builders. Developers can
3636 # intentionally make UI changes. Without running pixel tests on CQ, those
3637 # cls will get wrongly reverted by sheriffs.
3638 # When we switch CQ builders(e.g. use Win11 to replace Win10), we also
3639 # need to update this field.
3640 'remove_from': [
3641 'Win11 Tests x64',
Thiago Perrotta8b9d127ab2023-01-19 18:08:443642 'win-rel-cft',
Sven Zheng00e75602022-11-16 18:01:383643 ],
3644 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033645 'pixel_skia_gold_passthrough_test': {
Brian Sheedyc0c142c2021-06-01 21:18:053646 'modifications': {
3647 'Android FYI Release (Pixel 4)': {
3648 'args': [
3649 # Pixel 4s are weird in that they can output in different color spaces
3650 # simultaneously. The readback code for capturing a screenshot assumes
3651 # only one color space, so disable wide color gamut for the test to
3652 # work around the issue. See https://crbug.com/1166379 for more
3653 # information.
3654 '--extra-browser-args=--disable-wcg-for-test',
3655 ],
3656 },
Ben Pastene63f13302022-05-12 21:04:053657 'android_optional_gpu_tests_rel': {
3658 'args': [
3659 # See above.
3660 '--extra-browser-args=--disable-wcg-for-test',
3661 ],
3662 },
Brian Sheedyc0c142c2021-06-01 21:18:053663 },
Kenneth Russell7e6ae8372023-06-29 02:36:383664 'remove_from': [
3665 # crbug.com/1458020 for Mac Retina ASAN removal
3666 'Mac FYI Retina ASAN (AMD)',
3667 ],
Jonah Ryan-Davis832c8462020-06-09 03:45:033668 'replacements': {
3669 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3670 # use ${got_cr_revision}, which is only set on the V8 bots.
3671 'Linux V8 FYI Release (NVIDIA)': {
3672 'args': {
3673 '--git-revision': '${got_cr_revision}',
3674 },
3675 },
3676 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
3677 'args': {
3678 '--git-revision': '${got_cr_revision}',
3679 },
3680 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:003681 'Mac V8 FYI Release (Intel)': {
3682 'args': {
3683 '--git-revision': '${got_cr_revision}',
3684 },
3685 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033686 'Win V8 FYI Release (NVIDIA)': {
3687 'args': {
3688 '--git-revision': '${got_cr_revision}',
3689 },
3690 },
3691 },
3692 },
3693 'pixel_skia_gold_validating_test': {
Brian Sheedy0566f2cb2021-02-12 22:12:503694 'modifications': {
3695 'Android FYI Release (Pixel 4)': {
3696 'args': [
3697 # Pixel 4s are weird in that they can output in different color spaces
3698 # simultaneously. The readback code for capturing a screenshot assumes
3699 # only one color space, so disable wide color gamut for the test to
3700 # work around the issue. See https://crbug.com/1166379 for more
3701 # information.
3702 '--extra-browser-args=--disable-wcg-for-test',
3703 ],
3704 },
Ben Pastene63f13302022-05-12 21:04:053705 'android_optional_gpu_tests_rel': {
3706 'args': [
3707 # See above.
3708 '--extra-browser-args=--disable-wcg-for-test',
3709 ],
3710 },
Brian Sheedy0566f2cb2021-02-12 22:12:503711 },
Chong Gu0aa929e62022-03-03 15:34:133712 'remove_from': [
David Dorwin49b2ddb2022-09-08 20:49:433713 # TODO(https://crbug.com/1302427): Remove once tests pass.
David Dorwin49b2ddb2022-09-08 20:49:433714 'fuchsia-x64-cast-receiver-rel',
3715 'fuchsia-x64-rel',
Chong Gu0aa929e62022-03-03 15:34:133716 ],
Brian Sheedye6ea0ee2019-07-11 02:54:373717 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:373718 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3719 # use ${got_cr_revision}, which is only set on the V8 bots.
3720 'Android V8 FYI Release (Nexus 5X)': {
3721 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:323722 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:373723 },
3724 },
Brian Sheedye6ea0ee2019-07-11 02:54:373725 },
3726 },
Brian Sheedyda5d20a2023-04-10 20:31:223727 'pixel_skia_gold_validating_test KEVIN_PUBLIC_LKGM': {
3728 'modifications': {
3729 'ChromeOS FYI Release Skylab (kevin)': {
3730 'args': [
3731 # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
3732 # automatically get the service account to authenticate with.
3733 '--service-account=/creds/service_accounts/skylab-drone.json',
3734 ],
3735 },
3736 },
3737 },
Brian Sheedye6ea0ee2019-07-11 02:54:373738 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:463739 'modifications': {
3740 'Android Release (Nexus 5X)': {
3741 'swarming': {
3742 'shards': 2,
3743 },
3744 },
3745 },
Nico Weber128fd382018-06-14 23:29:273746 },
K. Moon902a4b582023-06-16 19:00:343747 'ppapi_unittests': {
3748 # If you change this, make similar changes in nacl_loader_unittests
3749 'remove_from': [
3750 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
3751 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
3752 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
3753 'linux-exp-tsan-fyi-rel', # The TSan bot sets enable_nacl=false
3754 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
3755 'win-arm64-rel', # Not available on arm64.
3756 ],
3757 },
Ningxin Hu430f0b42023-06-21 18:05:303758 'pthreadpool_unittests': {
3759 'remove_from': [
3760 # pthreadpool is not built for ChromeOS currently.
3761 'linux-chromeos-dbg',
3762 'linux-chromeos-rel',
3763 'linux-lacros-tester-rel',
3764 ],
3765 },
Randolf Jung444efaa2023-06-28 16:34:113766 'remoting_unittests': {
3767 'remove_from': [
3768 # Not available on Linux ARM64
3769 'linux-arm64-rel-cft',
3770 ],
3771 },
Henrique Nakashima87b6d8b2022-07-13 13:59:043772 'sandbox_linux_unittests': {
John Budorick3ebfdf852019-05-13 22:28:163773 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:163774 'android-asan', # https://crbug.com/962650
3775 ],
Ben Pastenedeff56ab2023-06-20 20:15:583776 'modifications': {
3777 'linux-ubsan-vptr': {
Ben Pastenea10e836b2023-06-28 17:48:103778 'args': [
3779 # TODO(crbug.com/1456464): Remove this.
3780 '--gtest_filter=-SandboxBPF.ApplyBasicAllowlistPolicy:SandboxBPF.SyntheticPolicy:SandboxBPF.UnsafeTrapWithCond',
3781 ],
Ben Pastenedeff56ab2023-06-20 20:15:583782 },
3783 },
John Budorickdce9d462019-03-23 00:25:383784 },
Brian Sheedyc0c142c2021-06-01 21:18:053785 'screenshot_sync_passthrough_tests': {
3786 'modifications': {
3787 'Android FYI Release (Pixel 4)': {
3788 'args': [
3789 # Pixel 4s are weird in that they can output in different color spaces
3790 # simultaneously. The readback code for capturing a screenshot assumes
3791 # only one color space, so disable wide color gamut for the test to
3792 # work around the issue. See https://crbug.com/1166379 for more
3793 # information.
3794 '--extra-browser-args=--disable-wcg-for-test',
3795 ],
3796 },
Ben Pastene63f13302022-05-12 21:04:053797 'android_optional_gpu_tests_rel': {
3798 'args': [
3799 # See above.
3800 '--extra-browser-args=--disable-wcg-for-test',
3801 ],
3802 },
Brian Sheedyc0c142c2021-06-01 21:18:053803 },
Kenneth Russell7e6ae8372023-06-29 02:36:383804 'remove_from': [
3805 # crbug.com/1458020 for Mac Retina ASAN removal
3806 'Mac FYI Retina ASAN (AMD)',
3807 ],
Brian Sheedyc0c142c2021-06-01 21:18:053808 },
Brian Sheedy0566f2cb2021-02-12 22:12:503809 'screenshot_sync_validating_tests': {
3810 'modifications': {
3811 'Android FYI Release (Pixel 4)': {
3812 'args': [
3813 # Pixel 4s are weird in that they can output in different color spaces
3814 # simultaneously. The readback code for capturing a screenshot assumes
3815 # only one color space, so disable wide color gamut for the test to
3816 # work around the issue. See https://crbug.com/1166379 for more
3817 # information.
3818 '--extra-browser-args=--disable-wcg-for-test',
3819 ],
3820 },
Ben Pastene63f13302022-05-12 21:04:053821 'android_optional_gpu_tests_rel': {
3822 'args': [
3823 # See above.
3824 '--extra-browser-args=--disable-wcg-for-test',
3825 ],
3826 },
Brian Sheedy0566f2cb2021-02-12 22:12:503827 },
Chong Gu0aa929e62022-03-03 15:34:133828 'remove_from': [
David Dorwin49b2ddb2022-09-08 20:49:433829 # TODO(https://crbug.com/1302427): Remove once tests pass.
David Dorwin49b2ddb2022-09-08 20:49:433830 'fuchsia-x64-cast-receiver-rel',
3831 'fuchsia-x64-rel',
Chong Gu0aa929e62022-03-03 15:34:133832 ],
Brian Sheedy0566f2cb2021-02-12 22:12:503833 },
Kenneth Russelleb60cbd22017-12-05 07:54:283834 'services_unittests': {
3835 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:483836 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:013837 # The face and barcode detection tests fail on the Mac Pros.
3838 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:463839 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
3840 'Linux MSan Tests', # https://crbug.com/831676
Ian Struiksmab0412a22023-06-06 23:02:483841 'linux-exp-msan-fyi-rel', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:283842 ],
Haiyang Pan363c59a2020-07-23 05:47:043843 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:473844 'android-11-x86-rel': {
Haiyang Pan10f029c2021-07-30 23:17:563845 'args': [
Haiyang Pan2877f062021-11-18 01:06:063846 # TODO(crbug.com/1264654): Fix the failed tests
3847 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3848 ],
3849 },
Haiyang Pan2a55a452022-03-03 08:18:333850 'android-12-x64-rel': {
Haiyang Pan2877f062021-11-18 01:06:063851 'args': [
3852 # TODO(crbug.com/1264654): Fix the failed tests
Haiyang Pan10f029c2021-07-30 23:17:563853 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3854 ],
James Shen421441a2023-02-21 22:54:023855 'swarming': {
3856 'shards': 2,
3857 },
Haiyang Pan10f029c2021-07-30 23:17:563858 },
Prakharc60ec802023-03-06 07:49:293859 # If you change this, make similar changes in android-x86-code-coverage below
James Shenb3549802022-06-30 18:32:513860 'android-nougat-x86-rel': {
3861 'args': [
3862 # TODO(crbug.com/1264654): Fix the failed tests
3863 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3864 ],
James Shen57a976d2023-03-08 01:47:413865 'ci_only': True,
Stephanie Kim11192362022-11-04 18:17:443866 'swarming': {
James Shen421441a2023-02-21 22:54:023867 'shards': 3,
Stephanie Kim11192362022-11-04 18:17:443868 },
James Shenb3549802022-06-30 18:32:513869 },
Prakharc60ec802023-03-06 07:49:293870 # Keep this same as android-nougat-x86-rel above
3871 'android-x86-code-coverage': {
3872 'args': [
3873 # TODO(crbug.com/1264654): Fix the failed tests
3874 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
3875 ],
3876 'swarming': {
3877 'shards': 3,
Prakharc60ec802023-03-06 07:49:293878 },
3879 },
Chong Gu52481452021-04-02 17:52:413880 'fuchsia-code-coverage': {
3881 'swarming': {
3882 'shards': 7,
3883 },
3884 },
Zijie He117165f2022-12-12 21:40:263885 'fuchsia-fyi-x64-asan': {
3886 'args': [
Rohan Pavonedf499ad2022-12-14 18:40:403887 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.services_unittests.filter',
Zijie He117165f2022-12-12 21:40:263888 ],
3889 },
Chong Gu52481452021-04-02 17:52:413890 }
Chong Gudf7fbe92021-02-24 02:55:583891 },
Yuly Novikov5c8eb802023-05-12 17:10:303892 'services_webnn_unittests': {
3893 'remove_from': [
3894 'Win10 FYI x64 Release (AMD RX 5500 XT)', # crbug.com/1445060
3895 ],
3896 },
Chong Gu76046412021-09-22 17:49:213897 'snapshot_unittests': {
Chong Gub2446462021-08-19 18:44:083898 'modifications': {
3899 'fuchsia-fyi-arm64-dbg': {
3900 'args': [
3901 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.snapshot_unittests.filter',
3902 ],
3903 },
3904 },
3905 },
Kenneth Russelleb60cbd22017-12-05 07:54:283906 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:293907 'remove_from': [
Brad Halla36886c2019-02-26 16:52:293908 'CrWinAsan(dll)', # https://crbug.com/935598
3909 ],
Kenneth Russelleb60cbd22017-12-05 07:54:283910 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:523911 'Linux ASan LSan Tests (1)': {
3912 'swarming': {
3913 'shards': 4,
3914 },
3915 },
Nico Weber8fbc2832018-12-14 16:00:573916 'Linux TSan Tests': {
3917 'swarming': {
3918 'shards': 6,
3919 },
3920 },
Chris Cunninghama1239c8b2022-05-03 00:32:213921 'Mac ASan 64 Tests (1)': {
3922 'swarming': {
3923 'shards': 3,
Lindsay Pasricha2cfaec212022-05-11 19:00:393924 },
3925 },
3926 'Mac11 Tests': {
3927 'swarming': {
3928 'shards': 4,
Chris Cunninghama1239c8b2022-05-03 00:32:213929 },
3930 },
Yue She0cad2922022-06-24 15:06:073931 'Mac12 Tests': {
Lindsay Pasrichac7e07d1e2022-12-16 22:10:063932 'ci_only': True,
Yue She0cad2922022-06-24 15:06:073933 'swarming': {
3934 'shards': 4,
3935 },
3936 },
Yue Shed8e45742023-06-01 15:18:033937 'Mac13 Tests': {
3938 'ci_only': True,
3939 'swarming': {
3940 'shards': 4,
3941 },
3942 },
Cameron Higgins2e4b7f12023-05-31 18:29:323943 'Mac13 Tests (dbg)':{
Cameron Higgins493e6a4e2022-10-11 05:03:303944 'swarming': {
Rahul Kumar Adudodlaecfd03c2023-04-20 17:53:453945 'shards': 3,
Cameron Higgins493e6a4e2022-10-11 05:03:303946 }
3947 },
Stephen Martinis1384ff92020-01-07 19:52:153948 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:283949 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:153950 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:283951 },
3952 },
Struan Shrimptona1ab7672022-01-13 18:02:513953 'Win10 Tests x64': {
3954 'swarming': {
Stephanie Kimbf31a692022-11-01 17:31:573955 'shards': 3,
Struan Shrimptona1ab7672022-01-13 18:02:513956 },
3957 },
Stephen Martinis75ab55d2018-08-30 02:27:123958 'Win10 Tests x64 (dbg)': {
3959 'experiment_percentage': 100, # https://crbug.com/840369
3960 },
Stephen Martinis1384ff92020-01-07 19:52:153961 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:113962 'swarming': {
3963 'shards': 4,
3964 },
3965 },
Stephanie Kim3aa4c552023-01-10 18:00:043966 'linux-chromeos-rel': {
3967 'swarming': {
3968 'shards': 2,
3969 },
3970 },
Stephen Martinis1384ff92020-01-07 19:52:153971 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:113972 'swarming': {
3973 'shards': 4,
3974 },
3975 },
Ian Struiksma01223f42023-06-05 15:52:393976 'linux-exp-asan-lsan-fyi-rel': {
3977 'swarming': {
3978 'shards': 4,
3979 },
3980 },
Ian Struiksma2e23f962023-05-26 22:37:203981 'linux-exp-tsan-fyi-rel': {
3982 'swarming': {
3983 'shards': 6,
3984 },
3985 },
Kuan Huang235b0142021-10-19 18:59:283986 'mac-code-coverage': {
3987 'args': [
3988 '--coverage-continuous-mode=1',
3989 ],
3990 },
Thiago Perrottaa289bad2023-01-20 12:44:393991 'mac-rel-cft': {
3992 'ci_only': True,
3993 'swarming': {
3994 'shards': 4,
3995 },
3996 },
Kuan Huang1b52d442023-02-07 20:35:343997 'win-asan': {
3998 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
3999 'args': [
4000 '--test-launcher-jobs=3',
4001 ],
4002 'swarming': {
4003 'shards': 2,
4004 },
4005 },
Thiago Perrotta314f7b02023-01-19 21:30:534006 'win-rel-cft': {
4007 'swarming': {
4008 'shards': 3,
4009 },
4010 },
Kenneth Russelleb60cbd22017-12-05 07:54:284011 },
4012 },
Hao Wubfdb23562023-06-17 20:16:514013 'sync_integration_tests_no_field_trial': {
4014 'remove_from': [
4015 'win10-rel-no-external-ip',
4016 'win-arm64-rel',
4017 'win-rel-cft',
4018 'Win11 Tests x64',
4019 ],
4020 },
Weizhong Xia613fda42021-04-21 20:11:524021 'system_webview_wpt': {
4022 'modifications': {
4023 'android-webview-pie-x86-wpt-fyi-rel': {
Weizhong Xia7dd41362021-09-30 16:05:384024 'args': [
Nihar Damarasingu8def1a22022-08-18 21:15:544025 '--use-upstream-wpt',
Weizhong Xia7dd41362021-09-30 16:05:384026 ],
Weizhong Xia613fda42021-04-21 20:11:524027 },
4028 },
4029 },
Kenneth Russell8a386d42018-06-02 09:48:014030 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:524031 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:014032 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:014033 'Linux Debug (NVIDIA)',
4034 'Mac Debug (Intel)',
4035 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:494036 'Win10 FYI x64 Debug (NVIDIA)',
Yuly Novikovf28f1eca2019-07-04 22:43:394037 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov86d61c42022-07-22 19:40:144038 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:054039 'Linux FYI Release (NVIDIA)',
Yuly Novikov5865ff72019-07-09 21:38:054040 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:014041 ],
Emily Hanleyb64ac7c2018-05-25 13:36:554042 },
Haiyang Pan8c201b92020-06-04 01:25:074043 'telemetry_chromium_minidump_unittests': {
James Shen969655a2022-09-28 02:27:074044 'modifications': {
Prakharc60ec802023-03-06 07:49:294045 # If you change this, make similar changes in android-x86-code-coverage below
James Shen969655a2022-09-28 02:27:074046 'android-nougat-x86-rel': {
4047 'ci_only': True,
4048 },
Prakharc60ec802023-03-06 07:49:294049 # Keep this same as android-nougat-x86-rel above
4050 'android-x86-code-coverage': {
4051 'ci_only': True,
4052 },
James Shen969655a2022-09-28 02:27:074053 },
Haiyang Pan8c201b92020-06-04 01:25:074054 },
Brian Sheedyc117f6d2020-05-06 02:23:274055 'telemetry_monochrome_minidump_unittests': {
James Shen969655a2022-09-28 02:27:074056 'modifications': {
Prakharc60ec802023-03-06 07:49:294057 # If you change this, make similar changes in android-x86-code-coverage below
James Shen969655a2022-09-28 02:27:074058 'android-nougat-x86-rel': {
4059 'ci_only': True,
4060 },
Prakharc60ec802023-03-06 07:49:294061 # Keep this same as android-nougat-x86-rel above
4062 'android-x86-code-coverage': {
4063 'ci_only': True,
4064 },
James Shen969655a2022-09-28 02:27:074065 },
Brian Sheedyc117f6d2020-05-06 02:23:274066 },
Kenneth Russelleb60cbd22017-12-05 07:54:284067 'telemetry_perf_unittests': {
4068 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:284069 'Linux Tests': {
4070 'args': [
4071 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:484072 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:284073 ],
4074 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:354075 'Linux Tests (dbg)(1)': {
4076 'args': [
4077 '--xvfb',
4078 '--jobs=1',
4079 ],
4080 },
John Chen9fd22fcf2021-12-10 02:24:124081 'Mac11 Tests': {
4082 'ci_only': True,
4083 },
Yue She0cad2922022-06-24 15:06:074084 'Mac12 Tests': {
4085 'ci_only': True,
4086 },
Yue Shed8e45742023-06-01 15:18:034087 'Mac13 Tests': {
4088 'ci_only': True,
4089 },
Prakharc60ec802023-03-06 07:49:294090 # If you change this, make similar changes in android-x86-code-coverage below
Brian Sheedy172ab8932022-07-27 20:39:284091 'android-nougat-x86-rel': {
4092 'args': [
4093 # For whatever reason, automatic browser selection on this bot chooses
4094 # webview instead of the full browser, so explicitly specify it here.
4095 '--browser=android-chromium',
4096 ],
James Shen969655a2022-09-28 02:27:074097 'ci_only': True,
Brian Sheedy172ab8932022-07-27 20:39:284098 },
Prakharc60ec802023-03-06 07:49:294099 # Keep this same as android-nougat-x86-rel above
4100 'android-x86-code-coverage': {
4101 'args': [
4102 # For whatever reason, automatic browser selection on this bot chooses
4103 # webview instead of the full browser, so explicitly specify it here.
4104 '--browser=android-chromium',
4105 ],
4106 'ci_only': True,
4107 },
Ben Pastene69400eb2021-03-25 19:27:164108 'chromeos-eve-chrome': {
4109 'args': [
4110 # TODO(crbug.com/1191132): Re-enable.
4111 '--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.wasmpspdfkit',
4112 ],
4113 },
Ben Pastene2b4b15f2021-03-04 00:39:244114 'chromeos-kevin-chrome': {
4115 # TODO(crbug.com/1182948): Remove the experiment.
Ben Pastenebe91e462021-07-27 23:47:264116 # TODO(b/188822176): Restore to 100% when we have additional capacity.
4117 'experiment_percentage': 0,
Ben Pastene2b4b15f2021-03-04 00:39:244118 },
Thiago Perrotta49e70492023-01-10 23:12:354119 'linux-rel-cft': {
4120 'args': [
4121 '--xvfb',
4122 '--jobs=1',
4123 ],
4124 },
Ben Pasteneebad8fc2022-08-12 23:34:284125 'linux-rel-no-external-ip': {
4126 'args': [
4127 '--xvfb',
4128 '--jobs=1',
4129 ],
4130 },
Thiago Perrottaa289bad2023-01-20 12:44:394131 'mac-rel-cft': {
4132 'ci_only': True,
4133 },
Kenneth Russelleb60cbd22017-12-05 07:54:284134 },
4135 'remove_from': [
Andrew Luobe83fd82019-12-19 03:07:584136 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:414137 # crbug.com/936540
Zhaoyang Li69e2e002021-02-19 21:57:354138 'Mac10.15 Tests',
Lindsay Pasricha21bb93d72021-12-07 05:48:394139 # TODO crbug.com/1277277
Cameron Higgins2e4b7f12023-05-31 18:29:324140 'Mac13 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:154141 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:294142 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:114143 'Win10 Tests x64 (dbg)',
Kuan Huanga89737d2022-01-07 19:42:114144 'Win11 Tests x64',
Ben Pasteneebad8fc2022-08-12 23:34:284145 'win10-rel-no-external-ip',
Thiago Perrotta770925d42023-01-17 18:38:514146 'win-rel-cft',
Kenneth Russelleb60cbd22017-12-05 07:54:284147 ],
4148 },
Stephen Martinis54d64ad2018-09-21 22:16:204149 'telemetry_unittests': {
4150 'modifications': {
4151 'Win10 Tests x64 (dbg)': {
4152 'experiment_percentage': 100, # crbug.com/870673
Ben Pastene9383fe12020-10-20 21:32:404153 },
John Budorickc498fd3c2019-03-14 01:16:264154 },
4155 'remove_from': [
Ben Pastene9ef2ced52021-07-28 18:04:344156 # TODO(crbug.com/1141234): Restore when there's more DUTs
Ben Pastene7f1ded3a42022-06-08 17:01:594157 'chromeos-eve-chrome',
Ben Pastene9ef2ced52021-07-28 18:04:344158 'chromeos-kevin-chrome',
Ben Pastene619317752020-12-03 00:04:144159
Takuto Ikuta9aa015d2019-04-15 23:33:294160 'Win10 Tests x64',
Kuan Huanga89737d2022-01-07 19:42:114161 'Win11 Tests x64',
Ben Pasteneebad8fc2022-08-12 23:34:284162 'win10-rel-no-external-ip',
Thiago Perrotta770925d42023-01-17 18:38:514163 'win-rel-cft',
Titouan Rigoudye122ec32021-11-08 16:36:164164
4165 # TODO(https://crbug.com/1267161): Re-enable when platform is supported.
4166 'mac11-arm64-rel-tests',
Zhaoyang Li5d3713d2022-06-13 18:01:174167 # TODO(https://crbug.com/1267161): Re-enable when platform is supported.
4168 'mac12-arm64-rel-tests',
Will Yeagera090e6a2023-06-09 14:59:414169 # TODO(https://crbug.com/1267161): Re-enable when platform is supported.
4170 'mac13-arm64-rel-tests',
John Budorickc498fd3c2019-03-14 01:16:264171 ],
Stephen Martinis54d64ad2018-09-21 22:16:204172 },
Ben Pastene8e7eb2652022-04-29 19:44:314173 'test_buildbucket_api_gpu_use_cases GTX 1660': {
4174 'remove_from': [
4175 'linux_optional_gpu_tests_rel', # crbug.com/1080749
Brian Sheedyf3b48d62020-05-08 23:03:124176 ],
4177 },
Preethi Mohan6d478e462022-10-13 18:51:594178 'testing_pytype': {
4179 'remove_from': [
4180 'linux-code-coverage',
4181 ],
4182 },
Brian Sheedy44e4b682023-06-13 22:25:214183 'trace_test': {
4184 'modifications': {
4185 # The browser is restarted after every test in this suite, which includes
4186 # re-applying permissions. Nexus 5Xs are very slow to apply permissions
4187 # compared to other devices, so increase sharding to offset the increased
4188 # runtime.
4189 'Android FYI Release (Nexus 5X)': {
4190 'swarming': {
4191 'shards': 2,
4192 },
4193 },
4194 'Android Release (Nexus 5X)': {
4195 'swarming': {
4196 'shards': 2,
4197 },
4198 },
4199 },
Kenneth Russell7e6ae8372023-06-29 02:36:384200 'remove_from': [
4201 # crbug.com/1458020 for Mac Retina ASAN removal
4202 'Mac FYI Retina ASAN (AMD)',
4203 ],
Brian Sheedy44e4b682023-06-13 22:25:214204 },
Kenneth Russelleb60cbd22017-12-05 07:54:284205 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:524206 'remove_from': [
Ben Pastene3e32ffe2020-08-07 03:37:074207 'android-pie-arm64-rel', # https://crbug.com/1010211
Yun Liu3e759dbb2019-11-01 19:25:524208 ],
Kenneth Russelleb60cbd22017-12-05 07:54:284209 'modifications': {
John Budorickca14c76f62017-12-09 14:19:184210 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:344211 # These are slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:444212 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:184213 'swarming': {
John Budorick5052d552017-12-13 02:59:344214 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:184215 },
4216 },
Stephen Martinis1384ff92020-01-07 19:52:154217 'Linux Chromium OS ASan LSan Tests (1)': {
4218 # These are slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:444219 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:184220 'swarming': {
4221 'shards': 2,
4222 },
4223 },
Takuto Ikuta54671d972018-07-19 19:06:354224 'Linux ChromiumOS MSan Tests': {
4225 # These are very slow on the Chrome OS MSAN trybot for some reason.
4226 # crbug.com/865455
4227 'swarming': {
4228 'shards': 2,
4229 },
4230 },
Stephen Martinis1384ff92020-01-07 19:52:154231 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:354232 'swarming': {
4233 'shards': 2,
4234 },
4235 },
Maksim Sisovc81d284c2021-10-05 17:54:354236 # https://crbug.com/1184127
4237 'Linux Tests (Wayland)': {
4238 'args': [
4239 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.unit_tests_wayland.filter',
4240 ],
4241 },
Lindsay Pasrichadb377fe2023-06-27 20:29:354242 'Mac13 Tests': {
4243 'swarming': {
4244 'shards': 2,
4245 },
4246 },
Cameron Higgins2e4b7f12023-05-31 18:29:324247 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:174248 'swarming': {
4249 'shards': 2,
4250 },
4251 },
Stephen Martinis1384ff92020-01-07 19:52:154252 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:144253 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:154254 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:144255 },
4256 },
Stephen Martinis1384ff92020-01-07 19:52:154257 'android-asan': {
4258 'args': [
4259 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
4260 ],
4261 },
Ben Pasteneac465d422023-03-23 21:54:294262 'android-pie-arm64-rel-dev': {
Takuto Ikuta527cdff2020-01-29 08:04:274263 'swarming': {
4264 'shards': 8,
4265 },
4266 },
Stephen Martinis1384ff92020-01-07 19:52:154267 'linux-chromeos-chrome': {
4268 'args': [
4269 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
4270 ],
4271 },
Ben Pasteneacd57392019-10-31 02:13:254272 'linux-chromeos-dbg': {
4273 'swarming': {
4274 'shards': 2,
4275 },
4276 },
Erik Chend063aef72019-11-18 19:13:104277 'linux-chromeos-rel': {
4278 'swarming': {
4279 'shards': 2,
4280 },
4281 },
Ian Struiksma01223f42023-06-05 15:52:394282 'linux-exp-asan-lsan-fyi-rel': {
4283 # These are slow on the ASAN trybot for some reason.
4284 # crbug.com/1257927
4285 'swarming': {
4286 'shards': 4,
4287 },
4288 },
Ian Struiksma2e23f962023-05-26 22:37:204289 'linux-exp-tsan-fyi-rel': {
4290 'swarming': {
4291 'shards': 2,
4292 },
4293 },
Ben Pastene96b328e82023-04-07 21:19:054294 'linux-rel-dev': {
4295 'swarming': {
4296 'dimension_sets': [
4297 {
Ben Pastenefe0d7c62023-04-07 22:39:514298 'cores': '8',
Ben Pastene96b328e82023-04-07 21:19:054299 },
4300 ],
4301 },
4302 },
Kuan Huang4c8284672023-03-17 22:28:384303 'win-arm64-rel': {
4304 'args': [
4305 '--top-chrome-touch-ui=disabled',
4306 ],
4307 },
Prakhar2db54822023-04-25 17:55:184308 'win10-code-coverage': {
4309 'swarming': {
4310 'shards': 6,
4311 },
4312 },
Kenneth Russelleb60cbd22017-12-05 07:54:284313 },
4314 },
Pilar Molina Lopez1cbb1f72023-04-17 22:22:234315 'vaapi_unittest eve': {
4316 'remove_from': [
4317 'lacros-amd64-generic-rel',
4318 ]
4319 },
Hao Wu77dd1ab2022-04-29 21:36:204320 'variations_smoke_tests': {
4321 'modifications': {
Hao Wud38c2342022-06-09 02:03:474322 'linux-chrome': {
4323 'swarming': {
4324 'dimension_sets': [
4325 {
4326 'pool': 'chrome.tests.finch',
4327 },
4328 ],
4329 },
4330 },
Hao Wu77dd1ab2022-04-29 21:36:204331 'win-chrome': {
4332 'experiment_percentage': 100,
Hao Wud38c2342022-06-09 02:03:474333 'swarming': {
4334 'dimension_sets': [
4335 {
4336 'pool': 'chrome.tests.finch',
4337 },
4338 ],
4339 },
Hao Wu77dd1ab2022-04-29 21:36:204340 },
4341 },
4342 },
Kenneth Russell8a386d42018-06-02 09:48:014343 'video_decode_accelerator_gl_unittest': {
4344 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:014345 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikov3db078282023-01-04 10:06:254346 'Win10 FYI x64 Release (Intel)',
4347 'Win10 FYI x64 Experimental Release (Intel)',
Kenneth Russell8a386d42018-06-02 09:48:014348 ],
4349 },
Sven Zheng577fe5ff2020-08-03 22:06:444350 'views_unittests': {
Sven Zheng80734f12020-08-06 06:50:394351 'modifications': {
Maksim Sisovc81d284c2021-10-05 17:54:354352 'Linux Tests (Wayland)': {
4353 'args': [
4354 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
4355 ],
4356 },
Chong Gu6aa22be2021-09-10 06:56:144357 'fuchsia-fyi-arm64-dbg': {
4358 'args': [
4359 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.views_unittests.filter',
4360 ],
4361 },
Sven Zhengbc822262022-09-20 20:47:354362 # https://crbug.com/1111979
4363 'linux-lacros-asan-lsan-rel': {
4364 'args': [
4365 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
4366 'DesktopWidgetTest*:'
4367 'DesktopWindowTreeHostPlatformTest*:'
4368 'EditableComboboxTest*:'
4369 'MenuRunnerTest*:'
4370 'TextfieldTest*:'
Sven Zhengbc822262022-09-20 20:47:354371 ],
4372 },
Sven Zheng5c9d3e342020-08-11 21:39:434373 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:544374 'linux-lacros-code-coverage': {
4375 'args': [
4376 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
4377 'DesktopWidgetTest*:'
4378 'DesktopWindowTreeHostPlatformTest*:'
4379 'EditableComboboxTest*:'
4380 'MenuRunnerTest*:'
4381 'TextfieldTest*:'
Junhua Chen39dd2dba2021-05-05 17:51:544382 ],
4383 },
Yuke Liaoa0db4742021-08-09 18:28:334384 'linux-lacros-dbg-tests-fyi': {
4385 'args': [
4386 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
4387 'TextfieldTest*:'
Yuke Liaoa0db4742021-08-09 18:28:334388 ],
4389 },
Sven Zheng5c9d3e342020-08-11 21:39:434390 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:434391 'args': [
4392 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
Yuke Liao34721c22020-08-14 21:41:194393 'DesktopWidgetTest*:'
4394 'DesktopWindowTreeHostPlatformTest*:'
Yuke Liaocf9db2b2020-08-13 19:42:534395 'EditableComboboxTest*:'
Sven Zhengea8903f2020-08-14 05:27:514396 'MenuRunnerTest*:'
Yuke Liaocf9db2b2020-08-13 19:42:534397 'TextfieldTest*:'
Sven Zheng5c9d3e342020-08-11 21:39:434398 ],
4399 },
Sven Zheng80734f12020-08-06 06:50:394400 },
Sven Zheng577fe5ff2020-08-03 22:06:444401 },
John Budorickd02c429de2020-01-10 19:02:214402 'viz_unittests': {
4403 'modifications': {
Chong Gub2446462021-08-19 18:44:084404 'fuchsia-fyi-arm64-dbg': {
Chong Gu6aa22be2021-09-10 06:56:144405 'args': [
4406 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.viz_unittests.filter',
4407 ],
Chong Gub2446462021-08-19 18:44:084408 },
John Budorickd02c429de2020-01-10 19:02:214409 },
4410 },
John Budorick20f4fa8d2019-08-02 22:58:294411 'vr_common_unittests': {
4412 'remove_from': [
Haiyang Pan08d09dc2020-04-01 16:11:214413 'android-pie-x86-rel',
Randolf Jung444efaa2023-06-28 16:34:114414 # Not available on Linux ARM64
4415 'linux-arm64-rel-cft',
John Budorick20f4fa8d2019-08-02 22:58:294416 ],
4417 },
Brian Sheedy45935b42022-12-14 23:21:464418 'vulkan_pixel_skia_gold_test': {
4419 'replacements': {
4420 # The V8 builders pass the V8 revision for ${got_revision}, so instead
4421 # use ${got_cr_revision}, which is only set on the V8 bots.
4422 'Linux V8 FYI Release (NVIDIA)': {
4423 'args': {
4424 '--git-revision': '${got_cr_revision}',
4425 },
4426 },
Brian Sheedyd7973022023-01-03 14:15:094427 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
4428 'args': {
4429 '--git-revision': '${got_cr_revision}',
4430 },
4431 },
4432 'Mac V8 FYI Release (Intel)': {
4433 'args': {
4434 '--git-revision': '${got_cr_revision}',
4435 },
4436 },
4437 'Win V8 FYI Release (NVIDIA)': {
4438 'args': {
4439 '--git-revision': '${got_cr_revision}',
4440 },
4441 },
Brian Sheedy45935b42022-12-14 23:21:464442 },
4443 },
Nico Webere81999ee2018-07-01 23:52:434444 'wayland_client_perftests': {
4445 'remove_from': [
4446 'linux-chromeos-dbg', # https://crbug.com/859307
4447 ],
4448 },
Chong Gu76046412021-09-22 17:49:214449 'web_engine_browsertests': {
Chong Gud1a5c5992021-04-09 04:08:324450 'modifications': {
4451 'fuchsia-code-coverage': {
4452 'swarming': {
Chong Gu7a463202021-07-19 18:43:104453 'shards': 28,
Chong Gud1a5c5992021-04-09 04:08:324454 },
4455 },
4456 },
4457 },
Kenneth Russell7e6ae8372023-06-29 02:36:384458 'webcodecs_tests': {
4459 'remove_from': [
4460 # crbug.com/1458020 for Mac Retina ASAN removal
4461 'Mac FYI Retina ASAN (AMD)',
4462 ],
4463 },
John Budorick63357462019-02-27 23:02:514464 'webdriver_tests_suite': {
4465 'remove_from': [
4466 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
Thiago Perrotta61487462023-01-20 12:52:324467 'linux-rel-cft',
John Budorick63357462019-02-27 23:02:514468 ],
4469 },
Brian Sheedyd7973022023-01-03 14:15:094470 'webgl2_conformance_d3d11_passthrough_tests': {
4471 'remove_from': [
4472 # Removed from V8 builder since WebGL 1 should provide reasonable
4473 # upstream test coverage without the capacity hit from WebGL 2.
4474 'Win V8 FYI Release (NVIDIA)',
4475 ],
4476 },
Yuly Novikov19bc4c332022-10-17 18:45:064477 'webgl2_conformance_gl_passthrough_tests': {
4478 'remove_from': [
Brian Sheedyd7973022023-01-03 14:15:094479 # Removed from V8 builders since WebGL 1 should provide reasonable
4480 # upstream test coverage without the capacity hit from WebGL 2.
4481 'Linux V8 FYI Release (NVIDIA)',
4482 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Brian Sheedyd7973022023-01-03 14:15:094483 'Mac V8 FYI Release (Intel)',
Yuly Novikov19bc4c332022-10-17 18:45:064484 ],
4485 },
Brian Sheedy5a9f6562021-08-20 03:32:544486 'webgl2_conformance_gles_passthrough_tests': {
4487 'remove_from': [
Brian Sheedyefb683c2022-01-25 21:17:364488 # Currently not enough capacity to run these tests on this config.
4489 # TODO(crbug.com/1280418): Re-enable once more of the Pixel 6 capacity
4490 # is deployed.
4491 'Android FYI Release (Pixel 6)',
Brian Sheedy43f5a6f2022-01-07 02:41:044492 # Not enough CrOS hardware capacity to run both on anything other than
4493 # VMs. See https://crbug.com/1238070.
Brian Sheedy5a9f6562021-08-20 03:32:544494 'Lacros FYI x64 Release (Intel)',
4495 ],
4496 'modifications': {
4497 # This VM configuration is known to be significantly slower than other
4498 # CrOS configurations, so increase the shards.
4499 # TODO(crbug.com/1223550): Remove this if the configuration can be sped
4500 # up.
4501 'ChromeOS FYI Release (amd64-generic)': {
4502 'swarming': {
4503 'shards': 30,
4504 },
4505 },
4506 },
4507 },
Kramer Ge271dd202023-05-19 23:38:374508 'webgl2_conformance_gles_passthrough_tests Ash ToT': {
4509 'modifications': {
4510 # Not enough capacity.
4511 'Lacros FYI Release (jacuzzi)': {
4512 'swarming': {
4513 'shards': 1,
4514 },
4515 },
4516 # Not enough capacity.
4517 'Lacros FYI Release (octopus)': {
4518 'swarming': {
4519 'shards': 1,
4520 },
4521 },
4522 },
4523 },
Kenneth Russell18fff67f2021-11-05 23:45:114524 'webgl2_conformance_metal_passthrough_tests': {
4525 'remove_from': [
Yuly Novikov7d00cdb2022-01-05 00:10:384526 # crbug.com/1270755
4527 'Mac FYI ASAN (Intel)',
4528 'Mac FYI Retina ASAN (AMD)',
Kenneth Russell18fff67f2021-11-05 23:45:114529 # Not enough capacity.
4530 'Mac FYI Retina Release (NVIDIA)',
Yuly Novikov9e6e9d82023-06-26 18:54:084531 'Mac FYI Experimental Retina Release (NVIDIA)',
Brian Sheedyd7973022023-01-03 14:15:094532 # Removed from V8 builders since WebGL 1 should provide reasonable
4533 # upstream test coverage without the capacity hit from WebGL 2.
4534 'Mac V8 FYI Release (Intel)',
Kenneth Russell18fff67f2021-11-05 23:45:114535 ],
Yuly Novikov220c14a52021-12-14 02:49:334536 'modifications': {
4537 'Mac FYI ASAN (Intel)': {
4538 'args': [
4539 '--extra-browser-args=--disable-metal-shader-cache',
Brian Sheedya111ca92022-04-18 23:37:154540 '--enable-metal-debug-layers',
4541 ],
4542 },
Yuly Novikov52ec1cb2023-03-08 18:39:214543 'Mac FYI Experimental Retina Release (AMD)': {
4544 'args': [
4545 '--enable-metal-debug-layers',
4546 ],
4547 },
Brian Sheedya111ca92022-04-18 23:37:154548 'Mac FYI Release (Intel)': {
4549 'args': [
4550 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334551 ],
4552 },
4553 'Mac FYI Retina ASAN (AMD)': {
4554 'args': [
4555 '--extra-browser-args=--disable-metal-shader-cache',
Yuly Novikovf0480762023-04-13 10:25:444556 '--enable-metal-debug-layers',
Brian Sheedya111ca92022-04-18 23:37:154557 ],
4558 },
4559 'Mac FYI Retina Release (AMD)': {
4560 'args': [
Yuly Novikovf0480762023-04-13 10:25:444561 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334562 ],
4563 },
Yuly Novikov599840bf2023-01-31 19:13:094564 'mac-angle-chromium-amd': {
4565 'args': [
Yuly Novikovf0480762023-04-13 10:25:444566 '--enable-metal-debug-layers',
Yuly Novikov599840bf2023-01-31 19:13:094567 ],
4568 },
4569 'mac-angle-chromium-intel': {
4570 'args': [
4571 '--enable-metal-debug-layers',
4572 ],
4573 },
Yuly Novikov220c14a52021-12-14 02:49:334574 },
Kenneth Russell18fff67f2021-11-05 23:45:114575 },
John Budorick82e61dfb2019-12-10 04:36:094576 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:204577 'remove_from': [
Brian Sheedyefb683c2022-01-25 21:17:364578 # Currently not enough capacity to run these tests on this config.
4579 # TODO(crbug.com/1280418): Re-enable once more of the Pixel 6 capacity
4580 # is deployed.
4581 'Android FYI Release (Pixel 6)',
Brian Sheedy43f5a6f2022-01-07 02:41:044582 # Passthrough version run on this configuration, not enough capacity for
4583 # both. See https://crbug.com/1238070.
4584 'ChromeOS FYI Release (kevin)',
Stephen Martinis54d64ad2018-09-21 22:16:204585 ],
Kenneth Russell8a386d42018-06-02 09:48:014586 'modifications': {
Brian Sheedyab0a1992021-08-13 20:57:394587 # This VM configuration is known to be significantly slower than other
4588 # CrOS configurations, so increase the shards.
4589 # TODO(crbug.com/1223550): Remove this if the configuration can be sped
4590 # up.
4591 'ChromeOS FYI Release (amd64-generic)': {
4592 'swarming': {
4593 'shards': 30,
4594 },
Brian Sheedy9bde4532021-08-20 18:11:194595 # This configuration is tested with the passthrough decoder as well,
4596 # which will be shipped in the nearish future, so any failures that
4597 # show up with the validating decoder are just an FYI.
4598 'experiment_percentage': 100,
Brian Sheedyab0a1992021-08-13 20:57:394599 },
Brian Sheedy22200312021-08-20 22:17:504600 'ChromeOS FYI Release (kevin)': {
4601 'experiment_percentage': 100,
4602 },
Kenneth Russell8a386d42018-06-02 09:48:014603 },
4604 },
Yuly Novikovf0480762023-04-13 10:25:444605 'webgl_conformance_gl_passthrough_tests 1002:67ef': {
Brian Sheedye8723cb2022-07-21 13:37:284606 'modifications': {
4607 'mac_optional_gpu_tests_rel': {
4608 'args': [
4609 # Added to debug crbug.com/1293967.
Brian Sheedyf528ce592022-07-26 22:44:464610 '--extra-browser-args=--disable-background-media-suspend --disable-renderer-backgrounding --disable-background-timer-throttling',
Brian Sheedye8723cb2022-07-21 13:37:284611 ],
4612 },
4613 },
4614 },
Kramer Ge271dd202023-05-19 23:38:374615 'webgl_conformance_gles_passthrough_tests Ash ToT': {
4616 'modifications': {
4617 # Not enough capacity.
4618 'Lacros FYI Release (jacuzzi)': {
4619 'swarming': {
4620 'shards': 1,
4621 },
4622 },
4623 # Not enough capacity.
4624 'Lacros FYI Release (octopus)': {
4625 'swarming': {
4626 'shards': 1,
4627 },
4628 },
4629 },
4630 },
Kenneth Russell984f2f12020-12-15 23:23:354631 'webgl_conformance_metal_passthrough_tests': {
4632 'remove_from': [
Yuly Novikov7d00cdb2022-01-05 00:10:384633 # crbug.com/1270755
4634 'Mac FYI ASAN (Intel)',
4635 'Mac FYI Retina ASAN (AMD)',
Yuly Novikov220c14a52021-12-14 02:49:334636 # crbug.com/1158857: re-enable when switching to Metal by default.
Kenneth Russell984f2f12020-12-15 23:23:354637 'Mac FYI Retina Release (NVIDIA)',
Yuly Novikov9e6e9d82023-06-26 18:54:084638 'Mac FYI Experimental Retina Release (NVIDIA)',
Kenneth Russell984f2f12020-12-15 23:23:354639 ],
Yuly Novikov220c14a52021-12-14 02:49:334640 'modifications': {
4641 'Mac FYI ASAN (Intel)': {
4642 'args': [
4643 '--extra-browser-args=--disable-metal-shader-cache',
Brian Sheedya111ca92022-04-18 23:37:154644 '--enable-metal-debug-layers',
4645 ],
4646 },
Yuly Novikov52ec1cb2023-03-08 18:39:214647 'Mac FYI Experimental Retina Release (AMD)': {
4648 'args': [
4649 '--enable-metal-debug-layers',
4650 ],
4651 },
Brian Sheedya111ca92022-04-18 23:37:154652 'Mac FYI Release (Intel)': {
4653 'args': [
4654 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334655 ],
4656 },
4657 'Mac FYI Retina ASAN (AMD)': {
4658 'args': [
4659 '--extra-browser-args=--disable-metal-shader-cache',
Yuly Novikovf0480762023-04-13 10:25:444660 '--enable-metal-debug-layers',
Brian Sheedya111ca92022-04-18 23:37:154661 ],
4662 },
4663 'Mac FYI Retina Release (AMD)': {
4664 'args': [
Yuly Novikovf0480762023-04-13 10:25:444665 '--enable-metal-debug-layers',
Yuly Novikov220c14a52021-12-14 02:49:334666 ],
4667 },
Yuly Novikov599840bf2023-01-31 19:13:094668 'mac-angle-chromium-amd': {
4669 'args': [
Yuly Novikovf0480762023-04-13 10:25:444670 '--enable-metal-debug-layers',
Yuly Novikov599840bf2023-01-31 19:13:094671 ],
4672 },
4673 'mac-angle-chromium-intel': {
4674 'args': [
4675 '--enable-metal-debug-layers',
4676 ],
4677 },
Yuly Novikov220c14a52021-12-14 02:49:334678 },
Kenneth Russell984f2f12020-12-15 23:23:354679 },
Stephen Martinis54d64ad2018-09-21 22:16:204680 'webgl_conformance_tests': {
Struan Shrimptona1ab7672022-01-13 18:02:514681 'modifications': {
4682 'chromeos-amd64-generic-rel': {
Kenneth Russelld5558352022-07-15 18:40:454683 'args': [
4684 # Added to debug crbug.com/1293967.
Brian Sheedyf528ce592022-07-26 22:44:464685 '--extra-browser-args=--disable-features=BackgroundVideoPauseOptimization --disable-background-media-suspend --disable-renderer-backgrounding --disable-background-timer-throttling',
Kenneth Russelld5558352022-07-15 18:40:454686 ],
Struan Shrimptona1ab7672022-01-13 18:02:514687 },
4688 },
Kenneth Russell8a386d42018-06-02 09:48:014689 },
Austin Enge8c0ba02021-07-19 23:55:194690 'webgpu_blink_web_tests': {
Brian Sheedyd9a809f02022-10-06 00:50:374691 'remove_from': [
4692 # TODO(crbug.com/1363409): Enable these once they're shown to work on
4693 # Android.
4694 'Dawn Android arm DEPS Release (Pixel 4)',
4695 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:154696 'Dawn Android arm64 DEPS Release (Pixel 6)',
4697 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:374698 ],
Austin Enge8c0ba02021-07-19 23:55:194699 'modifications': {
4700 # Increase the timeout with ASAN (crbug.com/1208253)
4701 'Dawn Win10 x64 ASAN Release': {
4702 'args': [
Weizhong Xia91b53362022-01-05 17:13:354703 '--timeout-ms=48000',
Austin Enge8c0ba02021-07-19 23:55:194704 ],
4705 },
Kai Ninomiyabb3312a2023-02-07 00:07:534706 # These tests must run with a GPU.
4707 'linux-code-coverage': {
4708 'swarming': {
4709 'dimension_sets': [
4710 {
4711 # TODO(crbug.com/1408314): This must be kept in sync with the
4712 # appropriate mixin; currently, linux_nvidia_gtx_1660_stable,
4713 # which is used by Dawn Linux x64 Release (NVIDIA).
4714 'gpu': '10de:2184-440.100',
4715 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6',
4716 'pool': 'chromium.tests.gpu'
4717 }
4718 ],
4719 },
4720 },
4721 'mac-code-coverage': {
4722 'swarming': {
4723 'dimension_sets': [
4724 {
4725 # TODO(crbug.com/1408314): This must be kept in sync with the
4726 # appropriate mixin; currently, mac_mini_intel_gpu_stable,
4727 # which is used by Dawn Mac x64 Release (Intel).
4728 'cpu': 'x86-64',
4729 'gpu': '8086:3e9b',
Yuly Novikove94863eb2023-05-17 17:49:194730 'os': 'Mac-13.3.1',
Kai Ninomiyabb3312a2023-02-07 00:07:534731 'display_attached': '1',
4732 }
4733 ],
4734 },
4735 },
4736 'win10-code-coverage': {
4737 'swarming': {
4738 'dimension_sets': [
4739 {
4740 # TODO(crbug.com/1408314): This must be kept in sync with the
4741 # appropriate mixin; currently, win10_nvidia_gtx_1660_stable,
4742 # which is used by Dawn Win10 x64 Release (NVIDIA).
4743 'gpu': '10de:2184-27.21.14.5638',
4744 'os': 'Windows-10-18363',
4745 'pool': 'chromium.tests.gpu',
4746 }
4747 ],
4748 },
4749 },
Austin Enge8c0ba02021-07-19 23:55:194750 },
Brian Sheedy5796b4b2021-09-15 21:51:414751 },
4752 'webgpu_blink_web_tests_with_backend_validation': {
Austin Engd7a88622022-08-12 18:50:004753 'remove_from': [
Brian Sheedyd9a809f02022-10-06 00:50:374754 # TODO(crbug.com/1363409): Enable these once they're shown to work on
4755 # Android.
4756 'Dawn Android arm DEPS Release (Pixel 4)',
4757 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:154758 'Dawn Android arm64 DEPS Release (Pixel 6)',
4759 'Dawn Android arm64 Release (Pixel 6)',
Yuly Novikovf0480762023-04-13 10:25:444760 # Remove from bots where capacity is constrained.
Yuly Novikov9f43dc52023-01-10 15:07:174761 'Dawn Win10 x64 DEPS Release (Intel)',
4762 'Dawn Win10 x64 Release (Intel)',
Kai Ninomiyabb3312a2023-02-07 00:07:534763 'linux-code-coverage',
4764 'mac-code-coverage',
4765 'win10-code-coverage',
Austin Engd7a88622022-08-12 18:50:004766 ],
4767 },
4768 'webgpu_cts_tests': {
Kai Ninomiyabb3312a2023-02-07 00:07:534769 'modifications': {
Austin Eng1cebf662023-05-25 00:42:514770 'Dawn Android arm DEPS Release (Pixel 4)': {
4771 'ci_only': True,
4772 },
4773 'Dawn Android arm Release (Pixel 4)': {
4774 'ci_only': True,
4775 },
4776 'Dawn Android arm64 DEPS Release (Pixel 6)': {
4777 'ci_only': True,
4778 },
4779 'Dawn Android arm64 Release (Pixel 6)': {
4780 'ci_only': True,
4781 },
Kai Ninomiyabb3312a2023-02-07 00:07:534782 # These tests must run with a GPU.
4783 'linux-code-coverage': {
4784 'swarming': {
4785 'dimension_sets': [
4786 {
4787 # TODO(crbug.com/1408314): This must be kept in sync with the
4788 # appropriate mixin; currently, linux_nvidia_gtx_1660_stable,
4789 # which is used by Dawn Linux x64 Release (NVIDIA).
4790 'gpu': '10de:2184-440.100',
4791 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6',
4792 'pool': 'chromium.tests.gpu'
4793 }
4794 ],
4795 },
4796 },
4797 'mac-code-coverage': {
4798 'swarming': {
4799 'dimension_sets': [
4800 {
4801 # TODO(crbug.com/1408314): This must be kept in sync with the
4802 # appropriate mixin; currently, mac_mini_intel_gpu_stable,
4803 # which is used by Dawn Mac x64 Release (Intel).
4804 'cpu': 'x86-64',
4805 'gpu': '8086:3e9b',
Yuly Novikove94863eb2023-05-17 17:49:194806 'os': 'Mac-13.3.1',
Kai Ninomiyabb3312a2023-02-07 00:07:534807 'display_attached': '1',
4808 }
4809 ],
4810 },
4811 },
4812 'win10-code-coverage': {
4813 'swarming': {
4814 'dimension_sets': [
4815 {
4816 # TODO(crbug.com/1408314): This must be kept in sync with the
4817 # appropriate mixin; currently, win10_nvidia_gtx_1660_stable,
4818 # which is used by Dawn Win10 x64 Release (NVIDIA).
4819 'gpu': '10de:2184-27.21.14.5638',
4820 'os': 'Windows-10-18363',
4821 'pool': 'chromium.tests.gpu',
4822 }
4823 ],
4824 },
4825 },
4826 },
Austin Engd7a88622022-08-12 18:50:004827 },
4828 'webgpu_cts_with_validation_tests': {
Austin Engd7a88622022-08-12 18:50:004829 'remove_from': [
Yuly Novikovf0480762023-04-13 10:25:444830 # Remove from bots where capacity is constrained.
Yuly Novikov9f43dc52023-01-10 15:07:174831 'Dawn Win10 x64 DEPS Release (Intel)',
4832 'Dawn Win10 x64 Release (Intel)',
Austin Eng545d1692023-05-11 18:57:094833 # Disable testing with validation on x86 where they frequently OOM.
4834 # See crbug.com/1444815.
Yuly Novikov9f43dc52023-01-10 15:07:174835 'Dawn Win10 x86 DEPS Release (Intel)',
4836 'Dawn Win10 x86 Release (Intel)',
Austin Eng545d1692023-05-11 18:57:094837 'Dawn Win10 x86 DEPS Release (NVIDIA)',
4838 'Dawn Win10 x86 Release (NVIDIA)',
4839 # Don't need validation layers on code coverage bots
Kai Ninomiyabb3312a2023-02-07 00:07:534840 'linux-code-coverage',
4841 'mac-code-coverage',
4842 'win10-code-coverage',
Austin Engd7a88622022-08-12 18:50:004843 ],
4844 'modifications': {
Austin Eng1cebf662023-05-25 00:42:514845 'Dawn Android arm DEPS Release (Pixel 4)': {
4846 'ci_only': True,
4847 },
4848 'Dawn Android arm Release (Pixel 4)': {
4849 'ci_only': True,
4850 },
4851 'Dawn Android arm64 DEPS Release (Pixel 6)': {
4852 'ci_only': True,
4853 },
4854 'Dawn Android arm64 Release (Pixel 6)': {
4855 'ci_only': True,
4856 },
Austin Engd7a88622022-08-12 18:50:004857 # ci_only for bots where capacity is constrained.
4858 'Dawn Linux x64 DEPS Release (Intel UHD 630)': {
4859 'ci_only': True,
4860 },
4861 'Dawn Linux x64 Release (Intel UHD 630)': {
4862 'ci_only': True,
4863 },
4864 },
4865 },
4866 'webgpu_swiftshader_web_platform_cts_with_validation_tests': {
4867 # Remove from bots where capacity is constrained.
4868 'remove_from': [
Yuly Novikov9f43dc52023-01-10 15:07:174869 'Dawn Win10 x64 DEPS Release (Intel)',
4870 'Dawn Win10 x64 Release (Intel)',
4871 'Dawn Win10 x86 DEPS Release (Intel)',
4872 'Dawn Win10 x86 Release (Intel)',
Austin Engd7a88622022-08-12 18:50:004873 ],
4874 'modifications': {
4875 # ci_only for bots where capacity is constrained.
4876 'Dawn Linux x64 DEPS Release (Intel UHD 630)': {
4877 'ci_only': True,
4878 },
4879 'Dawn Linux x64 Release (Intel UHD 630)': {
4880 'ci_only': True,
4881 },
4882 },
Austin Enge8c0ba02021-07-19 23:55:194883 },
Kenneth Russelleb60cbd22017-12-05 07:54:284884 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:284885 'modifications': {
John Budorick5052d552017-12-13 02:59:344886 'Linux ASan LSan Tests (1)': {
4887 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:444888 # crbug.com/1257927
John Budorick5052d552017-12-13 02:59:344889 'swarming': {
4890 'shards': 5,
4891 },
4892 },
Erik Chen681dc0282019-11-26 22:54:494893 'Linux TSan Tests': {
4894 'swarming': {
4895 'shards': 2,
4896 },
4897 },
Ian Struiksma01223f42023-06-05 15:52:394898 'linux-exp-asan-lsan-fyi-rel': {
4899 # These are very slow on the ASAN trybot for some reason.
4900 # crbug.com/1257927
4901 'swarming': {
4902 'shards': 5,
4903 },
4904 },
Ian Struiksma2e23f962023-05-26 22:37:204905 'linux-exp-tsan-fyi-rel': {
4906 'swarming': {
4907 'shards': 2,
4908 },
4909 },
Prakhar746198a2023-04-25 17:56:584910 'win10-code-coverage': {
4911 'swarming': {
4912 'shards': 4,
4913 },
4914 },
Dirk Pranke81ff51c2017-12-09 19:24:284915 },
Kenneth Russelleb60cbd22017-12-05 07:54:284916 },
Susanne Westphal75f3ec92023-03-27 15:29:514917 'weblayer_browsertests': {
4918 'modifications': {
4919 'android-12-x64-rel': {
4920 'ci_only': True,
4921 },
4922 # If you change this, make similar changes in android-x86-code-coverage below
4923 'android-nougat-x86-rel': {
4924 'ci_only': True,
4925 },
4926 'android-pie-arm64-rel': {
4927 'ci_only': True,
4928 },
4929 # Keep this same as android-nougat-x86-rel above
4930 'android-x86-code-coverage': {
4931 'ci_only': True,
4932 },
4933 },
4934 },
Erik Staab70ca5b32021-08-07 00:38:354935 'webview_64_cts_tests': {
4936 'modifications': {
4937 'android-pie-arm64-rel': {
4938 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
4939 # capacity has been deployed.
4940 'swarming': {
4941 'dimension_sets': [
4942 {
4943 'device_type': 'sailfish',
4944 },
4945 ],
4946 },
4947 },
4948 },
4949 },
Haiyang Panfbd2b482020-09-23 23:41:254950 'webview_cts_tests': {
4951 'modifications': {
Prakharc60ec802023-03-06 07:49:294952 # If you change this, make similar changes in android-x86-code-coverage below
James Shen39977242022-07-08 23:46:424953 'android-nougat-x86-rel': {
4954 'args': [
Ben Joyce0e5ef162022-12-19 21:26:104955 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_cts_tests.filter',
James Shen39977242022-07-08 23:46:424956 ],
4957 },
Haiyang Panfbd2b482020-09-23 23:41:254958 'android-pie-arm64-rel': {
4959 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
4960 # capacity has been deployed.
4961 'swarming': {
4962 'dimension_sets': [
4963 {
4964 'device_type': 'sailfish',
4965 },
4966 ],
4967 },
4968 },
Prakharc60ec802023-03-06 07:49:294969 # Keep this same as android-nougat-x86-rel above
4970 'android-x86-code-coverage': {
4971 'args': [
4972 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_cts_tests.filter',
Prakharc60ec802023-03-06 07:49:294973 ],
4974 },
Haiyang Panfbd2b482020-09-23 23:41:254975 },
4976 },
Kenneth Russelleb60cbd22017-12-05 07:54:284977 'webview_instrumentation_test_apk': {
4978 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:064979 # This test frequently fails on Android, https://crbug.com/824959
Stephen Martinis1384ff92020-01-07 19:52:154980 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:504981 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:094982 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:194983 'android-code-coverage-native', # Does not generate profraw data.
Kenneth Russelleb60cbd22017-12-05 07:54:284984 ],
Ben Pastenee17a8e92018-07-12 21:55:184985 'modifications': {
4986 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:304987 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:574988 # TODO(https://crbug.com/884413): Re-enable this once the tests are
4989 # either passing or there is more capacity.
4990 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:184991 },
Haiyang Pan9d68ca02021-08-04 21:30:474992 'android-11-x86-rel': {
Haiyang Pan103864812021-03-19 19:28:444993 'args': [
4994 # TODO(crbug.com/1189746) Enable this test once the issue is fixed.
4995 '--gtest_filter=-org.chromium.net.NetworkChangeNotifierTest.testNetworkChangeNotifierJavaObservers',
4996 ],
4997 },
Struan Shrimpton5786bfd02023-01-11 00:47:544998 'android-12-x64-rel': {
4999 'swarming': {
James Shen783979b72023-03-02 01:58:015000 'shards': 10,
Struan Shrimpton5786bfd02023-01-11 00:47:545001 },
5002 },
Haiyang Pan9ecfcb42023-03-02 18:50:435003 'android-12l-x64-dbg-tests': {
5004 'args': [
5005 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.webview_instrumentation_test_apk.filter',
5006 ],
5007 'swarming': {
5008 'shards': 9,
5009 },
5010 },
Haiyang Pan42c77cd92023-05-18 01:13:035011 'android-12l-x64-fyi-dbg': {
Haiyang Panef317e4372023-05-19 01:30:085012 'args': [
5013 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.webview_instrumentation_test_apk.filter',
5014 ],
Haiyang Pan42c77cd92023-05-18 01:13:035015 'swarming': {
5016 'shards': 9,
5017 },
5018 },
5019 'android-13-x64-fyi-rel': {
Haiyang Panef317e4372023-05-19 01:30:085020 'args': [
5021 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.webview_instrumentation_test_apk.filter',
5022 ],
Haiyang Pan42c77cd92023-05-18 01:13:035023 'swarming': {
5024 'shards': 9,
5025 },
5026 },
Haiyang Pan9ecfcb42023-03-02 18:50:435027 'android-13-x64-rel': {
5028 'args': [
5029 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.webview_instrumentation_test_apk.filter',
5030 ],
5031 'swarming': {
5032 'shards': 9,
5033 },
5034 },
Prakharc60ec802023-03-06 07:49:295035 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pandcc3e012022-09-30 01:57:435036 'android-nougat-x86-rel': {
Ben Joyce98b04822022-11-10 23:40:555037 'args': [
5038 '--use-persistent-shell',
5039 ],
Haiyang Pandcc3e012022-09-30 01:57:435040 'swarming': {
Stephanie Kim8e9b7432022-11-01 22:36:345041 'shards': 27,
Haiyang Pandcc3e012022-09-30 01:57:435042 },
5043 },
Kuan Huang1f402c82021-06-08 17:58:185044 'android-pie-arm64-rel': {
Ben Joycee8955c42022-11-01 21:38:505045 'args': [
5046 '--use-persistent-shell',
5047 ],
Gregory Guterman7c7edc6342022-09-26 21:00:135048 'ci_only': True, # crbug/1368281
Kuan Huang1f402c82021-06-08 17:58:185049 'swarming': {
5050 'shards': 9,
5051 },
5052 },
Haiyang Pan08d09dc2020-04-01 16:11:215053 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:295054 'args': [
5055 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
5056 ],
Ben Joyce9a7eb312021-08-25 00:44:595057 'swarming': {
5058 'shards': 9,
5059 },
Haiyang Panfdd94332020-03-27 02:43:295060 },
Prakharc60ec802023-03-06 07:49:295061 # Keep this same as android-nougat-x86-rel above
5062 'android-x86-code-coverage': {
5063 'args': [
5064 '--use-persistent-shell',
5065 ],
5066 'swarming': {
5067 'shards': 27,
5068 },
5069 },
Ben Pastenee17a8e92018-07-12 21:55:185070 },
Kenneth Russelleb60cbd22017-12-05 07:54:285071 },
Haiyang Panfed339172021-03-10 23:19:575072 'webview_ui_test_app_test_apk': {
5073 'remove_from': [
Haiyang Pan9d68ca02021-08-04 21:30:475074 'android-11-x86-rel', # crbug.com/1165280
Haiyang Panfed339172021-03-10 23:19:575075 ],
5076 },
Nihar Damarasinguaac11d862022-10-03 20:24:245077 'wpt_tests_suite': {
5078 'modifications': {
Jonathan Lee4d014e82022-12-15 22:21:185079 'linux-wpt-content-shell-asan-fyi-rel': {
5080 'args': [
5081 '--enable-sanitizer',
5082 ],
5083 'swarming': {
5084 'shards': 8,
5085 },
Weizhong Xiab5eb8962023-03-08 19:22:595086 },
Weizhong Xia93275902023-04-06 18:08:045087 'linux-wpt-content-shell-fyi-rel': {
5088 'swarming': {
5089 'shards': 10,
5090 },
5091 },
Nihar Damarasinguaac11d862022-10-03 20:24:245092 'win10-wpt-content-shell-fyi-rel': {
5093 'args': [
5094 '--target',
5095 'Release_x64',
5096 ],
5097 },
Nihar Damarasinguc5b983c2022-12-08 18:56:145098 'win11-wpt-content-shell-fyi-rel': {
5099 'args': [
5100 '--target',
5101 'Release_x64',
5102 ],
5103 },
Nihar Damarasinguaac11d862022-10-03 20:24:245104 },
5105 },
Kenneth Russelleb60cbd22017-12-05 07:54:285106}