blob: 36a69b618abdc0b9040190e4478940cd357010c8 [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 Shend6574e852023-02-24 03:13:16126 'shards': 4,
Haiyang Panfbd2b482020-09-23 23:41:25127 },
Andrew Luo38b311f2019-10-04 03:42:09128 },
Haiyang Pan08d09dc2020-04-01 16:11:21129 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:04130 'args': [
131 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
132 ],
Haiyang Pan7cd609d2021-04-08 20:17:24133 'swarming': {
Ben Joyce5bb3fad2022-09-23 06:05:18134 'dimension_sets': [
135 {
Haiyang Pane35ae642022-11-18 00:34:15136 'cores': '8', # crbug.com/1292221
Ben Joyce5bb3fad2022-09-23 06:05:18137 },
138 ],
Haiyang Pan7cd609d2021-04-08 20:17:24139 },
John Budorick191adfcd2020-01-29 18:19:04140 },
Prakharc60ec802023-03-06 07:49:29141 # Keep this same as android-nougat-x86-rel above
142 'android-x86-code-coverage': {
143 'ci_only': True,
144 'swarming': {
145 'shards': 9,
146 },
147 },
Andrew Luo38b311f2019-10-04 03:42:09148 },
149 },
Sven Zhengc60debc2020-09-10 18:40:52150 'android_sync_integration_tests': {
James Shen9e4c19e2022-04-15 17:57:50151 'modifications': {
152 'android-12-x64-rel': {
153 'swarming': {
154 'shards': 3,
155 },
156 },
Prakharc60ec802023-03-06 07:49:29157 # If you change this, make similar changes in android-x86-code-coverage below
Stephanie Kim11192362022-11-04 18:17:44158 'android-nougat-x86-rel': {
James Shen74810512023-02-22 20:27:39159 'ci_only': True,
Stephanie Kim11192362022-11-04 18:17:44160 'swarming': {
161 'shards': 2,
162 },
163 },
Prakharc60ec802023-03-06 07:49:29164 # Keep this same as android-nougat-x86-rel above
165 'android-x86-code-coverage': {
166 'ci_only': True,
167 'swarming': {
168 'shards': 2,
169 },
170 },
James Shen9e4c19e2022-04-15 17:57:50171 },
Sven Zhengc60debc2020-09-10 18:40:52172 },
Kenneth Russelleb60cbd22017-12-05 07:54:28173 'android_webview_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28174 },
Jamie Madillc9ae75d2020-10-23 19:19:48175 'angle_unittests': {
176 'remove_from': [
177 # On Android, these are already run on the main waterfall.
178 'Android FYI Release (Nexus 5X)',
Yuly Novikovc1117ae82021-01-15 22:33:36179 # Times out listing tests crbug.com/1167314
180 'android-asan',
Jamie Madillc9ae75d2020-10-23 19:19:48181 # Does not currently work on Lacros configurations.
Sven Zheng93bfaa92022-06-09 17:06:03182 'linux-lacros-asan-lsan-rel',
Junhua Chen39dd2dba2021-05-05 17:51:54183 'linux-lacros-code-coverage',
Jamie Madillc9ae75d2020-10-23 19:19:48184 'linux-lacros-tester-rel',
185 'linux-lacros-tester-fyi-rel',
Yuke Liaof27ebe52021-08-05 22:12:40186 'linux-lacros-dbg-tests-fyi',
Jamie Madillc9ae75d2020-10-23 19:19:48187 ],
Chong Gua10cd302022-01-14 19:22:19188 'modifications': {
189 # anglebug.com/6894
190 'fuchsia-fyi-x64-asan': {
191 'args': [
192 # crbug.com/
193 '--gtest_filter=-ConstructCompilerTest.DefaultParameters',
194 ],
195 },
196 },
Jamie Madillc9ae75d2020-10-23 19:19:48197 },
Eriko Kurimoto61a85332022-10-19 05:19:45198 'ash_crosapi_tests': {
199 'remove_from': [
200 # Disabling MSan tests since linux-chromeos chrome crashes on MSan build.
201 # TODO(crbug.com/1376064): Re-enable.
202 'Linux ChromiumOS MSan Tests',
203 ]
204 },
Sven Zhengef0d0872022-04-04 22:13:29205 'aura_unittests amd64-generic': {
Yuke Liaob6beaeca2021-04-29 23:41:51206 'remove_from': [
207 # TODO(crbug.com/1204231): Re-enable.
208 'lacros-amd64-generic-rel',
209 ]
210 },
Sven Zhengef0d0872022-04-04 22:13:29211 'aura_unittests eve': {
Yuke Liao79a8cf52021-06-11 18:14:34212 'remove_from': [
213 # TODO(crbug.com/1204231): Re-enable.
214 'lacros-amd64-generic-rel',
215 ]
216 },
Chong Gudf7fbe92021-02-24 02:55:58217 'base_unittests': {
218 'modifications': {
Ben Joycea0319112022-11-15 23:53:12219 'ToTAndroid': {
220 'args': [
221 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.base_unittests.filter',
222 ],
223 },
Haiyang Pan2a55a452022-03-03 08:18:33224 'android-12-x64-rel': {
Haiyang Panc08d02212021-10-18 18:58:38225 'args': [
Haiyang Pan32338b72023-02-08 23:48:58226 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
227 ],
228 },
229 'android-12l-x64-dbg-tests': {
230 'args': [
231 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
232 ],
233 },
Haiyang Panef317e4372023-05-19 01:30:08234 'android-12l-x64-fyi-dbg': {
235 'args': [
236 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
237 ],
238 },
239 'android-13-x64-fyi-rel': {
240 'args': [
241 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
242 ],
243 },
Haiyang Pan32338b72023-02-08 23:48:58244 'android-13-x64-rel': {
245 'args': [
246 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
Haiyang Panc7c009e2021-03-18 19:31:23247 ],
248 },
Chong Gudf7fbe92021-02-24 02:55:58249 'fuchsia-code-coverage': {
250 'swarming': {
251 'shards': 5,
252 },
253 },
Chong Gua10cd302022-01-14 19:22:19254 'fuchsia-fyi-x64-asan': {
255 'args': [
256 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.base_unittests.filter',
257 ],
258 },
Chong Gudf7fbe92021-02-24 02:55:58259 },
260 },
James Shen5df9af872022-10-28 01:32:15261 'bf_cache_content_browsertests': {
262 'modifications': {
263 'android-bfcache-rel': {
264 'args': [
James Shenea291852022-11-08 04:19:45265 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter',
James Shen5df9af872022-10-28 01:32:15266 ],
James Shen2c574ce02022-11-03 22:59:23267 'swarming': {
268 'shards': 15,
269 },
James Shen5df9af872022-10-28 01:32:15270 }
271 }
272 },
Haiyang Pan363c59a2020-07-23 05:47:04273 'blink_platform_unittests': {
274 'modifications': {
James Shen088356672022-06-28 01:21:14275 # TODO(crbug.com/1303439): Remove this filter
Prakharc60ec802023-03-06 07:49:29276 # If you change this, make similar changes in android-x86-code-coverage below
James Shen088356672022-06-28 01:21:14277 'android-nougat-x86-rel': {
278 'args': [
279 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter',
280 ],
281 },
Haiyang Panfbd2b482020-09-23 23:41:25282 'android-pie-arm64-rel': {
283 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
284 # capacity has been deployed.
285 'swarming': {
286 'dimension_sets': [
287 {
288 'device_type': 'sailfish',
289 },
290 ],
291 },
292 },
Prakharc60ec802023-03-06 07:49:29293 # Keep this same as android-nougat-x86-rel above
294 'android-x86-code-coverage': {
295 'args': [
296 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter',
297 ],
298 },
Chong Gu52481452021-04-02 17:52:41299 'fuchsia-code-coverage': {
300 'swarming': {
301 'shards': 5,
302 },
303 },
Haiyang Pan363c59a2020-07-23 05:47:04304 },
305 },
Brian Sheedy944d0622022-07-27 20:42:42306 'blink_pytype': {
307 'remove_from': [
308 'linux-code-coverage',
309 ],
310 },
Chong Gu76046412021-09-22 17:49:21311 'blink_unittests': {
Chong Guc2d145e2021-03-31 19:55:34312 'modifications': {
313 'fuchsia-code-coverage': {
314 'swarming': {
315 'shards': 30,
316 },
317 },
318 },
319 },
John Chenaab16fc02020-03-03 06:35:45320 'blink_web_tests': {
321 'remove_from': [
John Chenaab16fc02020-03-03 06:35:45322 'Win10 Tests x64 (dbg)',
323 ],
324 'modifications': {
John Chenaab16fc02020-03-03 06:35:45325 'Linux Tests': {
326 "args": [
327 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
328 ],
Struan Shrimpton57c594e42022-01-25 17:59:13329 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51330 'shards': 8,
Struan Shrimpton57c594e42022-01-25 17:59:13331 },
John Chenaab16fc02020-03-03 06:35:45332 },
333 'Linux Tests (dbg)(1)': {
334 'args': [
335 '--debug',
336 ],
337 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51338 'shards': 12,
John Chenaab16fc02020-03-03 06:35:45339 },
340 },
John Chenaab16fc02020-03-03 06:35:45341 'Mac10.13 Tests': {
342 'swarming': {
343 'dimension_sets': [
344 {
Erik Staab59591f32020-08-25 23:07:07345 'gpu': None,
John Chenaab16fc02020-03-03 06:35:45346 },
347 ],
Weizhong Xia8b786422022-06-23 14:46:51348 'shards': 10,
John Chenaab16fc02020-03-03 06:35:45349 },
350 },
Zhaoyang Li69e2e002021-02-19 21:57:35351 'Mac10.15 Tests': {
352 'swarming': {
353 'dimension_sets': [
354 {
355 'gpu': None,
356 },
357 ],
Weizhong Xia8b786422022-06-23 14:46:51358 'shards': 10,
Zhaoyang Li69e2e002021-02-19 21:57:35359 },
360 },
Lindsay Pasricha8d9a0c32021-12-08 17:08:29361 'Mac11 Tests': {
362 'swarming': {
363 'dimension_sets': [
364 {
365 'gpu': None,
366 },
367 ],
Weizhong Xia8b786422022-06-23 14:46:51368 'shards': 12,
Lindsay Pasricha8d9a0c32021-12-08 17:08:29369 },
370 },
Yue She0cad2922022-06-24 15:06:07371 'Mac12 Tests': {
372 'swarming': {
373 'dimension_sets': [
374 {
375 'gpu': None,
376 },
377 ],
Lindsay Pasrichadf6edb62022-07-06 22:08:35378 'shards': 12,
Yue She0cad2922022-06-24 15:06:07379 },
380 },
Yue Shed8e45742023-06-01 15:18:03381 'Mac13 Tests': {
382 'swarming': {
383 'dimension_sets': [
384 {
385 'gpu': None,
386 },
387 ],
388 'shards': 12,
389 },
390 },
Cameron Higgins2e4b7f12023-05-31 18:29:32391 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:17392 'experiment_percentage': 100,
393 'args': [
394 '--debug',
395 ],
396 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51397 'shards': 16,
Zhaoyang Li9357e1e12021-12-07 18:53:17398 },
399 },
Chong Gu75af969a2021-03-22 14:46:14400 'ToTFuchsia x64': {
401 'args': [
402 '--platform=fuchsia',
403 ],
404 'swarming': {
405 'shards': 1,
406 },
407 },
John Chenaab16fc02020-03-03 06:35:45408 'V8 Blink Linux Debug': {
Michael Achenbach455d39242020-06-22 13:33:45409 # This builder compiles Chromium in release mode, but V8 in debug.
410 # TODO(machenbach): Change name and out directory of this builder to
411 # something less confusing.
John Chenaab16fc02020-03-03 06:35:45412 'args': [
Michael Achenbach455d39242020-06-22 13:33:45413 '-t',
414 'Debug',
415 '--release',
John Chenaab16fc02020-03-03 06:35:45416 ],
417 },
418 'V8 Blink Linux Future': {
419 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07420 '--flag-specific=future-js',
John Chenaab16fc02020-03-03 06:35:45421 ],
422 },
423 'WebKit Linux ASAN': {
424 'args': [
425 '--additional-expectations',
426 '../../third_party/blink/web_tests/ASANExpectations',
Weizhong Xia91b53362022-01-05 17:13:35427 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45428 '48000',
429 '--enable-sanitizer',
430 ],
431 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51432 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45433 },
434 },
435 'WebKit Linux Leak': {
436 'args': [
437 '--additional-expectations',
438 '../../third_party/blink/web_tests/LeakExpectations',
Weizhong Xia91b53362022-01-05 17:13:35439 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45440 '48000',
441 '--enable-leak-detection',
442 ],
443 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51444 'shards': 4,
John Chenaab16fc02020-03-03 06:35:45445 },
446 },
447 'WebKit Linux MSAN': {
448 'args': [
449 '--additional-expectations',
450 '../../third_party/blink/web_tests/MSANExpectations',
Weizhong Xia91b53362022-01-05 17:13:35451 '--timeout-ms',
John Chenaab16fc02020-03-03 06:35:45452 '66000',
453 '--enable-sanitizer',
454 ],
455 'swarming': {
456 'expiration': 36000,
457 'hard_timeout': 10800,
458 'io_timeout': 3600,
Weizhong Xia8b786422022-06-23 14:46:51459 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45460 },
461 },
John Chenaab16fc02020-03-03 06:35:45462 'Win10 Tests x64': {
463 'args': [
464 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21465 'Release_x64',
John Chenaab16fc02020-03-03 06:35:45466 ],
467 'swarming': {
Struan Shrimpton5786bfd02023-01-11 00:47:54468 "shards": 12,
John Chenaab16fc02020-03-03 06:35:45469 },
470 },
471 'Win10 Tests x64 (dbg)': {
472 'args': [
473 '--debug',
474 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21475 'Debug_x64',
John Chenaab16fc02020-03-03 06:35:45476 ],
477 },
Kuan Huanga89737d2022-01-07 19:42:11478 'Win11 Tests x64': {
479 'args': [
480 '--target',
481 'Release_x64',
482 ],
483 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51484 "shards": 12
Kuan Huanga89737d2022-01-07 19:42:11485 },
486 },
John Chenaab16fc02020-03-03 06:35:45487 # tryserver.chromium.android
488 'android_blink_rel': {
489 'args': [
490 '--release',
491 '--android',
John Chenaab16fc02020-03-03 06:35:45492 # TODO(crbug.com/875172): run on the real GPU since the
493 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
494 '--additional-driver-flag=--use-gpu-in-tests',
495 ],
496 },
497 'devtools_frontend_linux_blink_light_rel': {
498 'args': [
499 'http/tests/devtools',
500 ],
501 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51502 'shards': 2,
John Chenaab16fc02020-03-03 06:35:45503 },
504 },
Takuto Ikutabace8f82022-01-26 23:47:47505 'devtools_frontend_linux_blink_light_rel_fastbuild': {
506 'args': [
507 'http/tests/devtools',
508 ],
509 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51510 'shards': 2,
Takuto Ikutabace8f82022-01-26 23:47:47511 },
512 },
David Dorwinf060a72d2022-10-05 22:09:03513 'fuchsia-x64-cast-receiver-rel': {
John Chenaab16fc02020-03-03 06:35:45514 'args': [
515 '--platform=fuchsia',
David Dorwinf060a72d2022-10-05 22:09:03516 '--jobs=1',
John Chenaab16fc02020-03-03 06:35:45517 ],
518 'swarming': {
519 'shards': 1,
520 },
521 },
David Dorwin49b2ddb2022-09-08 20:49:43522 'fuchsia-x64-rel': {
523 'args': [
524 '--platform=fuchsia',
525 '--jobs=1',
526 ],
527 'swarming': {
528 'shards': 1,
529 },
530 },
John Chenaab16fc02020-03-03 06:35:45531 'linux-blink-animation-use-time-delta': {
532 'args': [
533 '--debug',
534 ],
535 },
Jonathan Leed3ba7bf2023-01-13 21:15:16536 'linux-blink-rel': {
537 'swarming': {
538 'hard_timeout': 2400,
539 },
540 },
Daniel Libby178c9832020-10-08 20:36:14541 'linux-blink-web-tests-force-accessibility-rel': {
542 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07543 '--flag-specific=force-renderer-accessibility',
Daniel Libby178c9832020-10-08 20:36:14544 ],
545 },
W. James MacLeance9b3a62022-10-05 16:58:58546 'linux-blink-wpt-reset-rel': {
547 'args': [
548 '--additional-driver-flag=--force-browsing-instance-reset-between-tests',
549 ],
550 # The flag above will slow the tests down, and we don't want the bot to
551 # timeout, so set a higher timeout here.
552 # TODO(wjmaclean): It would be nice if we could somehow specify a delta
553 # to the default/inherited timeout instead of an absolute.
554 'swarming': {
555 'hard_timeout': 1500,
556 },
557 },
John Chenaab16fc02020-03-03 06:35:45558 'linux-code-coverage': {
559 'args': [
Prakharbe44338a2023-05-24 19:02:04560 '--additional-driver-flag=--no-sandbox',
561 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
John Chenaab16fc02020-03-03 06:35:45562 ],
563 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51564 'shards': 8,
John Chenaab16fc02020-03-03 06:35:45565 },
566 },
Aaron Gable40f79aa2020-03-21 01:21:15567 'linux-layout-tests-edit-ng': {
568 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07569 '--flag-specific=enable-editing-ng',
Aaron Gable40f79aa2020-03-21 01:21:15570 ],
571 },
Thiago Perrotta61487462023-01-20 12:52:32572 'linux-rel-cft': {
573 "args": [
Michael Lippautz60aa8f32023-05-24 14:27:02574 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
575 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
576 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:32577 ],
578 'swarming': {
579 'shards': 8,
580 },
581 },
SrinivasBathula90213d62023-02-27 06:12:18582 'mac-osxbeta-rel': {
583 'swarming': {
584 'dimension_sets': [
585 {
586 'gpu': None
587 }
588 ],
589 'shards': 10,
590 },
591 },
Thiago Perrottaa289bad2023-01-20 12:44:39592 'mac-rel-cft': {
Thiago Perrotta4085d56b2023-03-22 23:05:09593 "args": [
594 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
595 ],
Thiago Perrottaa289bad2023-01-20 12:44:39596 'swarming': {
597 'dimension_sets': [
598 {
599 'gpu': None,
600 },
601 ],
602 'shards': 12,
Thiago Perrottaa289bad2023-01-20 12:44:39603 },
604 },
Riley Wong89d6dc72022-09-08 20:29:07605 'mac10.13-blink-rel': {
606 'swarming': {
607 'shards': 1,
608 },
609 },
Riley Wong89d6dc72022-09-08 20:29:07610 'mac10.14-blink-rel': {
611 'swarming': {
612 'shards': 1,
613 },
614 },
Riley Wong89d6dc72022-09-08 20:29:07615 'mac10.15-blink-rel': {
616 'swarming': {
617 'shards': 8,
Weizhong Xia21063c72022-11-09 23:48:30618 'hard_timeout': 2400,
Riley Wong89d6dc72022-09-08 20:29:07619 },
620 },
Riley Wongc20ba4a2022-09-12 17:06:31621 'mac11.0-blink-rel': {
622 'swarming': {
623 'shards': 5,
Weizhong Xia21063c72022-11-09 23:48:30624 'hard_timeout': 2400,
625 },
626 },
627 'mac11.0.arm64-blink-rel': {
628 'swarming': {
629 'hard_timeout': 2400,
630 },
631 },
632 'mac12.0-blink-rel': {
633 'swarming': {
634 'hard_timeout': 2400,
635 },
636 },
637 'mac12.0.arm64-blink-rel': {
638 'swarming': {
639 'hard_timeout': 2400,
Riley Wongc20ba4a2022-09-12 17:06:31640 },
641 },
Thiago Perrotta770925d42023-01-17 18:38:51642 'win-rel-cft': {
643 'args': [
644 '--target',
645 'Release_x64',
Michael Lippautz60aa8f32023-05-24 14:27:02646 '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter',
Thiago Perrotta770925d42023-01-17 18:38:51647 ],
Thiago Perrotta314f7b02023-01-19 21:30:53648 'swarming': {
649 "shards": 12,
Thiago Perrotta314f7b02023-01-19 21:30:53650 },
Thiago Perrotta770925d42023-01-17 18:38:51651 },
Ben Pasteneebad8fc2022-08-12 23:34:28652 'win10-rel-no-external-ip': {
653 'args': [
654 '--target',
655 'Release_x64',
656 ],
657 'swarming': {
658 "shards": 12
659 },
660 },
Riley Wong5feb0eb2022-08-05 15:49:26661 'win10.20h2-blink-rel': {
662 'swarming': {
663 'shards': 6,
Weizhong Xia21063c72022-11-09 23:48:30664 'hard_timeout': 2400,
Riley Wong5feb0eb2022-08-05 15:49:26665 },
666 },
Nihar Damarasinguf31a5cc2023-05-24 18:38:06667 'win11-arm64-blink-rel': {
668 'swarming': {
669 'hard_timeout': 2400,
670 },
671 'args': [
672 '--target',
673 'Release_x64',
674 ],
675 },
Weizhong Xia8b786422022-06-23 14:46:51676 'win11-blink-rel': {
677 'swarming': {
Weizhong Xia21063c72022-11-09 23:48:30678 'hard_timeout': 2400,
Weizhong Xia8b786422022-06-23 14:46:51679 },
680 'args': [
681 '--target',
682 'Release_x64',
683 ],
684 },
685 },
686 },
687 'blink_wpt_tests': {
688 'remove_from': [
Weizhong Xia8b786422022-06-23 14:46:51689 'Win10 Tests x64 (dbg)',
Weizhong Xia6d85a442022-06-23 17:17:06690 'devtools_frontend_linux_blink_light_rel',
691 'devtools_frontend_linux_blink_light_rel_fastbuild',
Thiago Perrotta4085d56b2023-03-22 23:05:09692 'linux-rel-cft',
693 'mac-rel-cft',
694 'win-rel-cft',
Weizhong Xia8b786422022-06-23 14:46:51695 ],
696 'modifications': {
Weizhong Xia8b786422022-06-23 14:46:51697 'Linux Tests': {
698 "args": [
699 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
700 ],
701 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:51702 'shards': 10,
703 },
704 },
705 'Linux Tests (dbg)(1)': {
706 'args': [
707 '--debug',
708 ],
709 'swarming': {
710 'shards': 18,
711 },
712 },
713 'Mac10.13 Tests': {
714 'swarming': {
715 'dimension_sets': [
716 {
717 'gpu': None,
718 },
719 ],
720 'shards': 15,
721 },
722 },
723 'Mac10.15 Tests': {
724 'swarming': {
725 'dimension_sets': [
726 {
727 'gpu': None,
728 },
729 ],
730 'shards': 15,
731 },
732 },
733 'Mac11 Tests': {
734 'swarming': {
735 'dimension_sets': [
736 {
737 'gpu': None,
738 },
739 ],
740 'shards': 18,
Weizhong Xia8b786422022-06-23 14:46:51741 },
742 },
Lindsay Pasrichadf6edb62022-07-06 22:08:35743 'Mac12 Tests': {
744 'swarming': {
745 'dimension_sets': [
746 {
747 'gpu': None,
748 },
749 ],
750 'shards': 18,
Lindsay Pasrichadf6edb62022-07-06 22:08:35751 },
752 },
Yue Shed8e45742023-06-01 15:18:03753 'Mac13 Tests': {
754 'swarming': {
755 'dimension_sets': [
756 {
757 'gpu': None,
758 },
759 ],
760 'shards': 18,
761 },
762 },
Cameron Higgins2e4b7f12023-05-31 18:29:32763 'Mac13 Tests (dbg)': {
Weizhong Xia8b786422022-06-23 14:46:51764 'experiment_percentage': 100,
765 'args': [
766 '--debug',
767 ],
768 'swarming': {
769 'shards': 24,
770 },
771 },
772 'ToTFuchsia x64': {
773 'args': [
774 '--platform=fuchsia',
775 ],
776 'swarming': {
777 'shards': 1,
778 },
779 },
780 'V8 Blink Linux Debug': {
781 # This builder compiles Chromium in release mode, but V8 in debug.
782 # TODO(machenbach): Change name and out directory of this builder to
783 # something less confusing.
784 'args': [
785 '-t',
786 'Debug',
787 '--release',
788 ],
789 },
790 'V8 Blink Linux Future': {
791 'args': [
792 '--flag-specific=future-js',
793 ],
794 },
795 'WebKit Linux ASAN': {
796 'args': [
797 '--additional-expectations',
798 '../../third_party/blink/web_tests/ASANExpectations',
799 '--timeout-ms',
800 '48000',
801 '--enable-sanitizer',
802 ],
803 'swarming': {
804 'shards': 12,
805 },
806 },
807 'WebKit Linux Leak': {
808 'args': [
809 '--additional-expectations',
810 '../../third_party/blink/web_tests/LeakExpectations',
811 '--timeout-ms',
812 '48000',
813 '--enable-leak-detection',
814 ],
815 'swarming': {
816 'shards': 6,
817 },
818 },
819 'WebKit Linux MSAN': {
820 'args': [
821 '--additional-expectations',
822 '../../third_party/blink/web_tests/MSANExpectations',
823 '--timeout-ms',
824 '66000',
825 '--enable-sanitizer',
826 ],
827 'swarming': {
828 'expiration': 36000,
829 'hard_timeout': 10800,
830 'io_timeout': 3600,
831 'shards': 12,
832 },
833 },
834 'Win10 Tests x64': {
835 'args': [
836 '--target',
837 'Release_x64',
838 ],
839 'swarming': {
Struan Shrimpton5786bfd02023-01-11 00:47:54840 "shards": 18,
Weizhong Xia8b786422022-06-23 14:46:51841 },
Weizhong Xia8b786422022-06-23 14:46:51842 },
843 'Win10 Tests x64 (dbg)': {
844 'args': [
845 '--debug',
846 '--target',
847 'Debug_x64',
848 ],
849 },
850 'Win11 Tests x64': {
851 'args': [
852 '--target',
853 'Release_x64',
854 ],
855 'swarming': {
856 "shards": 18
857 },
858 },
859 # tryserver.chromium.android
860 'android_blink_rel': {
861 'args': [
862 '--release',
863 '--android',
Weizhong Xia8b786422022-06-23 14:46:51864 # TODO(crbug.com/875172): run on the real GPU since the
865 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
866 '--additional-driver-flag=--use-gpu-in-tests',
867 ],
868 },
David Dorwinf060a72d2022-10-05 22:09:03869 'fuchsia-x64-cast-receiver-rel': {
Weizhong Xia8b786422022-06-23 14:46:51870 'args': [
871 '--platform=fuchsia',
David Dorwinf060a72d2022-10-05 22:09:03872 '--jobs=1',
Weizhong Xia8b786422022-06-23 14:46:51873 ],
874 'swarming': {
875 'shards': 1,
876 },
877 },
David Dorwin49b2ddb2022-09-08 20:49:43878 'fuchsia-x64-rel': {
879 'args': [
880 '--platform=fuchsia',
881 '--jobs=1',
882 ],
883 'swarming': {
884 'shards': 1,
885 },
886 },
Weizhong Xia8b786422022-06-23 14:46:51887 'linux-bfcache-rel': {
888 'args': [
Weizhong Xia8b786422022-06-23 14:46:51889 # TODO(crbug.com/1255537): Re-enable the test.
890 '--ignore-tests=external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html',
891 ],
892 },
893 'linux-blink-animation-use-time-delta': {
894 'args': [
895 '--debug',
896 ],
897 },
Jonathan Leed3ba7bf2023-01-13 21:15:16898 'linux-blink-rel': {
899 'swarming': {
900 'hard_timeout': 2400,
901 },
902 },
Weizhong Xia8b786422022-06-23 14:46:51903 'linux-blink-web-tests-force-accessibility-rel': {
904 'args': [
905 '--flag-specific=force-renderer-accessibility',
906 ],
907 },
W. James MacLeance9b3a62022-10-05 16:58:58908 'linux-blink-wpt-reset-rel': {
909 'args': [
910 '--additional-driver-flag=--force-browsing-instance-reset-between-tests',
911 ],
912 },
Weizhong Xia8b786422022-06-23 14:46:51913 'linux-code-coverage': {
914 'args': [
Prakharbe44338a2023-05-24 19:02:04915 '--additional-driver-flag=--no-sandbox',
916 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw',
Weizhong Xia8b786422022-06-23 14:46:51917 ],
Weizhong Xia8b786422022-06-23 14:46:51918 },
919 'linux-layout-tests-edit-ng': {
920 'args': [
921 '--flag-specific=enable-editing-ng',
922 ],
923 },
Thiago Perrotta61487462023-01-20 12:52:32924 'linux-rel-cft': {
925 "args": [
926 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Michael Lippautz8f4016b2023-06-13 16:18:33927 '--flag-specific=chrome-for-testing',
Thiago Perrotta61487462023-01-20 12:52:32928 ],
929 'swarming': {
930 'shards': 10,
931 },
932 },
SrinivasBathula90213d62023-02-27 06:12:18933 'mac-osxbeta-rel': {
934 'swarming': {
935 'dimension_sets': [
936 {
937 'gpu': None
938 }
939 ],
940 'shards': 7,
941 },
942 },
Thiago Perrottaa289bad2023-01-20 12:44:39943 'mac-rel-cft': {
944 'args': [
945 '--driver-logging',
946 ],
947 'swarming': {
948 'dimension_sets': [
949 {
950 'gpu': None,
951 },
952 ],
953 'shards': 18,
Thiago Perrottaa289bad2023-01-20 12:44:39954 },
955 },
Riley Wong89d6dc72022-09-08 20:29:07956 'mac10.13-blink-rel': {
957 'swarming': {
958 'shards': 1,
959 },
960 },
Riley Wong89d6dc72022-09-08 20:29:07961 'mac10.14-blink-rel': {
962 'swarming': {
963 'shards': 1,
964 },
965 },
Riley Wong89d6dc72022-09-08 20:29:07966 'mac10.15-blink-rel': {
967 'swarming': {
968 'shards': 12,
Weizhong Xia21063c72022-11-09 23:48:30969 'hard_timeout': 2400,
Riley Wong89d6dc72022-09-08 20:29:07970 },
971 },
Riley Wongc20ba4a2022-09-12 17:06:31972 'mac11.0-blink-rel': {
973 'swarming': {
974 'shards': 7,
Weizhong Xia21063c72022-11-09 23:48:30975 'hard_timeout': 2400,
976 },
977 },
978 'mac11.0.arm64-blink-rel': {
979 'swarming': {
980 'hard_timeout': 2400,
981 },
982 },
983 'mac12.0-blink-rel': {
984 'swarming': {
985 'hard_timeout': 2400,
986 },
987 },
988 'mac12.0.arm64-blink-rel': {
989 'swarming': {
990 'hard_timeout': 2400,
Riley Wongc20ba4a2022-09-12 17:06:31991 },
992 },
Thiago Perrotta770925d42023-01-17 18:38:51993 'win-rel-cft': {
994 'args': [
995 '--target',
996 'Release_x64',
997 ],
Thiago Perrotta314f7b02023-01-19 21:30:53998 'swarming': {
999 "shards": 18,
Thiago Perrotta314f7b02023-01-19 21:30:531000 },
Thiago Perrotta770925d42023-01-17 18:38:511001 },
Ben Pasteneebad8fc2022-08-12 23:34:281002 'win10-rel-no-external-ip': {
1003 'args': [
1004 '--target',
1005 'Release_x64',
1006 ],
1007 'swarming': {
1008 "shards": 18
1009 },
1010 },
Riley Wong5feb0eb2022-08-05 15:49:261011 'win10.20h2-blink-rel': {
1012 'swarming': {
1013 'shards': 9,
Weizhong Xia21063c72022-11-09 23:48:301014 'hard_timeout': 2400,
Riley Wong5feb0eb2022-08-05 15:49:261015 },
1016 },
Nihar Damarasinguf31a5cc2023-05-24 18:38:061017 'win11-arm64-blink-rel': {
1018 'swarming': {
1019 'hard_timeout': 2400,
1020 },
1021 'args': [
1022 '--target',
1023 'Release_x64',
1024 ],
1025 },
Riley Wong5fc22762022-06-15 20:25:071026 'win11-blink-rel': {
1027 'swarming': {
Weizhong Xia21063c72022-11-09 23:48:301028 'hard_timeout': 2400,
Riley Wong5fc22762022-06-15 20:25:071029 },
1030 'args': [
1031 '--target',
1032 'Release_x64',
1033 ],
Thiago Perrotta770925d42023-01-17 18:38:511034 },
John Chenaab16fc02020-03-03 06:35:451035 },
1036 },
Kenneth Russelleb60cbd22017-12-05 07:54:281037 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:241038 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291039 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:411040 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:261041 'ToTLinuxTSan', # https://crbug.com/368525
Lindsay Pasrichab3f72db2021-09-22 22:05:461042 # TODO(crbug.com/1171053): Enable the suite in 'Mac10.15 Tests' once it's
Zhaoyang Li69e2e002021-02-19 21:57:351043 # off CQ.
Gary Tongd5f5a742021-01-29 00:01:131044 'Mac10.13 Tests', # https://crbug.com/1042757
Cameron Higgins2e4b7f12023-05-31 18:29:321045 'Mac13 Tests (dbg)', # https://crbug.com/1201386
Lindsay Pasricha8155d052021-04-22 00:06:431046 'mac-code-coverage', # https://crbug.com/1201386
Lindsay Pasricha23227912023-01-11 22:36:341047 'mac11-arm64-rel-tests', # https://crbug.com/1406364
1048 'mac12-arm64-rel-tests', # https://crbug.com/1406364
Will Yeagera090e6a2023-06-09 14:59:411049 'mac13-arm64-rel-tests', # https://crbug.com/1406364
Nico Weberd36959682018-04-12 03:33:461050 'Linux TSan Tests', # https://crbug.com/368525
Ian Struiksma2e23f962023-05-26 22:37:201051 'linux-exp-tsan-fyi-rel', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:111052 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:241053 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281054 'modifications': {
Nico Weber3f919792020-06-12 23:34:521055 'CrWinAsan': {
1056 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441057 # crbug.com/1257927
Nico Weber3f919792020-06-12 23:34:521058 'swarming': {
1059 'shards': 40,
1060 },
1061 },
1062 'CrWinAsan(dll)': {
1063 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441064 # crbug.com/1257927
Nico Weber3f919792020-06-12 23:34:521065 'swarming': {
1066 'shards': 40,
1067 },
1068 },
Stephen Martinis1384ff92020-01-07 19:52:151069 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:361070 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151071 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:361072 },
1073 },
Stephen Martinis1384ff92020-01-07 19:52:151074 'Linux ASan LSan Tests (1)': {
Gregory Gutermanb6f9a972022-09-27 20:17:581075 'ci_only': True,
Stephen Martinis1384ff92020-01-07 19:52:151076 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441077 # crbug.com/1257927
Roberto Carrillo2c9ec972019-03-20 03:11:191078 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151079 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:191080 },
1081 },
Chris Cunningham1d0e9e12020-02-26 22:56:401082 'Linux ASan Tests (sandboxed)': {
1083 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:411084 'shards': 30, # https://crbug.com/1103330
Chris Cunningham1d0e9e12020-02-26 22:56:401085 },
1086 },
Titouan Rigoudy3fbe2742022-09-09 17:10:141087 'Linux CFI': {
1088 'swarming': {
1089 'shards': 20, # https://crbug.com/1361973
1090 },
1091 },
Stephen Martinis1384ff92020-01-07 19:52:151092 'Linux Chromium OS ASan LSan Tests (1)': {
1093 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441094 # crbug.com/1257927
Roberto Carrillo5a5c98dc2019-10-30 22:33:511095 'swarming': {
Chris Cunningham74217f32022-05-02 18:47:231096 'shards': 60,
Roberto Carrillo5a5c98dc2019-10-30 22:33:511097 },
1098 },
Stephen Martinis1384ff92020-01-07 19:52:151099 'Linux ChromiumOS MSan Tests': {
Alexis Hetua804f7412022-05-13 17:04:201100 # These are very slow on the Chrome OS MSAN trybot, most likely because browser_tests on cros has ~40% more tests. Also, these tests
1101 # 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:151102 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:341103 'swarming': {
Tom Anderson1e776fcd2023-01-06 19:53:291104 'shards': 64,
Kenneth Russell56a3e862017-12-08 03:11:341105 },
Ben Pastene44221d32020-05-21 23:38:361106 'args': [
1107 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter',
1108 ],
Kenneth Russell56a3e862017-12-08 03:11:341109 },
Struan Shrimptona9b1d512022-09-13 16:09:421110 'Linux MSan Tests': {
1111 'swarming': {
Joshua Pawlicki7fc1edd2023-03-21 16:56:591112 'shards': 23,
Struan Shrimptona9b1d512022-09-13 16:09:421113 },
1114 },
Struan Shrimptonf5b2b552022-01-20 20:37:391115 'Linux Tests': {
1116 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491117 'shards': 20,
Struan Shrimptonf5b2b552022-01-20 20:37:391118 },
1119 },
Maksim Sisovc81d284c2021-10-05 17:54:351120 # https://crbug.com/1084469
1121 'Linux Tests (Wayland)': {
1122 'args': [
1123 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
1124 ],
Struan Shrimptone772d72f2021-12-15 07:50:091125 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491126 'shards': 20,
Struan Shrimptone772d72f2021-12-15 07:50:091127 },
Maksim Sisovc81d284c2021-10-05 17:54:351128 },
John Budorick614f91a2020-03-30 20:34:551129 'Linux Tests (dbg)(1)': {
1130 # crbug.com/1066161
1131 'swarming': {
1132 'shards': 20,
1133 },
1134 },
Stephen Martinis1384ff92020-01-07 19:52:151135 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:241136 'swarming': {
Stephen Martiniscd3c3832020-11-19 22:01:241137 'shards': 30,
Kenneth Russellfbda3c532017-12-08 23:57:241138 },
Lindsay Pasricha8155d052021-04-22 00:06:431139 # crbug.com/1196416
1140 'args': [
1141 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
1142 ],
Lindsay Pasrichab3f72db2021-09-22 22:05:461143 'experiment_percentage': 100, # https://crbug.com/1251657
Kenneth Russellfbda3c532017-12-08 23:57:241144 },
Lindsay Pasricha727ede92023-02-27 16:27:331145 'Mac Builder Next': {
1146 'swarming': {
1147 'shards': 20, # crbug.com/1419045
1148 },
1149 },
Lindsay Pasrichac27ee1702023-06-16 22:52:111150 'Mac10.14 Tests': {
1151 'swarming': {
1152 'shards': 25, # crbug.com/1455542
1153 },
1154 },
Lindsay Pasricha76f44d22021-04-07 16:16:261155 'Mac10.15 Tests': {
1156 # crbug.com/1042757
1157 'swarming': {
Lindsay Pasricha7400da152023-06-16 23:37:031158 'shards': 30,
Lindsay Pasricha76f44d22021-04-07 16:16:261159 },
Lindsay Pasricha7400da152023-06-16 23:37:031160 'experiment_percentage': 100,
Lindsay Pasricha76f44d22021-04-07 16:16:261161 },
Lindsay Pasrichaf8762592021-12-02 23:43:091162 'Mac11 Tests': {
1163 'ci_only': True,
Lindsay Pasrichaee30f252022-10-11 22:02:481164 'swarming': {
1165 'shards': 20, # crbug.com/1366016
1166 },
Lindsay Pasrichaf8762592021-12-02 23:43:091167 },
Yue She0cad2922022-06-24 15:06:071168 'Mac12 Tests': {
1169 'ci_only': True,
Titouan Rigoudycd0e6dd72022-09-09 13:18:201170 'swarming': {
1171 'shards': 20, # crbug.com/1361887
1172 },
Yue She0cad2922022-06-24 15:06:071173 },
Yue Shed8e45742023-06-01 15:18:031174 'Mac13 Tests': {
1175 'ci_only': True,
1176 'swarming': {
1177 'shards': 20, # crbug.com/1361887
1178 },
1179 },
Cameron Higgins2e4b7f12023-05-31 18:29:321180 'Mac13 Tests (dbg)': {
Zhaoyang Li9357e1e12021-12-07 18:53:171181 # crbug.com/1042757
1182 'swarming': {
1183 'dimension_sets': [
1184 {
1185 # These shards are liable to time out when running on macmini7,1.
1186 'cores': '8|12',
1187 }
1188 ],
1189 },
1190 # crbug.com/1196416
1191 'args': [
1192 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
1193 ],
1194 },
Tom Anderson482eab12023-01-10 00:05:371195 'ToTLinuxMSan': {
1196 'swarming': {
1197 'shards': 24,
1198 },
1199 },
Stephen Martinis1384ff92020-01-07 19:52:151200 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:281201 'swarming': {
John Budorickca14c76f62017-12-09 14:19:181202 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281203 },
1204 },
Stephen Martinis1384ff92020-01-07 19:52:151205 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:281206 'swarming': {
1207 'shards': 20,
1208 },
1209 },
Kenneth Russell6c83d212018-07-27 20:52:591210 'Win10 Tests x64': {
1211 # crbug.com/868082
1212 'args': [
1213 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1214 ],
Takuto Ikutac9c269a2019-01-10 22:40:251215 'swarming': {
1216 # This is for slow test execution that often becomes a critical path of
1217 # swarming jobs. crbug.com/868114
Stephanie Kima57b46a2022-10-27 22:09:031218 'shards': 55,
Takuto Ikutac9c269a2019-01-10 22:40:251219 }
Kenneth Russell6c83d212018-07-27 20:52:591220 },
Kuan Huanga89737d2022-01-07 19:42:111221 'Win11 Tests x64': {
1222 # crbug.com/868082
1223 'args': [
1224 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1225 ],
1226 'swarming': {
1227 # This is for slow test execution that often becomes a critical path of
1228 # swarming jobs. crbug.com/868114
1229 'shards': 15,
Kuan Huanga89737d2022-01-07 19:42:111230 }
1231 },
Stephen Martinis1384ff92020-01-07 19:52:151232 'linux-chromeos-chrome': {
1233 # TODO(https://crbug.com/932269): Promote out of experiment when the
1234 # tests are green.
1235 'args': [
1236 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
1237 ],
Ben Pastene37473092022-08-02 19:16:461238 'swarming': {
1239 'shards': 20,
1240 },
Stephen Martinis1384ff92020-01-07 19:52:151241 },
1242 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:161243 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151244 'shards': 50,
1245 },
1246 },
1247 'linux-chromeos-dbg': {
1248 'swarming': {
Ben Pastene5bc00332023-05-25 21:43:321249 'shards': 60,
Stephen Martinis1384ff92020-01-07 19:52:151250 },
1251 },
1252 'linux-chromeos-rel': {
1253 'swarming': {
Stephanie Kimc932b4c2022-11-01 21:29:381254 'shards': 60,
Stephanie Kime9008f72020-03-05 23:01:161255 'dimension_sets': [
1256 {
1257 'kvm': '1',
1258 },
1259 ],
Stephen Martinis1384ff92020-01-07 19:52:151260 },
1261 },
1262 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:011263 'args': [
1264 '--no-sandbox',
1265 ],
Stephen Martinis1384ff92020-01-07 19:52:151266 'swarming': {
1267 'shards': 50,
1268 },
1269 },
Ian Struiksma01223f42023-06-05 15:52:391270 'linux-exp-asan-lsan-fyi-rel': {
1271 'ci_only': True,
1272 # These are very slow on the ASAN trybot for some reason.
1273 # crbug.com/1257927
1274 'swarming': {
1275 'shards': 40,
1276 },
1277 },
Ian Struiksmab0412a22023-06-06 23:02:481278 'linux-exp-msan-fyi-rel': {
1279 'swarming': {
1280 'shards': 23,
1281 },
1282 },
Sven Zheng49ffa5c2022-09-06 18:48:261283 # asan tests is slower.
1284 'linux-lacros-asan-lsan-rel': {
1285 'swarming': {
1286 'shards': 20,
1287 },
Sven Zhenge8b0d9a62023-01-31 23:09:191288 # TODO(crbug.com/1324240): Enable tests.
1289 'args': [
1290 '--gtest_filter=-All/MultiActionAPITest.SessionStorageDoesNotPersistBetweenOpenings/*:All/MultiActionAPITest.PopupCreation/*'
1291 ],
Sven Zheng49ffa5c2022-09-06 18:48:261292 },
Sven Zheng80734f12020-08-06 06:50:391293 'linux-lacros-tester-rel': {
Struan Shrimptone772d72f2021-12-15 07:50:091294 'swarming': {
Stephanie Kim8332c7dd2022-11-07 20:03:491295 'shards': 20,
Struan Shrimptone772d72f2021-12-15 07:50:091296 },
Sven Zheng80734f12020-08-06 06:50:391297 },
Thiago Perrotta099ea612022-12-14 17:59:401298 'linux-rel-cft': {
1299 'args': [
Thiago Perrottad12c7872023-01-12 17:30:561300 '--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401301 ],
Thiago Perrotta61487462023-01-20 12:52:321302 'swarming': {
1303 'shards': 20,
1304 },
Thiago Perrotta099ea612022-12-14 17:59:401305 },
Kuan Huang235b0142021-10-19 18:59:281306 'mac-code-coverage': {
1307 'args': [
1308 '--coverage-continuous-mode=1',
1309 ],
1310 },
Dirk Pranke5a9c436a2023-06-02 22:03:381311 'mac-cr23-rel': {
1312 'swarming': {
1313 'shards': 20,
1314 },
1315 },
Lindsay Pasricha8bbc3382022-01-31 22:54:541316 'mac-osxbeta-rel': {
1317 'swarming': {
Lindsay Pasricha79b250d2023-05-04 16:55:221318 'shards': 30,
Lindsay Pasricha8bbc3382022-01-31 22:54:541319 },
1320 },
Thiago Perrotta099ea612022-12-14 17:59:401321 'mac-rel-cft': {
1322 'args': [
Thiago Perrottad12c7872023-01-12 17:30:561323 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401324 ],
Thiago Perrottaa289bad2023-01-20 12:44:391325 'ci_only': True,
Thiago Perrotta28efe812023-01-17 19:31:271326 'swarming': {
1327 'shards': 20, # crbug.com/1361887
1328 },
Thiago Perrotta099ea612022-12-14 17:59:401329 },
David Bienvenu284cc4d2023-03-20 16:44:541330 'win-arm64-rel': {
1331 # Surface Pros aren't using 100% scaling, which some browser tests
David Bienvenu519e14802023-05-02 23:34:491332 # rely on. They also have touch enabled, which we need to disable.
David Bienvenu284cc4d2023-03-20 16:44:541333 'args': [
David Bienvenu982fcee2023-03-20 22:57:481334 '--force-device-scale-factor=1',
David Bienvenu519e14802023-05-02 23:34:491335 '--top-chrome-touch-ui=disabled',
David Bienvenu284cc4d2023-03-20 16:44:541336 ],
1337 },
Stephen Martinis1384ff92020-01-07 19:52:151338 'win-asan': {
Kuan Huang1b52d442023-02-07 20:35:341339 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
1340 'args': [
1341 '--test-launcher-jobs=3',
1342 ],
Nico Weber3f919792020-06-12 23:34:521343 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441344 # crbug.com/1257927
Stephen Martinis1384ff92020-01-07 19:52:151345 'swarming': {
Kuan Huang1b52d442023-02-07 20:35:341346 'shards': 60,
Nico Weber0c2861b2018-12-14 18:05:161347 },
1348 },
Thiago Perrotta099ea612022-12-14 17:59:401349 'win-rel-cft': {
1350 'args': [
Thiago Perrotta770925d42023-01-17 18:38:511351 # crbug.com/868082
1352 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Thiago Perrottad12c7872023-01-12 17:30:561353 '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.browser_tests.filter',
Thiago Perrotta099ea612022-12-14 17:59:401354 ],
Thiago Perrotta314f7b02023-01-19 21:30:531355 'swarming': {
1356 # This is for slow test execution that often becomes a critical path of
1357 # swarming jobs. crbug.com/868114
1358 'shards': 15,
1359 }
Thiago Perrotta099ea612022-12-14 17:59:401360 },
Ben Pasteneebad8fc2022-08-12 23:34:281361 'win10-rel-no-external-ip': {
1362 # crbug.com/868082
1363 'args': [
1364 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1365 ],
1366 'swarming': {
1367 'shards': 15,
1368 }
1369 },
Kenneth Russelleb60cbd22017-12-05 07:54:281370 },
1371 },
Hao Wubfdb23562023-06-17 20:16:511372 'browser_tests_no_field_trial': {
1373 'remove_from': [
1374 'win10-rel-no-external-ip',
1375 'win-arm64-rel',
1376 'win-rel-cft',
1377 'Win11 Tests x64',
1378 ],
1379 },
Erik Chen681dc0282019-11-26 22:54:491380 'cc_unittests': {
1381 'modifications': {
1382 'Linux TSan Tests': {
1383 'swarming': {
1384 'shards': 3,
1385 },
1386 },
Haiyang Pan9d68ca02021-08-04 21:30:471387 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:151388 # https://crbug.com/1039860
1389 'args': [
Haiyang Pan11d8bd52021-11-19 21:22:541390 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
1391 ],
1392 },
Haiyang Pan2a55a452022-03-03 08:18:331393 'android-12-x64-rel': {
Haiyang Pan11d8bd52021-11-19 21:22:541394 # https://crbug.com/1039860
1395 'args': [
1396 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
Haiyang Pancf765862021-03-18 20:39:151397 ],
1398 },
Haiyang Pan08d09dc2020-04-01 16:11:211399 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:381400 # https://crbug.com/1039860
1401 'args': [
1402 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
1403 ],
1404 },
Chong Gudf7fbe92021-02-24 02:55:581405 'fuchsia-code-coverage': {
1406 'swarming': {
1407 'shards': 4,
1408 },
1409 },
Chong Gub2446462021-08-19 18:44:081410 'fuchsia-fyi-arm64-dbg': {
1411 'args': [
1412 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.cc_unittests.filter',
1413 ],
1414 },
Ian Struiksma2e23f962023-05-26 22:37:201415 'linux-exp-tsan-fyi-rel': {
1416 'swarming': {
1417 'shards': 3,
1418 },
1419 },
Erik Chen681dc0282019-11-26 22:54:491420 },
1421 },
Prakhar94f444a2020-10-08 07:30:081422 'check_static_initializers': {
1423 'modifications': {
1424 'Mac Builder': {
1425 'args': [
1426 '--allow-coverage-initializer',
1427 ],
1428 },
Thiago Perrottaa289bad2023-01-20 12:44:391429 'mac-rel-cft': {
1430 'args': [
1431 '--allow-coverage-initializer',
1432 ],
1433 },
Prakhar94f444a2020-10-08 07:30:081434 },
1435 },
Ben Pastene7a05a8f2020-11-12 17:25:511436 'chrome_all_tast_tests': {
1437 'modifications': {
Struan Shrimpton4b7abc02021-12-16 01:36:591438 'chromeos-amd64-generic-rel': {
1439 'swarming': {
Ben Pastene8fdb0ea92022-06-23 18:46:581440 'shards': 7,
Struan Shrimpton4b7abc02021-12-16 01:36:591441 },
Ben Pastenef3c910a72023-01-26 20:23:411442 'args': [
1443 '--tast-shard-method=hash',
1444 ],
Struan Shrimpton4b7abc02021-12-16 01:36:591445 },
Ben Pastene7a05a8f2020-11-12 17:25:511446 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': {
1447 'args': [
1448 # This bot sets symbol_level=2, which doesn't fit inside a normal VM.
1449 '--strip-chrome',
1450 ],
1451 },
Ben Pastenefb70e5f2022-11-08 04:16:421452 'chromeos-betty-pi-arc-chrome': {
1453 'swarming': {
1454 'shards': 15,
1455 },
1456 },
Alvin Jia47a28032022-11-07 23:09:151457 'chromeos-eve-chrome': {
1458 'swarming': {
Alvin Jia1c4563f2023-02-07 01:39:561459 # Increased timeout to 3 hours due to shard timeout.
1460 'hard_timeout': 10800,
Alvin Jia47a28032022-11-07 23:09:151461 }
1462 },
Ben Pastenef85543f2022-06-24 17:50:021463 # TODO(crbug.com/1141234): Move out of experimental if/when the bots are
1464 # stable.
1465 'chromeos-jacuzzi-chrome': {
1466 'experiment_percentage': 100,
1467 },
yoshiki iguchi32971c52022-07-08 16:55:011468 'chromeos-kevin-chrome': {
1469 'swarming': {
Austin Engda0cb2e92022-07-11 18:08:551470 # Reducing parallelism due to DUT shortage (b/238271231)
yoshiki iguchi32971c52022-07-08 16:55:011471 'shards': 5,
Jonathan Fan25f924f2023-02-16 18:49:541472 # Increased timeout to 3 hours due to shard timeout.
1473 'hard_timeout': 10800,
yoshiki iguchi32971c52022-07-08 16:55:011474 }
1475 },
Alvin Jiadb3f7cd2023-06-08 19:00:001476 'chromeos-reven-chrome': {
1477 'args': [
1478 '--tast-shard-method=hash',
1479 ],
1480 },
Ben Pastene7a05a8f2020-11-12 17:25:511481 },
1482 },
Yun Liu7cfd28a2019-10-30 01:57:121483 'chrome_public_smoke_test': {
1484 'remove_from': [
Ben Joyce02dc8092021-03-04 21:48:191485 'android-code-coverage-native', # Does not generate profraw data.
Yun Liu7cfd28a2019-10-30 01:57:121486 ],
1487 },
Kenneth Russelleb60cbd22017-12-05 07:54:281488 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:091489 'remove_from': [
1490 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191491 'android-code-coverage-native', # Does not generate profraw data.
John Budorick27d2d44e2019-05-20 20:26:091492 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281493 'modifications': {
Ben Pastenec73e96e92018-07-12 01:40:351494 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:571495 # TODO(https://crbug.com/884413): Re-enable this once the tests are
1496 # either passing or there is more capacity.
1497 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:351498 },
Haiyang Pan9d68ca02021-08-04 21:30:471499 'android-11-x86-rel': {
Haiyang Panb80557c2021-03-13 03:01:441500 'args': [
1501 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.chrome_public_test_apk.filter',
Haiyang Pan1d5ca2862021-04-01 22:21:091502 '--timeout-scale=2.0',
Haiyang Panb80557c2021-03-13 03:01:441503 ],
Haiyang Panc82c3fa2022-02-01 01:26:061504 # TODO(https://crbug.com/1285975) Remove experiment and enable on
1505 # trybot once the device offline issue is resolved.
1506 'ci_only': True,
1507 'experiment_percentage': 100,
Haiyang Pan68a39c02021-11-11 21:12:211508 },
Haiyang Pan2a55a452022-03-03 08:18:331509 'android-12-x64-rel': {
Haiyang Pan68a39c02021-11-11 21:12:211510 'args': [
Haiyang Pan629f4e42022-02-09 22:11:231511 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_test_apk.filter',
Haiyang Pan68a39c02021-11-11 21:12:211512 '--timeout-scale=2.0',
1513 ],
Haiyang Pan2a55a452022-03-03 08:18:331514 # TODO(crbug.com/1225851): Remove experiment and ci_only
1515 # once the test suite is stable.
1516 'ci_only': True,
1517 'experiment_percentage': 100,
Haiyang Panb80557c2021-03-13 03:01:441518 },
Haiyang Panfed31272023-03-27 19:24:001519 'android-12l-x64-dbg-tests': {
1520 'args': [
1521 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter',
1522 ],
Kuan Huangdc0afb52023-06-09 19:12:581523 # TODO(crbug.com/1439624): Remove experiment and ci_only
1524 # once the test suite is stable.
1525 'ci_only': True,
1526 'experiment_percentage': 100,
Haiyang Panfed31272023-03-27 19:24:001527 },
Haiyang Panef317e4372023-05-19 01:30:081528 'android-12l-x64-fyi-dbg': {
1529 'args': [
1530 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter',
1531 ],
1532 },
1533 'android-13-x64-fyi-rel': {
1534 'args': [
1535 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter',
1536 ],
1537 },
Haiyang Pane03016f2023-04-24 17:40:491538 'android-13-x64-rel': {
1539 'args': [
1540 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter',
1541 ],
1542 },
Stephen Martinis1384ff92020-01-07 19:52:151543 'android-arm64-proguard-rel': {
1544 'swarming': {
1545 'shards': 25,
1546 },
1547 },
Prakharc60ec802023-03-06 07:49:291548 # If you change this, make similar changes in android-x86-code-coverage below
James Shenf0ce295f2022-07-21 01:37:171549 'android-nougat-x86-rel': {
1550 'args': [
1551 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.chrome_public_test_apk.filter',
1552 ],
James Shen57e04ef2022-09-23 02:22:271553 'swarming': {
Stephanie Kim5e700522022-11-11 14:52:351554 'shards': 75,
James Shen57e04ef2022-09-23 02:22:271555 'dimension_sets': [
1556 {
Haiyang Panca60fce2022-11-16 18:10:381557 # use 8-core to shorten runtime
Haiyang Pane35ae642022-11-18 00:34:151558 'cores': '8',
James Shen57e04ef2022-09-23 02:22:271559 },
1560 ],
1561 },
James Shenf0ce295f2022-07-21 01:37:171562 },
Stephen Martinis1384ff92020-01-07 19:52:151563 'android-pie-arm64-rel': {
1564 'args': [
1565 '--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:151566 '--use-persistent-shell',
Stephen Martinis1384ff92020-01-07 19:52:151567 ],
Stephen Martinisd05530d2021-07-27 22:50:221568 'ci_only': True, # https://crbug.com/1233700
Haiyang Pan43640ee2020-02-13 01:38:001569 },
Ben Pasteneac465d422023-03-23 21:54:291570 'android-pie-arm64-rel-dev': {
Ben Joyce6d63a582022-12-09 18:34:551571 'swarming': {
1572 'service_account': '[email protected]'
1573 },
1574 },
Haiyang Pan08d09dc2020-04-01 16:11:211575 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:001576 'args': [
Haiyang Pan71373072020-03-02 19:57:491577 # https://crbug.com/1046059
Haiyang Pan23f64f52020-06-04 01:23:321578 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter',
Haiyang Pan43640ee2020-02-13 01:38:001579 ],
Haiyang Pan71373072020-03-02 19:57:491580 'swarming': {
Haiyang Pan58a6db22021-07-30 01:08:261581 # See https://crbug.com/1230192, runs of 40-60 minutes at 20 shards.
1582 'shards': 30,
1583 },
1584 },
Prakharc60ec802023-03-06 07:49:291585 # Keep this same as android-nougat-x86-rel above
1586 'android-x86-code-coverage': {
1587 'args': [
1588 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.chrome_public_test_apk.filter',
1589 ],
1590 'swarming': {
1591 'shards': 75,
1592 'dimension_sets': [
1593 {
1594 # use 8-core to shorten runtime
1595 'cores': '8',
1596 },
1597 ],
1598 },
1599 },
Haiyang Pan58a6db22021-07-30 01:08:261600 },
1601 },
Kenneth Russelleb60cbd22017-12-05 07:54:281602 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:151603 'remove_from': [
Andrew Luo38b311f2019-10-04 03:42:091604 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:161605 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:091606 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191607 'android-code-coverage-native', # Does not generate profraw data.
bsheedy410dd7c2018-06-15 22:42:091608 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281609 },
bsheedy75a4dd52018-11-27 23:24:301610 'chrome_public_test_vr_apk-vega': {
1611 'modifications': {
bsheedy75a4dd52018-11-27 23:24:301612 'Oreo Phone Tester': {
1613 'swarming': {
1614 'dimension_sets': [
1615 {
1616 'device_os': 'OVR1.180808.003',
1617 'device_type': 'vega',
1618 'os': 'Android',
1619 },
1620 ],
1621 },
1622 }
1623 }
1624 },
Henrique Nakashimad99462ab2022-06-08 19:52:421625 'chrome_public_unit_test_apk': {
Henrique Nakashima4b24b55a2022-11-02 22:25:321626 'remove_from': [
1627 'android-asan', # https://crbug.com/964562
1628 'android-code-coverage-native', # Does not generate profraw data.
Henrique Nakashima4b24b55a2022-11-02 22:25:321629 ],
Henrique Nakashimad99462ab2022-06-08 19:52:421630 'modifications': {
1631 'android-12-x64-rel': {
James Shen7d0646a2023-02-28 22:47:041632 'ci_only': True,
Henrique Nakashimad99462ab2022-06-08 19:52:421633 'args': [
1634 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_unit_test_apk.filter',
1635 ],
1636 },
Haiyang Pan0fb3ee42023-02-14 21:04:341637 'android-12l-x64-dbg-tests': {
1638 'args': [
1639 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter',
1640 ],
1641 },
Haiyang Panef317e4372023-05-19 01:30:081642 'android-12l-x64-fyi-dbg': {
1643 'args': [
1644 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter',
1645 ],
1646 },
1647 'android-13-x64-fyi-rel': {
1648 'args': [
1649 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter',
1650 ],
1651 },
Haiyang Pan0fb3ee42023-02-14 21:04:341652 'android-13-x64-rel': {
1653 'args': [
1654 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter',
1655 ],
1656 },
Henrique Nakashimad99462ab2022-06-08 19:52:421657 },
1658 },
Nihar Damarasingu8def1a22022-08-18 21:15:541659 'chrome_public_wpt': {
1660 'modifications': {
1661 'android-chrome-pie-x86-wpt-fyi-rel': {
1662 'args': [
1663 '--use-upstream-wpt',
1664 ],
1665 },
1666 },
1667 },
Ian Struiksmaeb285db02020-10-20 22:19:341668 'chrome_sizes': {
1669 'modifications': {
Sven Zheng0b608c212023-02-23 18:18:561670 'lacros-amd64-generic-chrome-skylab': {
1671 'swarming': {
1672 'dimension_sets': [
1673 {
1674 'cpu': 'x86-64',
1675 'os': 'Ubuntu-18.04',
1676 },
1677 ],
1678 },
1679 },
Sven Zheng0b608c212023-02-23 18:18:561680 'lacros-arm-generic-chrome-skylab': {
1681 'swarming': {
1682 'dimension_sets': [
1683 {
1684 'cpu': 'x86-64',
1685 'os': 'Ubuntu-18.04',
1686 },
1687 ],
1688 },
1689 },
1690 'lacros-arm64-generic-chrome-skylab': {
1691 'swarming': {
1692 'dimension_sets': [
1693 {
1694 'cpu': 'x86-64',
1695 'os': 'Ubuntu-18.04',
1696 },
1697 ],
1698 },
1699 },
Ian Struiksmaeb285db02020-10-20 22:19:341700 },
1701 },
Takuto Ikuta1b749b902019-04-11 18:05:531702 'chromedriver_py_tests': {
Ben Pastene1b1aa972022-09-28 17:51:011703 'modifications': {
1704 'Win10 Tests x64': {
1705 # TODO(crbug.com/1369158): Fix & re-enable.
1706 'isolate_profile_data': False,
1707 },
Thiago Perrotta314f7b02023-01-19 21:30:531708 'win-rel-cft': {
1709 # TODO(crbug.com/1369158): Fix & re-enable.
1710 'isolate_profile_data': False,
1711 },
Ben Pastene1b1aa972022-09-28 17:51:011712 },
Takuto Ikuta1b749b902019-04-11 18:05:531713 'remove_from': [
1714 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:531715 'Win10 Tests x64 (dbg)',
1716 ],
1717 },
Haiyang Panfed339172021-03-10 23:19:571718 'components_browsertests': {
1719 'modifications': {
Stephanie Kim6b4abfd32022-11-15 20:33:371720 'Linux TSan Tests': {
1721 'swarming': {
1722 'shards': 2,
1723 },
1724 },
Haiyang Pan9d68ca02021-08-04 21:30:471725 'android-11-x86-rel': {
Haiyang Panfed339172021-03-10 23:19:571726 'swarming': {
1727 'shards': 2,
1728 },
1729 },
André Kempef30fe9d22022-02-03 10:44:291730 'android-asan': {
1731 'swarming': {
1732 'shards': 3,
1733 },
1734 },
Prakharc60ec802023-03-06 07:49:291735 # If you change this, make similar changes in android-x86-code-coverage below
Haiyang Pandcc3e012022-09-30 01:57:431736 'android-nougat-x86-rel': {
1737 'swarming': {
Stephanie Kim55d87ef22022-11-08 23:00:471738 'shards': 4,
Haiyang Pandcc3e012022-09-30 01:57:431739 },
1740 },
Prakharc60ec802023-03-06 07:49:291741 # Keep this same as android-nougat-x86-rel above
1742 'android-x86-code-coverage': {
1743 'swarming': {
1744 'shards': 4,
1745 },
1746 },
Ian Struiksma2e23f962023-05-26 22:37:201747 'linux-exp-tsan-fyi-rel': {
1748 'swarming': {
1749 'shards': 2,
1750 },
1751 },
Haiyang Panfed339172021-03-10 23:19:571752 },
1753 },
Hao Wubfdb23562023-06-17 20:16:511754 'components_browsertests_no_field_trial': {
1755 'remove_from': [
1756 'win10-rel-no-external-ip',
1757 'win-arm64-rel',
1758 'win-rel-cft',
1759 'Win11 Tests x64',
1760 ],
1761 },
Kenneth Russelleb60cbd22017-12-05 07:54:281762 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281763 'modifications': {
John Budorick5052d552017-12-13 02:59:341764 'Linux ASan LSan Tests (1)': {
1765 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441766 # crbug.com/1257927
John Budorick5052d552017-12-13 02:59:341767 'swarming': {
1768 'shards': 5,
1769 },
1770 },
Takuto Ikuta54671d972018-07-19 19:06:351771 'Linux Chromium OS ASan LSan Tests (1)': {
1772 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:441773 # crbug.com/1257927
Takuto Ikuta54671d972018-07-19 19:06:351774 'swarming': {
1775 'shards': 5,
1776 },
1777 },
Erik Chen681dc0282019-11-26 22:54:491778 'Linux TSan Tests': {
1779 'swarming': {
1780 'shards': 2,
1781 },
1782 },
Lindsay Pasrichafaeaac72022-07-27 21:08:081783 # https://crbug.com/1344223
1784 'Mac10.13 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 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032296 'context_lost_validating_tests': {
Brian Sheedye285c9b2019-07-15 21:42:462297 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2298 # exception once there is enough capacity to run these tests.
2299 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:462300 'Android FYI Release (Pixel 2)',
2301 ],
Kenneth Russellc1a09302018-07-10 01:12:542302 },
Dirk Pranke8da1b22e2023-06-15 05:47:342303 'cr23_browser_tests': {
2304 'cr23-linux-rel': {
2305 'experiment_percentage': None,
2306 },
2307 'cr23-mac-rel': {
2308 'experiment_percentage': None,
2309 },
2310 'cr23-win-rel': {
2311 'experiment_percentage': None,
2312 },
2313 },
2314 'cr23_interactive_ui_tests': {
2315 'cr23-linux-rel': {
2316 'experiment_percentage': None,
2317 },
2318 'cr23-mac-rel': {
2319 'experiment_percentage': None,
2320 },
2321 'cr23-win-rel': {
2322 'experiment_percentage': None,
2323 },
2324 },
2325 'cr23_views_unittests': {
2326 'cr23-linux-rel': {
2327 'experiment_percentage': None,
2328 },
2329 'cr23-mac-rel': {
2330 'experiment_percentage': None,
2331 },
2332 'cr23-win-rel': {
2333 'experiment_percentage': None,
2334 },
2335 },
Kenneth Russellfbda3c532017-12-08 23:57:242336 'crashpad_tests': {
2337 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:482338 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:392339 # https://crbug.com/crashpad/304
2340 'Linux TSan Tests',
Ian Struiksma2e23f962023-05-26 22:37:202341 # https://crbug.com/crashpad/304
2342 'linux-exp-tsan-fyi-rel',
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:392343 'ToTLinuxTSan',
2344 # https://crbug.com/crashpad/306
2345 'Linux CFI',
2346 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:242347 ],
Haiyang Panc7c009e2021-03-18 19:31:232348 'modifications': {
Avi Drissmanc6318122022-03-29 17:07:422349 # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
2350 # the tests. Run this experimentally on all the macOS bots >= 12 and
2351 # remove this exception once fixed.
2352 'Mac Builder Next': {
2353 'experiment_percentage': 100,
2354 },
Ben Joycea0319112022-11-15 23:53:122355 'ToTAndroid': {
2356 'args': [
2357 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.crashpad_tests.filter',
2358 ],
2359 },
Haiyang Pan9d68ca02021-08-04 21:30:472360 'android-11-x86-rel': {
Haiyang Panc7c009e2021-03-18 19:31:232361 'args': [
Haiyang Pan32338b72023-02-08 23:48:582362 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
Haiyang Panc7c009e2021-03-18 19:31:232363 ],
2364 },
Haiyang Pan2a55a452022-03-03 08:18:332365 'android-12-x64-rel': {
Haiyang Pan07d9e262021-10-20 21:50:032366 'args': [
Haiyang Pan32338b72023-02-08 23:48:582367 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2368 ],
2369 },
2370 'android-12l-x64-dbg-tests': {
2371 'args': [
2372 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2373 ],
2374 },
Haiyang Panef317e4372023-05-19 01:30:082375 'android-12l-x64-fyi-dbg': {
2376 'args': [
2377 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2378 ],
2379 },
2380 'android-13-x64-fyi-rel': {
2381 'args': [
2382 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
2383 ],
2384 },
Haiyang Pan32338b72023-02-08 23:48:582385 'android-13-x64-rel': {
2386 'args': [
2387 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter',
Haiyang Pan07d9e262021-10-20 21:50:032388 ],
2389 },
Avi Drissmanc6318122022-03-29 17:07:422390 # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks
2391 # the tests. Run this experimentally on all the macOS bots >= 12 and
2392 # remove this exception once fixed.
Lindsay Pasricha60535a22021-12-13 16:50:242393 'mac-osxbeta-rel': {
2394 'experiment_percentage': 100,
2395 },
Haiyang Panc7c009e2021-03-18 19:31:232396 },
Kenneth Russellfbda3c532017-12-08 23:57:242397 },
Brian Sheedyd9a809f02022-10-06 00:50:372398 'dawn_end2end_skip_validation_tests': {
2399 'remove_from': [
2400 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2401 # Android.
2402 'Dawn Android arm DEPS Release (Pixel 4)',
2403 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152404 'Dawn Android arm64 DEPS Release (Pixel 6)',
2405 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372406 ],
2407 },
2408 'dawn_end2end_validation_layers_tests': {
2409 'remove_from': [
2410 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2411 # Android.
2412 'Dawn Android arm DEPS Release (Pixel 4)',
2413 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152414 'Dawn Android arm64 DEPS Release (Pixel 6)',
2415 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372416 ],
2417 },
2418 'dawn_end2end_wire_tests': {
2419 'remove_from': [
2420 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2421 # Android.
2422 'Dawn Android arm DEPS Release (Pixel 4)',
2423 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152424 'Dawn Android arm64 DEPS Release (Pixel 6)',
2425 'Dawn Android arm64 Release (Pixel 6)',
Brian Sheedyd9a809f02022-10-06 00:50:372426 ],
2427 },
Austin Eng414af1612022-04-08 02:15:362428 'dawn_perf_tests': {
2429 'remove_from': [
Brian Sheedyd9a809f02022-10-06 00:50:372430 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2431 # Android.
2432 'Dawn Android arm DEPS Release (Pixel 4)',
2433 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152434 'Dawn Android arm64 DEPS Release (Pixel 6)',
2435 'Dawn Android arm64 Release (Pixel 6)',
Austin Eng414af1612022-04-08 02:15:362436 ],
2437 },
Haiyang Pan1c813ca2021-11-24 18:52:162438 'device_unittests': {
2439 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:332440 'android-12-x64-rel': {
Haiyang Pan1c813ca2021-11-24 18:52:162441 'args': [
Haiyang Pand1a294512023-02-09 19:40:122442 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2443 ],
2444 },
2445 'android-12l-x64-dbg-tests': {
2446 'args': [
2447 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2448 ],
2449 },
Haiyang Panef317e4372023-05-19 01:30:082450 'android-12l-x64-fyi-dbg': {
2451 'args': [
2452 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2453 ],
2454 },
2455 'android-13-x64-fyi-rel': {
2456 'args': [
2457 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
2458 ],
2459 },
Haiyang Pand1a294512023-02-09 19:40:122460 'android-13-x64-rel': {
2461 'args': [
2462 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter',
Haiyang Pan1c813ca2021-11-24 18:52:162463 ],
2464 },
2465 },
2466 },
Joe Downing41486042018-10-18 22:44:442467 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:292468 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292469 'CrWinAsan(dll)', # https://crbug.com/935598
2470 ],
Joe Downing41486042018-10-18 22:44:442471 'modifications': {
2472 'Win10 Tests x64 (dbg)': {
2473 'experiment_percentage': 100, # https://crbug.com/876615
2474 },
Sven Zhengbc822262022-09-20 20:47:352475 # https://crbug.com/1111979
2476 'linux-lacros-asan-lsan-rel': {
2477 'args': [
2478 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2479 ],
2480 },
Sven Zheng5c9d3e342020-08-11 21:39:432481 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:542482 'linux-lacros-code-coverage': {
2483 'args': [
2484 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2485 ],
2486 },
Yuke Liaoa0db4742021-08-09 18:28:332487 'linux-lacros-dbg-tests-fyi': {
2488 'args': [
2489 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2490 ],
2491 },
Sven Zheng5c9d3e342020-08-11 21:39:432492 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:432493 'args': [
2494 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
2495 ],
2496 },
Joe Downing41486042018-10-18 22:44:442497 },
2498 },
Sven Zheng577fe5ff2020-08-03 22:06:442499 'extensions_unittests': {
Sven Zheng80734f12020-08-06 06:50:392500 'modifications': {
Chong Gud034fe52022-01-20 21:48:042501 'fuchsia-fyi-x64-asan': {
2502 'args': [
Chong Gu1155d872022-02-10 17:55:272503 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.extensions_unittests.filter',
Chong Gud034fe52022-01-20 21:48:042504 ],
2505 },
Sven Zhengbc822262022-09-20 20:47:352506 # https://crbug.com/1111979
2507 'linux-lacros-asan-lsan-rel': {
2508 'args': [
2509 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2510 'BluetoothSocketApiUnittest.CreateThenClose:'
2511 'FeatureProviderTest.PermissionFeatureAvailability',
2512 ],
2513 },
Sven Zheng5c9d3e342020-08-11 21:39:432514 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:542515 'linux-lacros-code-coverage': {
2516 'args': [
Yuke Liaoa0db4742021-08-09 18:28:332517 '--gtest_filter=-BluetoothSocketApiUnittest.CreateThenClose:'
2518 'NativeExtensionBindingsSystemUnittest.*',
2519 ],
2520 },
2521 'linux-lacros-dbg-tests-fyi': {
2522 'args': [
Junhua Chen39dd2dba2021-05-05 17:51:542523 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2524 'BluetoothSocketApiUnittest.CreateThenClose:'
2525 'FeatureProviderTest.PermissionFeatureAvailability',
2526 ],
2527 },
Sven Zheng5c9d3e342020-08-11 21:39:432528 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:432529 'args': [
Yuke Liaobb8308322020-08-12 20:20:472530 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
2531 'BluetoothSocketApiUnittest.CreateThenClose:'
2532 'FeatureProviderTest.PermissionFeatureAvailability',
Sven Zheng5c9d3e342020-08-11 21:39:432533 ],
2534 },
Sven Zheng80734f12020-08-06 06:50:392535 },
Sven Zheng577fe5ff2020-08-03 22:06:442536 },
Chong Gu76046412021-09-22 17:49:212537 'gfx_unittests': {
Chong Gudf7fbe92021-02-24 02:55:582538 'modifications': {
2539 'fuchsia-code-coverage': {
2540 'swarming': {
2541 'shards': 2,
2542 },
2543 },
2544 },
2545 },
Kenneth Russelleb60cbd22017-12-05 07:54:282546 'gin_unittests': {
2547 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:472548 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:462549 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:472550 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Ian Struiksma01223f42023-06-05 15:52:392551 'linux-exp-asan-lsan-fyi-rel', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:282552 ],
Chong Gua10cd302022-01-14 19:22:192553 'modifications': {
Haiyang Pance026642023-04-26 19:34:212554 'android-arm64-proguard-rel': {
2555 'args': [
2556 # https://crbug.com/1404782
2557 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter',
2558 ],
2559 },
Ben Joycee3f55c902023-01-13 00:27:292560 'android-code-coverage-native': {
2561 'args': [
2562 # https://crbug.com/1404782
Haiyang Pance026642023-04-26 19:34:212563 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter',
Ben Joycee3f55c902023-01-13 00:27:292564 ],
2565 },
Chong Gua10cd302022-01-14 19:22:192566 'fuchsia-fyi-x64-asan': {
2567 'args': [
2568 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.gin_unittests.filter',
2569 ],
2570 },
2571 },
Kenneth Russelleb60cbd22017-12-05 07:54:282572 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002573 'gl_tests_passthrough': {
2574 'remove_from': [
2575 'CFI Linux ToT',
Brian Sheedyd9a809f02022-10-06 00:50:372576 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2577 # Android.
2578 'Dawn Android arm DEPS Release (Pixel 4)',
2579 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152580 'Dawn Android arm64 DEPS Release (Pixel 6)',
2581 'Dawn Android arm64 Release (Pixel 6)',
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002582 # Can't run on MSAN because gl_tests uses the hardware driver,
2583 # which isn't instrumented.
2584 'Linux MSan Tests',
Ian Struiksmab0412a22023-06-06 23:02:482585 'linux-exp-msan-fyi-rel',
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002586 ],
2587 'modifications': {
2588 # TODO(kbr): figure out a better way to specify blocks of
2589 # arguments like this for tests on multiple machines.
Garrett Beatya491ec72020-07-25 12:36:122590 'Linux ASan LSan Tests (1)': {
2591 'args': [
2592 '--use-gpu-in-tests',
2593 '--no-xvfb',
2594 ],
2595 'swarming': {
2596 'dimension_sets': [
2597 {
Yuly Novikovaa06f172022-02-12 00:38:572598 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122599 'os': 'Ubuntu',
2600 'pool': 'chromium.tests.gpu',
2601 },
2602 ],
2603 },
2604 },
2605 'Linux CFI': {
2606 'args': [
2607 '--use-gpu-in-tests',
2608 '--no-xvfb',
2609 ],
2610 'swarming': {
2611 'dimension_sets': [
2612 {
Yuly Novikovaa06f172022-02-12 00:38:572613 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122614 'os': 'Ubuntu',
2615 'pool': 'chromium.tests.gpu',
2616 },
2617 ],
2618 },
2619 },
2620 'Linux TSan Tests': {
2621 'args': [
2622 '--use-gpu-in-tests',
2623 '--no-xvfb',
2624 ],
2625 'swarming': {
2626 'dimension_sets': [
2627 {
Yuly Novikovaa06f172022-02-12 00:38:572628 'gpu': '10de:2184',
Garrett Beatya491ec72020-07-25 12:36:122629 'os': 'Ubuntu',
2630 'pool': 'chromium.tests.gpu',
2631 },
2632 ],
2633 },
2634 },
Ian Struiksma01223f42023-06-05 15:52:392635 'linux-exp-asan-lsan-fyi-rel': {
2636 'args': [
2637 '--use-gpu-in-tests',
2638 '--no-xvfb',
2639 ],
2640 'swarming': {
2641 'dimension_sets': [
2642 {
2643 'gpu': '10de:2184',
2644 'os': 'Ubuntu',
2645 'pool': 'chromium.tests.gpu',
2646 },
2647 ],
2648 },
2649 },
Ian Struiksma2e23f962023-05-26 22:37:202650 'linux-exp-tsan-fyi-rel': {
2651 'args': [
2652 '--use-gpu-in-tests',
2653 '--no-xvfb',
2654 ],
2655 'swarming': {
2656 'dimension_sets': [
2657 {
2658 'gpu': '10de:2184',
2659 'os': 'Ubuntu',
2660 'pool': 'chromium.tests.gpu',
2661 },
2662 ],
2663 },
2664 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002665 },
2666 },
Jonah Ryan-Davise25a89f2020-05-29 20:18:242667 'gl_tests_validating': {
Jonah Ryan-Davisb9f03ac2021-03-18 23:53:022668 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012669 'Android FYI Release (Nexus 5X)',
John Budorickca14c76f62017-12-09 14:19:182670 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282671 'modifications': {
Brian Sheedy920df652022-11-11 20:54:152672 'Android FYI Release (Samsung A13)': {
2673 'args': [
2674 '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a13.gl_tests.filter',
2675 ],
2676 },
Sunny Sachanandanib5c6c082022-09-29 00:26:142677 'Android FYI Release (Samsung A23)': {
2678 'args': [
2679 '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a23.gl_tests.filter',
2680 ],
2681 },
Ben Joycea0319112022-11-15 23:53:122682 'ToTAndroid': {
2683 'args': [
2684 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.gl_tests.filter', # https://crbug.com/1034007
2685 ],
2686 },
Haiyang Pan9d68ca02021-08-04 21:30:472687 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:152688 'args': [
2689 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter',
2690 ],
2691 },
Haiyang Pan2a55a452022-03-03 08:18:332692 'android-12-x64-rel': {
Haiyang Pan382008922021-11-19 21:15:092693 'args': [
Haiyang Pand1a294512023-02-09 19:40:122694 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2695 ],
2696 },
2697 'android-12l-x64-dbg-tests': {
2698 'args': [
2699 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2700 ],
2701 },
Haiyang Panef317e4372023-05-19 01:30:082702 'android-12l-x64-fyi-dbg': {
2703 'args': [
2704 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2705 ],
2706 },
2707 'android-13-x64-fyi-rel': {
2708 'args': [
2709 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
2710 ],
2711 },
Haiyang Pand1a294512023-02-09 19:40:122712 'android-13-x64-rel': {
2713 'args': [
2714 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter',
Haiyang Pan382008922021-11-19 21:15:092715 ],
2716 },
Nate Fischerb0474702022-12-13 22:46:532717 'android-arm64-proguard-rel': {
2718 'args': [
2719 '--test-launcher-filter-file=../../testing/buildbot/filters/android.arm64_proguard_rel.gl_tests.filter', # https://crbug.com/1034007
2720 ],
2721 },
Ben Joycee3f55c902023-01-13 00:27:292722 'android-code-coverage-native': {
2723 'args': [
2724 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
2725 ],
2726 },
Prakharc60ec802023-03-06 07:49:292727 # If you change this, make similar changes in android-x86-code-coverage below
James Shenc47f7b12022-07-07 23:42:412728 'android-nougat-x86-rel': {
2729 'args': [
2730 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.gl_tests.filter',
2731 ],
2732 },
Andrew Luo38b311f2019-10-04 03:42:092733 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:312734 'args': [
Andrew Luobe83fd82019-12-19 03:07:582735 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
2736 ],
Andrew Luo38b311f2019-10-04 03:42:092737 },
Haiyang Pan08d09dc2020-04-01 16:11:212738 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:312739 'args': [
2740 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
2741 ],
2742 },
Prakharc60ec802023-03-06 07:49:292743 # Keep this same as android-nougat-x86-rel above
2744 'android-x86-code-coverage': {
2745 'args': [
2746 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.gl_tests.filter',
2747 ],
2748 },
Kenneth Russelleb60cbd22017-12-05 07:54:282749 },
2750 },
Takuto Ikutaf5333252019-11-06 16:07:082751 'gl_unittests': {
2752 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:082753 # On Android, these are already run on the main waterfall.
2754 # Run them on the one-off Android FYI bots, though.
2755 'Android FYI Release (Nexus 5X)',
Brian Sheedyd9a809f02022-10-06 00:50:372756 # TODO(crbug.com/1363409): Enable these once they're shown to work on
2757 # Android.
2758 'Dawn Android arm DEPS Release (Pixel 4)',
2759 'Dawn Android arm Release (Pixel 4)',
Austin Eng337f62b2023-05-17 21:34:152760 'Dawn Android arm64 DEPS Release (Pixel 6)',
2761 'Dawn Android arm64 Release (Pixel 6)',
Yuly Novikov37e04342020-05-29 00:52:042762 # Can't run on MSAN because gl_unittests uses the hardware driver,
2763 # which isn't instrumented.
2764 'Linux MSan Tests',
Ian Struiksmab0412a22023-06-06 23:02:482765 'linux-exp-msan-fyi-rel',
Takuto Ikutaf5333252019-11-06 16:07:082766 ],
Haiyang Pan505fcd5a2021-12-13 19:46:232767 'modifications': {
Haiyang Pan2a55a452022-03-03 08:18:332768 'android-12-x64-rel': {
Haiyang Pan505fcd5a2021-12-13 19:46:232769 'args': [
2770 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_unittests.filter',
2771 ],
2772 },
2773 },
Takuto Ikutaf5333252019-11-06 16:07:082774 },
2775 'gl_unittests_ozone': {
2776 'remove_from': [
2777 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
2778 # which isn't instrumented.
2779 'Linux ChromiumOS MSan Tests',
2780 ],
2781 },
Brian Sheedy0bf7f822022-07-21 17:44:432782 'gold_common_pytype': {
2783 'remove_from': [
2784 'linux-code-coverage',
2785 ],
2786 },
Takuto Ikutaf5333252019-11-06 16:07:082787 'gpu_process_launch_tests': {
Takuto Ikutaf5333252019-11-06 16:07:082788 'remove_from': [
Kramer Ge3bf853a2023-04-13 19:39:472789 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2790 # exception once there is enough capacity to run these tests.
Takuto Ikutaf5333252019-11-06 16:07:082791 'Android FYI Release (Pixel 2)',
2792 ],
2793 },
Brian Sheedy053d88cf2022-05-24 23:40:052794 'gpu_pytype': {
2795 'remove_from': [
2796 'linux-code-coverage',
2797 ],
2798 },
Chong Gu76046412021-09-22 17:49:212799 'gpu_unittests': {
Chong Gudf7fbe92021-02-24 02:55:582800 'modifications': {
2801 'fuchsia-code-coverage': {
2802 'swarming': {
2803 'shards': 5,
2804 },
2805 },
2806 },
2807 },
Kevin McNeed21a6c522021-06-14 21:27:252808 'grit_python_unittests': {
2809 'remove_from': [
Titouan Rigoudy9e860832021-11-08 15:34:452810 # TODO(https://crbug.com/1267125): Re-enable.
2811 'mac11-arm64-rel-tests',
Zhaoyang Li5d3713d2022-06-13 18:01:172812 # TODO(https://crbug.com/1267125): Re-enable.
2813 'mac12-arm64-rel-tests',
Will Yeagera090e6a2023-06-09 14:59:412814 # TODO(https://crbug.com/1267125): Re-enable.
2815 'mac13-arm64-rel-tests',
Kevin McNeed21a6c522021-06-14 21:27:252816 ],
2817 },
Brian Sheedye285c9b2019-07-15 21:42:462818 'hardware_accelerated_feature_tests': {
Brian Sheedye285c9b2019-07-15 21:42:462819 'remove_from': [
Kramer Ge3bf853a2023-04-13 19:39:472820 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
2821 # exception once there is enough capacity to run these tests.
Brian Sheedye285c9b2019-07-15 21:42:462822 'Android FYI Release (Pixel 2)',
2823 ],
2824 },
Brad Halla36886c2019-02-26 16:52:292825 'headless_browsertests': {
Chong Gud08d1232021-09-11 08:53:592826 'remove_from': [
2827 'CrWinAsan(dll)', # https://crbug.com/935598
Maksim Sisovc81d284c2021-10-05 17:54:352828 # Wayland bot doesn't support headless mode.
2829 'Linux Tests (Wayland)',
Chong Gud08d1232021-09-11 08:53:592830 ],
Chong Gud1a5c5992021-04-09 04:08:322831 'modifications': {
2832 'fuchsia-code-coverage': {
2833 'swarming': {
Chong Gu115ce152021-04-15 23:57:162834 'shards': 6,
Chong Gud1a5c5992021-04-09 04:08:322835 },
2836 },
2837 },
Brad Halla36886c2019-02-26 16:52:292838 },
Kenneth Russell8a386d42018-06-02 09:48:012839 'info_collection_tests': {
2840 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012841 'Android V8 FYI Release (Nexus 5X)',
2842 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:352843 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012844 'Mac V8 FYI Release (Intel)',
2845 'Win V8 FYI Release (NVIDIA)',
2846 ],
Brian Sheedyfe61cdac2020-02-12 01:25:592847 'modifications': {
Brian Sheedyb18cb762020-06-30 00:09:292848 'ChromeOS FYI Release (amd64-generic)': {
Brian Sheedy65be3052020-06-26 19:26:512849 'args': [
Brian Sheedyb18cb762020-06-30 00:09:292850 # Swarming does not report a GPU since tests are run in a VM, but
2851 # the VM does report that a GPU is present.
2852 '--expected-device-id', '1050',
Brian Sheedydf2672f2020-05-07 20:44:362853 ],
2854 },
Brian Sheedyfe61cdac2020-02-12 01:25:592855 },
Brian Sheedy32eeeb52020-05-22 01:49:372856 'replacements': {
2857 'ChromeOS FYI Release (amd64-generic)': {
2858 'args': {
2859 # Swarming does not report a GPU since tests are run in a VM, but
2860 # the VM does report that a GPU is present.
2861 '--expected-vendor-id': '1af4',
Brian Sheedyb18cb762020-06-30 00:09:292862 # Magic substitution happens after regular replacement, so remove it
2863 # now since we are manually applying the expected device ID above.
2864 '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None,
Brian Sheedy32eeeb52020-05-22 01:49:372865 },
Brian Sheedyff6d1442020-09-19 00:46:312866 },
Brian Sheedye9c7afe52022-06-13 21:19:372867 'Mac FYI Experimental Release (Apple M1)': {
2868 'args': {
Brian Sheedy4cd5fa82023-05-11 20:27:382869 # Apple silicon does not show up normally as a PCI-e device, but
2870 # Chrome is able to find a vendor ID that matches other (non-GPU)
2871 # Apple PCI-e devices.
Brian Sheedye9c7afe52022-06-13 21:19:372872 '--expected-vendor-id': '106b',
2873 },
2874 },
Brian Sheedy177addbf2021-09-24 19:06:512875 'Mac FYI Release (Apple M1)': {
2876 'args': {
Brian Sheedy4cd5fa82023-05-11 20:27:382877 # Apple silicon does not show up normally as a PCI-e device, but
2878 # Chrome is able to find a vendor ID that matches other (non-GPU)
2879 # Apple PCI-e devices.
2880 '--expected-vendor-id': '106b',
2881 },
2882 },
2883 'Mac FYI Retina Release (Apple M2)': {
2884 'args': {
2885 # Apple silicon does not show up normally as a PCI-e device, but
2886 # Chrome is able to find a vendor ID that matches other (non-GPU)
2887 # Apple PCI-e devices.
Brian Sheedy177addbf2021-09-24 19:06:512888 '--expected-vendor-id': '106b',
2889 },
2890 },
Brian Sheedy32eeeb52020-05-22 01:49:372891 },
Kenneth Russell8a386d42018-06-02 09:48:012892 },
Kenneth Russelleb60cbd22017-12-05 07:54:282893 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:292894 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292895 'CrWinAsan(dll)', # https://crbug.com/935598
2896 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282897 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:152898 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:262899 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152900 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:262901 },
2902 },
John Budorickca14c76f62017-12-09 14:19:182903 'Linux ASan LSan Tests (1)': {
Ben Pastened2c01af2022-01-31 23:06:442904 # These are slow on the ASan trybot for some reason, crbug.com/1257927
Nico Weber96a75a6942018-06-20 04:53:172905 'swarming': {
Stephanie Kim75e95f62022-11-04 16:06:132906 'shards': 12,
Nico Weber96a75a6942018-06-20 04:53:172907 },
2908 },
Pavol Marko05b6bb92022-03-21 12:33:292909 'Linux Chromium OS ASan LSan Tests (1)': {
2910 # These are slow on the ASan trybot for some reason, crbug.com/1257927
2911 'swarming': {
2912 'shards': 6,
Pavol Marko05b6bb92022-03-21 12:33:292913 },
2914 },
Takuto Ikuta54671d972018-07-19 19:06:352915 'Linux ChromiumOS MSan Tests': {
2916 # These are very slow on the Chrome OS MSAN trybot for some reason.
2917 # crbug.com/865455
2918 'swarming': {
2919 'shards': 5,
2920 },
2921 },
Ben Pastene5bc00332023-05-25 21:43:322922 'Linux MSan Tests': {
2923 'swarming': {
2924 'shards': 4,
2925 },
2926 },
Stephen Martinis1384ff92020-01-07 19:52:152927 'Linux TSan Tests': {
Ben Pastened2c01af2022-01-31 23:06:442928 # These are slow on the TSan bots for some reason, crbug.com/1257927
Dirk Pranke8fd63c12017-12-10 18:06:272929 'swarming': {
Stephen Martinisad6cb7af2021-02-24 01:12:002930 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
Dirk Pranke8fd63c12017-12-10 18:06:272931 },
2932 },
Maksim Sisovc81d284c2021-10-05 17:54:352933 # https://crbug.com/1192997
2934 'Linux Tests (Wayland)': {
2935 'args': [
2936 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter',
2937 ],
2938 },
Lindsay Pasrichab3f72db2021-09-22 22:05:462939 'Mac ASan 64 Tests (1)': { # https://crbug.com/1251656
2940 'experiment_percentage': 100,
2941 },
Yue She0cad2922022-06-24 15:06:072942 'Mac12 Tests': {
2943 'swarming': {
Stephanie Kim28fc5902022-11-11 14:54:422944 'shards': 6,
Yue She0cad2922022-06-24 15:06:072945 },
2946 },
Yue Shed8e45742023-06-01 15:18:032947 'Mac13 Tests': {
2948 'swarming': {
2949 'shards': 6,
2950 },
2951 },
Cameron Higgins2e4b7f12023-05-31 18:29:322952 'Mac13 Tests (dbg)': { # https://crbug.com/1265051
Zhaoyang Li9357e1e12021-12-07 18:53:172953 'experiment_percentage': 100,
Cameron Higginsfe09c132023-04-20 21:53:132954 'swarming': {
2955 'shards':6,
2956 }
Zhaoyang Li9357e1e12021-12-07 18:53:172957 },
Stephen Martinis1384ff92020-01-07 19:52:152958 'ToTLinuxTSan': {
Ben Pastened2c01af2022-01-31 23:06:442959 # These are slow on the TSan bots for some reason, crbug.com/1257927
Stephen Martinis1384ff92020-01-07 19:52:152960 'swarming': {
2961 'shards': 6,
2962 },
2963 },
Struan Shrimptona1ab7672022-01-13 18:02:512964 'Win10 Tests x64': {
2965 'swarming': {
Stephanie Kima57b46a2022-10-27 22:09:032966 'shards': 9,
Struan Shrimptona1ab7672022-01-13 18:02:512967 },
2968 },
Stephen Martinis1384ff92020-01-07 19:52:152969 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:032970 'Win10 Tests x64 (dbg)': {
2971 'experiment_percentage': 100,
2972 },
Jacob Kopczynski3a555bd32020-12-10 01:41:162973 # TODO(crbug.com/970649): Remove these filters.
Ben Pastene8ef125e2019-12-10 01:46:292974 'linux-chromeos-chrome': {
Ben Pastene8ef125e2019-12-10 01:46:292975 'args': [
2976 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
2977 ],
2978 },
Stephen Martinis1384ff92020-01-07 19:52:152979 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112980 'swarming': {
2981 'shards': 10,
2982 },
2983 },
Pavol Marko582a15d2022-04-01 12:47:202984 'linux-chromeos-dbg': {
2985 'swarming': {
2986 'shards': 6,
2987 },
2988 },
Stephanie Kim3aa4c552023-01-10 18:00:042989 'linux-chromeos-rel': {
2990 'swarming': {
2991 'shards': 5,
2992 },
2993 },
Stephen Martinis1384ff92020-01-07 19:52:152994 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112995 'swarming': {
2996 'shards': 10,
2997 },
2998 },
Ian Struiksma01223f42023-06-05 15:52:392999 'linux-exp-asan-lsan-fyi-rel': {
3000 # These are slow on the ASan trybot for some reason, crbug.com/1257927
3001 'swarming': {
3002 'shards': 12,
3003 },
3004 },
Ian Struiksmab0412a22023-06-06 23:02:483005 'linux-exp-msan-fyi-rel': {
3006 'swarming': {
3007 'shards': 4,
3008 },
3009 },
Ian Struiksma2e23f962023-05-26 22:37:203010 'linux-exp-tsan-fyi-rel': {
3011 # These are slow on the TSan bots for some reason, crbug.com/1257927
3012 'swarming': {
3013 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
3014 },
3015 },
Thiago Perrottad12c7872023-01-12 17:30:563016 'linux-rel-cft': {
3017 'args': [
3018 '--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.interactive_ui_tests.filter',
3019 ],
3020 },
Kuan Huang235b0142021-10-19 18:59:283021 'mac-code-coverage': {
3022 'args': [
3023 '--coverage-continuous-mode=1',
3024 ],
3025 },
Lindsay Pasricha60535a22021-12-13 16:50:243026 # TODO (crbug.com/1278617) Re-enable once fixed
3027 'mac-osxbeta-rel': {
3028 'experiment_percentage': 100,
3029 },
Thiago Perrottad12c7872023-01-12 17:30:563030 'mac-rel-cft': {
3031 'args': [
3032 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel-cft.interactive_ui_tests.filter',
3033 ],
Thiago Perrottaa289bad2023-01-20 12:44:393034 'swarming': {
3035 'shards': 6,
Thiago Perrottaa289bad2023-01-20 12:44:393036 },
Thiago Perrottad12c7872023-01-12 17:30:563037 },
Will Yeager86db5082023-06-14 21:50:113038 'mac13-arm64-rel-tests': {
3039 'ci_only': False,
3040 'swarming': {
3041 'shards': 6,
3042 },
3043 },
David Bienvenu519e14802023-05-02 23:34:493044 'win-arm64-rel': {
3045 # Surface Pros have touch turned on by default, which makes some interactive-ui-tests fail.
3046 'args': [
3047 '--top-chrome-touch-ui=disabled',
3048 ],
3049 },
Kuan Huang1b52d442023-02-07 20:35:343050 'win-asan': {
3051 # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912
3052 'args': [
3053 '--test-launcher-jobs=3',
3054 ],
3055 'swarming': {
3056 'shards': 6,
3057 },
3058 },
Thiago Perrottad12c7872023-01-12 17:30:563059 'win-rel-cft': {
3060 'args': [
3061 '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.interactive_ui_tests.filter',
3062 ],
Thiago Perrotta314f7b02023-01-19 21:30:533063 'swarming': {
3064 'shards': 9,
3065 },
Thiago Perrottad12c7872023-01-12 17:30:563066 },
Prakhar0ca1594c2023-05-01 19:51:023067 'win10-code-coverage': {
3068 'swarming': {
3069 'shards': 32,
3070 },
3071 },
Kenneth Russelleb60cbd22017-12-05 07:54:283072 },
3073 },
Sven Zhengef0d0872022-04-04 22:13:293074 'interactive_ui_tests amd64-generic': {
Yuke Liaob6beaeca2021-04-29 23:41:513075 'remove_from': [
3076 # TODO(crbug.com/1204231): Re-enable.
3077 'lacros-amd64-generic-rel',
Yuke Liao859819d2022-02-24 08:23:493078 'lacros-amd64-generic-rel-fyi',
Yuke Liaob6beaeca2021-04-29 23:41:513079 ]
3080 },
Sven Zhengef0d0872022-04-04 22:13:293081 'interactive_ui_tests eve': {
Yuke Liao79a8cf52021-06-11 18:14:343082 'remove_from': [
3083 # TODO(crbug.com/1204231): Re-enable.
3084 'lacros-amd64-generic-rel',
Yuke Liao859819d2022-02-24 08:23:493085 'lacros-amd64-generic-rel-fyi',
Yuke Liao79a8cf52021-06-11 18:14:343086 ]
3087 },
Hao Wubfdb23562023-06-17 20:16:513088 'interactive_ui_tests_no_field_trial': {
3089 'remove_from': [
3090 'win10-rel-no-external-ip',
3091 'win-arm64-rel',
3092 'win-rel-cft',
3093 'Win11 Tests x64',
3094 ],
3095 },
John Budorickf00e5ff2019-06-11 21:21:063096 'ipc_tests': {
3097 'modifications': {
3098 'android-asan': {
3099 'swarming': {
3100 'shards': 2,
3101 },
3102 },
3103 },
3104 },
Sven Zheng1d2a04c2023-05-31 17:05:063105 'lacros_chrome_browsertests_run_in_series': {
3106 'modifications': {
3107 'linux-lacros-asan-lsan-rel': {
3108 'swarming': {
3109 'shards': 5,
3110 },
3111 },
3112 },
3113 },
Reilly Grant0fc352502023-04-24 17:25:283114 'leveldb_unittests': {
3115 'remove_from': [
3116 # TODO(https://crbug.com/1432753): Runs too slowly in this configuration.
3117 'android-nougat-x86-rel',
3118 ],
3119 },
Dirk Pranke8d2a9f52022-12-08 20:25:423120 'mac_signing_tests': {
3121 'remove_from': [
3122 # This is intentional and explained in the waterfalls.pyl comment for
3123 # this builder.
3124 'mac-rel-cft',
3125 ],
3126 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033127 'maps_pixel_passthrough_test': {
Brian Sheedyc0c142c2021-06-01 21:18:053128 'modifications': {
3129 'Android FYI Release (Pixel 4)': {
3130 'args': [
3131 # Pixel 4s are weird in that they can output in different color spaces
3132 # simultaneously. The readback code for capturing a screenshot assumes
3133 # only one color space, so disable wide color gamut for the test to
3134 # work around the issue. See https://crbug.com/1166379 for more
3135 # information.
3136 '--extra-browser-args=--disable-wcg-for-test',
3137 ],
3138 },
Ben Pastene63f13302022-05-12 21:04:053139 'android_optional_gpu_tests_rel': {
3140 'args': [
3141 # See above.
3142 '--extra-browser-args=--disable-wcg-for-test',
3143 ],
3144 },
Brian Sheedyc0c142c2021-06-01 21:18:053145 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033146 'replacements': {
3147 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3148 # use ${got_cr_revision}, which is only set on the V8 bots.
3149 'Linux V8 FYI Release (NVIDIA)': {
3150 'args': {
3151 '--git-revision': '${got_cr_revision}',
3152 },
3153 },
3154 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
3155 'args': {
3156 '--git-revision': '${got_cr_revision}',
3157 },
3158 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:003159 'Mac V8 FYI Release (Intel)': {
3160 'args': {
3161 '--git-revision': '${got_cr_revision}',
3162 },
3163 },
Jonah Ryan-Davis832c8462020-06-09 03:45:033164 'Win V8 FYI Release (NVIDIA)': {
3165 'args': {
3166 '--git-revision': '${got_cr_revision}',
3167 },
3168 },
3169 },
3170 },
3171 'maps_pixel_validating_test': {
Brian Sheedy0566f2cb2021-02-12 22:12:503172 'modifications': {
3173 'Android FYI Release (Pixel 4)': {
3174 'args': [
3175 # Pixel 4s are weird in that they can output in different color spaces
3176 # simultaneously. The readback code for capturing a screenshot assumes
3177 # only one color space, so disable wide color gamut for the test to
3178 # work around the issue. See https://crbug.com/1166379 for more
3179 # information.
3180 '--extra-browser-args=--disable-wcg-for-test',
3181 ],
3182 },
Ben Pastene63f13302022-05-12 21:04:053183 'android_optional_gpu_tests_rel': {
3184 'args': [
3185 # See above.
3186 '--extra-browser-args=--disable-wcg-for-test',
3187 ],
3188 },
Brian Sheedy0566f2cb2021-02-12 22:12:503189 },
Brian Sheedye285c9b2019-07-15 21:42:463190 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
3191 # exception once there is enough capacity to run these tests.
3192 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:463193 'Android FYI Release (Pixel 2)',
3194 ],
Brian Sheedy44fd891b2019-10-03 20:07:543195 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:543196 # The V8 builders pass the V8 revision for ${got_revision}, so instead
3197 # use ${got_cr_revision}, which is only set on the V8 bots.
3198 'Android V8 FYI Release (Nexus 5X)': {
3199 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:323200 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:543201 },
3202 },
Brian Sheedy44fd891b2019-10-03 20:07:543203 },
Brian Sheedye285c9b2019-07-15 21:42:463204 },
Brian Sheedyda5d20a2023-04-10 20:31:223205 'maps_pixel_validating_test KEVIN_PUBLIC_LKGM': {
3206 'modifications': {
3207 'ChromeOS FYI Release Skylab (kevin)': {
3208 'args': [
3209 # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
3210 # automatically get the service account to authenticate with.
3211 '--service-account=/creds/service_accounts/skylab-drone.json',
3212 ],
3213 },
3214 },
3215 },
Sangbaek Parkdecd8df2023-05-15 21:54:333216 'media_foundation_browser_tests': {
3217 'remove_from': [
3218 # TODO(crbug.com/1445173): Enable Media Foundation browser tests on NVIDIA
3219 # gpu bots once the Windows OS supports HW secure decryption.
3220 'Win10 FYI x64 Debug (NVIDIA)',
3221 'Win10 FYI x64 Release (AMD RX 5500 XT)',
3222 'Win10 FYI x64 Release (NVIDIA)',
3223 'Win10 FYI x86 Release (NVIDIA)',
3224 ],
3225 },
Andrew Luo38b311f2019-10-04 03:42:093226 'media_unittests': {
3227 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:473228 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:153229 'args': [
Haiyang Pan9c91cd42023-02-08 23:19:593230 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
Haiyang Pan80b0d412021-11-23 00:06:423231 ],
3232 },
Haiyang Pan2a55a452022-03-03 08:18:333233 'android-12-x64-rel': {
Haiyang Pan80b0d412021-11-23 00:06:423234 'args': [
Haiyang Pan9c91cd42023-02-08 23:19:593235 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3236 ],
3237 },
3238 'android-12l-x64-dbg-tests': {
3239 'args': [
3240 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3241 ],
3242 },
Haiyang Panef317e4372023-05-19 01:30:083243 'android-12l-x64-fyi-dbg': {
3244 'args': [
3245 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3246 ],
3247 },
3248 'android-13-x64-fyi-rel': {
3249 'args': [
3250 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
3251 ],
3252 },
Haiyang Pan9c91cd42023-02-08 23:19:593253 'android-13-x64-rel': {
3254 'args': [
3255 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
Haiyang Pancf765862021-03-18 20:39:153256 ],
3257 },
Andrew Luo38b311f2019-10-04 03:42:093258 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:583259 'args': [
3260 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
3261 ],
Andrew Luo38b311f2019-10-04 03:42:093262 },
Chong Gudf7fbe92021-02-24 02:55:583263 'fuchsia-code-coverage': {
3264 'swarming': {
3265 'shards': 3,
3266 },
3267 },
Chong Gub2446462021-08-19 18:44:083268 'fuchsia-fyi-arm64-dbg': {
3269 'args': [
3270 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.media_unittests.filter',
3271 ],
3272 },
Andrew Luo38b311f2019-10-04 03:42:093273 },
3274 },
Chong Gu4eca1ce2021-05-17 08:49:573275 'mediapipe_validating_tests': {
3276 'remove_from': [
David Dorwin06fae772022-10-07 16:34:423277 # TODO(crbug.com/1372213): Remove these once tests are stable.
David Dorwin49b2ddb2022-09-08 20:49:433278 'fuchsia-x64-cast-receiver-rel',
3279 'fuchsia-x64-rel',
Chong Gu4eca1ce2021-05-17 08:49:573280 ],
3281 },
Ben Joyce02dc8092021-03-04 21:48:193282 'mojo_test_apk': {
3283 'remove_from': [
3284 'android-code-coverage-native', # Does not generate profraw data.
3285 ],
3286 },
John Budorickf00e5ff2019-06-11 21:21:063287 'mojo_unittests': {
3288 'modifications': {
3289 'android-asan': {
3290 'swarming': {
John Budorick5a29d7542019-10-11 20:56:443291 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:063292 },
3293 },
Chong Gudf7fbe92021-02-24 02:55:583294 'fuchsia-code-coverage': {
3295 'swarming': {
3296 'shards': 2,
3297 },
3298 },
John Budorickf00e5ff2019-06-11 21:21:063299 },
3300 },
bsheedye9469572019-01-23 17:31:333301 'monochrome_public_test_ar_apk': {
3302 'modifications': {
bsheedye9469572019-01-23 17:31:333303 # We need to match the Playstore version as well because AR tests fail on
3304 # old versions of the Playstore.
3305 'Oreo Phone Tester': {
3306 'swarming': {
3307 'dimension_sets': [
3308 {
3309 'device_os': 'OPR3.170623.008',
bsheedye9469572019-01-23 17:31:333310 'device_type': 'marlin',
3311 'os': 'Android',
3312 },
3313 ],
3314 },
3315 },
3316 },
3317 },
Kenneth Russellfbda3c532017-12-08 23:57:243318 'nacl_loader_unittests': {
K. Moon902a4b582023-06-16 19:00:343319 # If you change this, make similar changes in ppapi_unittests
Kenneth Russellfbda3c532017-12-08 23:57:243320 'remove_from': [
Nico Weber48f187142018-06-01 15:16:353321 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:513322 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:113323 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Ian Struiksma2e23f962023-05-26 22:37:203324 'linux-exp-tsan-fyi-rel', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:483325 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kuan Huang66423fe2023-03-17 23:10:053326 'win-arm64-rel', # Not available on arm64.
Kenneth Russellfbda3c532017-12-08 23:57:243327 ],
3328 },
Kenneth Russelleb60cbd22017-12-05 07:54:283329 'net_unittests': {
3330 'modifications': {
Nico Weber33b9b7a2020-06-12 19:23:273331 'CrWinAsan': {
Ben Pastened2c01af2022-01-31 23:06:443332 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273333 'swarming': {
3334 'shards': 16,
3335 },
3336 },
3337 'CrWinAsan(dll)': {
Ben Pastened2c01af2022-01-31 23:06:443338 # TODO(crbug.com/1257927): net_unittests is slow under ASan.
Nico Weber33b9b7a2020-06-12 19:23:273339 'swarming': {
3340 'shards': 16,
3341 },
3342 },
John Budorickca14c76f62017-12-09 14:19:183343 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:343344 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:443345 # crbug.com/1257927
John Budorickca14c76f62017-12-09 14:19:183346 'swarming': {
John Budorick5052d552017-12-13 02:59:343347 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:183348 },
3349 },
3350 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:353351 # These are very slow on the ASAN trybot for some reason.
Ben Pastened2c01af2022-01-31 23:06:44