blob: d170893aa1871c65e470e0d9030e725f6a587f43 [file] [log] [blame]
Kenneth Russelleb60cbd22017-12-05 07:54:281# Copyright 2017 The Chromium Authors. All rights reserved.
2# 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{
Andrew Luo38b311f2019-10-04 03:42:0926 'android_browsertests': {
Sven Zheng3b68eabd2021-07-21 02:05:4727 'remove_from': [
28 # Remove from CQ bots due to capacity.
29 'android-lollipop-arm-rel',
30 ],
Andrew Luo38b311f2019-10-04 03:42:0931 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:4732 'android-11-x86-rel': {
Haiyang Panca7fcec2021-03-19 02:11:1033 'swarming': {
34 'shards': 2,
35 },
36 },
Haiyang Panb991f562021-08-10 17:46:4637 'android-marshmallow-x86-rel': {
38 'swarming': {
39 'shards': 2,
40 },
41 },
Andrew Luo38b311f2019-10-04 03:42:0942 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:5843 'args': [
44 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
45 ],
Haiyang Panfbd2b482020-09-23 23:41:2546 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
47 # capacity has been deployed.
48 'swarming': {
49 'dimension_sets': [
50 {
51 'device_type': 'sailfish',
52 },
53 ],
Haiyang Pan1678f0c02021-03-09 23:05:0954 'shards': 2,
Haiyang Panfbd2b482020-09-23 23:41:2555 },
Andrew Luo38b311f2019-10-04 03:42:0956 },
Haiyang Pan08d09dc2020-04-01 16:11:2157 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:0458 'args': [
59 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
60 ],
Haiyang Pan7cd609d2021-04-08 20:17:2461 'swarming': {
62 'shards': 2,
63 },
John Budorick191adfcd2020-01-29 18:19:0464 },
Andrew Luo38b311f2019-10-04 03:42:0965 },
66 },
Sven Zhengc60debc2020-09-10 18:40:5267 'android_sync_integration_tests': {
68 'remove_from': [
Haiyang Pan6b8e4cf2021-08-02 21:38:2869 # Remove from CQ bots due to capacity.
70 'android-marshmallow-arm64-rel',
71 'android-lollipop-arm-rel',
Sven Zhengc60debc2020-09-10 18:40:5272 ],
73 },
Kenneth Russelleb60cbd22017-12-05 07:54:2874 'android_webview_unittests': {
75 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3276 # On chromium.android, these do not need to run prior to M.
Haiyang Pana3ff55ae2020-04-23 18:26:5477 'android-lollipop-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2878 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2879 },
Jamie Madillc9ae75d2020-10-23 19:19:4880 'angle_end2end_tests': {
81 'remove_from': [
82 # TODO(ynovikov) Investigate why the test breaks on older devices.
83 'Android FYI Release (Nexus 5)',
84 'Android FYI Release (Nexus 6)',
85 'Android FYI Release (Nexus 9)',
Jamie Madillc9ae75d2020-10-23 19:19:4886 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
87 'Linux FYI Debug (NVIDIA)',
88 ],
Yuly Novikov60cbf642020-11-19 20:43:1589 'modifications': {
90 # anglebug.com/5328 suspecting blue screen caused by multiprocess
Yuly Novikov60cbf642020-11-19 20:43:1591 'Optional Win10 x64 Release (Intel HD 630)': {
92 'args': [
93 '--max-processes=1',
94 ],
95 },
96 'Win10 FYI x64 Exp Release (Intel HD 630)': {
97 'args': [
98 '--max-processes=1',
99 ],
100 },
101 'Win10 FYI x64 Release (Intel HD 630)': {
102 'args': [
103 '--max-processes=1',
104 ],
105 },
Yuly Novikov80d2e672021-02-13 00:16:04106 'win10-angle-x64-intel': {
107 'args': [
108 '--max-processes=1',
109 ],
110 },
Yuly Novikov60cbf642020-11-19 20:43:15111 },
Yuly Novikov922b1fa92021-02-25 22:25:40112 'replacements': {
113 'Linux FYI Release (AMD RX 5500 XT)': {
114 'args': {
115 '--max-processes': '1',
116 },
117 },
118 },
Jamie Madillc9ae75d2020-10-23 19:19:48119 },
Jamie Madillc9ae75d2020-10-23 19:19:48120 'angle_unittests': {
121 'remove_from': [
122 # On Android, these are already run on the main waterfall.
123 'Android FYI Release (Nexus 5X)',
Yuly Novikovc1117ae82021-01-15 22:33:36124 # Times out listing tests crbug.com/1167314
125 'android-asan',
Jamie Madillc9ae75d2020-10-23 19:19:48126 # Does not currently work on Lacros configurations.
Junhua Chen39dd2dba2021-05-05 17:51:54127 'linux-lacros-code-coverage',
Jamie Madillc9ae75d2020-10-23 19:19:48128 'linux-lacros-tester-rel',
129 'linux-lacros-tester-fyi-rel',
Yuke Liaof27ebe52021-08-05 22:12:40130 'linux-lacros-dbg-tests-fyi',
Jamie Madillc9ae75d2020-10-23 19:19:48131 ],
Jamie Madillc9ae75d2020-10-23 19:19:48132 },
133 'angle_white_box_tests': {
Yuly Novikov60cbf642020-11-19 20:43:15134 'modifications': {
135 # anglebug.com/5328 suspecting blue screen caused by multiprocess
Yuly Novikov60cbf642020-11-19 20:43:15136 'Optional Win10 x64 Release (Intel HD 630)': {
137 'args': [
138 '--max-processes=1',
139 ],
140 },
141 'Win10 FYI x64 Exp Release (Intel HD 630)': {
142 'args': [
143 '--max-processes=1',
144 ],
145 },
146 'Win10 FYI x64 Release (Intel HD 630)': {
147 'args': [
148 '--max-processes=1',
149 ],
150 },
Yuly Novikov80d2e672021-02-13 00:16:04151 'win10-angle-x64-intel': {
152 'args': [
153 '--max-processes=1',
154 ],
155 },
Yuly Novikov60cbf642020-11-19 20:43:15156 },
Jamie Madillc9ae75d2020-10-23 19:19:48157 },
Yuke Liaob6beaeca2021-04-29 23:41:51158 'aura_unittests_amd64-generic': {
159 'remove_from': [
160 # TODO(crbug.com/1204231): Re-enable.
161 'lacros-amd64-generic-rel',
162 ]
163 },
Yuke Liao79a8cf52021-06-11 18:14:34164 'aura_unittests_eve': {
165 'remove_from': [
166 # TODO(crbug.com/1204231): Re-enable.
167 'lacros-amd64-generic-rel',
168 ]
169 },
Chong Gudf7fbe92021-02-24 02:55:58170 'base_unittests': {
171 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:47172 'android-11-x86-rel': {
Haiyang Panc7c009e2021-03-18 19:31:23173 'args': [
174 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.base_unittests.filter',
175 ],
176 },
Chong Gudf7fbe92021-02-24 02:55:58177 'fuchsia-code-coverage': {
178 'swarming': {
179 'shards': 5,
180 },
181 },
182 },
183 },
Haiyang Pan363c59a2020-07-23 05:47:04184 'blink_platform_unittests': {
185 'modifications': {
186 # TODO(crbug.com/1108121): Remove this filter
187 'android-nougat-arm64-rel': {
188 'args': [
189 '--gtest_filter=-HarfBuzzShaperTest.ShapeHorizontalWithoutSubpixelPositionWithKerningIsRounded',
190 ],
191 },
Haiyang Panfbd2b482020-09-23 23:41:25192 'android-pie-arm64-rel': {
193 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
194 # capacity has been deployed.
195 'swarming': {
196 'dimension_sets': [
197 {
198 'device_type': 'sailfish',
199 },
200 ],
201 },
202 },
Chong Gu52481452021-04-02 17:52:41203 'fuchsia-code-coverage': {
204 'swarming': {
205 'shards': 5,
206 },
207 },
Haiyang Pan363c59a2020-07-23 05:47:04208 },
209 },
Chong Guc2d145e2021-03-31 19:55:34210 'blink_unittests': {
211 'modifications': {
212 'fuchsia-code-coverage': {
213 'swarming': {
214 'shards': 30,
215 },
216 },
217 },
218 },
John Chenaab16fc02020-03-03 06:35:45219 'blink_web_tests': {
220 'remove_from': [
Kuan Huang83a1c922021-09-08 22:00:27221 'mac11-arm64-rel-tests', # TODO(https://crbug.com/1169240): Enable
Ilia Samsonovca3dfd52020-08-07 18:39:01222 'Mac10.11 Tests',
John Chenaab16fc02020-03-03 06:35:45223 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
224 'Win10 Tests x64 (dbg)',
225 ],
226 'modifications': {
227 'Fuchsia x64': {
228 'args': [
229 '--platform=fuchsia',
230 ],
231 'swarming': {
232 'shards': 1,
233 },
234 },
235 'Linux Tests': {
236 "args": [
237 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
238 ],
239 },
240 'Linux Tests (dbg)(1)': {
241 'args': [
242 '--debug',
243 ],
244 'swarming': {
Sven Zheng439fcdf2021-07-13 20:14:57245 'shards': 30,
John Chenaab16fc02020-03-03 06:35:45246 },
247 },
Xianzhu Wange6dec152021-08-02 19:54:53248 'Mac10.12 Tests': {
249 'swarming': {
250 'shards': 25,
251 },
252 },
John Chenaab16fc02020-03-03 06:35:45253 'Mac10.13 Tests': {
254 'swarming': {
255 'dimension_sets': [
256 {
Erik Staab59591f32020-08-25 23:07:07257 'gpu': None,
John Chenaab16fc02020-03-03 06:35:45258 },
259 ],
260 'shards': 25,
261 },
262 },
Zhaoyang Li69e2e002021-02-19 21:57:35263 'Mac10.15 Tests': {
264 'swarming': {
265 'dimension_sets': [
266 {
267 'gpu': None,
268 },
269 ],
270 'shards': 25,
271 },
272 },
Zhaoyang Li78427592021-03-25 19:03:23273 'Mac10.15 Tests (dbg)': {
274 'args': [
275 '--debug',
276 ],
277 'swarming': {
Takuto Ikuta7967d4e2021-07-19 06:31:43278 'shards': 40,
Zhaoyang Li78427592021-03-25 19:03:23279 },
280 },
Chong Gu75af969a2021-03-22 14:46:14281 'ToTFuchsia x64': {
282 'args': [
283 '--platform=fuchsia',
284 ],
285 'swarming': {
286 'shards': 1,
287 },
288 },
John Chenaab16fc02020-03-03 06:35:45289 'V8 Blink Linux Debug': {
Michael Achenbach455d39242020-06-22 13:33:45290 # This builder compiles Chromium in release mode, but V8 in debug.
291 # TODO(machenbach): Change name and out directory of this builder to
292 # something less confusing.
John Chenaab16fc02020-03-03 06:35:45293 'args': [
Michael Achenbach455d39242020-06-22 13:33:45294 '-t',
295 'Debug',
296 '--release',
John Chenaab16fc02020-03-03 06:35:45297 ],
298 },
299 'V8 Blink Linux Future': {
300 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07301 '--flag-specific=future-js',
John Chenaab16fc02020-03-03 06:35:45302 ],
303 },
304 'WebKit Linux ASAN': {
305 'args': [
306 '--additional-expectations',
307 '../../third_party/blink/web_tests/ASANExpectations',
308 '--time-out-ms',
309 '48000',
310 '--enable-sanitizer',
311 ],
312 'swarming': {
313 'shards': 20,
314 },
315 },
316 'WebKit Linux Leak': {
317 'args': [
318 '--additional-expectations',
319 '../../third_party/blink/web_tests/LeakExpectations',
320 '--time-out-ms',
321 '48000',
322 '--enable-leak-detection',
323 ],
324 'swarming': {
325 'shards': 10,
326 },
327 },
328 'WebKit Linux MSAN': {
329 'args': [
330 '--additional-expectations',
331 '../../third_party/blink/web_tests/MSANExpectations',
332 '--time-out-ms',
333 '66000',
334 '--enable-sanitizer',
335 ],
336 'swarming': {
337 'expiration': 36000,
338 'hard_timeout': 10800,
339 'io_timeout': 3600,
340 'shards': 20,
341 },
342 },
343 'WebKit Linux composite_after_paint Dummy Builder': {
344 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07345 '--flag-specific=composite-after-paint',
John Chenaab16fc02020-03-03 06:35:45346 ],
Xianzhu Wang2dc614e2021-03-04 22:56:39347 'swarming': {
348 'shards': 20,
349 },
John Chenaab16fc02020-03-03 06:35:45350 },
351 'WebKit Linux layout_ng_disabled Builder': {
352 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07353 '--flag-specific=disable-layout-ng',
John Chenaab16fc02020-03-03 06:35:45354 ],
Stephen Martinis6eb8a5572021-03-02 00:23:08355 'swarming': {
356 'shards': 20,
357 },
John Chenaab16fc02020-03-03 06:35:45358 },
359 'Win10 Tests x64': {
360 'args': [
361 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21362 'Release_x64',
John Chenaab16fc02020-03-03 06:35:45363 ],
364 'swarming': {
365 "shards": 28
366 },
367 },
368 'Win10 Tests x64 (dbg)': {
369 'args': [
370 '--debug',
371 '--target',
Takuto Ikutab28b582e2021-02-10 01:41:21372 'Debug_x64',
John Chenaab16fc02020-03-03 06:35:45373 ],
374 },
Kuan Huangc93e8672021-06-29 21:13:45375 'Win10 Tests x64 20h2': {
376 'args': [
377 '--target',
378 'Release_x64',
379 ],
380 'swarming': {
381 "shards": 28
382 },
383 },
John Chenaab16fc02020-03-03 06:35:45384 'Win7 Tests (dbg)(1)': {
385 'args': [
386 '--debug',
387 '--time-out-ms',
388 '60000'
389 ],
390 'experiment_percentage': 100,
391 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
392 # from prefered_os_dimension in
393 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
394 # Swarming dimensions would be either specified for all testers on the
395 # waterfall (and therefore, explicitly specified for all tests in the
396 # generated JSON), or this would be removed, and the implicit one used.
397 'swarming': {
398 'dimension_sets': [
399 {
400 'os': 'Windows-7-SP1',
401 }
402 ],
403 },
404 },
405 # tryserver.chromium.android
406 'android_blink_rel': {
407 'args': [
408 '--release',
409 '--android',
410 # TODO(crbug.com/912120): Breakpad was entirely disabled on
411 # Android. Remove this when it no longer affects Android crash
412 # log handling.
413 '--disable-breakpad',
414 # TODO(crbug.com/875172): run on the real GPU since the
415 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
416 '--additional-driver-flag=--use-gpu-in-tests',
417 ],
418 },
419 'devtools_frontend_linux_blink_light_rel': {
420 'args': [
421 'http/tests/devtools',
422 ],
423 'swarming': {
424 'shards': 4,
425 },
426 },
427 'fuchsia-fyi-x64-rel': {
428 'args': [
429 '--platform=fuchsia',
430 ],
431 'swarming': {
432 'shards': 1,
433 },
434 },
Mathias Carlen30968a62020-03-31 08:47:04435 'linux-autofill-assistant': {
436 'args': [
437 '--release',
438 ],
439 },
Yuzu Saijo9709bcc2020-03-18 09:12:20440 'linux-bfcache-rel': {
John Chenaab16fc02020-03-03 06:35:45441 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07442 '--flag-specific=enable-back-forward-cache-same-site',
John Chenaab16fc02020-03-03 06:35:45443 ],
444 },
445 'linux-blink-animation-use-time-delta': {
446 'args': [
447 '--debug',
448 ],
449 },
John Chenaab16fc02020-03-03 06:35:45450 'linux-blink-heap-concurrent-marking-tsan-rel': {
451 'args': [
452 '--release',
Brian Sheedy10ddf0a2021-08-16 23:19:07453 '--flag-specific=enable-blink-heap-concurrent-marking',
John Chenaab16fc02020-03-03 06:35:45454 ],
455 },
Daniel Libby178c9832020-10-08 20:36:14456 'linux-blink-web-tests-force-accessibility-rel': {
457 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07458 '--flag-specific=force-renderer-accessibility',
Daniel Libby178c9832020-10-08 20:36:14459 ],
460 },
John Chenaab16fc02020-03-03 06:35:45461 'linux-code-coverage': {
462 'args': [
463 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
464 ],
465 'swarming': {
466 'shards': 20,
467 },
468 },
Prakharda595bf22021-07-13 17:26:57469 'linux-exp-code-coverage': {
470 'args': [
471 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
472 ],
473 'swarming': {
474 'shards': 20,
475 },
476 },
Aaron Gable40f79aa2020-03-21 01:21:15477 'linux-layout-tests-edit-ng': {
478 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:07479 '--flag-specific=enable-editing-ng',
Aaron Gable40f79aa2020-03-21 01:21:15480 ],
481 },
Stephanie Kim5c7f31d2021-04-27 18:00:06482 'linux-xenial-rel': {
483 "args": [
484 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
485 ],
486 },
John Chenaab16fc02020-03-03 06:35:45487 'mac10.12-blink-rel-dummy': {
488 'swarming': {
489 'shards': 20,
490 },
491 },
492 'mac10.13-blink-rel-dummy': {
493 'swarming': {
494 'shards': 20,
495 },
496 },
John Chenaab16fc02020-03-03 06:35:45497 'mac10.14-blink-rel-dummy': {
498 'swarming': {
Xinan Lind2f91712021-04-29 21:13:56499 # Increase timeout and reduce shards.
500 # See https://crbug.com/1203565.
501 'shards': 12,
502 'hard_timeout': 1800,
John Chenaab16fc02020-03-03 06:35:45503 },
504 },
Ilia Samsonov7efe05e2020-05-07 19:00:46505 'mac10.15-blink-rel-dummy': {
506 'swarming': {
507 'shards': 20,
508 },
509 },
Ilia Samsonovdd271c6c22020-09-08 22:24:44510 'mac11.0-blink-rel-dummy': {
511 'swarming': {
Dirk Pranke2cc61792021-06-10 20:24:54512 'shards': 12,
513 'hard_timeout': 1800,
Ilia Samsonovdd271c6c22020-09-08 22:24:44514 },
515 },
Weizhong Xiadfc98e02021-04-29 22:39:38516 'win10-blink-rel-dummy': {
517 'swarming': {
Preethi Mohand044dd02021-09-06 15:59:42518 'shards': 14,
Weizhong Xiadfc98e02021-04-29 22:39:38519 'hard_timeout': 1200,
520 },
521 },
Preethi Mohand030de42021-07-22 21:12:13522 'win10.20h2-blink-rel-dummy': {
523 'swarming': {
Preethi Mohand044dd02021-09-06 15:59:42524 'shards': 14,
Preethi Mohand030de42021-07-22 21:12:13525 'hard_timeout': 1200,
526 },
527 },
John Chenaab16fc02020-03-03 06:35:45528 },
529 },
John Budorickca995852019-06-26 16:55:55530 'breakpad_unittests': {
531 'modifications': {
532 'android-asan': {
533 'args': [
534 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
535 ],
536 },
537 },
538 },
Kenneth Russelleb60cbd22017-12-05 07:54:28539 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24540 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29541 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41542 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:26543 'ToTLinuxTSan', # https://crbug.com/368525
Zhaoyang Li69e2e002021-02-19 21:57:35544 # TODO(crbug.com/1171053): Enable the suite in 'Mac10.13 Tests' once it's
545 # off CQ.
Gary Tongd5f5a742021-01-29 00:01:13546 'Mac10.13 Tests', # https://crbug.com/1042757
Zhaoyang Li69e2e002021-02-19 21:57:35547 'Mac10.15 Tests', # https://crbug.com/1042757
Lindsay Pasricha8155d052021-04-22 00:06:43548 'Mac10.15 Tests (dbg)', # https://crbug.com/1201386
549 'mac-code-coverage', # https://crbug.com/1201386
Nico Weberd36959682018-04-12 03:33:46550 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11551 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24552 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28553 'modifications': {
Nico Weber3f919792020-06-12 23:34:52554 'CrWinAsan': {
555 # These are very slow on the ASAN trybot for some reason.
556 # crbug.com/794372
557 'swarming': {
558 'shards': 40,
559 },
560 },
561 'CrWinAsan(dll)': {
562 # These are very slow on the ASAN trybot for some reason.
563 # crbug.com/794372
564 'swarming': {
565 'shards': 40,
566 },
567 },
Stephen Martinis1384ff92020-01-07 19:52:15568 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36569 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15570 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36571 },
572 },
Stephen Martinis1384ff92020-01-07 19:52:15573 'Linux ASan LSan Tests (1)': {
574 # These are very slow on the ASAN trybot for some reason.
575 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19576 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15577 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19578 },
579 },
Chris Cunningham1d0e9e12020-02-26 22:56:40580 'Linux ASan Tests (sandboxed)': {
581 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:41582 'shards': 30, # https://crbug.com/1103330
Chris Cunningham1d0e9e12020-02-26 22:56:40583 },
584 },
Stephen Martinis1384ff92020-01-07 19:52:15585 'Linux Chromium OS ASan LSan Tests (1)': {
586 # These are very slow on the ASAN trybot for some reason.
587 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51588 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15589 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51590 },
591 },
Stephen Martinis1384ff92020-01-07 19:52:15592 'Linux ChromiumOS MSan Tests': {
593 # These are very slow on the Chrome OS MSAN trybot for some reason.
594 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34595 'swarming': {
Ben Pastene44221d32020-05-21 23:38:36596 'shards': 32,
Kenneth Russell56a3e862017-12-08 03:11:34597 },
Ben Pastene44221d32020-05-21 23:38:36598 'args': [
599 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter',
600 ],
Kenneth Russell56a3e862017-12-08 03:11:34601 },
John Budorick614f91a2020-03-30 20:34:55602 'Linux Tests (dbg)(1)': {
603 # crbug.com/1066161
604 'swarming': {
605 'shards': 20,
606 },
607 },
Stephen Martinis1384ff92020-01-07 19:52:15608 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24609 'swarming': {
Stephen Martiniscd3c3832020-11-19 22:01:24610 'shards': 30,
Kenneth Russellfbda3c532017-12-08 23:57:24611 },
Lindsay Pasricha8155d052021-04-22 00:06:43612 # crbug.com/1196416
613 'args': [
614 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
615 ],
Kenneth Russellfbda3c532017-12-08 23:57:24616 },
Sven Zheng3f14625692021-08-24 06:28:27617 # TODO(crbug.com/1232535) Remove once the bug is resolved.
618 'Mac10.11 Tests': {
619 'args': [
620 '--test-launcher-print-timestamps',
621 ],
622 },
Lindsay Pasricha76f44d22021-04-07 16:16:26623 'Mac10.15 Tests': {
624 # crbug.com/1042757
625 'swarming': {
626 'dimension_sets': [
627 {
628 # These shards are liable to time out when running on macmini7,1.
629 'cores': '8|12',
630 }
631 ],
632 },
633 # crbug.com/1196416
634 'args': [
635 '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter',
636 ],
637 },
Stephen Martinis1384ff92020-01-07 19:52:15638 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28639 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18640 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28641 },
642 },
Stephen Martinis1384ff92020-01-07 19:52:15643 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28644 'swarming': {
645 'shards': 20,
646 },
647 },
Kenneth Russell6c83d212018-07-27 20:52:59648 'Win10 Tests x64': {
649 # crbug.com/868082
650 'args': [
651 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
652 ],
Takuto Ikutac9c269a2019-01-10 22:40:25653 'swarming': {
654 # This is for slow test execution that often becomes a critical path of
655 # swarming jobs. crbug.com/868114
656 'shards': 15,
657 }
Kenneth Russell6c83d212018-07-27 20:52:59658 },
Kuan Huangc93e8672021-06-29 21:13:45659 'Win10 Tests x64 20h2': {
660 # crbug.com/868082
661 'args': [
662 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
663 ],
664 'swarming': {
665 # This is for slow test execution that often becomes a critical path of
666 # swarming jobs. crbug.com/868114
667 'shards': 15,
668 }
669 },
Stephen Martinis1384ff92020-01-07 19:52:15670 'Win7 Tests (1)': {
671 # This is for slow test execution that often becomes a critical path of
672 # swarming jobs. crbug.com/868114
673 'swarming': {
674 'shards': 15,
675 },
676 },
677 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02678 'swarming': {
679 'shards': 20,
680 },
681 },
Stephen Martinis1384ff92020-01-07 19:52:15682 'linux-chromeos-chrome': {
683 # TODO(https://crbug.com/932269): Promote out of experiment when the
684 # tests are green.
685 'args': [
686 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
687 ],
688 },
689 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16690 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15691 'shards': 50,
692 },
693 },
694 'linux-chromeos-dbg': {
695 'swarming': {
Garrett Beatyd81c9182021-05-12 02:52:50696 'shards': 40,
Stephen Martinis1384ff92020-01-07 19:52:15697 },
698 },
699 'linux-chromeos-rel': {
700 'swarming': {
701 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16702 'dimension_sets': [
703 {
704 'kvm': '1',
705 },
706 ],
Stephen Martinis1384ff92020-01-07 19:52:15707 },
708 },
709 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01710 'args': [
711 '--no-sandbox',
712 ],
Stephen Martinis1384ff92020-01-07 19:52:15713 'swarming': {
714 'shards': 50,
715 },
716 },
Junhua Chen39dd2dba2021-05-05 17:51:54717 'linux-lacros-code-coverage': {
718 'args': [
Ben Pastened1b2fd192021-05-11 19:10:18719 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter',
Junhua Chen39dd2dba2021-05-05 17:51:54720 ],
721 },
Sven Zheng80734f12020-08-06 06:50:39722 'linux-lacros-tester-rel': {
723 'args': [
Ben Pastened1b2fd192021-05-11 19:10:18724 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter',
Sven Zheng80734f12020-08-06 06:50:39725 ],
726 },
Stephen Martinis1384ff92020-01-07 19:52:15727 'linux-trusty-rel': {
728 'args': [
John Budorick79ec9012020-01-08 21:56:31729 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
730 ],
Stephen Martinis1384ff92020-01-07 19:52:15731 },
Kuan Huang83a1c922021-09-08 22:00:27732 'mac11-arm64-rel-tests': {
Kuan Huang199112a52021-08-23 17:37:19733 'ci_only': False, # https://crbug.com/1234525
734 },
Stephen Martinis1384ff92020-01-07 19:52:15735 'win-asan': {
Nico Weber3f919792020-06-12 23:34:52736 # These are very slow on the ASAN trybot for some reason.
737 # crbug.com/794372
Stephen Martinis1384ff92020-01-07 19:52:15738 'swarming': {
Nico Weber3f919792020-06-12 23:34:52739 'shards': 40,
Nico Weber0c2861b2018-12-14 18:05:16740 },
741 },
Kenneth Russelleb60cbd22017-12-05 07:54:28742 },
743 },
Maksim Sisov4af9c032020-06-12 12:43:11744 'browser_tests_wayland': {
745 'modifications': {
Maksim Sisov69730f82020-11-11 12:09:13746 # CQ tester.
Maksim Sisov4af9c032020-06-12 12:43:11747 'Linux Ozone Tester (Wayland)': {
748 'args': [
749 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
750 ],
751 },
Maksim Sisov69730f82020-11-11 12:09:13752 # CI tester.
753 'Linux Tester (Ozone Wayland)': {
754 'args': [
755 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
756 ],
757 },
Maksim Sisov4af9c032020-06-12 12:43:11758 },
759 },
Erik Chen681dc0282019-11-26 22:54:49760 'cc_unittests': {
761 'modifications': {
762 'Linux TSan Tests': {
763 'swarming': {
764 'shards': 3,
765 },
766 },
Haiyang Pan9d68ca02021-08-04 21:30:47767 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:15768 # https://crbug.com/1039860
769 'args': [
770 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.cc_unittests.filter',
771 ],
772 },
Haiyang Pan6b8e4cf2021-08-02 21:38:28773 'android-marshmallow-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38774 # https://crbug.com/1039860
775 'args': [
776 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
777 ],
778 },
Haiyang Pan08d09dc2020-04-01 16:11:21779 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38780 # https://crbug.com/1039860
781 'args': [
782 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
783 ],
784 },
Chong Gudf7fbe92021-02-24 02:55:58785 'fuchsia-code-coverage': {
786 'swarming': {
787 'shards': 4,
788 },
789 },
Chong Gub2446462021-08-19 18:44:08790 'fuchsia-fyi-arm64-dbg': {
791 'args': [
792 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.cc_unittests.filter',
793 ],
794 },
Erik Chen681dc0282019-11-26 22:54:49795 },
796 },
Prakhar94f444a2020-10-08 07:30:08797 'check_static_initializers': {
798 'modifications': {
799 'Mac Builder': {
800 'args': [
801 '--allow-coverage-initializer',
802 ],
803 },
804 },
805 },
Dirk Pranke1b767092017-12-07 04:44:23806 'checkbins': {
807 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33808 'linux-archive-dbg',
809 'linux-archive-rel',
810 'mac-archive-dbg',
811 'mac-archive-rel',
Stephen Martinis01cb3222021-05-13 23:07:09812 'mac-arm64-archive-dbg',
813 'mac-arm64-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23814 ],
815 },
Ben Pastene7a05a8f2020-11-12 17:25:51816 'chrome_all_tast_tests': {
817 'modifications': {
818 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': {
819 'args': [
820 # This bot sets symbol_level=2, which doesn't fit inside a normal VM.
821 '--strip-chrome',
822 ],
823 },
824 },
825 },
Andrew Luod252791ac2019-10-15 00:28:13826 'chrome_java_test_pagecontroller_tests': {
Haiyang Panfbd2b482020-09-23 23:41:25827 'modifications': {
828 'android-pie-arm64-rel': {
829 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
830 # capacity has been deployed.
831 'swarming': {
832 'dimension_sets': [
833 {
834 'device_type': 'sailfish',
835 },
836 ],
837 },
838 },
839 },
Andrew Luod252791ac2019-10-15 00:28:13840 },
Yun Liu7cfd28a2019-10-30 01:57:12841 'chrome_public_smoke_test': {
842 'remove_from': [
Ben Joyce02dc8092021-03-04 21:48:19843 'android-code-coverage-native', # Does not generate profraw data.
Ben Joyce46ca6012021-03-31 19:19:25844 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data.
Yun Liu7cfd28a2019-10-30 01:57:12845 ],
846 },
Kenneth Russelleb60cbd22017-12-05 07:54:28847 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09848 'remove_from': [
849 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:19850 'android-code-coverage-native', # Does not generate profraw data.
Haiyang Pana3ff55ae2020-04-23 18:26:54851 'android-lollipop-arm-rel', # https://crbug.com/1060245
Ben Joyce46ca6012021-03-31 19:19:25852 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data.
John Budorick27d2d44e2019-05-20 20:26:09853 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28854 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:28855 'Marshmallow 64 bit Tester': {
856 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28857 'shards': 14,
858 },
859 },
Arthur Wang5dd7b07c2020-04-04 01:05:22860 'Marshmallow Tablet Tester': {
861 'args': [
862 '--timeout-scale',
863 '2.0',
864 ],
865 },
Ben Pastenec73e96e92018-07-12 01:40:35866 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57867 # TODO(https://crbug.com/884413): Re-enable this once the tests are
868 # either passing or there is more capacity.
869 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35870 },
Haiyang Pan9d68ca02021-08-04 21:30:47871 'android-11-x86-rel': {
Haiyang Panb80557c2021-03-13 03:01:44872 'args': [
873 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.chrome_public_test_apk.filter',
Haiyang Pan1d5ca2862021-04-01 22:21:09874 '--timeout-scale=2.0',
Haiyang Panb80557c2021-03-13 03:01:44875 ],
Haiyang Pan10f029c2021-07-30 23:17:56876 # TODO(crbug.com/1137474): Remove after the test suite is green.
877 'experiment_percentage': 100,
Haiyang Pan51450ab2021-03-23 00:48:57878 # TODO(crbug.com/1137474): Revisit the shard number once failed tests
879 # are fixed.
880 'swarming': {
881 'shards': 30,
Haiyang Panadcf3432021-06-18 03:23:23882 'dimension_sets': [
883 {
884 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime
885 },
886 ],
Haiyang Pan51450ab2021-03-23 00:48:57887 },
Haiyang Panb80557c2021-03-13 03:01:44888 },
Stephen Martinis1384ff92020-01-07 19:52:15889 'android-arm64-proguard-rel': {
890 'swarming': {
891 'shards': 25,
892 },
893 },
Haiyang Pan1ad3bb032020-04-24 23:52:03894 'android-lollipop-arm-rel-swarming': {
Brian Sheedy44a7a0032020-04-16 19:20:57895 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31896 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57897 },
898 },
Brian Sheedy44a7a0032020-04-16 19:20:57899 'android-marshmallow-arm64-rel-swarming': {
900 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31901 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57902 },
903 },
Haiyang Pan742760c2021-02-12 03:21:41904 'android-marshmallow-x86-rel': {
905 'args': [
906 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter',
907 ],
908 'swarming': {
909 # TODO(crbug.com/1127110): Revisit shards and machine_type if there
910 # are n2 machines available in the test pool.
911 'shards': 25,
912 'dimension_sets': [
913 {
914 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime
915 },
916 ],
917 },
Haiyang Pan37fbd7a42020-06-03 03:27:37918 },
Stephen Martinis1384ff92020-01-07 19:52:15919 'android-pie-arm64-rel': {
920 'args': [
921 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
922 ],
Stephen Martinisd05530d2021-07-27 22:50:22923 'ci_only': True, # https://crbug.com/1233700
Haiyang Pan43640ee2020-02-13 01:38:00924 },
Haiyang Pan08d09dc2020-04-01 16:11:21925 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:00926 'args': [
Haiyang Pan71373072020-03-02 19:57:49927 # https://crbug.com/1046059
Haiyang Pan23f64f52020-06-04 01:23:32928 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter',
Haiyang Pan43640ee2020-02-13 01:38:00929 ],
Haiyang Pan71373072020-03-02 19:57:49930 'swarming': {
Haiyang Pan58a6db22021-07-30 01:08:26931 'dimension_sets': [
932 {
Haiyang Pan1f205ad2021-07-31 01:47:52933 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime
Haiyang Pan58a6db22021-07-30 01:08:26934 },
935 ],
936 # See https://crbug.com/1230192, runs of 40-60 minutes at 20 shards.
937 'shards': 30,
938 },
939 },
940 },
941 },
942 'chrome_public_test_apk_with_playstore': {
943 'remove_from': [
944 # Android Emulator does not ship playstore image on Marshmallow.
945 'android-marshmallow-x86-rel',
946 ],
947 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:47948 'android-11-x86-rel': {
Haiyang Pan58a6db22021-07-30 01:08:26949 'args': [
950 '--avd-config=../../tools/android/avd/proto/generic_playstore_android30.textpb',
951 ],
952 'swarming': {
953 # soft affinity so that bots with caches will be picked first
954 'optional_dimensions': {
955 '60': [
956 {
957 'caches': 'avd_generic_playstore_android28',
958 }
959 ],
960 },
961 'named_caches': [
962 {
963 'name': 'avd_generic_playstore_android30',
964 'path': '.android',
965 },
966 {
967 'name': 'system_images_android_30_google_apis_playstore_x86',
968 'path': '.emulator_sdk',
969 },
970 ],
971 },
972 },
973 'android-pie-x86-rel': {
974 'args': [
975 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
976 ],
977 'swarming': {
Haiyang Pan2c438302021-06-11 23:50:38978 # soft affinity so that bots with caches will be picked first
979 'optional_dimensions': {
980 '60': [
981 {
982 'caches': 'avd_generic_playstore_android28',
983 }
984 ],
985 },
Haiyang Pan71373072020-03-02 19:57:49986 'named_caches': [
987 {
988 'name': 'avd_generic_playstore_android28',
989 'path': '.android',
990 },
991 {
992 'name': 'system_images_android_28_google_apis_playstore_x86',
993 'path': '.emulator_sdk',
994 },
Haiyang Pan980402822020-10-07 23:24:56995 ],
Haiyang Pan71373072020-03-02 19:57:49996 },
John Budorick34009472018-04-03 17:38:44997 },
Kenneth Russelleb60cbd22017-12-05 07:54:28998 },
999 },
1000 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:151001 'remove_from': [
Brian Sheedy29ac5692021-01-06 17:41:491002 # Decided to no longer run VR tests on L, crbug.com/1159619.
1003 'Lollipop Phone Tester',
bsheedy410dd7c2018-06-15 22:42:091004 'Lollipop Tablet Tester',
1005 'Marshmallow Tablet Tester',
Brian Sheedy29ac5692021-01-06 17:41:491006 'android-lollipop-arm-rel',
Haiyang Pand12ff5462021-07-12 17:29:021007
Andrew Luo38b311f2019-10-04 03:42:091008 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:161009 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:091010 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191011 'android-code-coverage-native', # Does not generate profraw data.
Ben Joyce46ca6012021-03-31 19:19:251012 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data.
bsheedy410dd7c2018-06-15 22:42:091013 ],
Haiyang Pan363c59a2020-07-23 05:47:041014 'modifications': {
Brian Sheedy4dc4a6f2020-09-17 22:18:501015 # Use "--remove-system-package" according to crbug.com/931947#c1
Haiyang Pan363c59a2020-07-23 05:47:041016 'android-nougat-arm64-rel': {
1017 'args': [
Brian Sheedy4dc4a6f2020-09-17 22:18:501018 # Applying a mixin via an exception doesn't work, so manually apply
1019 # the same arguments as the 'vr_instrumentation_test' mixin.
1020 '--remove-system-package=com.google.vr.vrcore',
1021 '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk',
1022 ],
Brian Sheedy4a652b72020-12-17 23:59:491023 },
Haiyang Pan363c59a2020-07-23 05:47:041024 },
Kenneth Russelleb60cbd22017-12-05 07:54:281025 },
bsheedy75a4dd52018-11-27 23:24:301026 'chrome_public_test_vr_apk-vega': {
1027 'modifications': {
bsheedy75a4dd52018-11-27 23:24:301028 'Oreo Phone Tester': {
1029 'swarming': {
1030 'dimension_sets': [
1031 {
1032 'device_os': 'OVR1.180808.003',
1033 'device_type': 'vega',
1034 'os': 'Android',
1035 },
1036 ],
1037 },
1038 }
1039 }
1040 },
Rakib M. Hasana56be792021-03-15 21:14:401041 'chrome_public_wpt': {
1042 'modifications': {
1043 'android-web-platform-pie-x86-fyi-rel': {
1044 'swarming': {
Rakib M. Hasana56be792021-03-15 21:14:401045 'shards': 18,
1046 },
1047 },
1048 },
1049 },
Ian Struiksmaeb285db02020-10-20 22:19:341050 'chrome_sizes': {
1051 'modifications': {
Yuke Liao975680302021-02-18 18:34:541052 'lacros-amd64-generic-chrome': {
1053 'swarming': {
1054 'dimension_sets': [
1055 {
Yuke Liao31225ee32021-03-17 23:21:331056 'cpu': 'x86-64',
Yuke Liao975680302021-02-18 18:34:541057 'os': 'Ubuntu-16.04',
1058 },
1059 ],
1060 },
1061 },
Ian Struiksmaeb285db02020-10-20 22:19:341062 },
1063 },
Takuto Ikuta1b749b902019-04-11 18:05:531064 'chromedriver_py_tests': {
1065 'remove_from': [
1066 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:531067 'Win10 Tests x64 (dbg)',
1068 ],
1069 },
Haiyang Panfed339172021-03-10 23:19:571070 'components_browsertests': {
Chong Gu0ed5dcda2021-07-15 21:26:111071 'remove_from': [
1072 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
1073 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
1074 ],
Haiyang Panfed339172021-03-10 23:19:571075 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:471076 'android-11-x86-rel': {
Haiyang Panfed339172021-03-10 23:19:571077 'swarming': {
1078 'shards': 2,
1079 },
1080 },
1081 },
1082 },
Kenneth Russelleb60cbd22017-12-05 07:54:281083 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:521084 'remove_from': [
Garrett Beaty47a2d802020-11-10 20:50:531085 # https://crbug.com/1147531 - covered on lollipop
1086 'android-marshmallow-arm64-rel',
Stephen Roeac495972020-02-25 23:32:411087 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:571088 'Fuchsia x64', # https://crbug.com/961457
Chong Gudf7fbe92021-02-24 02:55:581089 'fuchsia-code-coverage', # https://crbug.com/961457
Chong Gu75af969a2021-03-22 14:46:141090 'ToTFuchsia x64', # https://crbug.com/961457
1091 'ToTFuchsiaOfficial', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:521092 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281093 'modifications': {
John Budorick5052d552017-12-13 02:59:341094 'Linux ASan LSan Tests (1)': {
1095 # These are very slow on the ASAN trybot for some reason.
1096 # crbug.com/794372
1097 'swarming': {
1098 'shards': 5,
1099 },
1100 },
Takuto Ikuta54671d972018-07-19 19:06:351101 'Linux Chromium OS ASan LSan Tests (1)': {
1102 # These are very slow on the ASAN trybot for some reason.
1103 # crbug.com/794372
1104 'swarming': {
1105 'shards': 5,
1106 },
1107 },
Erik Chen681dc0282019-11-26 22:54:491108 'Linux TSan Tests': {
1109 'swarming': {
1110 'shards': 2,
1111 },
1112 },
Haiyang Pan9d68ca02021-08-04 21:30:471113 'android-11-x86-rel': {
Haiyang Pan799282f2021-03-25 19:38:311114 'args': [
1115 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.components_unittests.filter',
1116 ],
1117 },
Omer Katz7d2be652020-01-22 18:13:461118 'linux-blink-heap-concurrent-marking-tsan-rel': {
1119 'swarming': {
1120 'shards': 2,
1121 },
1122 },
Sven Zheng80734f12020-08-06 06:50:391123 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:541124 'linux-lacros-code-coverage': {
1125 'args': [
1126 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter',
1127 ],
1128 },
1129 # https://crbug.com/1111979,
Yuke Liaoa0db4742021-08-09 18:28:331130 'linux-lacros-dbg-tests-fyi': {
1131 'args': [
1132 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter',
1133 ],
1134 },
1135 # https://crbug.com/1111979,
Sven Zheng5c9d3e342020-08-11 21:39:431136 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:431137 'args': [
Yuke Liao56a437dd2021-05-05 04:53:401138 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter',
Sven Zheng5c9d3e342020-08-11 21:39:431139 ],
Sven Zheng80734f12020-08-06 06:50:391140 },
1141 },
Sven Zheng577fe5ff2020-08-03 22:06:441142 },
Chong Gub2446462021-08-19 18:44:081143 'compositor_unittests': {
1144 'modifications': {
1145 'fuchsia-fyi-arm64-dbg': {
1146 'args': [
1147 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.compositor_unittests.filter',
1148 ],
1149 },
1150 },
1151 },
Kenneth Russelleb60cbd22017-12-05 07:54:281152 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:291153 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291154 'CrWinAsan(dll)', # https://crbug.com/935598
Haiyang Pan62a7ae52020-11-19 23:54:551155 'android-lollipop-arm-rel', # crbug.com/1133002
Chong Gu0ed5dcda2021-07-15 21:26:111156 'android-marshmallow-arm64-rel', # http://crbug.com/1060245#c30: due to low utility and capacity.
1157 'fuchsia-fyi-arm64-rel', # https://crbug.com/1164534
1158 'fuchsia-fyi-x64-rel', # https://crbug.com/1164534
Brad Halla36886c2019-02-26 16:52:291159 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281160 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241161 'Cast Audio Linux': {
1162 'args': [
Nico Weber02f30392018-07-16 18:39:431163 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:241164 ],
Kenneth Russellfbda3c532017-12-08 23:57:241165 },
1166 'Cast Linux': {
1167 'args': [
Nico Weber02f30392018-07-16 18:39:431168 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:241169 ],
Kenneth Russellfbda3c532017-12-08 23:57:241170 },
Erik Chenb681c8c2019-11-25 22:52:521171 'Linux ASan LSan Tests (1)': {
1172 'swarming': {
1173 'shards': 12,
1174 },
1175 },
Chris Cunninghame1a04ea2019-04-24 01:49:321176 'Linux ASan Tests (sandboxed)': {
1177 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:411178 'shards': 10, # https://crbug.com/1103330
Chris Cunninghame1a04ea2019-04-24 01:49:321179 },
1180 },
Erik Chen681dc0282019-11-26 22:54:491181 'Linux TSan Tests': {
1182 'swarming': {
1183 'shards': 15,
1184 },
1185 },
Stephen Martinis1384ff92020-01-07 19:52:151186 'Lollipop Phone Tester': {
1187 'swarming': {
Haiyang Panbbd866d2020-09-16 00:48:381188 'shards': 10,
Stephen Martinis1384ff92020-01-07 19:52:151189 },
1190 },
Sergey Silkinfe96b352020-10-19 20:41:341191 'Lollipop Tablet Tester': {
1192 'args': [
1193 '--test-launcher-filter-file=../../testing/buildbot/filters/android.lollipop_tablet_tester.content_browsertests.filter',
1194 ],
Haiyang Pan1f6367352021-07-02 21:15:571195 'swarming': {
1196 'shards': 15,
1197 },
Sergey Silkinfe96b352020-10-19 20:41:341198 },
1199 'Marshmallow Tablet Tester': {
1200 'args': [
1201 '--test-launcher-filter-file=../../testing/buildbot/filters/android.marshmallow_tablet_tester.content_browsertests.filter',
1202 ],
Haiyang Pan1f6367352021-07-02 21:15:571203 'swarming': {
1204 'shards': 15,
1205 },
Sergey Silkinfe96b352020-10-19 20:41:341206 },
Sergey Silkin1fe10e82020-10-30 19:36:581207 'WebRTC Chromium FYI Android Tests (dbg) (L Nexus5)': {
1208 'args': [
1209 '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter',
1210 ],
1211 },
1212 'WebRTC Chromium FYI Android Tests (dbg) (M Nexus5X)': {
1213 'args': [
1214 '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter',
1215 ],
1216 }
1217 ,
Stephen Martinis1384ff92020-01-07 19:52:151218 'Win10 Tests x64': {
1219 # crbug.com/868082
1220 'args': [
1221 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1222 ],
1223 },
1224 'Win10 Tests x64 (dbg)': {
1225 'experiment_percentage': 100,
1226 # crbug.com/868082
1227 'args': [
1228 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:151229 ],
1230 },
Kuan Huangc93e8672021-06-29 21:13:451231 'Win10 Tests x64 20h2': {
1232 # crbug.com/868082
1233 'args': [
1234 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1235 ],
1236 },
Haiyang Pan9d68ca02021-08-04 21:30:471237 'android-11-x86-rel': {
Haiyang Pan10f029c2021-07-30 23:17:561238 # TODO(crbug.com/1137474): Remove after the test suite is green.
1239 'experiment_percentage': 100,
Haiyang Pan51450ab2021-03-23 00:48:571240 # TODO(crbug.com/1137474): Revisit the shard number once failed tests
1241 # are fixed.
Haiyang Panfed339172021-03-10 23:19:571242 'swarming': {
Haiyang Pan51450ab2021-03-23 00:48:571243 'shards': 30,
Haiyang Pan45e77dda2021-07-01 22:23:291244 'dimension_sets': [
1245 {
1246 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime
1247 },
1248 ],
Haiyang Panfed339172021-03-10 23:19:571249 },
1250 },
Stephen Martinis1384ff92020-01-07 19:52:151251 'android-arm64-proguard-rel': {
1252 'swarming': {
1253 'shards': 16,
1254 },
1255 },
1256 'android-asan': {
1257 'args': [
1258 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
1259 ],
1260 'swarming': {
1261 'shards': 18,
1262 },
1263 },
Stephen Martinis1384ff92020-01-07 19:52:151264 'android-marshmallow-arm64-rel': {
1265 'swarming': {
1266 'shards': 16,
1267 },
1268 },
Haiyang Pan2486dcb2020-09-18 17:53:061269 'android-marshmallow-x86-rel-non-cq': {
John Budoricka4e23882020-02-28 18:36:431270 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:571271 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter',
John Budoricka4e23882020-02-28 18:36:431272 ],
Haiyang Panc47f6d12020-08-19 18:34:491273 'swarming': {
1274 'shards': 20,
1275 },
John Budoricka4e23882020-02-28 18:36:431276 },
Haiyang Pan363c59a2020-07-23 05:47:041277 'android-nougat-arm64-rel': {
1278 'swarming': {
1279 'shards': 16,
1280 },
1281 # TODO(crbug.com/1108055): Remove this filter
1282 'args': [
1283 '--gtest_filter=-BackgroundTracingManagerBrowserTest.PerfettoSystemBackgroundScenario*',
1284 ],
1285 },
Haiyang Pan08d09dc2020-04-01 16:11:211286 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:431287 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:571288 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
John Budoricka4e23882020-02-28 18:36:431289 ],
Sky Malice303f7ec2021-07-17 04:13:091290 'swarming': {
1291 # Flaking with only 20 shards with 40-60 minute runs.
1292 # https://crbug.com/1230118
1293 'shards': 30,
Haiyang Pan2eb735e72020-09-15 22:51:511294 },
John Budoricka4e23882020-02-28 18:36:431295 },
Omer Katz7d2be652020-01-22 18:13:461296 'linux-blink-heap-concurrent-marking-tsan-rel': {
1297 'swarming': {
1298 'shards': 4,
1299 },
1300 },
Stephen Martinis1384ff92020-01-07 19:52:151301 'linux-chromeos-code-coverage': {
1302 'swarming': {
1303 'shards': 12,
1304 },
1305 },
Albert J. Wong91f109652019-11-19 03:01:161306 'linux-chromeos-rel': {
1307 'swarming': {
1308 'shards': 3,
1309 },
1310 },
Yuke Liao79424e42020-01-06 21:00:111311 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:011312 'args': [
1313 '--no-sandbox',
1314 ],
Yuke Liao79424e42020-01-06 21:00:111315 'swarming': {
1316 'shards': 12,
1317 },
1318 },
Junhua Chen39dd2dba2021-05-05 17:51:541319 # https://crbug.com/1111979,
1320 'linux-lacros-code-coverage': {
1321 'args': [
1322 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter',
1323 ],
1324 },
Sven Zheng80734f12020-08-06 06:50:391325 # https://crbug.com/1111979
1326 'linux-lacros-tester-fyi-rel': {
1327 'experiment_percentage': 100,
1328 },
Sven Zheng5c9d3e342020-08-11 21:39:431329 # https://crbug.com/1111979,
1330 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:431331 'args': [
Yuke Liao56a437dd2021-05-05 04:53:401332 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter',
Sven Zheng5c9d3e342020-08-11 21:39:431333 ],
1334 },
Kenneth Russelleb60cbd22017-12-05 07:54:281335 },
1336 },
Maksim Sisov6058ba72020-05-04 10:29:131337 'content_browsertests_wayland': {
1338 'modifications': {
1339 'Linux Ozone Tester (Wayland)': {
1340 'args': [
1341 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter',
1342 ],
1343 },
1344 },
1345 },
Nico Weber81e16ace22018-06-30 02:58:471346 'content_shell_crash_test': {
Haiyang Pan8c201b92020-06-04 01:25:071347 'remove_from': [
Nico Weberbbbc34e2020-10-14 18:21:501348 'Mac10.11 Tests', # crbug.com/1138050
Haiyang Pan2486dcb2020-09-18 17:53:061349 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084353
Haiyang Pan8c201b92020-06-04 01:25:071350 ],
Dirk Prankeb1c36b322018-07-11 02:42:001351 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:001352 'Win10 Tests x64 (dbg)': {
1353 'experiment_percentage': 100, # https://crbug.com/861730
1354 },
1355 },
Nico Weber81e16ace22018-06-30 02:58:471356 },
John Budorick27d2d44e2019-05-20 20:26:091357 'content_shell_test_apk': {
1358 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:091359 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:191360 'android-code-coverage-native', # Does not generate profraw data.
Ben Joyce46ca6012021-03-31 19:19:251361 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data.
John Budorick27d2d44e2019-05-20 20:26:091362 ],
John Budorickee2e64f2020-03-02 20:19:101363 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:471364 'android-11-x86-rel': {
Haiyang Pan103864812021-03-19 19:28:441365 'args': [
1366 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.content_shell_test_apk.filter',
Haiyang Panabdab2f2021-07-19 20:37:511367 '--timeout-scale=2.0',
Haiyang Pan103864812021-03-19 19:28:441368 ],
1369 },
Haiyang Panb991f562021-08-10 17:46:461370 'android-marshmallow-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101371 'args': [
Haiyang Pan28e73582020-05-30 00:34:271372 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_shell_test_apk.filter',
John Budorickee2e64f2020-03-02 20:19:101373 ],
1374 },
Haiyang Pan08d09dc2020-04-01 16:11:211375 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101376 'args': [
1377 '--gtest_filter=-ContentViewScrollingTest.testFling',
1378 ],
1379 },
1380 },
John Budorick27d2d44e2019-05-20 20:26:091381 },
Kenneth Russelleb60cbd22017-12-05 07:54:281382 'content_unittests': {
1383 'modifications': {
John Budorick5052d552017-12-13 02:59:341384 'Linux ASan LSan Tests (1)': {
1385 # These are slow on the ASAN trybot for some reason.
1386 # crbug.com/794372
1387 'swarming': {
1388 'shards': 2,
1389 },
1390 },
Takuto Ikuta54671d972018-07-19 19:06:351391 'Linux ChromiumOS MSan Tests': {
1392 # These are very slow on the Chrome OS MSAN trybot for some reason.
1393 # crbug.com/865455
1394 'swarming': {
1395 'shards': 2,
1396 },
1397 },
Chong Gu52481452021-04-02 17:52:411398 'fuchsia-code-coverage': {
1399 'swarming': {
1400 'shards': 12,
1401 },
1402 },
Kenneth Russelleb60cbd22017-12-05 07:54:281403 },
1404 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031405 'context_lost_passthrough_tests': {
1406 'modifications': {
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001407 'Mac FYI GPU ASAN Release': {
1408 'args': [
1409 '--is-asan',
1410 ]
1411 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031412 },
1413 },
1414 'context_lost_validating_tests': {
Brian Sheedye285c9b2019-07-15 21:42:461415 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1416 # exception once there is enough capacity to run these tests.
1417 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461418 'Android FYI Release (Pixel 2)',
1419 ],
Kenneth Russellc1a09302018-07-10 01:12:541420 'modifications': {
1421 'Mac FYI GPU ASAN Release': {
1422 'args': [
1423 '--is-asan',
1424 ]
1425 },
1426 },
1427 },
Kenneth Russellfbda3c532017-12-08 23:57:241428 'crashpad_tests': {
1429 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:481430 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:391431 # https://crbug.com/crashpad/304
1432 'Linux TSan Tests',
1433 'ToTLinuxTSan',
1434 # https://crbug.com/crashpad/306
1435 'Linux CFI',
1436 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:241437 ],
Haiyang Panc7c009e2021-03-18 19:31:231438 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:471439 'android-11-x86-rel': {
Haiyang Panc7c009e2021-03-18 19:31:231440 'args': [
1441 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.crashpad_tests.filter',
1442 ],
1443 },
1444 },
Kenneth Russellfbda3c532017-12-08 23:57:241445 },
John Budorick5bc387fe2019-05-09 20:02:531446 'cronet_sizes': {
1447 'modifications': {
1448 'android-cronet-arm-dbg': {
1449 'swarming': {
1450 'dimension_sets': [
1451 {
1452 'device_os': None,
1453 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:561454 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:531455 },
1456 ],
1457 },
1458 },
1459 },
1460 },
Brian Sheedye285c9b2019-07-15 21:42:461461 'depth_capture_tests': {
Brian Sheedye285c9b2019-07-15 21:42:461462 'remove_from': [
Wez6b0ebb52021-05-01 16:05:491463 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1464 # exception once there is enough capacity to run these tests.
Brian Sheedye285c9b2019-07-15 21:42:461465 'Android FYI Release (Pixel 2)',
1466 ],
1467 },
Ben Pastene61ad637c2020-05-08 22:24:411468 'disk_usage_tast_test': {
1469 # TODO(crbug.com/1077659): Add the test back after it's fixed.
1470 'remove_from': [
1471 'chromeos-kevin-rel',
1472 ],
1473 },
Joe Downing41486042018-10-18 22:44:441474 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291475 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291476 'CrWinAsan(dll)', # https://crbug.com/935598
1477 ],
Joe Downing41486042018-10-18 22:44:441478 'modifications': {
1479 'Win10 Tests x64 (dbg)': {
1480 'experiment_percentage': 100, # https://crbug.com/876615
1481 },
Sven Zheng5c9d3e342020-08-11 21:39:431482 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:541483 'linux-lacros-code-coverage': {
1484 'args': [
1485 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
1486 ],
1487 },
Yuke Liaoa0db4742021-08-09 18:28:331488 'linux-lacros-dbg-tests-fyi': {
1489 'args': [
1490 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
1491 ],
1492 },
Sven Zheng5c9d3e342020-08-11 21:39:431493 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:431494 'args': [
1495 '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied',
1496 ],
1497 },
Joe Downing41486042018-10-18 22:44:441498 },
1499 },
Sven Zheng577fe5ff2020-08-03 22:06:441500 'extensions_unittests': {
Sven Zheng80734f12020-08-06 06:50:391501 'modifications': {
Sven Zheng5c9d3e342020-08-11 21:39:431502 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:541503 'linux-lacros-code-coverage': {
1504 'args': [
Yuke Liaoa0db4742021-08-09 18:28:331505 '--gtest_filter=-BluetoothSocketApiUnittest.CreateThenClose:'
1506 'NativeExtensionBindingsSystemUnittest.*',
1507 ],
1508 },
1509 'linux-lacros-dbg-tests-fyi': {
1510 'args': [
Junhua Chen39dd2dba2021-05-05 17:51:541511 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
1512 'BluetoothSocketApiUnittest.CreateThenClose:'
1513 'FeatureProviderTest.PermissionFeatureAvailability',
1514 ],
1515 },
Sven Zheng5c9d3e342020-08-11 21:39:431516 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:431517 'args': [
Yuke Liaobb8308322020-08-12 20:20:471518 '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:'
1519 'BluetoothSocketApiUnittest.CreateThenClose:'
1520 'FeatureProviderTest.PermissionFeatureAvailability',
Sven Zheng5c9d3e342020-08-11 21:39:431521 ],
1522 },
Sven Zheng80734f12020-08-06 06:50:391523 },
Sven Zheng577fe5ff2020-08-03 22:06:441524 },
Chong Gudf7fbe92021-02-24 02:55:581525 'gfx_unittests': {
1526 'modifications': {
1527 'fuchsia-code-coverage': {
1528 'swarming': {
1529 'shards': 2,
1530 },
1531 },
1532 },
1533 },
Kenneth Russelleb60cbd22017-12-05 07:54:281534 'gin_unittests': {
1535 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471536 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461537 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471538 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281539 ],
1540 },
Brian Ho8271a7ad2021-08-12 20:48:031541 # TODO(crbug.com/1202958): Remove these GLRenderer variants when
1542 # SkiaRenderer is fully shipped on Chrome OS.
1543 # Don't run these on real devices due to capacity issues.
1544 'gl_renderer_context_lost_tests': {
1545 'remove_from': [
1546 'ChromeOS FYI Release (kevin)',
1547 'Lacros FYI x64 Release (Intel)',
1548 ],
1549 },
1550 'gl_renderer_depth_capture_tests': {
1551 'remove_from': [
1552 'ChromeOS FYI Release (kevin)',
1553 'Lacros FYI x64 Release (Intel)',
1554 ],
1555 },
1556 'gl_renderer_gpu_process_launch_tests': {
1557 'remove_from': [
1558 'ChromeOS FYI Release (kevin)',
1559 'Lacros FYI x64 Release (Intel)',
1560 ],
1561 },
1562 'gl_renderer_hardware_accelerated_feature_tests': {
1563 'remove_from': [
1564 'ChromeOS FYI Release (kevin)',
1565 'Lacros FYI x64 Release (Intel)',
1566 ],
1567 },
1568 'gl_renderer_maps_pixel_tests': {
1569 'remove_from': [
1570 'ChromeOS FYI Release (kevin)',
1571 'Lacros FYI x64 Release (Intel)',
1572 ],
1573 },
1574 'gl_renderer_pixel_skia_gold_tests': {
1575 'remove_from': [
1576 'ChromeOS FYI Release (kevin)',
1577 'Lacros FYI x64 Release (Intel)',
1578 ],
1579 },
1580 'gl_renderer_screenshot_sync_tests': {
1581 'remove_from': [
1582 'ChromeOS FYI Release (kevin)',
1583 'Lacros FYI x64 Release (Intel)',
1584 ],
1585 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001586 'gl_tests_passthrough': {
1587 'remove_from': [
1588 'CFI Linux ToT',
1589 # Can't run on MSAN because gl_tests uses the hardware driver,
1590 # which isn't instrumented.
1591 'Linux MSan Tests',
1592 ],
1593 'modifications': {
1594 # TODO(kbr): figure out a better way to specify blocks of
1595 # arguments like this for tests on multiple machines.
Garrett Beatya491ec72020-07-25 12:36:121596 'Linux ASan LSan Tests (1)': {
1597 'args': [
1598 '--use-gpu-in-tests',
1599 '--no-xvfb',
1600 ],
1601 'swarming': {
1602 'dimension_sets': [
1603 {
1604 'gpu': '10de:1cb3',
1605 'os': 'Ubuntu',
1606 'pool': 'chromium.tests.gpu',
1607 },
1608 ],
1609 },
1610 },
1611 'Linux CFI': {
1612 'args': [
1613 '--use-gpu-in-tests',
1614 '--no-xvfb',
1615 ],
1616 'swarming': {
1617 'dimension_sets': [
1618 {
1619 'gpu': '10de:1cb3',
1620 'os': 'Ubuntu',
1621 'pool': 'chromium.tests.gpu',
1622 },
1623 ],
1624 },
1625 },
1626 'Linux TSan Tests': {
1627 'args': [
1628 '--use-gpu-in-tests',
1629 '--no-xvfb',
1630 ],
1631 'swarming': {
1632 'dimension_sets': [
1633 {
1634 'gpu': '10de:1cb3',
1635 'os': 'Ubuntu',
1636 'pool': 'chromium.tests.gpu',
1637 },
1638 ],
1639 },
1640 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001641 },
1642 },
Jonah Ryan-Davise25a89f2020-05-29 20:18:241643 'gl_tests_validating': {
Jonah Ryan-Davisb9f03ac2021-03-18 23:53:021644 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011645 'Android FYI Release (Nexus 5X)',
John Budorickca14c76f62017-12-09 14:19:181646 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281647 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:471648 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:151649 'args': [
1650 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter',
1651 ],
1652 },
Haiyang Panb991f562021-08-10 17:46:461653 'android-marshmallow-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311654 'args': [
1655 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1656 ],
1657 },
Andrew Luo38b311f2019-10-04 03:42:091658 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311659 'args': [
Andrew Luobe83fd82019-12-19 03:07:581660 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1661 ],
Andrew Luo38b311f2019-10-04 03:42:091662 },
Haiyang Pan08d09dc2020-04-01 16:11:211663 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311664 'args': [
1665 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1666 ],
1667 },
Kenneth Russelleb60cbd22017-12-05 07:54:281668 },
1669 },
Takuto Ikutaf5333252019-11-06 16:07:081670 'gl_unittests': {
1671 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081672 # On Android, these are already run on the main waterfall.
1673 # Run them on the one-off Android FYI bots, though.
1674 'Android FYI Release (Nexus 5X)',
Yuly Novikov37e04342020-05-29 00:52:041675 # Can't run on MSAN because gl_unittests uses the hardware driver,
1676 # which isn't instrumented.
1677 'Linux MSan Tests',
Takuto Ikutaf5333252019-11-06 16:07:081678 ],
Takuto Ikutaf5333252019-11-06 16:07:081679 },
1680 'gl_unittests_ozone': {
1681 'remove_from': [
1682 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1683 # which isn't instrumented.
1684 'Linux ChromiumOS MSan Tests',
1685 ],
1686 },
1687 'gpu_process_launch_tests': {
1688 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1689 # exception once there is enough capacity to run these tests.
1690 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081691 'Android FYI Release (Pixel 2)',
1692 ],
1693 },
Chong Gudf7fbe92021-02-24 02:55:581694 'gpu_unittests': {
1695 'modifications': {
1696 'fuchsia-code-coverage': {
1697 'swarming': {
1698 'shards': 5,
1699 },
1700 },
1701 },
1702 },
Kevin McNeed21a6c522021-06-14 21:27:251703 'grit_python_unittests': {
1704 'remove_from': [
1705 # These tests require node, which is not supported in Win7.
1706 # (https://crbug.com/1218989)
1707 'Win 7 Tests x64 (1)',
1708 'Win7 Tests (1)',
1709 'Win7 Tests (dbg)(1)',
1710 ],
1711 },
Brian Sheedye285c9b2019-07-15 21:42:461712 'hardware_accelerated_feature_tests': {
1713 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1714 # exception once there is enough capacity to run these tests.
1715 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461716 'Android FYI Release (Pixel 2)',
1717 ],
1718 },
Brad Halla36886c2019-02-26 16:52:291719 'headless_browsertests': {
Chong Gud1a5c5992021-04-09 04:08:321720 'modifications': {
1721 'fuchsia-code-coverage': {
1722 'swarming': {
Chong Gu115ce152021-04-15 23:57:161723 'shards': 6,
Chong Gud1a5c5992021-04-09 04:08:321724 },
1725 },
1726 },
Brad Halla36886c2019-02-26 16:52:291727 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291728 'CrWinAsan(dll)', # https://crbug.com/935598
1729 ],
1730 },
James Shen3957ff152021-09-08 03:17:021731
1732 'hybrid_browsertest': {
1733 'remove_from': [
1734 # Remove from CQ bots due to capacity.
1735 'android-lollipop-arm-rel',
1736 ],
1737 'modifications': {
1738 'android-11-x86-rel': {
1739 'swarming': {
1740 'shards': 2,
1741 },
1742 },
1743 'android-marshmallow-x86-rel': {
1744 'swarming': {
1745 'shards': 2,
1746 },
1747 },
1748 'android-pie-arm64-rel': {
1749 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
1750 # capacity has been deployed.
1751 'swarming': {
1752 'dimension_sets': [
1753 {
1754 'device_type': 'sailfish',
1755 },
1756 ],
1757 'shards': 2,
1758 },
1759 },
1760 'android-pie-x86-rel': {
1761 'swarming': {
1762 'shards': 2,
1763 },
1764 },
1765 },
1766 },
Kenneth Russell8a386d42018-06-02 09:48:011767 'info_collection_tests': {
1768 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011769 # The Mac ASAN swarming bot runs tests on two different GPU
1770 # types, so we can't have one expected vendor ID / device ID.
1771 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011772 'Android V8 FYI Release (Nexus 5X)',
1773 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351774 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011775 'Mac V8 FYI Release (Intel)',
1776 'Win V8 FYI Release (NVIDIA)',
1777 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591778 'modifications': {
Brian Sheedyb18cb762020-06-30 00:09:291779 'ChromeOS FYI Release (amd64-generic)': {
Brian Sheedy65be3052020-06-26 19:26:511780 'args': [
Brian Sheedyb18cb762020-06-30 00:09:291781 # Swarming does not report a GPU since tests are run in a VM, but
1782 # the VM does report that a GPU is present.
1783 '--expected-device-id', '1050',
Brian Sheedydf2672f2020-05-07 20:44:361784 ],
1785 },
Brian Sheedyfe61cdac2020-02-12 01:25:591786 },
Brian Sheedy32eeeb52020-05-22 01:49:371787 'replacements': {
1788 'ChromeOS FYI Release (amd64-generic)': {
1789 'args': {
1790 # Swarming does not report a GPU since tests are run in a VM, but
1791 # the VM does report that a GPU is present.
1792 '--expected-vendor-id': '1af4',
Brian Sheedyb18cb762020-06-30 00:09:291793 # Magic substitution happens after regular replacement, so remove it
1794 # now since we are manually applying the expected device ID above.
1795 '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None,
Brian Sheedy32eeeb52020-05-22 01:49:371796 },
Brian Sheedyff6d1442020-09-19 00:46:311797 },
1798 'Mac FYI arm64 Release (Apple DTK)': {
1799 'args': {
1800 # The GPU information is not yet exposed in swarming, so we can't
1801 # explicitly request it and have the JSON generation handle this
1802 # automatically.
1803 '--expected-vendor-id': '106b',
1804 },
1805 },
Brian Sheedy32eeeb52020-05-22 01:49:371806 },
Kenneth Russell8a386d42018-06-02 09:48:011807 },
Kenneth Russelleb60cbd22017-12-05 07:54:281808 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291809 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291810 'CrWinAsan(dll)', # https://crbug.com/935598
1811 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281812 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151813 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261814 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151815 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261816 },
1817 },
John Budorickca14c76f62017-12-09 14:19:181818 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171819 # These are slow on the ASan trybot for some reason, crbug.com/794372
1820 'swarming': {
1821 'shards': 6,
1822 },
1823 },
Takuto Ikuta54671d972018-07-19 19:06:351824 'Linux ChromiumOS MSan Tests': {
1825 # These are very slow on the Chrome OS MSAN trybot for some reason.
1826 # crbug.com/865455
1827 'swarming': {
1828 'shards': 5,
1829 },
1830 },
Stephen Martinis1384ff92020-01-07 19:52:151831 'Linux TSan Tests': {
1832 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271833 'swarming': {
Stephen Martinisad6cb7af2021-02-24 01:12:001834 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
Dirk Pranke8fd63c12017-12-10 18:06:271835 },
1836 },
Stephen Martinis1384ff92020-01-07 19:52:151837 'ToTLinuxTSan': {
1838 # These are slow on the TSan bots for some reason, crbug.com/794372
1839 'swarming': {
1840 'shards': 6,
1841 },
1842 },
1843 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031844 'Win10 Tests x64 (dbg)': {
1845 'experiment_percentage': 100,
1846 },
Stephen Martinis1384ff92020-01-07 19:52:151847 'Win7 Tests (dbg)(1)': {
1848 'swarming': {
1849 'shards': 4,
1850 },
1851 },
Jacob Kopczynski3a555bd32020-12-10 01:41:161852 # TODO(crbug.com/970649): Remove these filters.
Ben Pastene8ef125e2019-12-10 01:46:291853 'linux-chromeos-chrome': {
Ben Pastene8ef125e2019-12-10 01:46:291854 'args': [
1855 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1856 ],
1857 },
Stephen Martinis1384ff92020-01-07 19:52:151858 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111859 'swarming': {
1860 'shards': 10,
1861 },
1862 },
Stephen Martinis1384ff92020-01-07 19:52:151863 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111864 'swarming': {
1865 'shards': 10,
1866 },
1867 },
Sven Zheng80734f12020-08-06 06:50:391868 # https://crbug.com/1111979
Junhua Chen39dd2dba2021-05-05 17:51:541869 'linux-lacros-code-coverage': {
1870 'args': [
1871 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter',
1872 ],
1873 },
1874 # https://crbug.com/1111979
Sven Zheng010820d2020-08-17 22:38:441875 'linux-lacros-tester-rel': {
Sven Zheng010820d2020-08-17 22:38:441876 'args': [
Yuke Liao56a437dd2021-05-05 04:53:401877 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter',
Sven Zheng010820d2020-08-17 22:38:441878 ],
1879 },
Kenneth Russelleb60cbd22017-12-05 07:54:281880 },
1881 },
Yuke Liaob6beaeca2021-04-29 23:41:511882 'interactive_ui_tests_amd64-generic': {
1883 'remove_from': [
1884 # TODO(crbug.com/1204231): Re-enable.
1885 'lacros-amd64-generic-rel',
1886 ]
1887 },
Yuke Liao79a8cf52021-06-11 18:14:341888 'interactive_ui_tests_eve': {
1889 'remove_from': [
1890 # TODO(crbug.com/1204231): Re-enable.
1891 'lacros-amd64-generic-rel',
1892 ]
1893 },
Maksim Sisov649b7017a2021-03-04 08:20:391894 'interactive_ui_tests_wayland': {
1895 'modifications': {
1896 # CQ tester.
1897 'Linux Ozone Tester (Wayland)': {
1898 'args': [
1899 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter',
1900 ],
1901 },
1902 # CI Ozone/Wayland tester.
1903 'Linux Tester (Ozone Wayland)': {
1904 'args': [
1905 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter',
1906 ],
1907 },
1908 },
1909 },
John Budorickf00e5ff2019-06-11 21:21:061910 'ipc_tests': {
1911 'modifications': {
1912 'android-asan': {
1913 'swarming': {
1914 'shards': 2,
1915 },
1916 },
1917 },
1918 },
Nico Weber858587f2021-07-22 03:30:231919 'mac_signing_tests': {
1920 'remove_from': [
1921 # TODO(crbug.com/1220743): Re-enable.
1922 'Mac10.11 Tests',
1923 'Mac10.12 Tests',
1924 ]
1925 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031926 'maps_pixel_passthrough_test': {
Brian Sheedyc0c142c2021-06-01 21:18:051927 'modifications': {
1928 'Android FYI Release (Pixel 4)': {
1929 'args': [
1930 # Pixel 4s are weird in that they can output in different color spaces
1931 # simultaneously. The readback code for capturing a screenshot assumes
1932 # only one color space, so disable wide color gamut for the test to
1933 # work around the issue. See https://crbug.com/1166379 for more
1934 # information.
1935 '--extra-browser-args=--disable-wcg-for-test',
1936 ],
1937 },
1938 'Optional Android Release (Pixel 4)': {
1939 'args': [
1940 # See above.
1941 '--extra-browser-args=--disable-wcg-for-test',
1942 ],
1943 },
1944 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031945 'replacements': {
1946 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1947 # use ${got_cr_revision}, which is only set on the V8 bots.
1948 'Linux V8 FYI Release (NVIDIA)': {
1949 'args': {
1950 '--git-revision': '${got_cr_revision}',
1951 },
1952 },
1953 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1954 'args': {
1955 '--git-revision': '${got_cr_revision}',
1956 },
1957 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001958 'Mac V8 FYI Release (Intel)': {
1959 'args': {
1960 '--git-revision': '${got_cr_revision}',
1961 },
1962 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031963 'Win V8 FYI Release (NVIDIA)': {
1964 'args': {
1965 '--git-revision': '${got_cr_revision}',
1966 },
1967 },
1968 },
1969 },
1970 'maps_pixel_validating_test': {
Brian Sheedy0566f2cb2021-02-12 22:12:501971 'modifications': {
1972 'Android FYI Release (Pixel 4)': {
1973 'args': [
1974 # Pixel 4s are weird in that they can output in different color spaces
1975 # simultaneously. The readback code for capturing a screenshot assumes
1976 # only one color space, so disable wide color gamut for the test to
1977 # work around the issue. See https://crbug.com/1166379 for more
1978 # information.
1979 '--extra-browser-args=--disable-wcg-for-test',
1980 ],
1981 },
Brian Sheedycde1ab1882021-05-27 21:22:001982 'Optional Android Release (Pixel 4)': {
1983 'args': [
1984 # See above.
1985 '--extra-browser-args=--disable-wcg-for-test',
1986 ],
1987 },
Brian Sheedy0566f2cb2021-02-12 22:12:501988 },
Brian Sheedye285c9b2019-07-15 21:42:461989 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1990 # exception once there is enough capacity to run these tests.
1991 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461992 'Android FYI Release (Pixel 2)',
1993 ],
Brian Sheedy44fd891b2019-10-03 20:07:541994 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541995 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1996 # use ${got_cr_revision}, which is only set on the V8 bots.
1997 'Android V8 FYI Release (Nexus 5X)': {
1998 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321999 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:542000 },
2001 },
Brian Sheedy44fd891b2019-10-03 20:07:542002 'Mac V8 FYI Release (Intel)': {
2003 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:322004 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:542005 },
2006 },
Brian Sheedy44fd891b2019-10-03 20:07:542007 },
Brian Sheedye285c9b2019-07-15 21:42:462008 },
Andrew Luo38b311f2019-10-04 03:42:092009 'media_unittests': {
2010 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:472011 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:152012 'args': [
2013 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.media_unittests.filter',
2014 ],
2015 },
Haiyang Pan2486dcb2020-09-18 17:53:062016 'android-marshmallow-x86-rel-non-cq': {
John Budorickb5185112020-01-08 22:40:212017 'args': [
Haiyang Pan569659f02020-05-30 00:48:452018 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.media_unittests.filter',
John Budorickb5185112020-01-08 22:40:212019 ],
2020 },
Andrew Luo38b311f2019-10-04 03:42:092021 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:582022 'args': [
2023 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
2024 ],
Andrew Luo38b311f2019-10-04 03:42:092025 },
Haiyang Pan08d09dc2020-04-01 16:11:212026 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:212027 'args': [
Haiyang Pan569659f02020-05-30 00:48:452028 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.media_unittests.filter',
John Budorickb5185112020-01-08 22:40:212029 ],
2030 },
Chong Gudf7fbe92021-02-24 02:55:582031 'fuchsia-code-coverage': {
2032 'swarming': {
2033 'shards': 3,
2034 },
2035 },
Chong Gub2446462021-08-19 18:44:082036 'fuchsia-fyi-arm64-dbg': {
2037 'args': [
2038 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.media_unittests.filter',
2039 ],
2040 },
Andrew Luo38b311f2019-10-04 03:42:092041 },
2042 },
Chong Gu4eca1ce2021-05-17 08:49:572043 'mediapipe_validating_tests': {
2044 'remove_from': [
2045 # TODO(crbug.com/1201887): Remove once tests are stable.
2046 'Fuchsia x64',
2047 ],
2048 },
Ben Joyce02dc8092021-03-04 21:48:192049 'mojo_test_apk': {
2050 'remove_from': [
2051 'android-code-coverage-native', # Does not generate profraw data.
Ben Joyce46ca6012021-03-31 19:19:252052 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data.
Ben Joyce02dc8092021-03-04 21:48:192053 ],
2054 },
John Budorickf00e5ff2019-06-11 21:21:062055 'mojo_unittests': {
2056 'modifications': {
2057 'android-asan': {
2058 'swarming': {
John Budorick5a29d7542019-10-11 20:56:442059 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:062060 },
2061 },
Chong Gudf7fbe92021-02-24 02:55:582062 'fuchsia-code-coverage': {
2063 'swarming': {
2064 'shards': 2,
2065 },
2066 },
John Budorickf00e5ff2019-06-11 21:21:062067 },
2068 },
Peter Kotwiczda2f11102020-10-09 05:29:502069 'monochrome_public_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:152070 'modifications': {
2071 'ToTAndroid': {
2072 'swarming': {
2073 'dimension_sets': [
2074 {
John Budorick838256a2020-02-29 01:29:072075 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:152076 'device_os': None,
2077 'device_playstore_version': None,
2078 'device_type': None,
2079 'os': 'Ubuntu-16.04',
2080 },
2081 ],
2082 },
2083 },
2084 'android-arm64-proguard-rel': {
2085 'swarming': {
2086 'dimension_sets': [
2087 {
John Budorick838256a2020-02-29 01:29:072088 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:152089 'device_os': None,
2090 'device_playstore_version': None,
2091 'device_type': None,
2092 'os': 'Ubuntu-16.04',
2093 },
2094 ],
2095 },
2096 },
2097 'android-pie-arm64-rel': {
2098 'swarming': {
2099 'dimension_sets': [
2100 {
John Budorick838256a2020-02-29 01:29:072101 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:152102 'device_os': None,
2103 'device_os_flavor': None,
2104 'device_playstore_version': None,
2105 'device_type': None,
2106 'os': 'Ubuntu-16.04',
2107 },
2108 ],
2109 },
2110 },
2111 },
Erik Chend16d922d2019-12-10 04:37:142112 },
Ben Joyce4677e682021-03-22 22:19:112113 'monochrome_public_bundle_fake_modules_smoke_test' : {
2114 'remove_from': [
2115 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999):
2116 # GLIBC_2.28 Not found.
2117 ],
2118 },
2119 'monochrome_public_bundle_smoke_test' : {
2120 'remove_from': [
2121 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999):
2122 # GLIBC_2.28 Not found.
2123 ],
2124 },
2125 'monochrome_public_smoke_test' : {
2126 'remove_from': [
2127 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999):
2128 # GLIBC_2.28 Not found.
2129 ],
2130 },
bsheedye9469572019-01-23 17:31:332131 'monochrome_public_test_ar_apk': {
2132 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:032133 'Nougat Phone Tester': {
2134 'args': [
2135 # ArCore is not installed as a system app on N, so we can install it
2136 # normally instead of replacing the system version.
2137 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
2138 ],
2139 },
bsheedye9469572019-01-23 17:31:332140 # We need to match the Playstore version as well because AR tests fail on
2141 # old versions of the Playstore.
2142 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:082143 'args': [
2144 # ArCore is not installed as a system app on O, so we can install it
2145 # normally instead of replacing the system version.
2146 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
2147 ],
bsheedye9469572019-01-23 17:31:332148 'swarming': {
2149 'dimension_sets': [
2150 {
2151 'device_os': 'OPR3.170623.008',
bsheedye9469572019-01-23 17:31:332152 'device_type': 'marlin',
2153 'os': 'Android',
2154 },
2155 ],
2156 },
2157 },
Haiyang Pan57159eba2020-05-07 23:14:132158 'android-10-arm64-rel': {
2159 'args': [
Brian Sheedy4dc4a6f2020-09-17 22:18:502160 '--remove-system-package=com.google.ar.core',
2161 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk',
Haiyang Pan57159eba2020-05-07 23:14:132162 ]
2163 },
Haiyang Pan363c59a2020-07-23 05:47:042164 'android-nougat-arm64-rel': {
2165 'args': [
2166 # ArCore is not installed as a system app on N, so we can install it
2167 # normally instead of replacing the system version.
2168 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
2169 ],
2170 },
Brian Sheedy2bcd16b2019-04-22 22:47:082171 'android-pie-arm64-dbg': {
2172 'args': [
Brian Sheedy4dc4a6f2020-09-17 22:18:502173 '--remove-system-package=com.google.ar.core',
2174 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk',
Brian Sheedy2bcd16b2019-04-22 22:47:082175 ]
2176 }
bsheedye9469572019-01-23 17:31:332177 },
2178 },
Nico Weberd3096fb2018-06-07 17:50:152179 'nacl_helper_nonsfi_unittests': {
2180 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:152181 'Linux TSan Tests', # Sets enable_nacl=false.
2182 ],
2183 },
Kenneth Russellfbda3c532017-12-08 23:57:242184 'nacl_loader_unittests': {
2185 'remove_from': [
Nico Weber48f187142018-06-01 15:16:352186 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:512187 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:112188 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:482189 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:242190 ],
2191 },
Kenneth Russelleb60cbd22017-12-05 07:54:282192 'net_unittests': {
2193 'modifications': {
Nico Weber33b9b7a2020-06-12 19:23:272194 'CrWinAsan': {
2195 # TODO(crbug.com/794372): net_unittests is slow under ASan.
2196 'swarming': {
2197 'shards': 16,
2198 },
2199 },
2200 'CrWinAsan(dll)': {
2201 # TODO(crbug.com/794372): net_unittests is slow under ASan.
2202 'swarming': {
2203 'shards': 16,
2204 },
2205 },
John Budorickca14c76f62017-12-09 14:19:182206 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342207 # These are very slow on the ASAN trybot for some reason.
2208 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182209 'swarming': {
John Budorick5052d552017-12-13 02:59:342210 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:182211 },
2212 },
2213 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:352214 # These are very slow on the ASAN trybot for some reason.
2215 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182216 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:022217 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:182218 }
2219 },
Takuto Ikuta54671d972018-07-19 19:06:352220 'Linux ChromiumOS MSan Tests': {
2221 # These are very slow on the Chrome OS MSAN trybot for some reason.
2222 # crbug.com/865455
2223 'swarming': {
2224 'shards': 2,
2225 },
2226 },
John Budorickca14c76f62017-12-09 14:19:182227 'Linux TSan Tests': {
2228 'swarming': {
2229 'shards': 4,
2230 }
2231 },
Ben Pastene8bf205b2018-06-13 04:00:332232 # The suite runs signficantly slower on linux dbg, so increase shards.
2233 'Linux Tests (dbg)(1)': {
2234 'swarming': {
2235 'shards': 2,
2236 },
2237 },
Stephen Martinis1384ff92020-01-07 19:52:152238 'ToTLinuxASan': {
2239 # TODO(crbug.com/794372): net_unittests is slow under ASan.
2240 'swarming': {
2241 'shards': 16,
2242 },
2243 },
2244 'ToTLinuxTSan': {
2245 'swarming': {
2246 'shards': 4,
2247 }
2248 },
Haiyang Pan9d68ca02021-08-04 21:30:472249 'android-11-x86-rel': {
Haiyang Pan8d9906e02021-03-24 20:11:042250 'args': [
2251 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter',
2252 ],
2253 },
Stefano Duof44278b2021-08-02 16:29:382254 'android-cronet-x86-dbg-10-tests': {
2255 'args': [
2256 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_10.net_unittests.filter',
2257 ],
2258 },
Haiyang Pan2486dcb2020-09-18 17:53:062259 'android-marshmallow-x86-rel-non-cq': {
John Budorick7fde6b492020-01-29 17:43:502260 # crbug.com/1046060
2261 'args': [
2262 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
2263 ],
2264 },
Haiyang Pan08d09dc2020-04-01 16:11:212265 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:502266 # crbug.com/1046060
2267 'args': [
2268 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
2269 ],
2270 },
Chong Gu012d5462021-04-07 23:43:242271 'fuchsia-code-coverage': {
2272 'swarming': {
2273 'shards': 14,
2274 },
2275 },
Omer Katz7d2be652020-01-22 18:13:462276 'linux-blink-heap-concurrent-marking-tsan-rel': {
2277 'swarming': {
2278 'shards': 4,
2279 }
2280 },
Ben Pastene8bf205b2018-06-13 04:00:332281 'linux-chromeos-dbg': {
2282 'swarming': {
2283 'shards': 2,
2284 },
2285 },
Nico Weber33b9b7a2020-06-12 19:23:272286 'win-asan': {
2287 # TODO(crbug.com/794372): net_unittests is slow under ASan.
2288 'swarming': {
2289 'shards': 16,
2290 },
2291 },
Kenneth Russelleb60cbd22017-12-05 07:54:282292 },
2293 },
John Chenaab16fc02020-03-03 06:35:452294 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:282295 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:282296 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
2297 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:282298 ],
Yuke Liaobc9ff982019-04-30 06:56:162299 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:152300 'Linux Tests': {
2301 "args": [
2302 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:152303 ],
2304 },
Yuke Liaoea70f472019-12-19 06:03:362305 'linux-code-coverage': {
2306 'args': [
2307 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:362308 ],
2309 'swarming': {
2310 'shards': 20,
2311 },
2312 },
Stephanie Kim5c7f31d2021-04-27 18:00:062313 'linux-xenial-rel': {
2314 "args": [
2315 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
2316 ],
2317 },
Yuke Liaobc9ff982019-04-30 06:56:162318 },
Lukasz Anforowicz04bc6302018-11-19 19:04:282319 },
Xi Cheng34ca4042018-02-23 00:10:122320 'notification_helper_unittests': {
2321 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:122322 # The test uses WinRT, which only exists in Windows 8 or above.
2323 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:122324 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:122325 'Win7 Tests (1)',
2326 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:152327 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:122328 'ToTWin',
2329 'ToTWin(dbg)',
2330 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:032331 'ToTWinOfficial',
Arthur Eubanks0c24b822021-06-15 18:51:342332 'ToTWinOfficial64',
Xi Cheng34ca4042018-02-23 00:10:122333 'ToTWin64',
2334 'ToTWin64(dbg)',
2335 'ToTWin64(dll)',
2336 'ToTWinCFI',
2337 'ToTWinCFI64',
Xi Cheng34ca4042018-02-23 00:10:122338 ],
2339 },
Ben Pastenee723b2f2019-05-31 19:10:272340 'ozone_unittests': {
2341 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:292342 'chromeos-betty-pi-arc-chrome': {
2343 'args': [
2344 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
2345 ],
2346 },
Ben Pastene500cc1d12021-01-22 18:10:472347 'chromeos-betty-pi-arc-chrome-dchecks': {
2348 'args': [
2349 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
2350 ],
2351 },
Ben Pastene8ef125e2019-12-10 01:46:292352 'linux-chromeos-chrome': {
2353 'args': [
2354 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
2355 ],
2356 },
Ben Pastenee723b2f2019-05-31 19:10:272357 },
2358 },
Karen Qian385d2ca2019-03-19 21:49:582359 'perfetto_unittests': {
2360 'remove_from': [
Haiyang Pan363c59a2020-07-23 05:47:042361 # TODO(crbug.com/931138): Fix permission issue when creating tmp files
John Budorickd3fa5992019-12-13 17:22:412362 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:092363 'android-asan',
Yun Liu022f4512019-06-10 23:14:042364 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:122365 'android-code-coverage-native',
Haiyang Pan32b83392020-03-14 01:38:462366 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:582367 'android-marshmallow-arm64-rel',
Haiyang Pan2486dcb2020-09-18 17:53:062368 'android-marshmallow-x86-rel-non-cq',
Haiyang Pan363c59a2020-07-23 05:47:042369 'android-nougat-arm64-rel',
Ben Joyce46ca6012021-03-31 19:19:252370 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data.
Andrew Luo38b311f2019-10-04 03:42:092371 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212372 'android-pie-x86-rel',
Haiyang Pan9d68ca02021-08-04 21:30:472373 'android-11-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:582374 'Lollipop Phone Tester',
2375 'Lollipop Tablet Tester',
2376 'Marshmallow 64 bit Tester',
2377 'Marshmallow Tablet Tester',
2378 'Nougat Phone Tester',
Arthur Eubanksc8f86ee2021-05-10 20:14:242379 'ToTAndroid'
Karen Qian385d2ca2019-03-19 21:49:582380 ]
2381 },
Stephen Martinis54d64ad2018-09-21 22:16:202382 'performance_test_suite': {
2383 'modifications': {
Zhaoyang Li78427592021-03-25 19:03:232384 'Mac10.15 Tests (dbg)': {
2385 'args': [
2386 '--browser=debug',
2387 ],
2388 },
Stephen Martinis54d64ad2018-09-21 22:16:202389 'Win10 Tests x64 (dbg)': {
2390 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:212391 '--browser=debug_x64',
Stephen Martinis54d64ad2018-09-21 22:16:202392 ],
2393 'experiment_percentage': 100,
2394 },
2395 'Win7 Tests (dbg)(1)': {
2396 'args': [
2397 '--browser=debug',
2398 ],
2399 },
2400 },
2401 },
Sven Zhenge8335e02020-08-07 22:38:392402 'pixel_browser_tests': {
2403 'modifications': {
2404 'win-pixel-tester-rel': {
2405 'non_precommit_args': [
2406 # Do not allow retry or it will break the bulk approval process.
2407 # When retry with fail-pass pattern, the passing test will overwrite the previously
2408 # seen flaky version on the trace. We can triage the image using the printed link,
2409 # but it will not show on the Skia Gold search page.
2410 '--test-launcher-retry-limit=0',
2411 ],
2412 },
2413 },
2414 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032415 'pixel_skia_gold_passthrough_test': {
Brian Sheedyc0c142c2021-06-01 21:18:052416 'modifications': {
2417 'Android FYI Release (Pixel 4)': {
2418 'args': [
2419 # Pixel 4s are weird in that they can output in different color spaces
2420 # simultaneously. The readback code for capturing a screenshot assumes
2421 # only one color space, so disable wide color gamut for the test to
2422 # work around the issue. See https://crbug.com/1166379 for more
2423 # information.
2424 '--extra-browser-args=--disable-wcg-for-test',
2425 ],
2426 },
2427 'Optional Android Release (Pixel 4)': {
2428 'args': [
2429 # See above.
2430 '--extra-browser-args=--disable-wcg-for-test',
2431 ],
2432 },
2433 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032434 'replacements': {
2435 # The V8 builders pass the V8 revision for ${got_revision}, so instead
2436 # use ${got_cr_revision}, which is only set on the V8 bots.
2437 'Linux V8 FYI Release (NVIDIA)': {
2438 'args': {
2439 '--git-revision': '${got_cr_revision}',
2440 },
2441 },
2442 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
2443 'args': {
2444 '--git-revision': '${got_cr_revision}',
2445 },
2446 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002447 'Mac V8 FYI Release (Intel)': {
2448 'args': {
2449 '--git-revision': '${got_cr_revision}',
2450 },
2451 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032452 'Win V8 FYI Release (NVIDIA)': {
2453 'args': {
2454 '--git-revision': '${got_cr_revision}',
2455 },
2456 },
2457 },
2458 },
2459 'pixel_skia_gold_validating_test': {
Brian Sheedy0566f2cb2021-02-12 22:12:502460 'modifications': {
2461 'Android FYI Release (Pixel 4)': {
2462 'args': [
2463 # Pixel 4s are weird in that they can output in different color spaces
2464 # simultaneously. The readback code for capturing a screenshot assumes
2465 # only one color space, so disable wide color gamut for the test to
2466 # work around the issue. See https://crbug.com/1166379 for more
2467 # information.
2468 '--extra-browser-args=--disable-wcg-for-test',
2469 ],
2470 },
Brian Sheedycde1ab1882021-05-27 21:22:002471 'Optional Android Release (Pixel 4)': {
2472 'args': [
2473 # See above.
2474 '--extra-browser-args=--disable-wcg-for-test',
2475 ],
2476 },
Brian Sheedy0566f2cb2021-02-12 22:12:502477 },
Brian Sheedye6ea0ee2019-07-11 02:54:372478 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:372479 # The V8 builders pass the V8 revision for ${got_revision}, so instead
2480 # use ${got_cr_revision}, which is only set on the V8 bots.
2481 'Android V8 FYI Release (Nexus 5X)': {
2482 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:322483 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:372484 },
2485 },
Brian Sheedye6ea0ee2019-07-11 02:54:372486 'Mac V8 FYI Release (Intel)': {
2487 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:322488 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:372489 },
2490 },
Brian Sheedye6ea0ee2019-07-11 02:54:372491 },
2492 },
2493 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:462494 'modifications': {
2495 'Android Release (Nexus 5X)': {
2496 'swarming': {
2497 'shards': 2,
2498 },
2499 },
2500 },
Nico Weber128fd382018-06-14 23:29:272501 },
Chong Gu7ee366b2021-04-29 22:59:272502 'pixel_tests': {
2503 'remove_from': [
2504 'Fuchsia x64' # https://crbug.com/1203236
2505 ],
2506 },
Brian Sheedy9653f152019-08-07 17:02:442507 'rendering_representative_perf_tests': {
2508 'modifications': {
2509 'Win10 FYI x64 Exp Release (Intel HD 630)': {
2510 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:212511 '--browser=release_x64',
Brian Sheedy9653f152019-08-07 17:02:442512 ],
2513 },
2514 'Win10 FYI x64 Exp Release (NVIDIA)': {
2515 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:212516 '--browser=release_x64',
Brian Sheedy9653f152019-08-07 17:02:442517 ],
2518 },
Yuly Novikov86cb3542020-11-26 17:10:002519 'Win10 FYI x64 Release (AMD RX 5500 XT)': {
2520 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:212521 '--browser=release_x64',
Yuly Novikov86cb3542020-11-26 17:10:002522 ],
2523 },
Brian Sheedy9653f152019-08-07 17:02:442524 'Win10 FYI x64 Release (Intel HD 630)': {
2525 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:212526 '--browser=release_x64',
Brian Sheedy9653f152019-08-07 17:02:442527 ],
2528 },
Brian Sheedy9653f152019-08-07 17:02:442529 'Win10 FYI x64 Release (NVIDIA)': {
2530 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:212531 '--browser=release_x64',
Brian Sheedy9653f152019-08-07 17:02:442532 ],
2533 },
behdad26cf7e72019-12-18 13:57:302534 'Win10 x64 Release (NVIDIA)': {
2535 'args': [
Takuto Ikutab28b582e2021-02-10 01:41:212536 '--browser=release_x64',
behdad26cf7e72019-12-18 13:57:302537 ],
2538 },
Brian Sheedy9653f152019-08-07 17:02:442539 },
2540 },
John Budorickdce9d462019-03-23 00:25:382541 'sandbox_linux_unittests': {
2542 'modifications': {
2543 'Lollipop Phone Tester': {
2544 'args': [
2545 '--shard-timeout=300',
2546 ],
2547 },
Haiyang Pan32b83392020-03-14 01:38:462548 'android-lollipop-arm-rel': {
2549 'args': [
2550 '--shard-timeout=300',
2551 ],
2552 },
Haiyang Pan6b8e4cf2021-08-02 21:38:282553 'android-marshmallow-x86-rel': {
John Budorick6e8e595b2020-01-27 18:15:582554 'args': [
2555 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
2556 ]
2557 },
Haiyang Pan08d09dc2020-04-01 16:11:212558 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:042559 'args': [
2560 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
2561 ]
2562 },
John Budorickdce9d462019-03-23 00:25:382563 },
John Budorick3ebfdf852019-05-13 22:28:162564 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:162565 'android-asan', # https://crbug.com/962650
2566 ],
John Budorickdce9d462019-03-23 00:25:382567 },
Brian Sheedyc0c142c2021-06-01 21:18:052568 'screenshot_sync_passthrough_tests': {
2569 'modifications': {
2570 'Android FYI Release (Pixel 4)': {
2571 'args': [
2572 # Pixel 4s are weird in that they can output in different color spaces
2573 # simultaneously. The readback code for capturing a screenshot assumes
2574 # only one color space, so disable wide color gamut for the test to
2575 # work around the issue. See https://crbug.com/1166379 for more
2576 # information.
2577 '--extra-browser-args=--disable-wcg-for-test',
2578 ],
2579 },
2580 'Optional Android Release (Pixel 4)': {
2581 'args': [
2582 # See above.
2583 '--extra-browser-args=--disable-wcg-for-test',
2584 ],
2585 },
2586 },
2587 },
Brian Sheedy0566f2cb2021-02-12 22:12:502588 'screenshot_sync_validating_tests': {
2589 'modifications': {
2590 'Android FYI Release (Pixel 4)': {
2591 'args': [
2592 # Pixel 4s are weird in that they can output in different color spaces
2593 # simultaneously. The readback code for capturing a screenshot assumes
2594 # only one color space, so disable wide color gamut for the test to
2595 # work around the issue. See https://crbug.com/1166379 for more
2596 # information.
2597 '--extra-browser-args=--disable-wcg-for-test',
2598 ],
2599 },
Brian Sheedycde1ab1882021-05-27 21:22:002600 'Optional Android Release (Pixel 4)': {
2601 'args': [
2602 # See above.
2603 '--extra-browser-args=--disable-wcg-for-test',
2604 ],
2605 },
Brian Sheedy0566f2cb2021-02-12 22:12:502606 },
2607 },
Kenneth Russelleb60cbd22017-12-05 07:54:282608 'services_unittests': {
2609 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:482610 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:012611 # The face and barcode detection tests fail on the Mac Pros.
2612 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:462613 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
2614 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:282615 ],
Brian Sheedyb6c58792020-05-07 18:37:332616 'replacements': {
2617 # TODO(crbug.com/1078982): Remove once the test is fixed on 10.15.4.
2618 'Mac FYI Experimental Release (Intel)': {
2619 'args': {
2620 '--gtest_filter': '*Detection*:-FaceDetectionImplMacTest.ScanOneFace*',
2621 },
2622 },
2623 },
Haiyang Pan363c59a2020-07-23 05:47:042624 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:472625 'android-11-x86-rel': {
Haiyang Pan10f029c2021-07-30 23:17:562626 'args': [
2627 # TODO(crbug.com/1234824): Fix the failed tests
2628 '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
2629 ],
2630 },
Haiyang Pan363c59a2020-07-23 05:47:042631 'android-nougat-arm64-rel': {
2632 # TODO(crbug.com/1108055): Remove this filter
2633 'args': [
2634 '--gtest_filter=-SystemPerfettoTest.*',
2635 ],
Chong Gudf7fbe92021-02-24 02:55:582636 },
Chong Gu52481452021-04-02 17:52:412637 'fuchsia-code-coverage': {
2638 'swarming': {
2639 'shards': 7,
2640 },
2641 },
2642 }
Chong Gudf7fbe92021-02-24 02:55:582643 },
Brian Ho8271a7ad2021-08-12 20:48:032644 # TODO(crbug.com/1202958): Remove these when SkiaRenderer is fully shipped
2645 # on Chrome OS.
2646 'skia_renderer_telemetry_perf_unittests': {
2647 'remove_from': [
2648 # Not enough capacity.
2649 'chromeos-betty-pi-arc-chrome',
2650 'chromeos-betty-pi-arc-chrome-dchecks',
2651 ],
2652 'modifications': {
2653 'chromeos-amd64-generic-rel': {
2654 'ci_only': True,
2655 },
2656 'chromeos-amd64-generic-rel (goma cache silo)': {
2657 'ci_only': True,
2658 },
2659 'chromeos-amd64-generic-rel (reclient)': {
2660 'ci_only': True,
2661 },
2662 'chromeos-amd64-generic-rel-dchecks': {
2663 'ci_only': True,
2664 },
2665 },
2666 },
2667 'skia_renderer_telemetry_unittests': {
2668 'remove_from': [
2669 # Not enough capacity.
2670 'chromeos-betty-pi-arc-chrome',
2671 'chromeos-betty-pi-arc-chrome-dchecks',
2672 ],
2673 'modifications': {
2674 'chromeos-amd64-generic-rel': {
2675 'ci_only': True,
2676 },
2677 'chromeos-amd64-generic-rel (goma cache silo)': {
2678 'ci_only': True,
2679 },
2680 'chromeos-amd64-generic-rel (reclient)': {
2681 'ci_only': True,
2682 },
2683 'chromeos-amd64-generic-rel-dchecks': {
2684 'ci_only': True,
2685 },
2686 },
2687 },
Chong Gub2446462021-08-19 18:44:082688 'snapshot_unittests': {
2689 'modifications': {
2690 'fuchsia-fyi-arm64-dbg': {
2691 'args': [
2692 '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.snapshot_unittests.filter',
2693 ],
2694 },
2695 },
2696 },
Stephen Martinis54d64ad2018-09-21 22:16:202697 'swiftshader_unittests': {
2698 'remove_from': [
2699 # Save capacity on the hardware where we have only a few machines.
2700 'Mac FYI Experimental Release (Intel)',
2701 'Mac FYI Experimental Retina Release (AMD)',
2702 'Mac FYI Experimental Retina Release (NVIDIA)',
2703 'Mac Pro FYI Release (AMD)',
2704 ],
2705 },
Kenneth Russelleb60cbd22017-12-05 07:54:282706 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:292707 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292708 'CrWinAsan(dll)', # https://crbug.com/935598
2709 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282710 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522711 'Linux ASan LSan Tests (1)': {
2712 'swarming': {
2713 'shards': 4,
2714 },
2715 },
Nico Weber8fbc2832018-12-14 16:00:572716 'Linux TSan Tests': {
2717 'swarming': {
2718 'shards': 6,
2719 },
2720 },
Sven Zheng9a52be52020-10-09 21:27:122721 # TODO(crbug.com/1131588) Tests are flaky only on CQ.
2722 'Mac10.13 Tests': {
2723 'precommit_args': [
2724 '--gtest_filter=-*',
2725 ],
2726 },
Zhaoyang Li69e2e002021-02-19 21:57:352727 # TODO(crbug.com/1131588) Tests are flaky only on CQ.
2728 'Mac10.15 Tests': {
2729 'precommit_args': [
2730 '--gtest_filter=-*',
2731 ],
2732 },
Stephen Martinis1384ff92020-01-07 19:52:152733 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282734 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152735 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282736 },
2737 },
Stephen Martinis75ab55d2018-08-30 02:27:122738 'Win10 Tests x64 (dbg)': {
2739 'experiment_percentage': 100, # https://crbug.com/840369
2740 },
Stephen Martinis1384ff92020-01-07 19:52:152741 'Win7 Tests (dbg)(1)': {
2742 'swarming': {
2743 'shards': 2,
2744 },
2745 },
2746 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112747 'swarming': {
2748 'shards': 4,
2749 },
2750 },
Stephen Martinis1384ff92020-01-07 19:52:152751 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112752 'swarming': {
2753 'shards': 4,
2754 },
2755 },
Sven Zhengfbbf21a2021-04-16 23:57:122756 # https://crbug.com/1199909,
Junhua Chen39dd2dba2021-05-05 17:51:542757 'linux-lacros-code-coverage': {
2758 'args': [
2759 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.sync_integration_tests.filter',
2760 ]
2761 },
Anastasiia N11c1f8d2021-04-19 14:04:422762 'linux-lacros-tester-rel': {
2763 'args': [
Yuke Liao56a437dd2021-05-05 04:53:402764 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.sync_integration_tests.filter',
Anastasiia N11c1f8d2021-04-19 14:04:422765 ],
2766 },
Kenneth Russelleb60cbd22017-12-05 07:54:282767 },
2768 },
Haiyang Panfed339172021-03-10 23:19:572769 'system_webview_shell_layout_test_apk': {
2770 'remove_from': [
Haiyang Pan9d68ca02021-08-04 21:30:472771 'android-11-x86-rel', # crbug.com/1165280
Haiyang Panfed339172021-03-10 23:19:572772 ],
2773 },
Weizhong Xia613fda42021-04-21 20:11:522774 'system_webview_wpt': {
2775 'modifications': {
2776 'android-webview-pie-x86-wpt-fyi-rel': {
Weizhong Xia03b8e36e2021-06-25 23:23:582777 'args': [
2778 '--log-wptreport',
2779 ],
Weizhong Xia613fda42021-04-21 20:11:522780 'swarming': {
Weizhong Xia613fda42021-04-21 20:11:522781 'shards': 18,
2782 },
2783 },
2784 },
2785 },
Kenneth Russell8a386d42018-06-02 09:48:012786 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522787 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012788 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012789 'Linux Debug (NVIDIA)',
2790 'Mac Debug (Intel)',
2791 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492792 'Win10 FYI x64 Debug (NVIDIA)',
Yuly Novikovf28f1eca2019-07-04 22:43:392793 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052794 'Linux FYI Release (Intel HD 630)',
2795 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162796 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052797 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2798 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012799 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552800 },
Haiyang Pan8c201b92020-06-04 01:25:072801 'telemetry_chromium_minidump_unittests': {
2802 'remove_from': [
Haiyang Pan2486dcb2020-09-18 17:53:062803 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084352
Haiyang Pan8c201b92020-06-04 01:25:072804 ],
2805 },
Brian Sheedyc117f6d2020-05-06 02:23:272806 'telemetry_monochrome_minidump_unittests': {
2807 'remove_from': [
2808 # Monochrome isn't supported on M.
2809 'android-marshmallow-arm64-rel',
Haiyang Pan2486dcb2020-09-18 17:53:062810 'android-marshmallow-x86-rel-non-cq',
Brian Sheedyc117f6d2020-05-06 02:23:272811 ],
2812 },
Kenneth Russelleb60cbd22017-12-05 07:54:282813 'telemetry_perf_unittests': {
2814 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282815 'Linux Tests': {
2816 'args': [
2817 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482818 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282819 ],
2820 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352821 'Linux Tests (dbg)(1)': {
2822 'args': [
2823 '--xvfb',
2824 '--jobs=1',
2825 ],
2826 },
Stephanie Kim56defb72020-11-19 21:32:372827 # TODO crbug.com/1143924: Remove when experimentation is complete
2828 'Linux Tests Robocrop': {
2829 'args': [
2830 '--xvfb',
2831 '--jobs=1',
2832 ],
2833 },
Kenneth Russelleb60cbd22017-12-05 07:54:282834 # Disable parallelism on all Mac bots.
Kenneth Russelleb60cbd22017-12-05 07:54:282835 'Mac10.11 Tests': {
2836 'args': [
2837 '--jobs=1',
2838 ],
2839 },
2840 'Mac10.12 Tests': {
2841 'args': [
2842 '--jobs=1',
2843 ],
2844 },
Ned Nguyen6e6e5b32018-02-21 20:21:502845 'Win7 Tests (dbg)(1)': {
2846 'args': [
2847 '--jobs=1',
2848 ],
2849 'swarming': {
2850 'shards': 20,
2851 },
2852 'experiment_percentage': 100,
2853 },
Ben Pastene69400eb2021-03-25 19:27:162854 'chromeos-eve-chrome': {
2855 'args': [
2856 # TODO(crbug.com/1191132): Re-enable.
2857 '--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.wasmpspdfkit',
2858 ],
2859 },
Ben Pastene2b4b15f2021-03-04 00:39:242860 'chromeos-kevin-chrome': {
2861 # TODO(crbug.com/1182948): Remove the experiment.
Ben Pastenebe91e462021-07-27 23:47:262862 # TODO(b/188822176): Restore to 100% when we have additional capacity.
2863 'experiment_percentage': 0,
Ben Pastene2b4b15f2021-03-04 00:39:242864 },
Ben Pastene7b1384a2021-04-22 23:24:322865 'linux-bionic-rel': {
2866 'args': [
2867 '--xvfb',
2868 '--jobs=1',
2869 ],
2870 },
Stephen Martinis1384ff92020-01-07 19:52:152871 'linux-chromium-tests-staging-tests': {
2872 'args': [
2873 '--xvfb',
2874 '--jobs=1',
2875 ],
2876 },
2877 'linux-trusty-rel': {
2878 'args': [
2879 '--xvfb',
2880 '--jobs=1',
2881 ],
2882 },
Stephanie Kim5c7f31d2021-04-27 18:00:062883 'linux-xenial-rel': {
2884 'args': [
2885 '--xvfb',
2886 '--jobs=1',
2887 ],
2888 },
Kenneth Russelleb60cbd22017-12-05 07:54:282889 },
2890 'remove_from': [
Haiyang Pan2486dcb2020-09-18 17:53:062891 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084352
Haiyang Pan0e39edf42020-04-28 19:29:012892 # There's no need to run telemetry_perf_unittests on both lollipop and
Erik Chen96894722019-11-21 20:03:392893 # marshmallow on the CQ. https://crbug.com/1026487.
2894 'android-marshmallow-arm64-rel',
Haiyang Pan363c59a2020-07-23 05:47:042895 'android-nougat-arm64-rel', # crbug.com/1108124
Andrew Luobe83fd82019-12-19 03:07:582896 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:412897 # crbug.com/936540
Garrett Beatyeef031a2019-02-28 01:55:412898 'Mac10.11 Tests',
Shenghua Zhangbd6f1b22018-03-03 02:59:142899 'Mac10.13 Tests',
Zhaoyang Li69e2e002021-02-19 21:57:352900 'Mac10.15 Tests',
Zhaoyang Li78427592021-03-25 19:03:232901 'Mac10.15 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:152902 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:292903 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112904 'Win10 Tests x64 (dbg)',
Kuan Huangc93e8672021-06-29 21:13:452905 'Win10 Tests x64 20h2',
Kenneth Russelleb60cbd22017-12-05 07:54:282906 ],
2907 },
Stephen Martinis54d64ad2018-09-21 22:16:202908 'telemetry_unittests': {
2909 'modifications': {
2910 'Win10 Tests x64 (dbg)': {
2911 'experiment_percentage': 100, # crbug.com/870673
Ben Pastene9383fe12020-10-20 21:32:402912 },
John Budorickc498fd3c2019-03-14 01:16:262913 },
2914 'remove_from': [
Ben Pastene9ef2ced52021-07-28 18:04:342915 # TODO(crbug.com/1141234): Restore when there's more DUTs
2916 'chromeos-kevin-chrome',
2917 'chromeos-kevin-rel',
Ben Pastene619317752020-12-03 00:04:142918
John Budorickc498fd3c2019-03-14 01:16:262919 # crbug.com/936540
John Budorickc498fd3c2019-03-14 01:16:262920 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:292921
2922 'Win10 Tests x64',
Kuan Huangc93e8672021-06-29 21:13:452923 'Win10 Tests x64 20h2',
John Budorickc498fd3c2019-03-14 01:16:262924 ],
Stephen Martinis54d64ad2018-09-21 22:16:202925 },
Brian Sheedyf3b48d62020-05-08 23:03:122926 'test_buildbucket_api_gpu_use_cases': {
2927 'remove_from': [
2928 # crbug.com/1080749
2929 'Optional Linux Release (NVIDIA)',
2930 ],
2931 },
Kenneth Russelleb60cbd22017-12-05 07:54:282932 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:522933 'remove_from': [
Ben Pastene3e32ffe2020-08-07 03:37:072934 'android-pie-arm64-rel', # https://crbug.com/1010211
Yun Liu3e759dbb2019-11-01 19:25:522935 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282936 'modifications': {
John Budorickca14c76f62017-12-09 14:19:182937 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342938 # These are slow on the ASAN trybot for some reason.
2939 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182940 'swarming': {
John Budorick5052d552017-12-13 02:59:342941 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182942 },
2943 },
Stephen Martinis1384ff92020-01-07 19:52:152944 'Linux Chromium OS ASan LSan Tests (1)': {
2945 # These are slow on the ASAN trybot for some reason.
2946 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182947 'swarming': {
2948 'shards': 2,
2949 },
2950 },
Takuto Ikuta54671d972018-07-19 19:06:352951 'Linux ChromiumOS MSan Tests': {
2952 # These are very slow on the Chrome OS MSAN trybot for some reason.
2953 # crbug.com/865455
2954 'swarming': {
2955 'shards': 2,
2956 },
2957 },
Stephen Martinis1384ff92020-01-07 19:52:152958 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:352959 'swarming': {
2960 'shards': 2,
2961 },
2962 },
Stephen Martinis1384ff92020-01-07 19:52:152963 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:142964 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152965 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:142966 },
2967 },
Stephen Martinis1384ff92020-01-07 19:52:152968 'android-asan': {
2969 'args': [
2970 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
2971 ],
2972 },
Takuto Ikuta527cdff2020-01-29 08:04:272973 'android-marshmallow-arm64-rel-swarming': {
2974 'swarming': {
2975 'shards': 8,
2976 },
2977 },
Stephen Martinis1384ff92020-01-07 19:52:152978 'linux-chromeos-chrome': {
2979 'args': [
2980 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
2981 ],
2982 },
Ben Pasteneacd57392019-10-31 02:13:252983 'linux-chromeos-dbg': {
2984 'swarming': {
2985 'shards': 2,
2986 },
2987 },
Erik Chend063aef72019-11-18 19:13:102988 'linux-chromeos-rel': {
2989 'swarming': {
2990 'shards': 2,
2991 },
2992 },
Yuke Liao597dd6df72020-08-18 03:02:542993 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:542994 'linux-lacros-code-coverage': {
2995 'args': [
2996 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.unit_tests.filter',
2997 ],
2998 },
2999 # https://crbug.com/1111979,
Sven Zheng5c9d3e342020-08-11 21:39:433000 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:433001 'args': [
Yuke Liao56a437dd2021-05-05 04:53:403002 '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.unit_tests.filter',
Sven Zheng5c9d3e342020-08-11 21:39:433003 ],
3004 },
Kenneth Russelleb60cbd22017-12-05 07:54:283005 },
3006 },
Maksim Sisov649b7017a2021-03-04 08:20:393007 'unit_tests_wayland': {
3008 'modifications': {
3009 # CI Ozone/Wayland tester.
3010 'Linux Tester (Ozone Wayland)': {
3011 'args': [
3012 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.unit_tests_wayland.filter',
3013 ],
3014 },
3015 }
3016 },
Kenneth Russell8a386d42018-06-02 09:48:013017 'video_decode_accelerator_gl_unittest': {
3018 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:013019 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:493020 'Optional Win10 x64 Release (Intel HD 630)',
3021 'Win10 FYI x64 Release (Intel HD 630)',
Yuly Novikov5ff15502019-07-31 00:55:483022 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:013023 ],
3024 },
Sven Zheng577fe5ff2020-08-03 22:06:443025 'views_unittests': {
Sven Zheng80734f12020-08-06 06:50:393026 'modifications': {
Sven Zheng5c9d3e342020-08-11 21:39:433027 # https://crbug.com/1111979,
Junhua Chen39dd2dba2021-05-05 17:51:543028 'linux-lacros-code-coverage': {
3029 'args': [
3030 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
3031 'DesktopWidgetTest*:'
3032 'DesktopWindowTreeHostPlatformTest*:'
3033 'EditableComboboxTest*:'
3034 'MenuRunnerTest*:'
3035 'TextfieldTest*:'
3036 'TooltipControllerTest*:'
3037 'TooltipStateManagerTest*'
3038 ],
3039 },
Yuke Liaoa0db4742021-08-09 18:28:333040 'linux-lacros-dbg-tests-fyi': {
3041 'args': [
3042 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
3043 'TextfieldTest*:'
3044 'TooltipControllerTest*:'
3045 ],
3046 },
Sven Zheng5c9d3e342020-08-11 21:39:433047 'linux-lacros-tester-rel': {
Sven Zheng5c9d3e342020-08-11 21:39:433048 'args': [
3049 '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:'
Yuke Liao34721c22020-08-14 21:41:193050 'DesktopWidgetTest*:'
3051 'DesktopWindowTreeHostPlatformTest*:'
Yuke Liaocf9db2b2020-08-13 19:42:533052 'EditableComboboxTest*:'
Sven Zhengea8903f2020-08-14 05:27:513053 'MenuRunnerTest*:'
Yuke Liaocf9db2b2020-08-13 19:42:533054 'TextfieldTest*:'
Benjamin Beaudry54b3b882021-03-12 23:55:363055 'TooltipControllerTest*:'
3056 'TooltipStateManagerTest*'
Sven Zheng5c9d3e342020-08-11 21:39:433057 ],
3058 },
Sven Zheng80734f12020-08-06 06:50:393059 },
Chong Gu92965bc2021-08-20 20:11:193060 'replacements': {
3061 'fuchsia-fyi-arm64-dbg': {
3062 'args': {
3063 '--test-launcher-filter-file': '../../testing/buildbot/filters/fuchsia.debug.views_unittests.filter',
3064 },
3065 },
3066 },
Sven Zheng577fe5ff2020-08-03 22:06:443067 },
Tom Anderson76eff052020-04-01 21:28:523068 'views_unittests_wayland': {
3069 'modifications': {
Maksim Sisov69730f82020-11-11 12:09:133070 # CQ tester.
Tom Anderson76eff052020-04-01 21:28:523071 'Linux Ozone Tester (Wayland)': {
3072 'args': [
3073 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
3074 ],
3075 },
Maksim Sisov69730f82020-11-11 12:09:133076 # CI tester.
3077 'Linux Tester (Ozone Wayland)': {
3078 'args': [
3079 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
3080 ],
3081 },
Tom Anderson76eff052020-04-01 21:28:523082 },
3083 },
John Budorickd02c429de2020-01-10 19:02:213084 'viz_unittests': {
3085 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:473086 'android-11-x86-rel': {
Haiyang Pancf765862021-03-18 20:39:153087 'args': [
3088 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.viz_unittests.filter',
3089 ],
3090 },
Haiyang Pan6b8e4cf2021-08-02 21:38:283091 'android-marshmallow-x86-rel': {
John Budorickafd548b2020-01-14 20:45:093092 'args': [
John Budorickd02c429de2020-01-10 19:02:213093 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
3094 ],
3095 },
Haiyang Pan08d09dc2020-04-01 16:11:213096 'android-pie-x86-rel': {
John Budorickafd548b2020-01-14 20:45:093097 'args': [
John Budorickd02c429de2020-01-10 19:02:213098 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
3099 ],
3100 },
Chong Gu92965bc2021-08-20 20:11:193101 },
3102 'replacements': {
Chong Gub2446462021-08-19 18:44:083103 'fuchsia-fyi-arm64-dbg': {
Chong Gu92965bc2021-08-20 20:11:193104 'args': {
3105 '--test-launcher-filter-file': '../../testing/buildbot/filters/fuchsia.debug.viz_unittests.filter',
3106 },
Chong Gub2446462021-08-19 18:44:083107 },
John Budorickd02c429de2020-01-10 19:02:213108 },
3109 },
John Budorick20f4fa8d2019-08-02 22:58:293110 'vr_android_unittests': {
3111 'remove_from': [
Michael Thiessen2abf0052021-03-05 18:43:073112 'android-lollipop-arm-rel',
John Budorick20f4fa8d2019-08-02 22:58:293113 ],
3114 },
3115 'vr_common_unittests': {
3116 'remove_from': [
Haiyang Pan08d09dc2020-04-01 16:11:213117 'android-pie-x86-rel',
John Budorick20f4fa8d2019-08-02 22:58:293118 ],
3119 },
Kenneth Russellfbda3c532017-12-08 23:57:243120 'vr_pixeltests': {
3121 'remove_from': [
Haiyang Pan08d09dc2020-04-01 16:11:213122 'android-pie-x86-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:283123 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:243124 ],
3125 },
Nico Webere81999ee2018-07-01 23:52:433126 'wayland_client_perftests': {
3127 'remove_from': [
3128 'linux-chromeos-dbg', # https://crbug.com/859307
3129 ],
3130 },
Chong Gud1a5c5992021-04-09 04:08:323131 'web_engine_browsertests': {
3132 'modifications': {
3133 'fuchsia-code-coverage': {
3134 'swarming': {
Chong Gu7a463202021-07-19 18:43:103135 'shards': 28,
Chong Gud1a5c5992021-04-09 04:08:323136 },
3137 },
3138 },
3139 },
Chong Gu4c9e8f112021-06-02 18:37:263140 'web_engine_integration_tests': {
3141 'modifications': {
3142 'fuchsia-code-coverage': {
3143 'swarming': {
3144 'shards': 6,
3145 },
3146 },
3147 },
3148 },
John Budorick63357462019-02-27 23:02:513149 'webdriver_tests_suite': {
3150 'remove_from': [
3151 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
Stephanie Kim5c7f31d2021-04-27 18:00:063152 'linux-xenial-rel',
John Budorick63357462019-02-27 23:02:513153 ],
3154 },
bsheedy048cbdb2019-02-04 20:32:053155 'webgl2_conformance_gl_passthrough_tests': {
3156 'remove_from': [
Geoff Lang1fede152019-10-10 23:03:443157 # Not enough capacity. https://crbug.com/982294
3158 'Mac Pro FYI Release (AMD)',
3159 'Mac FYI Retina Release (NVIDIA)',
Yuly Novikov712af632021-08-31 23:54:113160 # Only run validating on Mac Intel due to capacity http://crbug.com/1236796
3161 'Optional Mac Release (Intel)',
bsheedy048cbdb2019-02-04 20:32:053162 ],
3163 },
Brian Sheedy5a9f6562021-08-20 03:32:543164 'webgl2_conformance_gles_passthrough_tests': {
3165 'remove_from': [
3166 # Not enough CrOS hardware capacity to run on anything other than VMs.
3167 # See https://crbug.com/1238070.
3168 'ChromeOS FYI Release (kevin)',
3169 'Lacros FYI x64 Release (Intel)',
3170 ],
3171 'modifications': {
3172 # This VM configuration is known to be significantly slower than other
3173 # CrOS configurations, so increase the shards.
3174 # TODO(crbug.com/1223550): Remove this if the configuration can be sped
3175 # up.
3176 'ChromeOS FYI Release (amd64-generic)': {
3177 'swarming': {
3178 'shards': 30,
3179 },
3180 },
3181 },
3182 },
John Budorick82e61dfb2019-12-10 04:36:093183 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:203184 'remove_from': [
3185 # The Mac NVIDIA Retina bots don't have the capacity to run
3186 # this test suite on mac_optional_gpu_tests_rel.
3187 'Optional Mac Retina Release (NVIDIA)',
Yuly Novikov712af632021-08-31 23:54:113188 # Only run passthrough on Mac AMD due to capacity http://crbug.com/1236796
3189 'Optional Mac Retina Release (AMD)',
Stephen Martinis54d64ad2018-09-21 22:16:203190 ],
Kenneth Russell8a386d42018-06-02 09:48:013191 'modifications': {
Brian Sheedyab0a1992021-08-13 20:57:393192 # This VM configuration is known to be significantly slower than other
3193 # CrOS configurations, so increase the shards.
3194 # TODO(crbug.com/1223550): Remove this if the configuration can be sped
3195 # up.
3196 'ChromeOS FYI Release (amd64-generic)': {
3197 'swarming': {
3198 'shards': 30,
3199 },
Brian Sheedy9bde4532021-08-20 18:11:193200 # This configuration is tested with the passthrough decoder as well,
3201 # which will be shipped in the nearish future, so any failures that
3202 # show up with the validating decoder are just an FYI.
3203 'experiment_percentage': 100,
Brian Sheedyab0a1992021-08-13 20:57:393204 },
Brian Sheedy22200312021-08-20 22:17:503205 'ChromeOS FYI Release (kevin)': {
3206 'experiment_percentage': 100,
3207 },
Kenneth Russell8a386d42018-06-02 09:48:013208 'Mac FYI GPU ASAN Release': {
3209 'args': [
3210 '--is-asan',
3211 ]
3212 },
3213 },
3214 },
3215 'webgl_conformance_gl_passthrough_tests': {
3216 'remove_from': [
3217 # crbug.com/555545 and crbug.com/649824:
3218 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
3219 # Always fails on older cards, flaky on newer cards.
Kenneth Russell8a386d42018-06-02 09:48:013220 'Win7 FYI Release (AMD)',
3221 ],
3222 },
Kenneth Russell984f2f12020-12-15 23:23:353223 'webgl_conformance_metal_passthrough_tests': {
3224 'remove_from': [
3225 # crbug.com/1158857: re-enable if Metal shader cache workaround is added.
3226 'Mac FYI Retina Release (NVIDIA)',
3227 ],
3228 },
Stephen Martinis54d64ad2018-09-21 22:16:203229 'webgl_conformance_tests': {
Kenneth Russelle63e41f2019-04-09 02:45:283230 'remove_from': [
3231 # Too slow on this configuration, which is severely hardware
3232 # constrained. crbug.com/950690
3233 'Mac FYI Retina Debug (NVIDIA)',
3234 ],
Kenneth Russell8a386d42018-06-02 09:48:013235 },
John Budorick82e61dfb2019-12-10 04:36:093236 'webgl_conformance_validating_tests': {
3237 'modifications': {
3238 'Mac FYI GPU ASAN Release': {
3239 'args': [
3240 '--is-asan',
3241 ]
3242 },
3243 },
3244 },
Austin Enge8c0ba02021-07-19 23:55:193245 'webgpu_blink_web_tests': {
3246 'modifications': {
3247 # Increase the timeout with ASAN (crbug.com/1208253)
3248 'Dawn Win10 x64 ASAN Release': {
3249 'args': [
3250 '--time-out-ms=48000',
3251 ],
3252 },
3253 },
3254 },
Kenneth Russelleb60cbd22017-12-05 07:54:283255 'webkit_unit_tests': {
Yun Liu16394ab32019-11-19 16:37:573256 'remove_from': [
3257 # Flakily fails on Win7. https://crbug.com/943372.
3258 'Win7 Tests (1)',
3259 'Win 7 Tests x64 (1)',
Haiyang Pan2489f032020-09-30 19:05:033260 'android-lollipop-arm-rel', # crbug.com/1133002#c6
Haiyang Pan90ed7c642021-02-06 01:22:063261 # Runs on android-marshmallow-x86-rel already (crbug.com/1127110)
3262 'android-marshmallow-arm64-rel',
3263 'android-marshmallow-x86-rel-non-cq',
Yun Liu16394ab32019-11-19 16:37:573264 ],
Dirk Pranke81ff51c2017-12-09 19:24:283265 'modifications': {
John Budorick5052d552017-12-13 02:59:343266 'Linux ASan LSan Tests (1)': {
3267 # These are very slow on the ASAN trybot for some reason.
3268 # crbug.com/794372
3269 'swarming': {
3270 'shards': 5,
3271 },
3272 },
Erik Chen681dc0282019-11-26 22:54:493273 'Linux TSan Tests': {
3274 'swarming': {
3275 'shards': 2,
3276 },
3277 },
arthursonzogni26889d82018-05-29 17:18:163278 'Marshmallow 64 bit Tester': {
3279 # Increase timeout. See https://crbug.com/847229.
3280 'swarming': {
3281 'hard_timeout': 1200,
3282 },
3283 },
Haiyang Pan9d68ca02021-08-04 21:30:473284 'android-11-x86-rel': {
Haiyang Panc7c009e2021-03-18 19:31:233285 'args': [
3286 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.blink_unittests.filter',
3287 ],
3288 },
Omer Katz7d2be652020-01-22 18:13:463289 'linux-blink-heap-concurrent-marking-tsan-rel': {
3290 'swarming': {
3291 'shards': 2,
3292 },
3293 },
Dirk Pranke81ff51c2017-12-09 19:24:283294 },
Kenneth Russelleb60cbd22017-12-05 07:54:283295 },
Haiyang Panfbd2b482020-09-23 23:41:253296 'weblayer_browsertests': {
3297 'modifications': {
Haiyang Pan9d68ca02021-08-04 21:30:473298 'android-11-x86-rel': {
Haiyang Pand38464f52021-03-24 00:29:013299 'args': [
3300 # TODO(crbug.com/1191784): Enable this test once the issue is fixed.
3301 '--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory',
3302 ],
3303 },
Haiyang Panfbd2b482020-09-23 23:41:253304 'android-pie-arm64-rel': {
3305 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
3306 # capacity has been deployed.
3307 'swarming': {
3308 'dimension_sets': [
3309 {
3310 'device_type': 'sailfish',
3311 },
3312 ],
3313 },
3314 },
3315 },
3316 },
Haiyang Pan591dbad2020-06-05 20:26:373317 'weblayer_bundle_test': {
3318 'remove_from': [
Haiyang Pan2486dcb2020-09-18 17:53:063319 'android-marshmallow-x86-rel-non-cq', # crbug.com/1088013
Haiyang Pan9d68ca02021-08-04 21:30:473320 'android-11-x86-rel', # crbug.com/1165280
Haiyang Pan591dbad2020-06-05 20:26:373321 ],
3322 },
3323 'weblayer_instrumentation_test_apk': {
3324 'remove_from': [
Haiyang Pan2486dcb2020-09-18 17:53:063325 'android-marshmallow-x86-rel-non-cq', # crbug.com/1088013
Haiyang Pan9d68ca02021-08-04 21:30:473326 'android-11-x86-rel', # crbug.com/1165280
Haiyang Pan591dbad2020-06-05 20:26:373327 ],
Haiyang Pan6d7a15b2020-10-03 00:29:193328 'modifications': {
3329 'android-pie-arm64-rel': {
3330 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
3331 # capacity has been deployed.
3332 'swarming': {
3333 'dimension_sets': [
3334 {
3335 'device_type': 'sailfish',
3336 },
3337 ],
3338 },
3339 },
3340 },
Haiyang Pan591dbad2020-06-05 20:26:373341 },
Rakib M. Hasan48919902021-02-26 23:07:203342 'weblayer_instrumentation_test_apk_ToT_Tests': {
3343 'modifications': {
3344 'android-weblayer-10-x86-rel-tests': {
3345 'args': [
3346 '--replace-system-package=org.chromium.weblayer.shell,apks/WebLayerShellSystemWebView.apk'
3347 ]
3348 },
3349 'android-weblayer-marshmallow-x86-rel-tests': {
3350 'args': [
3351 '--replace-system-package=org.chromium.weblayer.shell,apks/WebLayerShellSystemWebView.apk'
3352 ]
3353 }
3354 }
3355 },
Haiyang Pan4efd9b02021-03-17 23:58:303356 'weblayer_private_instrumentation_test_apk': {
3357 'modifications': {
3358 # TODO(crbug.com/1189403): Remove the filter once the issue is fixed.
Haiyang Pan9d68ca02021-08-04 21:30:473359 'android-11-x86-rel': {
Haiyang Pan4efd9b02021-03-17 23:58:303360 'args': [
3361 '--gtest_filter=-org.chromium.weblayer.test.MediaCaptureTest.*',
3362 ],
Haiyang Panf72ffdf2021-08-03 20:24:123363 # TODO(crbug.com/1137474): Remove after the test suite is green.
3364 'experiment_percentage': 100,
Haiyang Pan4efd9b02021-03-17 23:58:303365 },
3366 },
3367 },
Weizhong Xia7d335882021-01-28 02:49:523368 'weblayer_shell_wpt': {
3369 'modifications': {
3370 # TODO(crbug.com/1171555): remove this when test can run with more emulators
3371 'android-weblayer-pie-x86-wpt-fyi-rel': {
3372 'swarming': {
3373 'shards': 18,
3374 },
3375 },
Weizhong Xia0f0c3302021-04-27 00:05:433376 'android-weblayer-pie-x86-wpt-smoketest': {
3377 'args': [
Haiyang Pan1f205ad2021-07-31 01:47:523378 '--default-exclude',
Weizhong Xia0f0c3302021-04-27 00:05:433379 '--include-file=../../third_party/blink/web_tests/android/WPTSmokeTestCases'
3380 ],
3381 'swarming': {
Weizhong Xia0f0c3302021-04-27 00:05:433382 'shards': 3,
3383 },
3384 },
Weizhong Xia7d335882021-01-28 02:49:523385 },
3386 },
Erik Staab70ca5b32021-08-07 00:38:353387 'webview_64_cts_tests': {
3388 'modifications': {
3389 'android-pie-arm64-rel': {
3390 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
3391 # capacity has been deployed.
3392 'swarming': {
3393 'dimension_sets': [
3394 {
3395 'device_type': 'sailfish',
3396 },
3397 ],
3398 },
3399 },
3400 },
3401 },
Haiyang Panfbd2b482020-09-23 23:41:253402 'webview_cts_tests': {
Haiyang Panfed339172021-03-10 23:19:573403 'remove_from': [
Haiyang Pan9d68ca02021-08-04 21:30:473404 'android-11-x86-rel', # crbug.com/1165280
Ben Joyce4677e682021-03-22 22:19:113405 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999):
3406 # GLIBC_2.28 Not found.
Haiyang Panfed339172021-03-10 23:19:573407 ],
Haiyang Panfbd2b482020-09-23 23:41:253408 'modifications': {
3409 'android-pie-arm64-rel': {
3410 # TODO(crbug.com/1111436): Move this back to walleye if/when additional
3411 # capacity has been deployed.
3412 'swarming': {
3413 'dimension_sets': [
3414 {
3415 'device_type': 'sailfish',
3416 },
3417 ],
3418 },
3419 },
3420 },
3421 },
Kenneth Russelleb60cbd22017-12-05 07:54:283422 'webview_instrumentation_test_apk': {
3423 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:063424 # This test frequently fails on Android, https://crbug.com/824959
Haiyang Pana3ff55ae2020-04-23 18:26:543425 'android-lollipop-arm-rel',
Stephen Martinis1384ff92020-01-07 19:52:153426 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:503427 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:093428 'android-asan', # https://crbug.com/964562
Ben Joyce02dc8092021-03-04 21:48:193429 'android-code-coverage-native', # Does not generate profraw data.
Ben Joyce46ca6012021-03-31 19:19:253430 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data.
Ben Joyce02dc8092021-03-04 21:48:193431
Dirk Pranke20eae9a72017-12-09 18:12:143432 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:273433 # from android-marshmallow-arm64-rel-swarming).
Haiyang Pan1ad3bb032020-04-24 23:52:033434 'android-lollipop-arm-rel-swarming',
Garrett Beaty47a2d802020-11-10 20:50:533435 # https://crbug.com/1147531 - covered on pie
3436 'android-marshmallow-arm64-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:283437 ],
Ben Pastenee17a8e92018-07-12 21:55:183438 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:453439 # chromium.android.fyi
3440 'Android WebView P FYI (rel)': {
3441 'args': [
3442 '--annotation',
3443 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
3444 ],
3445 },
Ben Pastenee17a8e92018-07-12 21:55:183446 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:303447 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:573448 # TODO(https://crbug.com/884413): Re-enable this once the tests are
3449 # either passing or there is more capacity.
3450 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:183451 },
Haiyang Pan9d68ca02021-08-04 21:30:473452 'android-11-x86-rel': {
Haiyang Pan103864812021-03-19 19:28:443453 'args': [
3454 # TODO(crbug.com/1189746) Enable this test once the issue is fixed.
3455 '--gtest_filter=-org.chromium.net.NetworkChangeNotifierTest.testNetworkChangeNotifierJavaObservers',
3456 ],
3457 },
Haiyang Panb991f562021-08-10 17:46:463458 'android-marshmallow-x86-rel': {
Haiyang Panb991f562021-08-10 17:46:463459 'swarming': {
3460 'shards': 9,
3461 },
3462 },
Kuan Huang1f402c82021-06-08 17:58:183463 'android-pie-arm64-rel': {
3464 'swarming': {
3465 'shards': 9,
3466 },
3467 },
Haiyang Pan08d09dc2020-04-01 16:11:213468 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:293469 'args': [
3470 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
3471 ],
Ben Joyce9a7eb312021-08-25 00:44:593472 'swarming': {
3473 'shards': 9,
3474 },
Haiyang Panfdd94332020-03-27 02:43:293475 },
Ben Pastenee17a8e92018-07-12 21:55:183476 },
Kenneth Russelleb60cbd22017-12-05 07:54:283477 },
Haiyang Panfed339172021-03-10 23:19:573478 'webview_ui_test_app_test_apk': {
3479 'remove_from': [
Haiyang Pan9d68ca02021-08-04 21:30:473480 'android-11-x86-rel', # crbug.com/1165280
Haiyang Panfed339172021-03-10 23:19:573481 ],
3482 },
bsheedy800f5062018-08-07 00:47:543483 'xr_browser_tests': {
3484 'remove_from': [
Maggie Chen4fc29842018-08-07 19:12:483485 # Fails on the bot, http://crbug.com/868143
3486 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:543487 ],
3488 },
Kenneth Russelleb60cbd22017-12-05 07:54:283489}