blob: ed8ce92c03b07ec5379bd30dea5827069fcb672e [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#
16# The goal is to drive the number of exceptions to zero, to make all
17# the bots behave similarly.
18{
Andrew Luo38b311f2019-10-04 03:42:0919 'android_browsertests': {
20 'modifications': {
21 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:5822 'args': [
23 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
24 ],
Andrew Luo38b311f2019-10-04 03:42:0925 },
Haiyang Pan08d09dc2020-04-01 16:11:2126 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:0427 'args': [
28 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
29 ],
30 },
Andrew Luo38b311f2019-10-04 03:42:0931 },
32 },
Kenneth Russelleb60cbd22017-12-05 07:54:2833 'android_webview_unittests': {
34 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3235 # On chromium.android, these do not need to run prior to M.
Haiyang Pana3ff55ae2020-04-23 18:26:5436 'android-lollipop-arm-rel',
Yun Liu3e759dbb2019-11-01 19:25:5237 'android-code-coverage-native', # crbug/1018434
Kenneth Russelleb60cbd22017-12-05 07:54:2838 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2839 },
Arthur Wangfeb0f1a2020-06-18 02:05:5540 'android_wpr_record_replay_tests': {
41 # crbug/1060399: only enable wpr tests on marshmallow CI bot
42 # due to the restriction that render test only works on marshamllow.
43 'modifications': {
44 'Marshmallow 64 bit Tester': {
45 'experiment_percentage': 100, # https://crbug.com/1060399
46 },
47 },
48 },
Kenneth Russell8a386d42018-06-02 09:48:0149 'angle_end2end_tests': {
50 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0151 # TODO(ynovikov) Investigate why the test breaks on older devices.
52 'Android FYI Release (Nexus 5)',
53 'Android FYI Release (Nexus 6)',
54 'Android FYI Release (Nexus 9)',
55 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
56 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0957 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
58 'Linux FYI Debug (NVIDIA)',
59 'Linux FYI GPU TSAN Release',
jonrossfb1c61b72019-11-19 01:43:5960 # Disabling on RX 550 as we are currently qualifying the card and not
61 # checking for regressions. crbug.com/1025745
62 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:0163 ],
64 },
65 'angle_perftests': {
66 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2167 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1668 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0969 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0170 ],
71 },
Kenneth Russellfbda3c532017-12-08 23:57:2472 'angle_unittests': {
73 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0174 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0175 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2476 ],
John Budorickca14c76f62017-12-09 14:19:1877 'modifications': {
78 'Linux ASan LSan Tests (1)': {
79 'swarming': {
80 'shards': 10,
81 },
82 },
83 },
Kenneth Russellfbda3c532017-12-08 23:57:2484 },
Saman Sami8e2eedaa2019-12-18 20:23:0785 'angle_white_box_tests': {
86 'remove_from': [
87 # https://crbug.com/1035178
88 'Win10 FYI x64 Release (AMD RX 550)',
89 # https://crbug.com/1035461
90 'Linux FYI GPU TSAN Release',
jonrossfb8223132020-07-27 17:55:3891 # https://crbug.com/1094629
92 'Linux FYI Release (AMD R7 240)',
Saman Sami8e2eedaa2019-12-18 20:23:0793 ],
94 },
Sven Zheng577fe5ff2020-08-03 22:06:4495 'app_shell_unittests': {
96 'remove_from': [
97 'linux-lacros-tester-rel', # https://crbug.com/1111979
98 ],
Sven Zheng80734f12020-08-06 06:50:3999 'modifications': {
100 # https://crbug.com/1111979
101 'linux-lacros-tester-fyi-rel': {
102 'experiment_percentage': 100,
103 },
104 },
Sven Zheng577fe5ff2020-08-03 22:06:44105 },
106 'aura_unittests': {
107 'remove_from': [
108 'linux-lacros-tester-rel', # https://crbug.com/1111979
109 ],
Sven Zheng80734f12020-08-06 06:50:39110 'modifications': {
111 # https://crbug.com/1111979
112 'linux-lacros-tester-fyi-rel': {
113 'experiment_percentage': 100,
114 },
115 },
Sven Zheng577fe5ff2020-08-03 22:06:44116 },
Haiyang Pan363c59a2020-07-23 05:47:04117 'blink_platform_unittests': {
118 'modifications': {
119 # TODO(crbug.com/1108121): Remove this filter
120 'android-nougat-arm64-rel': {
121 'args': [
122 '--gtest_filter=-HarfBuzzShaperTest.ShapeHorizontalWithoutSubpixelPositionWithKerningIsRounded',
123 ],
124 },
125 },
126 },
John Chenaab16fc02020-03-03 06:35:45127 'blink_web_tests': {
128 'remove_from': [
129 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
130 'Win10 Tests x64 (dbg)',
131 ],
132 'modifications': {
133 'Fuchsia x64': {
134 'args': [
135 '--platform=fuchsia',
136 ],
137 'swarming': {
138 'shards': 1,
139 },
140 },
141 'Linux Tests': {
142 "args": [
143 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
144 ],
145 },
146 'Linux Tests (dbg)(1)': {
147 'args': [
148 '--debug',
149 ],
150 'swarming': {
151 'shards': 20,
152 },
153 },
154 'Mac10.10 Tests': {
155 # TODO(kbr): this is essentially redundant.
156 'swarming': {
157 'dimension_sets': [
158 {
159 'gpu': 'none',
160 'os': 'Mac-10.10.5',
161 },
162 ],
163 'shards': 25,
164 },
165 },
166 'Mac10.11 Tests': {
167 # TODO(kbr): this is essentially redundant.
168 'swarming': {
169 'dimension_sets': [
170 {
171 'gpu': 'none',
172 'os': 'Mac-10.11.6',
173 },
174 ],
175 'shards': 25,
176 },
177 },
178 'Mac10.12 Tests': {
179 'swarming': {
180 'shards': 25,
181 },
182 },
183 'Mac10.13 Tests': {
184 'swarming': {
185 'dimension_sets': [
186 {
187 # Run the layout tests on a consistent set of hardware
188 # (Mac Minis).
189 'gpu': '8086:0a2e',
190 },
191 ],
192 'shards': 25,
193 },
194 },
195 'Mac10.13 Tests (dbg)': {
196 'args': [
197 '--debug',
198 ],
John Budorickd3375fa2020-03-17 20:49:11199 'swarming': {
200 'shards': 25,
201 },
John Chenaab16fc02020-03-03 06:35:45202 },
203 'V8 Blink Linux Debug': {
Michael Achenbach455d39242020-06-22 13:33:45204 # This builder compiles Chromium in release mode, but V8 in debug.
205 # TODO(machenbach): Change name and out directory of this builder to
206 # something less confusing.
John Chenaab16fc02020-03-03 06:35:45207 'args': [
Michael Achenbach455d39242020-06-22 13:33:45208 '-t',
209 'Debug',
210 '--release',
John Chenaab16fc02020-03-03 06:35:45211 ],
212 },
213 'V8 Blink Linux Future': {
214 'args': [
215 '--additional-driver-flag=--js-flags=--future',
216 ],
217 },
218 'WebKit Linux ASAN': {
219 'args': [
220 '--additional-expectations',
221 '../../third_party/blink/web_tests/ASANExpectations',
222 '--time-out-ms',
223 '48000',
224 '--enable-sanitizer',
225 ],
226 'swarming': {
227 'shards': 20,
228 },
229 },
230 'WebKit Linux Leak': {
231 'args': [
232 '--additional-expectations',
233 '../../third_party/blink/web_tests/LeakExpectations',
234 '--time-out-ms',
235 '48000',
236 '--enable-leak-detection',
237 ],
238 'swarming': {
239 'shards': 10,
240 },
241 },
242 'WebKit Linux MSAN': {
243 'args': [
244 '--additional-expectations',
245 '../../third_party/blink/web_tests/MSANExpectations',
246 '--time-out-ms',
247 '66000',
248 '--enable-sanitizer',
249 ],
250 'swarming': {
251 'expiration': 36000,
252 'hard_timeout': 10800,
253 'io_timeout': 3600,
254 'shards': 20,
255 },
256 },
257 'WebKit Linux composite_after_paint Dummy Builder': {
258 'args': [
259 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
260 ],
261 },
262 'WebKit Linux layout_ng_disabled Builder': {
263 'args': [
264 '--additional-driver-flag=--disable-blink-features=LayoutNG',
265 ],
266 },
267 'Win10 Tests x64': {
268 'args': [
269 '--target',
270 'Release_x64',
271 ],
272 'swarming': {
273 "shards": 28
274 },
275 },
276 'Win10 Tests x64 (dbg)': {
277 'args': [
278 '--debug',
279 '--target',
280 'Debug_x64',
281 ],
282 },
Ian Struiksma71581e02020-08-03 06:39:59283 'Win10 Tests x64 1909': {
284 'args': [
285 '--target',
286 'Release_x64',
287 ],
288 'swarming': {
289 "shards": 28
290 },
291 },
John Chenaab16fc02020-03-03 06:35:45292 'Win10 Tests x64 Code Coverage': {
293 'args': [
294 '--target',
295 'Release_x64',
296 ],
297 'swarming': {
298 "shards": 28
299 },
300 },
301 'Win7 Tests (dbg)(1)': {
302 'args': [
303 '--debug',
304 '--time-out-ms',
305 '60000'
306 ],
307 'experiment_percentage': 100,
308 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
309 # from prefered_os_dimension in
310 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
311 # Swarming dimensions would be either specified for all testers on the
312 # waterfall (and therefore, explicitly specified for all tests in the
313 # generated JSON), or this would be removed, and the implicit one used.
314 'swarming': {
315 'dimension_sets': [
316 {
317 'os': 'Windows-7-SP1',
318 }
319 ],
320 },
321 },
322 # tryserver.chromium.android
323 'android_blink_rel': {
324 'args': [
325 '--release',
326 '--android',
327 # TODO(crbug.com/912120): Breakpad was entirely disabled on
328 # Android. Remove this when it no longer affects Android crash
329 # log handling.
330 '--disable-breakpad',
331 # TODO(crbug.com/875172): run on the real GPU since the
332 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
333 '--additional-driver-flag=--use-gpu-in-tests',
334 ],
335 },
336 'devtools_frontend_linux_blink_light_rel': {
337 'args': [
338 'http/tests/devtools',
339 ],
340 'swarming': {
341 'shards': 4,
342 },
343 },
344 'fuchsia-fyi-x64-rel': {
345 'args': [
346 '--platform=fuchsia',
347 ],
348 'swarming': {
349 'shards': 1,
350 },
351 },
Mathias Carlen30968a62020-03-31 08:47:04352 'linux-autofill-assistant': {
353 'args': [
354 '--release',
355 ],
356 },
Yuzu Saijo9709bcc2020-03-18 09:12:20357 'linux-bfcache-rel': {
John Chenaab16fc02020-03-03 06:35:45358 'args': [
John Chenaab16fc02020-03-03 06:35:45359 '--additional-driver-flag=--enable-features=BackForwardCache',
360 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache',
361 ],
362 },
363 'linux-blink-animation-use-time-delta': {
364 'args': [
365 '--debug',
366 ],
367 },
368 'linux-blink-cors-rel': {
369 'args': [
370 '--additional-driver-flag=--disable-features=OutOfBlinkCors',
371 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors',
372 ],
373 },
374 'linux-blink-heap-concurrent-marking-tsan-rel': {
375 'args': [
376 '--release',
377 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
378 ],
379 },
380 'linux-code-coverage': {
381 'args': [
382 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
383 ],
384 'swarming': {
385 'shards': 20,
386 },
387 },
Aaron Gable40f79aa2020-03-21 01:21:15388 'linux-layout-tests-edit-ng': {
389 'args': [
Yoshifumi Inouebebca262020-04-08 22:03:49390 '--additional-driver-flag=--enable-blink-features=EditingNG',
Aaron Gable40f79aa2020-03-21 01:21:15391 ],
392 },
John Chenaab16fc02020-03-03 06:35:45393 'linux-layout-tests-fragment-item': {
394 'args': [
395 '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem',
396 ],
397 },
John Chenaab16fc02020-03-03 06:35:45398 'mac10.10-blink-rel-dummy': {
399 'swarming': {
400 'shards': 20,
401 },
402 },
403 'mac10.11-blink-rel-dummy': {
404 'swarming': {
405 'shards': 20,
406 },
407 },
408 'mac10.12-blink-rel-dummy': {
409 'swarming': {
410 'shards': 20,
411 },
412 },
413 'mac10.13-blink-rel-dummy': {
414 'swarming': {
415 'shards': 20,
416 },
417 },
John Chenaab16fc02020-03-03 06:35:45418 'mac10.14-blink-rel-dummy': {
419 'swarming': {
420 'shards': 20,
421 },
422 },
Ilia Samsonov7efe05e2020-05-07 19:00:46423 'mac10.15-blink-rel-dummy': {
424 'swarming': {
425 'shards': 20,
426 },
427 },
John Chenaab16fc02020-03-03 06:35:45428 },
429 },
Chong Gu9a2741732020-02-24 21:32:01430 'boringssl_crypto_tests': {
431 'remove_from': [
432 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41433 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01434 ],
435 },
436 'boringssl_ssl_tests': {
437 'remove_from': [
438 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41439 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01440 ],
441 },
John Budorickca995852019-06-26 16:55:55442 'breakpad_unittests': {
443 'modifications': {
444 'android-asan': {
445 'args': [
446 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
447 ],
448 },
449 },
450 },
Kenneth Russelleb60cbd22017-12-05 07:54:28451 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24452 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29453 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41454 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:26455 'ToTLinuxTSan', # https://crbug.com/368525
John Budorick5ef11472019-12-18 22:02:33456 'Mac10.10 Tests', # https://crbug.com/828031
Aaron Gable30cda242020-01-22 21:02:58457 'Mac10.13 Tests', # https://crbug.com/1042757
Prakhar Asthana74a9eda2020-08-05 05:24:48458 'Mac10.13 Tests Code Coverage',
Nico Weberd36959682018-04-12 03:33:46459 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11460 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24461 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28462 'modifications': {
Nico Weber3f919792020-06-12 23:34:52463 'CrWinAsan': {
464 # These are very slow on the ASAN trybot for some reason.
465 # crbug.com/794372
466 'swarming': {
467 'shards': 40,
468 },
469 },
470 'CrWinAsan(dll)': {
471 # These are very slow on the ASAN trybot for some reason.
472 # crbug.com/794372
473 'swarming': {
474 'shards': 40,
475 },
476 },
Stephen Martinis1384ff92020-01-07 19:52:15477 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36478 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15479 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36480 },
481 },
Stephen Martinis1384ff92020-01-07 19:52:15482 'Linux ASan LSan Tests (1)': {
483 # These are very slow on the ASAN trybot for some reason.
484 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19485 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15486 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19487 },
488 },
Chris Cunningham1d0e9e12020-02-26 22:56:40489 'Linux ASan Tests (sandboxed)': {
490 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:41491 'shards': 30, # https://crbug.com/1103330
Chris Cunningham1d0e9e12020-02-26 22:56:40492 },
493 },
Stephen Martinis1384ff92020-01-07 19:52:15494 'Linux Chromium OS ASan LSan Tests (1)': {
495 # These are very slow on the ASAN trybot for some reason.
496 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51497 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15498 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51499 },
500 },
Stephen Martinis1384ff92020-01-07 19:52:15501 'Linux ChromiumOS MSan Tests': {
502 # These are very slow on the Chrome OS MSAN trybot for some reason.
503 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34504 'swarming': {
Ben Pastene44221d32020-05-21 23:38:36505 'shards': 32,
Kenneth Russell56a3e862017-12-08 03:11:34506 },
Ben Pastene44221d32020-05-21 23:38:36507 'args': [
508 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter',
509 ],
Kenneth Russell56a3e862017-12-08 03:11:34510 },
John Budorick614f91a2020-03-30 20:34:55511 'Linux Tests (dbg)(1)': {
512 # crbug.com/1066161
513 'swarming': {
514 'shards': 20,
515 },
516 },
Stephen Martinis1384ff92020-01-07 19:52:15517 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24518 'swarming': {
John Budorick542f4762020-03-17 20:40:14519 'dimension_sets': [
520 {
521 # These shards are liable to time out when running on minis.
522 'cores': '8',
523 }
524 ],
Kenneth Russellfbda3c532017-12-08 23:57:24525 'shards': 20,
526 },
527 },
John Budorickd3375fa2020-03-17 20:49:11528 'Mac10.13 Tests (dbg)': {
529 'swarming': {
530 'shards': 20,
531 },
532 },
Stephen Martinis1384ff92020-01-07 19:52:15533 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28534 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18535 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28536 },
537 },
Stephen Martinis1384ff92020-01-07 19:52:15538 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28539 'swarming': {
540 'shards': 20,
541 },
542 },
Kenneth Russell6c83d212018-07-27 20:52:59543 'Win10 Tests x64': {
544 # crbug.com/868082
545 'args': [
546 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
547 ],
Takuto Ikutac9c269a2019-01-10 22:40:25548 'swarming': {
549 # This is for slow test execution that often becomes a critical path of
550 # swarming jobs. crbug.com/868114
551 'shards': 15,
552 }
Kenneth Russell6c83d212018-07-27 20:52:59553 },
Sajjad Mirza87e17b242020-01-22 18:49:07554 'Win10 Tests x64 Code Coverage': {
555 # crbug.com/868082
556 'args': [
557 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
558 ],
559 'swarming': {
560 # This is for slow test execution that often becomes a critical path of
561 # swarming jobs. crbug.com/868114
562 'shards': 15,
563 }
564 },
Stephen Martinis1384ff92020-01-07 19:52:15565 'Win7 Tests (1)': {
566 # This is for slow test execution that often becomes a critical path of
567 # swarming jobs. crbug.com/868114
568 'swarming': {
569 'shards': 15,
570 },
571 },
572 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02573 'swarming': {
574 'shards': 20,
575 },
576 },
Stephen Martinis1384ff92020-01-07 19:52:15577 'linux-chromeos-chrome': {
578 # TODO(https://crbug.com/932269): Promote out of experiment when the
579 # tests are green.
580 'args': [
581 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
582 ],
583 },
584 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16585 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15586 'shards': 50,
587 },
588 },
589 'linux-chromeos-dbg': {
590 'swarming': {
591 'shards': 30,
592 },
593 },
594 'linux-chromeos-rel': {
595 'swarming': {
596 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16597 'dimension_sets': [
598 {
599 'kvm': '1',
600 },
601 ],
Stephen Martinis1384ff92020-01-07 19:52:15602 },
603 },
604 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01605 'args': [
606 '--no-sandbox',
607 ],
Stephen Martinis1384ff92020-01-07 19:52:15608 'swarming': {
609 'shards': 50,
610 },
611 },
Sven Zheng80734f12020-08-06 06:50:39612 'linux-lacros-tester-fyi-rel': {
613 'experiment_percentage': 100,
614 },
615 'linux-lacros-tester-rel': {
616 'args': [
617 '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.browser_tests.filter',
618 ],
619 },
Stephen Martinis1384ff92020-01-07 19:52:15620 'linux-trusty-rel': {
621 'args': [
John Budorick79ec9012020-01-08 21:56:31622 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
623 ],
Stephen Martinis1384ff92020-01-07 19:52:15624 },
625 'mac-code-coverage': {
Stephen Martinis1384ff92020-01-07 19:52:15626 'swarming': {
627 'shards': 15,
628 },
629 },
Stephen Martinis1384ff92020-01-07 19:52:15630 'win-asan': {
Nico Weber3f919792020-06-12 23:34:52631 # These are very slow on the ASAN trybot for some reason.
632 # crbug.com/794372
Stephen Martinis1384ff92020-01-07 19:52:15633 'swarming': {
Nico Weber3f919792020-06-12 23:34:52634 'shards': 40,
Nico Weber0c2861b2018-12-14 18:05:16635 },
636 },
Kenneth Russelleb60cbd22017-12-05 07:54:28637 },
638 },
Maksim Sisov4af9c032020-06-12 12:43:11639 'browser_tests_wayland': {
640 'modifications': {
641 'Linux Ozone Tester (Wayland)': {
642 'args': [
643 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter',
644 ],
645 },
646 },
647 },
648 'browser_tests_x11': {
649 'modifications': {
650 'Linux Ozone Tester (X11)': {
651 'args': [
652 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_browser_tests.filter',
653 ],
654 },
655 },
656 },
Erik Chen681dc0282019-11-26 22:54:49657 'cc_unittests': {
658 'modifications': {
659 'Linux TSan Tests': {
660 'swarming': {
661 'shards': 3,
662 },
663 },
Haiyang Panaa242232020-06-24 20:04:20664 'android-marshmallow-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38665 # https://crbug.com/1039860
666 'args': [
667 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
668 ],
669 },
Haiyang Pan08d09dc2020-04-01 16:11:21670 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38671 # https://crbug.com/1039860
672 'args': [
673 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
674 ],
675 },
Erik Chen681dc0282019-11-26 22:54:49676 },
677 },
Dirk Pranke1b767092017-12-07 04:44:23678 'checkbins': {
679 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33680 'linux-archive-dbg',
681 'linux-archive-rel',
682 'mac-archive-dbg',
683 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23684 ],
685 },
Andrew Luod252791ac2019-10-15 00:28:13686 'chrome_java_test_pagecontroller_tests': {
687 'modifications': {
688 'android-pie-arm64-rel': {
689 'experiment_percentage': 100, # https://crbug.com/924194
690 },
691 },
692 },
Yun Liu7cfd28a2019-10-30 01:57:12693 'chrome_public_smoke_test': {
694 'remove_from': [
695 'android-code-coverage-native', # https://crbug.com/1018780
696 ],
697 },
Kenneth Russelleb60cbd22017-12-05 07:54:28698 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09699 'remove_from': [
700 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12701 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Pana3ff55ae2020-04-23 18:26:54702 'android-lollipop-arm-rel', # https://crbug.com/1060245
Haiyang Panaa242232020-06-24 20:04:20703 'android-marshmallow-x86-rel', # crbug.com/1098111
Stephanie Kimf19bd072020-07-29 00:10:37704 # TODO https://crbug.com/1109999: Re-enable once there are enough devices
705 'android-pie-arm64-rel',
John Budorick27d2d44e2019-05-20 20:26:09706 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28707 'modifications': {
Natalie Chouinard48afb4352020-04-17 21:30:32708 'Android CFI': {
709 'args': [
710 '--exclude-annotation',
711 'Feature=RenderTest', # https://crbug.com/1068294
712 ],
713 },
Kenneth Russelleb60cbd22017-12-05 07:54:28714 'Marshmallow 64 bit Tester': {
715 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28716 'shards': 14,
717 },
718 },
Arthur Wang5dd7b07c2020-04-04 01:05:22719 'Marshmallow Tablet Tester': {
720 'args': [
721 '--timeout-scale',
722 '2.0',
723 ],
724 },
Ben Pastenec73e96e92018-07-12 01:40:35725 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57726 # TODO(https://crbug.com/884413): Re-enable this once the tests are
727 # either passing or there is more capacity.
728 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35729 },
Stephen Martinis1384ff92020-01-07 19:52:15730 'android-arm64-proguard-rel': {
731 'swarming': {
732 'shards': 25,
733 },
734 },
Haiyang Pan1ad3bb032020-04-24 23:52:03735 'android-lollipop-arm-rel-swarming': {
Brian Sheedy44a7a0032020-04-16 19:20:57736 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31737 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57738 },
739 },
Stephen Martinis1384ff92020-01-07 19:52:15740 'android-marshmallow-arm64-rel': {
741 'swarming': {
742 'shards': 25,
743 },
744 },
Brian Sheedy44a7a0032020-04-16 19:20:57745 'android-marshmallow-arm64-rel-swarming': {
746 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31747 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57748 },
749 },
Haiyang Pan37fbd7a42020-06-03 03:27:37750 'android-marshmallow-x86-fyi-rel': {
751 'args': [
752 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter',
Haiyang Panbdcbbe52020-06-16 20:20:06753 '-v', # TODO(crbug.com/1093602) Remove once the issue is resolved
Haiyang Pan37fbd7a42020-06-03 03:27:37754 ],
755 },
Stephen Martinis1384ff92020-01-07 19:52:15756 'android-pie-arm64-rel': {
757 'args': [
758 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
759 ],
Haiyang Pan43640ee2020-02-13 01:38:00760 },
Haiyang Pan08d09dc2020-04-01 16:11:21761 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:00762 'args': [
Haiyang Pan71373072020-03-02 19:57:49763 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
764 # https://crbug.com/1046059
Haiyang Pan23f64f52020-06-04 01:23:32765 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter',
Haiyang Pan43640ee2020-02-13 01:38:00766 ],
Haiyang Pan71373072020-03-02 19:57:49767 'swarming': {
768 'named_caches': [
769 {
770 'name': 'avd_generic_playstore_android28',
771 'path': '.android',
772 },
773 {
774 'name': 'system_images_android_28_google_apis_playstore_x86',
775 'path': '.emulator_sdk',
776 },
777 ]
778 },
John Budorick34009472018-04-03 17:38:44779 },
Kenneth Russelleb60cbd22017-12-05 07:54:28780 },
781 },
782 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15783 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09784 'Lollipop Tablet Tester',
785 'Marshmallow Tablet Tester',
Haiyang Panaa242232020-06-24 20:04:20786 'android-marshmallow-x86-rel',
Haiyang Pan08d09dc2020-04-01 16:11:21787 'android-pie-x86-rel',
Andrew Luo38b311f2019-10-04 03:42:09788 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16789 'ToTAndroid',
790 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09791 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12792 'android-code-coverage-native', # https://crbug.com/1018780
bsheedy410dd7c2018-06-15 22:42:09793 ],
Haiyang Pan363c59a2020-07-23 05:47:04794 'modifications': {
795 # Use "--replace-system-package" according to crbug.com/931947#c1
796 'android-nougat-arm64-rel': {
797 'args': [
798 '--replace-system-package=com.google.vr.vrcore,//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk'
799 ]
800 }
801 },
Kenneth Russelleb60cbd22017-12-05 07:54:28802 },
bsheedy75a4dd52018-11-27 23:24:30803 'chrome_public_test_vr_apk-vega': {
804 'modifications': {
bsheedy75a4dd52018-11-27 23:24:30805 'Oreo Phone Tester': {
806 'swarming': {
807 'dimension_sets': [
808 {
809 'device_os': 'OVR1.180808.003',
810 'device_type': 'vega',
811 'os': 'Android',
812 },
813 ],
814 },
815 }
816 }
817 },
Takuto Ikuta1b749b902019-04-11 18:05:53818 'chromedriver_py_tests': {
819 'remove_from': [
820 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53821 'Win10 Tests x64 (dbg)',
822 ],
823 },
Yun Liu3e759dbb2019-11-01 19:25:52824 'components_browsertests': {
825 'remove_from': [
826 'android-code-coverage-native', # crbug/1018434
Sven Zheng577fe5ff2020-08-03 22:06:44827 'linux-lacros-tester-rel', # https://crbug.com/1111979
Yun Liu3e759dbb2019-11-01 19:25:52828 ],
Sven Zheng80734f12020-08-06 06:50:39829 'modifications': {
830 # https://crbug.com/1111979
831 'linux-lacros-tester-fyi-rel': {
832 'experiment_percentage': 100,
833 },
834 },
Yun Liu3e759dbb2019-11-01 19:25:52835 },
Kenneth Russelleb60cbd22017-12-05 07:54:28836 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:52837 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41838 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:57839 'Fuchsia x64', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52840 'android-code-coverage-native', # crbug/1018431
Stephen Roe2cfe780f2020-07-13 21:52:51841 'fuchsia-fyi-arm64-dbg', # https://crbug.com/961457
Kevin Marshallce2afe1b2019-12-06 00:49:21842 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
843 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457
844 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
Sven Zheng577fe5ff2020-08-03 22:06:44845 'linux-lacros-tester-rel', # https://crbug.com/1111979
Yun Liu3e759dbb2019-11-01 19:25:52846 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28847 'modifications': {
John Budorick5052d552017-12-13 02:59:34848 'Linux ASan LSan Tests (1)': {
849 # These are very slow on the ASAN trybot for some reason.
850 # crbug.com/794372
851 'swarming': {
852 'shards': 5,
853 },
854 },
Takuto Ikuta54671d972018-07-19 19:06:35855 'Linux Chromium OS ASan LSan Tests (1)': {
856 # These are very slow on the ASAN trybot for some reason.
857 # crbug.com/794372
858 'swarming': {
859 'shards': 5,
860 },
861 },
Erik Chen681dc0282019-11-26 22:54:49862 'Linux TSan Tests': {
863 'swarming': {
864 'shards': 2,
865 },
866 },
Omer Katz7d2be652020-01-22 18:13:46867 'linux-blink-heap-concurrent-marking-tsan-rel': {
868 'swarming': {
869 'shards': 2,
870 },
871 },
Sven Zheng80734f12020-08-06 06:50:39872 # https://crbug.com/1111979,
873 'linux-lacros-tester-fyi-rel': {
874 'experiment_percentage': 100,
875 },
Kenneth Russelleb60cbd22017-12-05 07:54:28876 },
877 },
Sven Zheng577fe5ff2020-08-03 22:06:44878 'compositor_unittests': {
879 'remove_from': [
880 'linux-lacros-tester-rel', # https://crbug.com/1111979
881 ],
Sven Zheng80734f12020-08-06 06:50:39882 'modifications': {
883 # https://crbug.com/1111979
884 'linux-lacros-tester-fyi-rel': {
885 'experiment_percentage': 100,
886 },
887 },
Sven Zheng577fe5ff2020-08-03 22:06:44888 },
Kenneth Russelleb60cbd22017-12-05 07:54:28889 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29890 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29891 'CrWinAsan(dll)', # https://crbug.com/935598
Yun Liu42f79ea2019-11-19 01:21:18892 'android-code-coverage-native', # crbug/1018434
Haiyang Pand9c15d992020-07-07 22:03:37893 # TODO(crbug.com/1102974) Re-enable on L once it is not overloaded.
894 'android-lollipop-arm-rel',
Yuke Liaod7da81b2020-03-20 18:57:57895 # http://crbug.com/1060245#c30: due to low utility and capacity.
896 'android-marshmallow-arm64-rel',
Haiyang Panaa242232020-06-24 20:04:20897 'android-marshmallow-x86-rel', # crbug.com/1098111
Sven Zheng577fe5ff2020-08-03 22:06:44898 'linux-lacros-tester-rel', # https://crbug.com/1111979
Brad Halla36886c2019-02-26 16:52:29899 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28900 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24901 'Cast Audio Linux': {
902 'args': [
Nico Weber02f30392018-07-16 18:39:43903 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24904 ],
Kenneth Russellfbda3c532017-12-08 23:57:24905 },
906 'Cast Linux': {
907 'args': [
Nico Weber02f30392018-07-16 18:39:43908 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24909 ],
Kenneth Russellfbda3c532017-12-08 23:57:24910 },
Erik Chenb681c8c2019-11-25 22:52:52911 'Linux ASan LSan Tests (1)': {
912 'swarming': {
913 'shards': 12,
914 },
915 },
Chris Cunninghame1a04ea2019-04-24 01:49:32916 'Linux ASan Tests (sandboxed)': {
917 'swarming': {
John Abd-El-Malek3a631612020-07-08 21:40:41918 'shards': 10, # https://crbug.com/1103330
Chris Cunninghame1a04ea2019-04-24 01:49:32919 },
920 },
Erik Chen681dc0282019-11-26 22:54:49921 'Linux TSan Tests': {
922 'swarming': {
923 'shards': 15,
924 },
925 },
Stephen Martinis1384ff92020-01-07 19:52:15926 'Lollipop Phone Tester': {
927 'swarming': {
928 'shards': 13,
929 },
930 },
931 'Win10 Tests x64': {
932 # crbug.com/868082
933 'args': [
934 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
935 ],
936 },
937 'Win10 Tests x64 (dbg)': {
938 'experiment_percentage': 100,
939 # crbug.com/868082
940 'args': [
941 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:15942 ],
943 },
Sajjad Mirza87e17b242020-01-22 18:49:07944 'Win10 Tests x64 Code Coverage': {
945 # crbug.com/868082
946 'args': [
947 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
948 ],
949 },
Stephen Martinis1384ff92020-01-07 19:52:15950 'android-arm64-proguard-rel': {
951 'swarming': {
952 'shards': 16,
953 },
954 },
955 'android-asan': {
956 'args': [
957 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
958 ],
959 'swarming': {
960 'shards': 18,
961 },
962 },
Haiyang Pan32b83392020-03-14 01:38:46963 'android-lollipop-arm-rel': {
964 'swarming': {
965 'shards': 15,
966 },
967 },
Stephen Martinis1384ff92020-01-07 19:52:15968 'android-marshmallow-arm64-rel': {
969 'swarming': {
970 'shards': 16,
971 },
972 },
John Budoricka4e23882020-02-28 18:36:43973 'android-marshmallow-x86-fyi-rel': {
974 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:57975 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter',
Haiyang Pancd66427a2020-06-17 02:36:25976 '-v', # TODO(crbug.com/1093602) Remove once the issue is resolved
John Budoricka4e23882020-02-28 18:36:43977 ],
978 },
Haiyang Pan363c59a2020-07-23 05:47:04979 'android-nougat-arm64-rel': {
980 'swarming': {
981 'shards': 16,
982 },
983 # TODO(crbug.com/1108055): Remove this filter
984 'args': [
985 '--gtest_filter=-BackgroundTracingManagerBrowserTest.PerfettoSystemBackgroundScenario*',
986 ],
987 },
Haiyang Pan08d09dc2020-04-01 16:11:21988 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:43989 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:57990 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
John Budoricka4e23882020-02-28 18:36:43991 ],
992 },
Omer Katz7d2be652020-01-22 18:13:46993 'linux-blink-heap-concurrent-marking-tsan-rel': {
994 'swarming': {
995 'shards': 4,
996 },
997 },
Stephen Martinis1384ff92020-01-07 19:52:15998 'linux-chromeos-code-coverage': {
999 'swarming': {
1000 'shards': 12,
1001 },
1002 },
Albert J. Wong91f109652019-11-19 03:01:161003 'linux-chromeos-rel': {
1004 'swarming': {
1005 'shards': 3,
1006 },
1007 },
Yuke Liao79424e42020-01-06 21:00:111008 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:011009 'args': [
1010 '--no-sandbox',
1011 ],
Yuke Liao79424e42020-01-06 21:00:111012 'swarming': {
1013 'shards': 12,
1014 },
1015 },
Sven Zheng80734f12020-08-06 06:50:391016 # https://crbug.com/1111979
1017 'linux-lacros-tester-fyi-rel': {
1018 'experiment_percentage': 100,
1019 },
Kenneth Russelleb60cbd22017-12-05 07:54:281020 },
1021 },
Maksim Sisov6058ba72020-05-04 10:29:131022 'content_browsertests_wayland': {
1023 'modifications': {
1024 'Linux Ozone Tester (Wayland)': {
1025 'args': [
1026 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter',
1027 ],
1028 },
1029 },
1030 },
1031 'content_browsertests_x11': {
1032 'modifications': {
1033 'Linux Ozone Tester (X11)': {
1034 'args': [
1035 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter',
1036 ],
1037 },
1038 },
1039 },
Nico Weber81e16ace22018-06-30 02:58:471040 'content_shell_crash_test': {
Haiyang Pan8c201b92020-06-04 01:25:071041 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:201042 'android-marshmallow-x86-rel', # crbug.com/1084353
Haiyang Pan8c201b92020-06-04 01:25:071043 ],
Dirk Prankeb1c36b322018-07-11 02:42:001044 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:001045 'Win10 Tests x64 (dbg)': {
1046 'experiment_percentage': 100, # https://crbug.com/861730
1047 },
1048 },
Nico Weber81e16ace22018-06-30 02:58:471049 },
John Budorick27d2d44e2019-05-20 20:26:091050 'content_shell_test_apk': {
1051 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:091052 'android-asan', # https://crbug.com/964562
Yun Liu3e759dbb2019-11-01 19:25:521053 'android-code-coverage-native', # crbug/1018434
John Budorick27d2d44e2019-05-20 20:26:091054 ],
John Budorickee2e64f2020-03-02 20:19:101055 'modifications': {
Haiyang Panaa242232020-06-24 20:04:201056 'android-marshmallow-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101057 'args': [
Haiyang Pan28e73582020-05-30 00:34:271058 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_shell_test_apk.filter',
John Budorickee2e64f2020-03-02 20:19:101059 ],
1060 },
Haiyang Pan08d09dc2020-04-01 16:11:211061 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101062 'args': [
1063 '--gtest_filter=-ContentViewScrollingTest.testFling',
1064 ],
1065 },
1066 },
John Budorick27d2d44e2019-05-20 20:26:091067 },
Kenneth Russelleb60cbd22017-12-05 07:54:281068 'content_unittests': {
Yun Liu42f79ea2019-11-19 01:21:181069 'remove_from': [
Yun Liu42f79ea2019-11-19 01:21:181070 'android-code-coverage-native', # crbug/1018434
1071 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281072 'modifications': {
John Budorick5052d552017-12-13 02:59:341073 'Linux ASan LSan Tests (1)': {
1074 # These are slow on the ASAN trybot for some reason.
1075 # crbug.com/794372
1076 'swarming': {
1077 'shards': 2,
1078 },
1079 },
Takuto Ikuta54671d972018-07-19 19:06:351080 'Linux ChromiumOS MSan Tests': {
1081 # These are very slow on the Chrome OS MSAN trybot for some reason.
1082 # crbug.com/865455
1083 'swarming': {
1084 'shards': 2,
1085 },
1086 },
Kenneth Russelleb60cbd22017-12-05 07:54:281087 },
1088 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031089 'context_lost_passthrough_tests': {
1090 'modifications': {
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001091 'Mac FYI GPU ASAN Release': {
1092 'args': [
1093 '--is-asan',
1094 ]
1095 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031096 'Win10 x64 Debug (NVIDIA)': {
1097 'args': [
1098 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1099 # longer necessary to figure out why the renderer process is hanging.
1100 '--extra-browser-args=--no-sandbox',
1101 ],
1102 },
1103 },
1104 },
1105 'context_lost_validating_tests': {
Brian Sheedye285c9b2019-07-15 21:42:461106 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1107 # exception once there is enough capacity to run these tests.
1108 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461109 'Android FYI Release (Pixel 2)',
Chong Gu44db95b02020-05-19 19:40:131110 'Fuchsia x64' # https://crbug.com/1058255
Brian Sheedye285c9b2019-07-15 21:42:461111 ],
Kenneth Russellc1a09302018-07-10 01:12:541112 'modifications': {
1113 'Mac FYI GPU ASAN Release': {
1114 'args': [
1115 '--is-asan',
1116 ]
1117 },
1118 },
1119 },
Kenneth Russellfbda3c532017-12-08 23:57:241120 'crashpad_tests': {
1121 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:481122 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:391123 # https://crbug.com/crashpad/304
1124 'Linux TSan Tests',
1125 'ToTLinuxTSan',
1126 # https://crbug.com/crashpad/306
1127 'Linux CFI',
1128 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:241129 ],
1130 },
John Budorick5bc387fe2019-05-09 20:02:531131 'cronet_sizes': {
1132 'modifications': {
1133 'android-cronet-arm-dbg': {
1134 'swarming': {
1135 'dimension_sets': [
1136 {
1137 'device_os': None,
1138 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:561139 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:531140 },
1141 ],
1142 },
1143 },
1144 },
1145 },
Zhenyao Moc307eeb72018-12-20 01:03:201146 'dawn_end2end_tests': {
1147 'remove_from': [
Zhenyao Moc307eeb72018-12-20 01:03:201148 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
1149 ],
1150 },
Sven Zheng577fe5ff2020-08-03 22:06:441151 'dbus_unittests': {
1152 'remove_from': [
1153 'linux-lacros-tester-rel', # https://crbug.com/1111979
1154 ],
Sven Zheng80734f12020-08-06 06:50:391155 'modifications': {
1156 # https://crbug.com/1111979
1157 'linux-lacros-tester-fyi-rel': {
1158 'experiment_percentage': 100,
1159 },
1160 },
Sven Zheng577fe5ff2020-08-03 22:06:441161 },
Brian Sheedye285c9b2019-07-15 21:42:461162 'depth_capture_tests': {
1163 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1164 # exception once there is enough capacity to run these tests.
1165 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461166 'Android FYI Release (Pixel 2)',
1167 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591168 'modifications': {
1169 'Win10 x64 Debug (NVIDIA)': {
1170 'args': [
1171 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1172 # longer necessary to figure out why the renderer process is hanging.
1173 '--extra-browser-args=--no-sandbox',
1174 ],
1175 },
1176 },
Brian Sheedye285c9b2019-07-15 21:42:461177 },
Ben Pastene61ad637c2020-05-08 22:24:411178 'disk_usage_tast_test': {
1179 # TODO(crbug.com/1077659): Add the test back after it's fixed.
1180 'remove_from': [
1181 'chromeos-kevin-rel',
1182 ],
1183 },
Joe Downing41486042018-10-18 22:44:441184 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291185 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291186 'CrWinAsan(dll)', # https://crbug.com/935598
Sven Zheng577fe5ff2020-08-03 22:06:441187 'linux-lacros-tester-rel', # https://crbug.com/1111979
Brad Halla36886c2019-02-26 16:52:291188 ],
Joe Downing41486042018-10-18 22:44:441189 'modifications': {
1190 'Win10 Tests x64 (dbg)': {
1191 'experiment_percentage': 100, # https://crbug.com/876615
1192 },
Sven Zheng80734f12020-08-06 06:50:391193 # https://crbug.com/1111979
1194 'linux-lacros-tester-fyi-rel': {
1195 'experiment_percentage': 100,
1196 },
Joe Downing41486042018-10-18 22:44:441197 },
1198 },
Sven Zheng577fe5ff2020-08-03 22:06:441199 'extensions_unittests': {
1200 'remove_from': [
1201 'linux-lacros-tester-rel', # https://crbug.com/1111979
1202 ],
Sven Zheng80734f12020-08-06 06:50:391203 # https://crbug.com/1111979
1204 'modifications': {
1205 'linux-lacros-tester-fyi-rel': {
1206 'experiment_percentage': 100,
1207 },
1208 },
Sven Zheng577fe5ff2020-08-03 22:06:441209 },
Kenneth Russelleb60cbd22017-12-05 07:54:281210 'gin_unittests': {
1211 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471212 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461213 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471214 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281215 ],
1216 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001217 'gl_tests_passthrough': {
1218 'remove_from': [
1219 'CFI Linux ToT',
1220 # Can't run on MSAN because gl_tests uses the hardware driver,
1221 # which isn't instrumented.
1222 'Linux MSan Tests',
1223 ],
1224 'modifications': {
1225 # TODO(kbr): figure out a better way to specify blocks of
1226 # arguments like this for tests on multiple machines.
Garrett Beatya491ec72020-07-25 12:36:121227 'Linux ASan LSan Tests (1)': {
1228 'args': [
1229 '--use-gpu-in-tests',
1230 '--no-xvfb',
1231 ],
1232 'swarming': {
1233 'dimension_sets': [
1234 {
1235 'gpu': '10de:1cb3',
1236 'os': 'Ubuntu',
1237 'pool': 'chromium.tests.gpu',
1238 },
1239 ],
1240 },
1241 },
1242 'Linux CFI': {
1243 'args': [
1244 '--use-gpu-in-tests',
1245 '--no-xvfb',
1246 ],
1247 'swarming': {
1248 'dimension_sets': [
1249 {
1250 'gpu': '10de:1cb3',
1251 'os': 'Ubuntu',
1252 'pool': 'chromium.tests.gpu',
1253 },
1254 ],
1255 },
1256 },
1257 'Linux TSan Tests': {
1258 'args': [
1259 '--use-gpu-in-tests',
1260 '--no-xvfb',
1261 ],
1262 'swarming': {
1263 'dimension_sets': [
1264 {
1265 'gpu': '10de:1cb3',
1266 'os': 'Ubuntu',
1267 'pool': 'chromium.tests.gpu',
1268 },
1269 ],
1270 },
1271 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001272 },
1273 },
Jonah Ryan-Davise25a89f2020-05-29 20:18:241274 'gl_tests_validating': {
John Budorickca14c76f62017-12-09 14:19:181275 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:181276 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:011277 'Android FYI Release (Nexus 5X)',
Takuto Ikutaf5333252019-11-06 16:07:081278 # Can't run on MSAN because gl_tests uses the hardware driver,
Kenneth Russell55bbec52018-05-03 18:44:551279 # which isn't instrumented.
1280 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181281 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281282 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:451283 # TODO(kbr): figure out a better way to specify blocks of
1284 # arguments like this for tests on multiple machines.
Garrett Beatya491ec72020-07-25 12:36:121285 'Linux ASan LSan Tests (1)': {
1286 'args': [
1287 '--use-gpu-in-tests',
1288 '--no-xvfb',
1289 ],
1290 'swarming': {
1291 'dimension_sets': [
1292 {
1293 'gpu': '10de:1cb3',
1294 'os': 'Ubuntu',
1295 'pool': 'chromium.tests.gpu',
1296 },
1297 ],
1298 },
1299 },
1300 'Linux CFI': {
1301 'args': [
1302 '--use-gpu-in-tests',
1303 '--no-xvfb',
1304 ],
1305 'swarming': {
1306 'dimension_sets': [
1307 {
1308 'gpu': '10de:1cb3',
1309 'os': 'Ubuntu',
1310 'pool': 'chromium.tests.gpu',
1311 },
1312 ],
1313 },
1314 },
1315 'Linux TSan Tests': {
1316 'args': [
1317 '--use-gpu-in-tests',
1318 '--no-xvfb',
1319 ],
1320 'swarming': {
1321 'dimension_sets': [
1322 {
1323 'gpu': '10de:1cb3',
1324 'os': 'Ubuntu',
1325 'pool': 'chromium.tests.gpu',
1326 },
1327 ],
1328 },
1329 },
Haiyang Panaa242232020-06-24 20:04:201330 'android-marshmallow-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311331 'args': [
1332 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1333 ],
1334 },
Andrew Luo38b311f2019-10-04 03:42:091335 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311336 'args': [
Andrew Luobe83fd82019-12-19 03:07:581337 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1338 ],
Andrew Luo38b311f2019-10-04 03:42:091339 },
Haiyang Pan08d09dc2020-04-01 16:11:211340 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311341 'args': [
1342 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1343 ],
1344 },
Kenneth Russelleb60cbd22017-12-05 07:54:281345 },
1346 },
Takuto Ikutaf5333252019-11-06 16:07:081347 'gl_unittests': {
1348 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081349 # On Android, these are already run on the main waterfall.
1350 # Run them on the one-off Android FYI bots, though.
1351 'Android FYI Release (Nexus 5X)',
1352 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
1353 'Linux FYI Release (AMD R7 240)',
Yuly Novikov37e04342020-05-29 00:52:041354 # Can't run on MSAN because gl_unittests uses the hardware driver,
1355 # which isn't instrumented.
1356 'Linux MSan Tests',
Takuto Ikutaf5333252019-11-06 16:07:081357 ],
Takuto Ikutaf5333252019-11-06 16:07:081358 },
1359 'gl_unittests_ozone': {
1360 'remove_from': [
1361 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1362 # which isn't instrumented.
1363 'Linux ChromiumOS MSan Tests',
1364 ],
1365 },
1366 'gpu_process_launch_tests': {
1367 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1368 # exception once there is enough capacity to run these tests.
1369 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081370 'Android FYI Release (Pixel 2)',
1371 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591372 'modifications': {
1373 'Win10 x64 Debug (NVIDIA)': {
1374 'args': [
1375 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1376 # longer necessary to figure out why the renderer process is hanging.
1377 '--extra-browser-args=--no-sandbox',
1378 ],
1379 },
1380 },
Takuto Ikutaf5333252019-11-06 16:07:081381 },
Brian Sheedye285c9b2019-07-15 21:42:461382 'hardware_accelerated_feature_tests': {
1383 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1384 # exception once there is enough capacity to run these tests.
1385 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461386 'Android FYI Release (Pixel 2)',
1387 ],
1388 },
Brad Halla36886c2019-02-26 16:52:291389 'headless_browsertests': {
1390 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291391 'CrWinAsan(dll)', # https://crbug.com/935598
1392 ],
1393 },
Kenneth Russell8a386d42018-06-02 09:48:011394 'info_collection_tests': {
1395 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011396 # The Mac ASAN swarming bot runs tests on two different GPU
1397 # types, so we can't have one expected vendor ID / device ID.
1398 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011399 'Android V8 FYI Release (Nexus 5X)',
1400 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351401 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011402 'Mac V8 FYI Release (Intel)',
1403 'Win V8 FYI Release (NVIDIA)',
1404 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591405 'modifications': {
Brian Sheedyb18cb762020-06-30 00:09:291406 'ChromeOS FYI Release (amd64-generic)': {
Brian Sheedy65be3052020-06-26 19:26:511407 'args': [
Brian Sheedyb18cb762020-06-30 00:09:291408 # Swarming does not report a GPU since tests are run in a VM, but
1409 # the VM does report that a GPU is present.
1410 '--expected-device-id', '1050',
Brian Sheedydf2672f2020-05-07 20:44:361411 ],
1412 },
Brian Sheedyfe61cdac2020-02-12 01:25:591413 'Win10 x64 Debug (NVIDIA)': {
1414 'args': [
1415 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1416 # longer necessary to figure out why the renderer process is hanging.
1417 '--extra-browser-args=--no-sandbox',
1418 ],
1419 },
1420 },
Brian Sheedy32eeeb52020-05-22 01:49:371421 'replacements': {
1422 'ChromeOS FYI Release (amd64-generic)': {
1423 'args': {
1424 # Swarming does not report a GPU since tests are run in a VM, but
1425 # the VM does report that a GPU is present.
1426 '--expected-vendor-id': '1af4',
Brian Sheedyb18cb762020-06-30 00:09:291427 # Magic substitution happens after regular replacement, so remove it
1428 # now since we are manually applying the expected device ID above.
1429 '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None,
Brian Sheedy32eeeb52020-05-22 01:49:371430 },
1431 }
1432 },
Kenneth Russell8a386d42018-06-02 09:48:011433 },
Kenneth Russelleb60cbd22017-12-05 07:54:281434 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291435 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291436 'CrWinAsan(dll)', # https://crbug.com/935598
Sven Zheng80734f12020-08-06 06:50:391437 'linux-lacros-tester-rel', # https://crbug.com/1111979
Brad Halla36886c2019-02-26 16:52:291438 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281439 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151440 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261441 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151442 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261443 },
1444 },
John Budorickca14c76f62017-12-09 14:19:181445 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171446 # These are slow on the ASan trybot for some reason, crbug.com/794372
1447 'swarming': {
1448 'shards': 6,
1449 },
1450 },
Takuto Ikuta54671d972018-07-19 19:06:351451 'Linux ChromiumOS MSan Tests': {
1452 # These are very slow on the Chrome OS MSAN trybot for some reason.
1453 # crbug.com/865455
1454 'swarming': {
1455 'shards': 5,
1456 },
1457 },
Stephen Martinis1384ff92020-01-07 19:52:151458 'Linux TSan Tests': {
1459 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271460 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151461 'shards': 20,
Dirk Pranke8fd63c12017-12-10 18:06:271462 },
1463 },
Stephen Martinis1384ff92020-01-07 19:52:151464 'ToTLinuxTSan': {
1465 # These are slow on the TSan bots for some reason, crbug.com/794372
1466 'swarming': {
1467 'shards': 6,
1468 },
1469 },
Ian Struiksma07a90df2020-01-23 00:54:501470 'Win 7 Tests x64 (1)': {
1471 # These tests are continually flaky on Win7 bots, crbug.com/967588
1472 'args': [
1473 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1474 ],
1475 },
Stephen Martinis1384ff92020-01-07 19:52:151476 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031477 'Win10 Tests x64 (dbg)': {
1478 'experiment_percentage': 100,
1479 },
Ian Struiksma07a90df2020-01-23 00:54:501480 'Win7 Tests (1)': {
1481 # These tests are continually flaky on Win7 bots, crbug.com/967588
1482 'args': [
1483 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1484 ],
1485 },
Stephen Martinis1384ff92020-01-07 19:52:151486 'Win7 Tests (dbg)(1)': {
Ian Struiksma07a90df2020-01-23 00:54:501487 # These tests are continually flaky on Win7 bots, crbug.com/967588
1488 'args': [
1489 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1490 ],
Stephen Martinis1384ff92020-01-07 19:52:151491 'swarming': {
1492 'shards': 4,
1493 },
1494 },
Ben Pastene8ef125e2019-12-10 01:46:291495 'linux-chromeos-chrome': {
1496 # TODO(crbug.com/970649): Remove this filter.
1497 'args': [
1498 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1499 ],
1500 },
Stephen Martinis1384ff92020-01-07 19:52:151501 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111502 'swarming': {
1503 'shards': 10,
1504 },
1505 },
Stephen Martinis1384ff92020-01-07 19:52:151506 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111507 'swarming': {
1508 'shards': 10,
1509 },
1510 },
Sven Zheng80734f12020-08-06 06:50:391511 # https://crbug.com/1111979
1512 'linux-lacros-tester-fyi-rel': {
1513 'experiment_percentage': 100,
1514 },
Kenneth Russelleb60cbd22017-12-05 07:54:281515 },
1516 },
John Budorickf00e5ff2019-06-11 21:21:061517 'ipc_tests': {
1518 'modifications': {
1519 'android-asan': {
1520 'swarming': {
1521 'shards': 2,
1522 },
1523 },
1524 },
1525 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031526 'maps_pixel_passthrough_test': {
1527 'replacements': {
1528 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1529 # use ${got_cr_revision}, which is only set on the V8 bots.
1530 'Linux V8 FYI Release (NVIDIA)': {
1531 'args': {
1532 '--git-revision': '${got_cr_revision}',
1533 },
1534 },
1535 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1536 'args': {
1537 '--git-revision': '${got_cr_revision}',
1538 },
1539 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:001540 'Mac V8 FYI Release (Intel)': {
1541 'args': {
1542 '--git-revision': '${got_cr_revision}',
1543 },
1544 },
Jonah Ryan-Davis832c8462020-06-09 03:45:031545 'Win V8 FYI Release (NVIDIA)': {
1546 'args': {
1547 '--git-revision': '${got_cr_revision}',
1548 },
1549 },
1550 },
1551 },
1552 'maps_pixel_validating_test': {
Brian Sheedye285c9b2019-07-15 21:42:461553 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1554 # exception once there is enough capacity to run these tests.
1555 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461556 'Android FYI Release (Pixel 2)',
1557 ],
Brian Sheedy44fd891b2019-10-03 20:07:541558 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541559 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1560 # use ${got_cr_revision}, which is only set on the V8 bots.
1561 'Android V8 FYI Release (Nexus 5X)': {
1562 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321563 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541564 },
1565 },
1566 'Linux V8 FYI Release (NVIDIA)': {
1567 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321568 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541569 },
1570 },
1571 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1572 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321573 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541574 },
1575 },
1576 'Mac V8 FYI Release (Intel)': {
1577 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321578 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541579 },
1580 },
Brian Sheedy44fd891b2019-10-03 20:07:541581 },
Brian Sheedye285c9b2019-07-15 21:42:461582 },
Andrew Luo38b311f2019-10-04 03:42:091583 'media_unittests': {
1584 'modifications': {
Haiyang Panaa242232020-06-24 20:04:201585 'android-marshmallow-x86-rel': {
John Budorickb5185112020-01-08 22:40:211586 'args': [
Haiyang Pan569659f02020-05-30 00:48:451587 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.media_unittests.filter',
John Budorickb5185112020-01-08 22:40:211588 ],
1589 },
Andrew Luo38b311f2019-10-04 03:42:091590 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:581591 'args': [
1592 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
1593 ],
Andrew Luo38b311f2019-10-04 03:42:091594 },
Haiyang Pan08d09dc2020-04-01 16:11:211595 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:211596 'args': [
Haiyang Pan569659f02020-05-30 00:48:451597 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.media_unittests.filter',
John Budorickb5185112020-01-08 22:40:211598 ],
1599 },
Andrew Luo38b311f2019-10-04 03:42:091600 },
1601 },
Sven Zheng577fe5ff2020-08-03 22:06:441602 'message_center_unittests': {
1603 'remove_from': [
1604 'linux-lacros-tester-rel', # https://crbug.com/1111979
1605 ],
Sven Zheng80734f12020-08-06 06:50:391606 'modifications': {
1607 # https://crbug.com/1111979
1608 'linux-lacros-tester-fyi-rel': {
1609 'experiment_percentage': 100,
1610 },
1611 },
Sven Zheng577fe5ff2020-08-03 22:06:441612 },
John Budorickf00e5ff2019-06-11 21:21:061613 'mojo_unittests': {
1614 'modifications': {
1615 'android-asan': {
1616 'swarming': {
John Budorick5a29d7542019-10-11 20:56:441617 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:061618 },
1619 },
1620 },
1621 },
Erik Chend16d922d2019-12-10 04:37:141622 'monochrome_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:151623 'modifications': {
1624 'ToTAndroid': {
1625 'swarming': {
1626 'dimension_sets': [
1627 {
John Budorick838256a2020-02-29 01:29:071628 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151629 'device_os': None,
1630 'device_playstore_version': None,
1631 'device_type': None,
1632 'os': 'Ubuntu-16.04',
1633 },
1634 ],
1635 },
1636 },
1637 'android-arm64-proguard-rel': {
1638 'swarming': {
1639 'dimension_sets': [
1640 {
John Budorick838256a2020-02-29 01:29:071641 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151642 'device_os': None,
1643 'device_playstore_version': None,
1644 'device_type': None,
1645 'os': 'Ubuntu-16.04',
1646 },
1647 ],
1648 },
1649 },
1650 'android-pie-arm64-rel': {
1651 'swarming': {
1652 'dimension_sets': [
1653 {
John Budorick838256a2020-02-29 01:29:071654 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151655 'device_os': None,
1656 'device_os_flavor': None,
1657 'device_playstore_version': None,
1658 'device_type': None,
1659 'os': 'Ubuntu-16.04',
1660 },
1661 ],
1662 },
1663 },
1664 },
Erik Chend16d922d2019-12-10 04:37:141665 },
bsheedye9469572019-01-23 17:31:331666 'monochrome_public_test_ar_apk': {
1667 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:031668 'Nougat Phone Tester': {
1669 'args': [
1670 # ArCore is not installed as a system app on N, so we can install it
1671 # normally instead of replacing the system version.
1672 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1673 ],
1674 },
bsheedye9469572019-01-23 17:31:331675 # We need to match the Playstore version as well because AR tests fail on
1676 # old versions of the Playstore.
1677 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:081678 'args': [
1679 # ArCore is not installed as a system app on O, so we can install it
1680 # normally instead of replacing the system version.
1681 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1682 ],
bsheedye9469572019-01-23 17:31:331683 'swarming': {
1684 'dimension_sets': [
1685 {
1686 'device_os': 'OPR3.170623.008',
1687 'device_playstore_version': '12.8.23-all',
1688 'device_type': 'marlin',
1689 'os': 'Android',
1690 },
1691 ],
1692 },
1693 },
Haiyang Pan57159eba2020-05-07 23:14:131694 'android-10-arm64-rel': {
1695 'args': [
1696 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1697 ]
1698 },
Haiyang Pan363c59a2020-07-23 05:47:041699 'android-nougat-arm64-rel': {
1700 'args': [
1701 # ArCore is not installed as a system app on N, so we can install it
1702 # normally instead of replacing the system version.
1703 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1704 ],
1705 },
Brian Sheedy2bcd16b2019-04-22 22:47:081706 'android-pie-arm64-dbg': {
1707 'args': [
1708 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1709 ]
1710 }
bsheedye9469572019-01-23 17:31:331711 },
1712 },
Nico Weberd3096fb2018-06-07 17:50:151713 'nacl_helper_nonsfi_unittests': {
1714 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:151715 'Linux TSan Tests', # Sets enable_nacl=false.
1716 ],
1717 },
Kenneth Russellfbda3c532017-12-08 23:57:241718 'nacl_loader_unittests': {
1719 'remove_from': [
Nico Weber48f187142018-06-01 15:16:351720 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:511721 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:111722 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481723 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241724 ],
1725 },
Kenneth Russelleb60cbd22017-12-05 07:54:281726 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241727 'remove_from': [
Stephen Roeac495972020-02-25 23:32:411728 'Fuchsia ARM64', # https://crbug.com/877248
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:461729 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:241730 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281731 'modifications': {
Nico Weber33b9b7a2020-06-12 19:23:271732 'CrWinAsan': {
1733 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1734 'swarming': {
1735 'shards': 16,
1736 },
1737 },
1738 'CrWinAsan(dll)': {
1739 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1740 'swarming': {
1741 'shards': 16,
1742 },
1743 },
John Budorickca14c76f62017-12-09 14:19:181744 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341745 # These are very slow on the ASAN trybot for some reason.
1746 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181747 'swarming': {
John Budorick5052d552017-12-13 02:59:341748 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181749 },
1750 },
1751 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:351752 # These are very slow on the ASAN trybot for some reason.
1753 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181754 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021755 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181756 }
1757 },
Takuto Ikuta54671d972018-07-19 19:06:351758 'Linux ChromiumOS MSan Tests': {
1759 # These are very slow on the Chrome OS MSAN trybot for some reason.
1760 # crbug.com/865455
1761 'swarming': {
1762 'shards': 2,
1763 },
1764 },
John Budorickca14c76f62017-12-09 14:19:181765 'Linux TSan Tests': {
1766 'swarming': {
1767 'shards': 4,
1768 }
1769 },
Ben Pastene8bf205b2018-06-13 04:00:331770 # The suite runs signficantly slower on linux dbg, so increase shards.
1771 'Linux Tests (dbg)(1)': {
1772 'swarming': {
1773 'shards': 2,
1774 },
1775 },
Stephen Martinis1384ff92020-01-07 19:52:151776 'ToTLinuxASan': {
1777 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1778 'swarming': {
1779 'shards': 16,
1780 },
1781 },
1782 'ToTLinuxTSan': {
1783 'swarming': {
1784 'shards': 4,
1785 }
1786 },
Haiyang Panaa242232020-06-24 20:04:201787 'android-marshmallow-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501788 # crbug.com/1046060
1789 'args': [
1790 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1791 ],
1792 },
Haiyang Pan08d09dc2020-04-01 16:11:211793 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501794 # crbug.com/1046060
1795 'args': [
1796 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1797 ],
1798 },
Omer Katz7d2be652020-01-22 18:13:461799 'linux-blink-heap-concurrent-marking-tsan-rel': {
1800 'swarming': {
1801 'shards': 4,
1802 }
1803 },
Ben Pastene8bf205b2018-06-13 04:00:331804 'linux-chromeos-dbg': {
1805 'swarming': {
1806 'shards': 2,
1807 },
1808 },
Nico Weber33b9b7a2020-06-12 19:23:271809 'win-asan': {
1810 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1811 'swarming': {
1812 'shards': 16,
1813 },
1814 },
Kenneth Russelleb60cbd22017-12-05 07:54:281815 },
1816 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311817 'network_service_browser_tests': {
1818 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291819 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:261820 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:171821 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1822 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191823 'Win7 Tests (1)', # For swarming capacity reasons.
1824 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:061825 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061826 'Mac10.10 Tests',
1827 'Mac10.11 Tests',
1828 'Mac10.13 Tests',
1829 'Mac10.13 Tests (dbg)',
Prakhar Asthana74a9eda2020-08-05 05:24:481830 'Mac10.13 Tests Code Coverage',
John Abd-El-Malek69ae1492018-09-06 20:00:061831 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061832 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:311833 ],
Kenneth Russell6c83d212018-07-27 20:52:591834 'modifications': {
Kenneth Russell6c83d212018-07-27 20:52:591835 'Win10 Tests x64': {
1836 # crbug.com/868082
1837 'args': [
1838 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1839 ],
Takuto Ikutac9c269a2019-01-10 22:40:251840 # This is for slow test execution that often becomes a critical path of
1841 # swarming jobs. crbug.com/868114
1842 'swarming': {
1843 'shards': 20,
1844 },
Kenneth Russell6c83d212018-07-27 20:52:591845 },
Sajjad Mirza87e17b242020-01-22 18:49:071846 'Win10 Tests x64 Code Coverage': {
1847 # crbug.com/868082
1848 'args': [
1849 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1850 ],
1851 # This is for slow test execution that often becomes a critical path of
1852 # swarming jobs. crbug.com/868114
1853 'swarming': {
1854 'shards': 20,
1855 },
1856 },
Yuke Liao58e1d202020-03-20 23:02:011857 'linux-code-coverage': {
1858 'args': [
1859 '--no-sandbox',
1860 ],
1861 'swarming': {
1862 'shards': 20,
1863 },
1864 }
Kenneth Russell6c83d212018-07-27 20:52:591865 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311866 },
John Abd-El-Malek4782bd12018-06-12 01:08:211867 'network_service_components_browsertests': {
1868 'remove_from': [
Nico Weber073af192018-06-21 19:22:171869 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1870 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191871 'Win7 Tests (1)', # For swarming capacity reasons.
1872 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061873 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061874 'Mac10.10 Tests',
1875 'Mac10.11 Tests',
1876 'Mac10.13 Tests',
1877 'Mac10.13 Tests (dbg)',
Prakhar Asthana74a9eda2020-08-05 05:24:481878 'Mac10.13 Tests Code Coverage',
John Abd-El-Malek69ae1492018-09-06 20:00:061879 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061880 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191881 ],
1882 },
1883 'network_service_content_browsertests': {
1884 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291885 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101886 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171887 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1888 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191889 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111890 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061891 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061892 'Mac10.10 Tests',
1893 'Mac10.11 Tests',
1894 'Mac10.13 Tests',
1895 'Mac10.13 Tests (dbg)',
Prakhar Asthana74a9eda2020-08-05 05:24:481896 'Mac10.13 Tests Code Coverage',
John Abd-El-Malek69ae1492018-09-06 20:00:061897 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061898 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:211899 ],
1900 },
John Abd-El-Malek787a41a2018-06-12 18:10:531901 'network_service_extensions_browsertests': {
1902 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291903 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171904 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1905 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191906 'Win7 Tests (1)', # For swarming capacity reasons.
1907 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061908 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061909 'Mac10.10 Tests',
1910 'Mac10.11 Tests',
1911 'Mac10.13 Tests',
1912 'Mac10.13 Tests (dbg)',
Prakhar Asthana74a9eda2020-08-05 05:24:481913 'Mac10.13 Tests Code Coverage',
John Abd-El-Malek69ae1492018-09-06 20:00:061914 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061915 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531916 ],
1917 },
Brad Halla36886c2019-02-26 16:52:291918 'network_service_headless_browsertests': {
1919 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291920 'CrWinAsan(dll)', # https://crbug.com/935598
1921 ],
1922 },
John Abd-El-Malek787a41a2018-06-12 18:10:531923 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191924 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291925 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101926 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171927 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1928 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191929 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061930 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061931 'Mac10.10 Tests',
1932 'Mac10.11 Tests',
1933 'Mac10.13 Tests',
1934 'Mac10.13 Tests (dbg)',
Prakhar Asthana74a9eda2020-08-05 05:24:481935 'Mac10.13 Tests Code Coverage',
John Abd-El-Malek69ae1492018-09-06 20:00:061936 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061937 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191938 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531939 'modifications': {
John Budorickd96ee6f2018-06-15 17:20:111940 'Win10 Tests x64 (dbg)': {
1941 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531942 },
1943 },
1944 },
John Abd-El-Malekfabfb072019-05-30 20:50:191945 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191946 'remove_from': [
John Budorickea475de2019-06-07 21:16:241947 'android-asan',
1948 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541949 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311950 'android-marshmallow-arm64-rel',
Haiyang Pan363c59a2020-07-23 05:47:041951 'android-nougat-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091952 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311953 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311954 'Lollipop Tablet Tester',
1955 'Marshmallow Tablet Tester',
Yun Liu2b1c1d82019-10-30 23:11:241956 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Panaa242232020-06-24 20:04:201957 'android-marshmallow-x86-rel', # crbug.com/1098111
John Abd-El-Malekfabfb072019-05-30 20:50:191958 ],
John Budorick20c71a0d2020-03-02 20:38:561959 'modifications': {
Wei-Yin Chen (陳威尹)858ee772020-05-11 22:29:271960 'Android CFI': {
1961 'args': [
1962 '--exclude-annotation',
1963 'Feature=RenderTest', # https://crbug.com/1068294
1964 ],
1965 },
Haiyang Pan37fbd7a42020-06-03 03:27:371966 'android-marshmallow-x86-fyi-rel': {
1967 'args': [
1968 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter',
Haiyang Panbdcbbe52020-06-16 20:20:061969 '-v', # TODO(crbug.com/1093602) Remove once the issue is resolved
Haiyang Pan37fbd7a42020-06-03 03:27:371970 ],
1971 },
Haiyang Pan08d09dc2020-04-01 16:11:211972 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561973 'args': [
Haiyang Pan9152d382020-03-03 07:39:411974 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
1975 # https://crbug.com/1046059
Haiyang Pan37fbd7a42020-06-03 03:27:371976 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter',
John Budorick20c71a0d2020-03-02 20:38:561977 ],
Haiyang Pan9152d382020-03-03 07:39:411978 'swarming': {
1979 'named_caches': [
1980 {
1981 'name': 'avd_generic_playstore_android28',
1982 'path': '.android',
1983 },
1984 {
1985 'name': 'system_images_android_28_google_apis_playstore_x86',
1986 'path': '.emulator_sdk',
1987 },
1988 ]
1989 },
John Budorick20c71a0d2020-03-02 20:38:561990 },
1991 },
John Abd-El-Malekfabfb072019-05-30 20:50:191992 },
1993 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191994 'remove_from': [
John Budorickea475de2019-06-07 21:16:241995 'android-asan',
1996 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541997 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311998 'android-marshmallow-arm64-rel',
Haiyang Pan363c59a2020-07-23 05:47:041999 'android-nougat-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:092000 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:312001 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:312002 'Lollipop Tablet Tester',
2003 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:182004 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:192005 ],
2006 },
2007 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:192008 'remove_from': [
John Budorickea475de2019-06-07 21:16:242009 'android-asan',
2010 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:542011 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:312012 'android-marshmallow-arm64-rel',
Haiyang Pan363c59a2020-07-23 05:47:042013 'android-nougat-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:092014 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:312015 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:312016 'Lollipop Tablet Tester',
2017 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:182018 'android-code-coverage-native', # crbug/1018434
Haiyang Panaa242232020-06-24 20:04:202019 'android-marshmallow-x86-rel', # crbug.com/1098111
John Abd-El-Malekfabfb072019-05-30 20:50:192020 ],
Haiyang Pand09889852019-08-10 00:26:182021 'modifications': {
John Budorick20c71a0d2020-03-02 20:38:562022 'android-marshmallow-x86-fyi-rel': {
2023 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:572024 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter',
Haiyang Pancd66427a2020-06-17 02:36:252025 '-v', # TODO(crbug.com/1093602) Remove once the issue is resolved
John Budorick20c71a0d2020-03-02 20:38:562026 ],
Haiyang Pan913b9542020-05-11 22:35:002027 'swarming': {
2028 'shards': 10,
2029 },
John Budorick20c71a0d2020-03-02 20:38:562030 },
Haiyang Pan363c59a2020-07-23 05:47:042031 'android-nougat-arm64-rel': {
2032 # TODO(crbug.com/1108055): Remove this filter
2033 'args': [
2034 '--gtest_filter=-BackgroundTracingManagerBrowserTest.PerfettoSystemBackgroundScenario*',
2035 ],
2036 },
Haiyang Pan08d09dc2020-04-01 16:11:212037 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:562038 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:572039 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
John Budorick20c71a0d2020-03-02 20:38:562040 ],
Haiyang Pand09889852019-08-10 00:26:182041 'swarming': {
2042 'shards': 10,
2043 },
2044 },
2045 },
John Abd-El-Malekfabfb072019-05-30 20:50:192046 },
2047 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:192048 'remove_from': [
John Budorickea475de2019-06-07 21:16:242049 'android-asan',
2050 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:542051 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:312052 'android-marshmallow-arm64-rel',
Haiyang Pan363c59a2020-07-23 05:47:042053 'android-nougat-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:092054 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:312055 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:312056 'Lollipop Tablet Tester',
2057 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:182058 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:192059 ],
John Budorickee2e64f2020-03-02 20:19:102060 'modifications': {
Haiyang Panaa242232020-06-24 20:04:202061 'android-marshmallow-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:102062 'args': [
Haiyang Pan28e73582020-05-30 00:34:272063 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_shell_test_apk.filter',
John Budorickee2e64f2020-03-02 20:19:102064 ],
2065 },
Haiyang Pan08d09dc2020-04-01 16:11:212066 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:102067 'args': [
2068 '--gtest_filter=-ContentViewScrollingTest.testFling',
2069 ],
2070 },
2071 },
John Abd-El-Malekfabfb072019-05-30 20:50:192072 },
Tim Volodinedac7f5e2019-05-09 18:07:282073 'network_service_webview_instrumentation_test_apk': {
Tim Volodinedac7f5e2019-05-09 18:07:282074 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202075 # Only run these on the phone testers for now due to capacity.
Haiyang Pana3ff55ae2020-04-23 18:26:542076 'android-lollipop-arm-rel',
Tim Volodinedac7f5e2019-05-09 18:07:282077 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:092078 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:282079 'Lollipop Tablet Tester',
2080 'Marshmallow Tablet Tester',
John Budorick27d2d44e2019-05-20 20:26:092081 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:282082 'Android CFI',
Tim Volodinedac7f5e2019-05-09 18:07:282083 'ToTAndroid',
2084 'ToTAndroidCFI',
Yun Liu2b1c1d82019-10-30 23:11:242085 'android-code-coverage-native', # https://crbug.com/1018431
Haiyang Panaa242232020-06-24 20:04:202086 'android-marshmallow-x86-rel', # crbug.com/1098111
Tim Volodinedac7f5e2019-05-09 18:07:282087 ],
Haiyang Panfdd94332020-03-27 02:43:292088 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:212089 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292090 'args': [
2091 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2092 ],
2093 },
2094 },
Tim Volodinedac7f5e2019-05-09 18:07:282095 },
John Chenaab16fc02020-03-03 06:35:452096 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:282097 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:282098 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
2099 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:282100 ],
Yuke Liaobc9ff982019-04-30 06:56:162101 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:152102 'Linux Tests': {
2103 "args": [
2104 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:152105 ],
2106 },
Yuke Liaoea70f472019-12-19 06:03:362107 'linux-code-coverage': {
2108 'args': [
2109 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:362110 ],
2111 'swarming': {
2112 'shards': 20,
2113 },
2114 },
Yuke Liaobc9ff982019-04-30 06:56:162115 },
Lukasz Anforowicz04bc6302018-11-19 19:04:282116 },
Xi Cheng34ca4042018-02-23 00:10:122117 'notification_helper_unittests': {
2118 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:122119 # The test uses WinRT, which only exists in Windows 8 or above.
2120 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:122121 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:122122 'Win7 Tests (1)',
2123 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:152124 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:122125 'ToTWin',
2126 'ToTWin(dbg)',
2127 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:032128 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:122129 'ToTWin64',
2130 'ToTWin64(dbg)',
2131 'ToTWin64(dll)',
2132 'ToTWinCFI',
2133 'ToTWinCFI64',
Oksana Zhuravlova7f996212018-02-28 04:23:082134 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:122135 ],
2136 },
Ben Pastenee723b2f2019-05-31 19:10:272137 'ozone_unittests': {
2138 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:292139 'chromeos-betty-pi-arc-chrome': {
2140 'args': [
2141 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
2142 ],
2143 },
2144 'linux-chromeos-chrome': {
2145 'args': [
2146 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
2147 ],
2148 },
Ben Pastenee723b2f2019-05-31 19:10:272149 },
2150 },
Karen Qian385d2ca2019-03-19 21:49:582151 'perfetto_unittests': {
2152 'remove_from': [
Haiyang Pan363c59a2020-07-23 05:47:042153 # TODO(crbug.com/931138): Fix permission issue when creating tmp files
John Budorickd3fa5992019-12-13 17:22:412154 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:092155 'android-asan',
Yun Liu022f4512019-06-10 23:14:042156 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:122157 'android-code-coverage-native',
Haiyang Pan32b83392020-03-14 01:38:462158 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:582159 'android-marshmallow-arm64-rel',
Haiyang Panaa242232020-06-24 20:04:202160 'android-marshmallow-x86-rel',
Haiyang Pan363c59a2020-07-23 05:47:042161 'android-nougat-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:092162 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212163 'android-pie-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:582164 'Android CFI',
Karen Qian385d2ca2019-03-19 21:49:582165 'Lollipop Phone Tester',
2166 'Lollipop Tablet Tester',
2167 'Marshmallow 64 bit Tester',
2168 'Marshmallow Tablet Tester',
2169 'Nougat Phone Tester',
2170 'ToTAndroid',
2171 'ToTAndroidCFI'
2172 ]
2173 },
Stephen Martinis54d64ad2018-09-21 22:16:202174 'performance_test_suite': {
2175 'modifications': {
2176 'Mac10.13 Tests (dbg)': {
2177 'args': [
2178 '--browser=debug',
2179 ],
2180 },
2181 'Win10 Tests x64 (dbg)': {
2182 'args': [
2183 '--browser=debug_x64',
2184 ],
2185 'experiment_percentage': 100,
2186 },
2187 'Win7 Tests (dbg)(1)': {
2188 'args': [
2189 '--browser=debug',
2190 ],
2191 },
2192 },
2193 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032194 'pixel_skia_gold_passthrough_test': {
2195 'replacements': {
2196 # The V8 builders pass the V8 revision for ${got_revision}, so instead
2197 # use ${got_cr_revision}, which is only set on the V8 bots.
2198 'Linux V8 FYI Release (NVIDIA)': {
2199 'args': {
2200 '--git-revision': '${got_cr_revision}',
2201 },
2202 },
2203 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
2204 'args': {
2205 '--git-revision': '${got_cr_revision}',
2206 },
2207 },
Jonah Ryan-Davisdeeffeaf2020-06-18 17:56:002208 'Mac V8 FYI Release (Intel)': {
2209 'args': {
2210 '--git-revision': '${got_cr_revision}',
2211 },
2212 },
Jonah Ryan-Davis832c8462020-06-09 03:45:032213 'Win V8 FYI Release (NVIDIA)': {
2214 'args': {
2215 '--git-revision': '${got_cr_revision}',
2216 },
2217 },
2218 },
2219 },
2220 'pixel_skia_gold_validating_test': {
Brian Sheedye6ea0ee2019-07-11 02:54:372221 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:372222 # The V8 builders pass the V8 revision for ${got_revision}, so instead
2223 # use ${got_cr_revision}, which is only set on the V8 bots.
2224 'Android V8 FYI Release (Nexus 5X)': {
2225 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:322226 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:372227 },
2228 },
2229 'Linux V8 FYI Release (NVIDIA)': {
2230 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:322231 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:372232 },
2233 },
2234 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
2235 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:322236 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:372237 },
2238 },
2239 'Mac V8 FYI Release (Intel)': {
2240 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:322241 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:372242 },
2243 },
Brian Sheedye6ea0ee2019-07-11 02:54:372244 },
2245 },
2246 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:462247 'modifications': {
2248 'Android Release (Nexus 5X)': {
2249 'swarming': {
2250 'shards': 2,
2251 },
2252 },
2253 },
Nico Weber128fd382018-06-14 23:29:272254 },
Brian Sheedy9653f152019-08-07 17:02:442255 'rendering_representative_perf_tests': {
2256 'modifications': {
2257 'Win10 FYI x64 Exp Release (Intel HD 630)': {
2258 'args': [
2259 '--browser=release_x64',
2260 ],
2261 },
2262 'Win10 FYI x64 Exp Release (NVIDIA)': {
2263 'args': [
2264 '--browser=release_x64',
2265 ],
2266 },
2267 'Win10 FYI x64 Release (Intel HD 630)': {
2268 'args': [
2269 '--browser=release_x64',
2270 ],
2271 },
2272 'Win10 FYI x64 Release (Intel UHD 630)': {
2273 'args': [
2274 '--browser=release_x64',
2275 ],
2276 },
2277 'Win10 FYI x64 Release (NVIDIA)': {
2278 'args': [
2279 '--browser=release_x64',
2280 ],
2281 },
behdad26cf7e72019-12-18 13:57:302282 'Win10 x64 Release (NVIDIA)': {
2283 'args': [
2284 '--browser=release_x64',
2285 ],
2286 },
behdadf08933582020-05-04 14:00:082287 'Win10 x64 Release (NVIDIA) Code Coverage': {
2288 'args': [
2289 '--browser=release_x64',
2290 ],
2291 },
Brian Sheedy9653f152019-08-07 17:02:442292 },
2293 },
John Budorickdce9d462019-03-23 00:25:382294 'sandbox_linux_unittests': {
2295 'modifications': {
2296 'Lollipop Phone Tester': {
2297 'args': [
2298 '--shard-timeout=300',
2299 ],
2300 },
Haiyang Pan32b83392020-03-14 01:38:462301 'android-lollipop-arm-rel': {
2302 'args': [
2303 '--shard-timeout=300',
2304 ],
2305 },
Haiyang Panaa242232020-06-24 20:04:202306 'android-marshmallow-x86-rel': {
John Budorick6e8e595b2020-01-27 18:15:582307 'args': [
2308 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
2309 ]
2310 },
Haiyang Pan08d09dc2020-04-01 16:11:212311 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:042312 'args': [
2313 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
2314 ]
2315 },
John Budorickdce9d462019-03-23 00:25:382316 },
John Budorick3ebfdf852019-05-13 22:28:162317 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:162318 'android-asan', # https://crbug.com/962650
2319 ],
John Budorickdce9d462019-03-23 00:25:382320 },
Wez6babd4f52020-06-24 14:53:492321 'screenshot_sync_tests': {
2322 'remove_from': [
2323 'Fuchsia x64' # https://crbug.com/1058255
2324 ],
2325 },
Kenneth Russelleb60cbd22017-12-05 07:54:282326 'services_unittests': {
2327 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:482328 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:012329 # The face and barcode detection tests fail on the Mac Pros.
2330 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:462331 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
2332 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:282333 ],
Brian Sheedyb6c58792020-05-07 18:37:332334 'replacements': {
2335 # TODO(crbug.com/1078982): Remove once the test is fixed on 10.15.4.
2336 'Mac FYI Experimental Release (Intel)': {
2337 'args': {
2338 '--gtest_filter': '*Detection*:-FaceDetectionImplMacTest.ScanOneFace*',
2339 },
2340 },
2341 },
Haiyang Pan363c59a2020-07-23 05:47:042342 'modifications': {
2343 'android-nougat-arm64-rel': {
2344 # TODO(crbug.com/1108055): Remove this filter
2345 'args': [
2346 '--gtest_filter=-SystemPerfettoTest.*',
2347 ],
2348 }
2349 }
Kenneth Russelleb60cbd22017-12-05 07:54:282350 },
jonross61a2cd22019-10-11 22:22:052351 'skia_renderer_gl_blink_web_tests': {
2352 'modifications': {
jonross61a2cd22019-10-11 22:22:052353 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
2354 'args': [
2355 '--target',
2356 'Release_x64',
2357 ],
2358 },
2359 },
2360 },
Sven Zheng577fe5ff2020-08-03 22:06:442361 'snapshot_unittests': {
2362 'remove_from': [
2363 'linux-lacros-tester-rel', # https://crbug.com/1111979
2364 ],
Sven Zheng80734f12020-08-06 06:50:392365 'modifications': {
2366 # https://crbug.com/1111979
2367 'linux-lacros-tester-fyi-rel': {
2368 'experiment_percentage': 100,
2369 },
2370 },
Sven Zheng577fe5ff2020-08-03 22:06:442371 },
Ken Rockotd649ffa2020-08-05 19:08:462372 'storage_service_content_browsertests': {
Sven Zheng577fe5ff2020-08-03 22:06:442373 'remove_from': [
2374 'linux-lacros-tester-rel', # https://crbug.com/1111979
2375 ],
Ben Pastene0c9473e2020-06-30 00:55:302376 'modifications': {
2377 'Linux Tests (dbg)(1)': {
2378 'swarming': {
2379 'shards': 4,
2380 },
2381 },
John Abd-El-Malek32591e62020-07-11 01:35:472382 'linux-chromeos-dbg': {
2383 'swarming': {
2384 'shards': 6,
2385 },
2386 },
Sven Zheng80734f12020-08-06 06:50:392387 # https://crbug.com/1111979
2388 'linux-lacros-tester-fyi-rel': {
2389 'experiment_percentage': 100,
2390 },
Ben Pastene0c9473e2020-06-30 00:55:302391 },
2392 },
Ken Rockotd649ffa2020-08-05 19:08:462393 'storage_service_extensions_browsertests': {
Sven Zheng577fe5ff2020-08-03 22:06:442394 'remove_from': [
2395 'linux-lacros-tester-rel', # https://crbug.com/1111979
2396 ],
Sven Zheng80734f12020-08-06 06:50:392397 'modifications': {
2398 # https://crbug.com/1111979
2399 'linux-lacros-tester-fyi-rel': {
2400 'experiment_percentage': 100,
2401 },
2402 },
Sven Zheng577fe5ff2020-08-03 22:06:442403 },
Ken Rockotd649ffa2020-08-05 19:08:462404 'storage_service_interactive_ui_tests': {
Sven Zheng80734f12020-08-06 06:50:392405 'remove_from': [
2406 'linux-lacros-tester-rel', # https://crbug.com/1111979
2407 ],
Ben Pastene727d4162020-05-05 19:10:252408 'modifications': {
2409 'linux-chromeos-chrome': {
2410 # TODO(crbug.com/970649): Remove this filter.
2411 'args': [
2412 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
2413 ],
2414 },
Sven Zheng80734f12020-08-06 06:50:392415 # https://crbug.com/1111979
2416 'linux-lacros-tester-fyi-rel': {
2417 'experiment_percentage': 100,
2418 },
Ben Pastene727d4162020-05-05 19:10:252419 }
2420 },
Stephen Martinis54d64ad2018-09-21 22:16:202421 'swiftshader_unittests': {
2422 'remove_from': [
2423 # Save capacity on the hardware where we have only a few machines.
2424 'Mac FYI Experimental Release (Intel)',
2425 'Mac FYI Experimental Retina Release (AMD)',
2426 'Mac FYI Experimental Retina Release (NVIDIA)',
2427 'Mac Pro FYI Release (AMD)',
2428 ],
2429 },
Kenneth Russelleb60cbd22017-12-05 07:54:282430 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:292431 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292432 'CrWinAsan(dll)', # https://crbug.com/935598
Sven Zheng577fe5ff2020-08-03 22:06:442433 'linux-lacros-tester-rel', # https://crbug.com/1111979
Brad Halla36886c2019-02-26 16:52:292434 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282435 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522436 'Linux ASan LSan Tests (1)': {
2437 'swarming': {
2438 'shards': 4,
2439 },
2440 },
Nico Weber8fbc2832018-12-14 16:00:572441 'Linux TSan Tests': {
2442 'swarming': {
2443 'shards': 6,
2444 },
2445 },
Stephen Martinis1384ff92020-01-07 19:52:152446 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282447 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152448 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282449 },
2450 },
Stephen Martinis75ab55d2018-08-30 02:27:122451 'Win10 Tests x64 (dbg)': {
2452 'experiment_percentage': 100, # https://crbug.com/840369
2453 },
Stephen Martinis1384ff92020-01-07 19:52:152454 'Win7 Tests (dbg)(1)': {
2455 'swarming': {
2456 'shards': 2,
2457 },
2458 },
2459 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112460 'swarming': {
2461 'shards': 4,
2462 },
2463 },
Stephen Martinis1384ff92020-01-07 19:52:152464 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112465 'swarming': {
2466 'shards': 4,
2467 },
2468 },
Sven Zheng80734f12020-08-06 06:50:392469 # https://crbug.com/1111979
2470 'linux-lacros-tester-fyi-rel': {
2471 'experiment_percentage': 100,
2472 },
Kenneth Russelleb60cbd22017-12-05 07:54:282473 },
2474 },
Kenneth Russell8a386d42018-06-02 09:48:012475 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522476 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012477 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012478 'Linux Debug (NVIDIA)',
2479 'Mac Debug (Intel)',
2480 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492481 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012482 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:392483 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052484 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:002485 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052486 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162487 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052488 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2489 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012490 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552491 },
Haiyang Pan8c201b92020-06-04 01:25:072492 'telemetry_chromium_minidump_unittests': {
2493 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202494 'android-marshmallow-x86-rel', # crbug.com/1084352
Haiyang Pan8c201b92020-06-04 01:25:072495 ],
2496 },
Brian Sheedyc117f6d2020-05-06 02:23:272497 'telemetry_monochrome_minidump_unittests': {
2498 'remove_from': [
2499 # Monochrome isn't supported on M.
2500 'android-marshmallow-arm64-rel',
Haiyang Panaa242232020-06-24 20:04:202501 'android-marshmallow-x86-rel',
Brian Sheedyc117f6d2020-05-06 02:23:272502 ],
2503 },
Kenneth Russelleb60cbd22017-12-05 07:54:282504 'telemetry_perf_unittests': {
2505 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282506 'Linux Tests': {
2507 'args': [
2508 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482509 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282510 ],
2511 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352512 'Linux Tests (dbg)(1)': {
2513 'args': [
2514 '--xvfb',
2515 '--jobs=1',
2516 ],
2517 },
Kenneth Russelleb60cbd22017-12-05 07:54:282518 # Disable parallelism on all Mac bots.
2519 'Mac10.10 Tests': {
2520 'args': [
2521 '--jobs=1',
2522 ],
2523 },
2524 'Mac10.11 Tests': {
2525 'args': [
2526 '--jobs=1',
2527 ],
2528 },
2529 'Mac10.12 Tests': {
2530 'args': [
2531 '--jobs=1',
2532 ],
2533 },
Ned Nguyen6e6e5b32018-02-21 20:21:502534 'Win7 Tests (dbg)(1)': {
2535 'args': [
2536 '--jobs=1',
2537 ],
2538 'swarming': {
2539 'shards': 20,
2540 },
2541 'experiment_percentage': 100,
2542 },
Stephen Martinis1384ff92020-01-07 19:52:152543 'linux-chromium-tests-staging-tests': {
2544 'args': [
2545 '--xvfb',
2546 '--jobs=1',
2547 ],
2548 },
2549 'linux-trusty-rel': {
2550 'args': [
2551 '--xvfb',
2552 '--jobs=1',
2553 ],
2554 },
Kenneth Russelleb60cbd22017-12-05 07:54:282555 },
2556 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202557 'android-marshmallow-x86-rel', # crbug.com/1084352
Haiyang Pan0e39edf42020-04-28 19:29:012558 # There's no need to run telemetry_perf_unittests on both lollipop and
Erik Chen96894722019-11-21 20:03:392559 # marshmallow on the CQ. https://crbug.com/1026487.
2560 'android-marshmallow-arm64-rel',
Haiyang Pan363c59a2020-07-23 05:47:042561 'android-nougat-arm64-rel', # crbug.com/1108124
Andrew Luobe83fd82019-12-19 03:07:582562 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:412563 # crbug.com/936540
2564 'Mac10.10 Tests',
2565 'Mac10.11 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:142566 'Mac10.13 Tests',
2567 'Mac10.13 Tests (dbg)',
Prakhar Asthana74a9eda2020-08-05 05:24:482568 'Mac10.13 Tests Code Coverage',
Stephen Martinis1384ff92020-01-07 19:52:152569 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:292570 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112571 'Win10 Tests x64 (dbg)',
Sajjad Mirza87e17b242020-01-22 18:49:072572 'Win10 Tests x64 Code Coverage',
Kenneth Russelleb60cbd22017-12-05 07:54:282573 ],
2574 },
Stephen Martinis54d64ad2018-09-21 22:16:202575 'telemetry_unittests': {
2576 'modifications': {
2577 'Win10 Tests x64 (dbg)': {
2578 'experiment_percentage': 100, # crbug.com/870673
2579 }
John Budorickc498fd3c2019-03-14 01:16:262580 },
2581 'remove_from': [
2582 # crbug.com/936540
2583 'Mac10.10 Tests',
2584 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:292585
2586 'Win10 Tests x64',
Sajjad Mirza87e17b242020-01-22 18:49:072587 'Win10 Tests x64 Code Coverage',
John Budorickc498fd3c2019-03-14 01:16:262588 ],
Stephen Martinis54d64ad2018-09-21 22:16:202589 },
Brian Sheedyf3b48d62020-05-08 23:03:122590 'test_buildbucket_api_gpu_use_cases': {
2591 'remove_from': [
2592 # crbug.com/1080749
2593 'Optional Linux Release (NVIDIA)',
2594 ],
2595 },
Chong Gue78dc582020-06-18 18:00:242596 'trace_test': {
2597 'remove_from': [
2598 'Fuchsia x64' # https://crbug.com/1058255
2599 ],
2600 },
Kenneth Russelleb60cbd22017-12-05 07:54:282601 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:522602 'remove_from': [
2603 'android-code-coverage-native', # crbug/1018434
Haiyang Pan0e39edf42020-04-28 19:29:012604 # There's no need to run unit_tests on both lollipop and marshmallow
Erik Chen96894722019-11-21 20:03:392605 # on the CQ. https://crbug.com/1026487.
2606 'android-marshmallow-arm64-rel',
Sven Zheng577fe5ff2020-08-03 22:06:442607 'linux-lacros-tester-rel', # https://crbug.com/1111979
Yun Liu3e759dbb2019-11-01 19:25:522608 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282609 'modifications': {
John Budorickca14c76f62017-12-09 14:19:182610 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342611 # These are slow on the ASAN trybot for some reason.
2612 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182613 'swarming': {
John Budorick5052d552017-12-13 02:59:342614 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182615 },
2616 },
Stephen Martinis1384ff92020-01-07 19:52:152617 'Linux Chromium OS ASan LSan Tests (1)': {
2618 # These are slow on the ASAN trybot for some reason.
2619 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182620 'swarming': {
2621 'shards': 2,
2622 },
2623 },
Takuto Ikuta54671d972018-07-19 19:06:352624 'Linux ChromiumOS MSan Tests': {
2625 # These are very slow on the Chrome OS MSAN trybot for some reason.
2626 # crbug.com/865455
2627 'swarming': {
2628 'shards': 2,
2629 },
2630 },
Stephen Martinis1384ff92020-01-07 19:52:152631 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:352632 'swarming': {
2633 'shards': 2,
2634 },
2635 },
Stephen Martinis1384ff92020-01-07 19:52:152636 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:142637 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152638 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:142639 },
2640 },
Stephen Martinis1384ff92020-01-07 19:52:152641 'android-asan': {
2642 'args': [
2643 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
2644 ],
2645 },
Takuto Ikuta527cdff2020-01-29 08:04:272646 'android-marshmallow-arm64-rel-swarming': {
2647 'swarming': {
2648 'shards': 8,
2649 },
2650 },
Stephen Martinis1384ff92020-01-07 19:52:152651 'android-pie-arm64-rel': {
2652 'experiment_percentage': 100, # https://crbug.com/1010211
2653 },
2654 'linux-chromeos-chrome': {
2655 'args': [
2656 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
2657 ],
2658 },
Ben Pasteneacd57392019-10-31 02:13:252659 'linux-chromeos-dbg': {
2660 'swarming': {
2661 'shards': 2,
2662 },
2663 },
Erik Chend063aef72019-11-18 19:13:102664 'linux-chromeos-rel': {
2665 'swarming': {
2666 'shards': 2,
2667 },
2668 },
Sven Zheng80734f12020-08-06 06:50:392669 # https://crbug.com/1111979
2670 'linux-lacros-tester-fyi-rel': {
2671 'experiment_percentage': 100,
2672 },
Kenneth Russelleb60cbd22017-12-05 07:54:282673 },
2674 },
Chong Gu4602f4d2020-02-20 03:43:072675 'url_unittests': {
2676 'remove_from': [
2677 # crbug.com/1054240
Stephen Roeac495972020-02-25 23:32:412678 'Fuchsia ARM64',
Sven Zheng577fe5ff2020-08-03 22:06:442679 'linux-lacros-tester-rel', # https://crbug.com/1111979
Chong Gu4602f4d2020-02-20 03:43:072680 ],
Sven Zheng80734f12020-08-06 06:50:392681 'modifications': {
2682 # https://crbug.com/1111979
2683 'linux-lacros-tester-fyi-rel': {
2684 'experiment_percentage': 100,
2685 },
2686 },
Chong Gu4602f4d2020-02-20 03:43:072687 },
Kenneth Russell8a386d42018-06-02 09:48:012688 'video_decode_accelerator_gl_unittest': {
2689 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012690 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:492691 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
2692 'Optional Win10 x64 Release (Intel HD 630)',
2693 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:102694 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:482695 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:012696 ],
2697 },
Sven Zheng577fe5ff2020-08-03 22:06:442698 'views_unittests': {
2699 'remove_from': [
2700 'linux-lacros-tester-rel', # https://crbug.com/1111979
2701 ],
Sven Zheng80734f12020-08-06 06:50:392702 'modifications': {
2703 # https://crbug.com/1111979
2704 'linux-lacros-tester-fyi-rel': {
2705 'experiment_percentage': 100,
2706 },
2707 },
Sven Zheng577fe5ff2020-08-03 22:06:442708 },
Tom Anderson76eff052020-04-01 21:28:522709 'views_unittests_wayland': {
2710 'modifications': {
2711 'Linux Ozone Tester (Wayland)': {
2712 'args': [
2713 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
2714 ],
2715 },
2716 },
2717 },
2718 'views_unittests_x11': {
2719 'modifications': {
2720 'Linux Ozone Tester (X11)': {
2721 'args': [
2722 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter',
2723 ],
2724 },
2725 },
2726 },
John Budorickd02c429de2020-01-10 19:02:212727 'viz_unittests': {
2728 'modifications': {
Haiyang Panaa242232020-06-24 20:04:202729 'android-marshmallow-x86-rel': {
John Budorickafd548b2020-01-14 20:45:092730 'args': [
John Budorickd02c429de2020-01-10 19:02:212731 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2732 ],
2733 },
Haiyang Pan08d09dc2020-04-01 16:11:212734 'android-pie-x86-rel': {
John Budorickafd548b2020-01-14 20:45:092735 'args': [
John Budorickd02c429de2020-01-10 19:02:212736 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2737 ],
2738 },
2739 },
2740 },
John Budorick20f4fa8d2019-08-02 22:58:292741 'vr_android_unittests': {
2742 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202743 'android-marshmallow-x86-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212744 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522745 'android-code-coverage-native', # crbug/1018434
John Budorick20f4fa8d2019-08-02 22:58:292746 ],
2747 },
2748 'vr_common_unittests': {
2749 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202750 'android-marshmallow-x86-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212751 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522752 'android-code-coverage-native', # crbug/1018431
John Budorick20f4fa8d2019-08-02 22:58:292753 ],
2754 },
Kenneth Russellfbda3c532017-12-08 23:57:242755 'vr_pixeltests': {
2756 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202757 'android-marshmallow-x86-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212758 'android-pie-x86-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282759 'VR Linux',
Yun Liu3e759dbb2019-11-01 19:25:522760 'android-code-coverage-native', # crbug/1018431
Kenneth Russellfbda3c532017-12-08 23:57:242761 ],
2762 },
Nico Webere81999ee2018-07-01 23:52:432763 'wayland_client_perftests': {
2764 'remove_from': [
2765 'linux-chromeos-dbg', # https://crbug.com/859307
2766 ],
2767 },
John Budorick63357462019-02-27 23:02:512768 'webdriver_tests_suite': {
2769 'remove_from': [
2770 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
2771 ],
2772 },
bsheedy048cbdb2019-02-04 20:32:052773 'webgl2_conformance_gl_passthrough_tests': {
2774 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:492775 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:492776 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
Geoff Lang1fede152019-10-10 23:03:442777 # Not enough capacity. https://crbug.com/982294
2778 'Mac Pro FYI Release (AMD)',
2779 'Mac FYI Retina Release (NVIDIA)',
bsheedy048cbdb2019-02-04 20:32:052780 ],
2781 },
John Budorick82e61dfb2019-12-10 04:36:092782 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:202783 'remove_from': [
2784 # The Mac NVIDIA Retina bots don't have the capacity to run
2785 # this test suite on mac_optional_gpu_tests_rel.
2786 'Optional Mac Retina Release (NVIDIA)',
2787 ],
Kenneth Russell8a386d42018-06-02 09:48:012788 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:012789 'Mac FYI GPU ASAN Release': {
2790 'args': [
2791 '--is-asan',
2792 ]
2793 },
2794 },
2795 },
2796 'webgl_conformance_gl_passthrough_tests': {
2797 'remove_from': [
2798 # crbug.com/555545 and crbug.com/649824:
2799 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
2800 # Always fails on older cards, flaky on newer cards.
2801 'Win7 FYI Debug (AMD)',
2802 'Win7 FYI Release (AMD)',
Zhenyao Mo23286742019-09-20 00:11:002803 # crbug.com/1005814
2804 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:012805 ],
2806 },
Stephen Martinis54d64ad2018-09-21 22:16:202807 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:012808 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:202809 # On desktop platforms these don't take very long (~7 minutes),
2810 # but on Android they take ~30 minutes and we want to use more
2811 # shards than on desktop.
Stephen Martinis54d64ad2018-09-21 22:16:202812 'Android Release (Nexus 5X)': {
2813 'swarming': {
2814 'shards': 6,
2815 },
2816 },
Ben Pastene52890ace2019-05-24 20:03:362817 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:362818 'swarming': {
Brian Sheedydb0417e2019-12-11 01:14:202819 'shards': 12,
Ben Pastene52890ace2019-05-24 20:03:362820 },
2821 },
Kenneth Russell8a386d42018-06-02 09:48:012822 },
Kenneth Russelle63e41f2019-04-09 02:45:282823 'remove_from': [
2824 # Too slow on this configuration, which is severely hardware
2825 # constrained. crbug.com/950690
2826 'Mac FYI Retina Debug (NVIDIA)',
Chong Gu4d2d22f2020-06-23 03:28:112827 'Fuchsia x64' # https://crbug.com/1058255
Kenneth Russelle63e41f2019-04-09 02:45:282828 ],
Kenneth Russell8a386d42018-06-02 09:48:012829 },
John Budorick82e61dfb2019-12-10 04:36:092830 'webgl_conformance_validating_tests': {
2831 'modifications': {
2832 'Mac FYI GPU ASAN Release': {
2833 'args': [
2834 '--is-asan',
2835 ]
2836 },
2837 },
2838 },
Yuly Novikove27d1d22018-10-29 21:24:192839 'webgl_conformance_vulkan_passthrough_tests': {
2840 'remove_from': [
2841 'Win7 FYI Debug (AMD)',
2842 ],
2843 },
Kenneth Russelleb60cbd22017-12-05 07:54:282844 'webkit_unit_tests': {
Yun Liu16394ab32019-11-19 16:37:572845 'remove_from': [
2846 # Flakily fails on Win7. https://crbug.com/943372.
2847 'Win7 Tests (1)',
2848 'Win 7 Tests x64 (1)',
Yun Liu16394ab32019-11-19 16:37:572849 'android-code-coverage-native', # crbug/1018431
2850 ],
Dirk Pranke81ff51c2017-12-09 19:24:282851 'modifications': {
John Budorick5052d552017-12-13 02:59:342852 'Linux ASan LSan Tests (1)': {
2853 # These are very slow on the ASAN trybot for some reason.
2854 # crbug.com/794372
2855 'swarming': {
2856 'shards': 5,
2857 },
2858 },
Erik Chen681dc0282019-11-26 22:54:492859 'Linux TSan Tests': {
2860 'swarming': {
2861 'shards': 2,
2862 },
2863 },
arthursonzogni26889d82018-05-29 17:18:162864 'Marshmallow 64 bit Tester': {
2865 # Increase timeout. See https://crbug.com/847229.
2866 'swarming': {
2867 'hard_timeout': 1200,
2868 },
2869 },
Omer Katz7d2be652020-01-22 18:13:462870 'linux-blink-heap-concurrent-marking-tsan-rel': {
2871 'swarming': {
2872 'shards': 2,
2873 },
2874 },
Dirk Pranke81ff51c2017-12-09 19:24:282875 },
Kenneth Russelleb60cbd22017-12-05 07:54:282876 },
Haiyang Pane690b5a2020-07-29 21:19:462877 'weblayer_browsertests': {
2878 'modifications': {
2879 # crbug.com/1108306
2880 'android-marshmallow-x86-rel': {
2881 'args': [
2882 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.weblayer_browsertests.filter',
2883 ],
2884 },
2885 },
2886 },
Haiyang Pan591dbad2020-06-05 20:26:372887 'weblayer_bundle_test': {
2888 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202889 'android-marshmallow-x86-rel', # crbug.com/1088013
Haiyang Pan591dbad2020-06-05 20:26:372890 ],
2891 },
2892 'weblayer_instrumentation_test_apk': {
2893 'remove_from': [
Haiyang Panaa242232020-06-24 20:04:202894 'android-marshmallow-x86-rel', # crbug.com/1088013
Haiyang Pan591dbad2020-06-05 20:26:372895 ],
2896 },
Kenneth Russelleb60cbd22017-12-05 07:54:282897 'webview_instrumentation_test_apk': {
2898 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062899 # This test frequently fails on Android, https://crbug.com/824959
Haiyang Pana3ff55ae2020-04-23 18:26:542900 'android-lollipop-arm-rel',
Stephen Martinis1384ff92020-01-07 19:52:152901 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502902 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092903 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142904 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:272905 # from android-marshmallow-arm64-rel-swarming).
Haiyang Pan1ad3bb032020-04-24 23:52:032906 'android-lollipop-arm-rel-swarming',
Yun Liu7cfd28a2019-10-30 01:57:122907 'android-code-coverage-native', # https://crbug.com/1018431
Haiyang Panaa242232020-06-24 20:04:202908 'android-marshmallow-x86-rel', # crbug.com/1098111
Kenneth Russelleb60cbd22017-12-05 07:54:282909 ],
Ben Pastenee17a8e92018-07-12 21:55:182910 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:452911 # chromium.android.fyi
2912 'Android WebView P FYI (rel)': {
2913 'args': [
2914 '--annotation',
2915 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
2916 ],
2917 },
Ben Pastenee17a8e92018-07-12 21:55:182918 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302919 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572920 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2921 # either passing or there is more capacity.
2922 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182923 },
Haiyang Pan08d09dc2020-04-01 16:11:212924 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292925 'args': [
2926 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2927 ],
2928 },
Ben Pastenee17a8e92018-07-12 21:55:182929 },
Kenneth Russelleb60cbd22017-12-05 07:54:282930 },
Sven Zheng577fe5ff2020-08-03 22:06:442931 'wm_unittests': {
2932 'remove_from': [
2933 'linux-lacros-tester-rel', # https://crbug.com/1111979
2934 ],
Sven Zheng80734f12020-08-06 06:50:392935 'modifications': {
2936 # https://crbug.com/1111979
2937 'linux-lacros-tester-fyi-rel': {
2938 'experiment_percentage': 100,
2939 },
2940 },
Sven Zheng577fe5ff2020-08-03 22:06:442941 },
bsheedy800f5062018-08-07 00:47:542942 'xr_browser_tests': {
2943 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:152944 # Randomly hangs indefinitely https://crbug.com/1018896.
2945 'Win10 FYI x64 Release (AMD RX 550)',
bsheedy800f5062018-08-07 00:47:542946 # This exception probably needs to stay due to lack of capacity
2947 # on the Win AMD bots.
2948 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482949 # Fails on the bot, http://crbug.com/868143
2950 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542951 ],
2952 },
Kenneth Russelleb60cbd22017-12-05 07:54:282953}