blob: 3e8616038ba9a83cc29ed403c192c652b26279b5 [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{
John Budorickca14c76f62017-12-09 14:19:1819 'accessibility_unittests': {
20 'remove_from': [
21 'Mac ASan 64 Tests (1)',
22 ],
23 },
Kenneth Russelleb60cbd22017-12-05 07:54:2824 'android_webview_unittests': {
25 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3226 # On chromium.android, these do not need to run prior to M.
John Budorick2232bb982018-05-18 17:50:0727 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2828 'KitKat Phone Tester (dbg)',
29 'KitKat Phone Tester (rel)',
30 'KitKat Tablet Tester',
John Budorick826d5ed2017-12-28 19:27:3231 # They should be running here, though, once stabilized.
Kenneth Russell8ceeabf2017-12-11 17:53:2832 'Nougat Phone Tester chromium.android',
33 # chromium.android.fyi
34 'x64 Device Tester',
Kenneth Russellfbda3c532017-12-08 23:57:2435 # chromium.clang
36 'ToTAndroid x64',
Kenneth Russell8ceeabf2017-12-11 17:53:2837 # chromium.fyi
38 'Out of Process Profiling Android',
Kenneth Russelleb60cbd22017-12-05 07:54:2839 ],
40 'modifications': {
41 'Lollipop Tablet Tester': {
42 'swarming': {
43 'hard_timeout': 900,
44 },
45 },
Kenneth Russelleb60cbd22017-12-05 07:54:2846 'Marshmallow Tablet Tester': {
47 'swarming': {
48 'hard_timeout': 900,
49 },
50 },
51 },
52 },
Kenneth Russellfbda3c532017-12-08 23:57:2453 'angle_unittests': {
54 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:2855 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:5956 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:2857 'Chromium Mac 10.11',
58 'Chromium Mac 10.11 Force Mac Toolchain',
59 'Chromium Mac 10.13',
Kenneth Russellfbda3c532017-12-08 23:57:2460 ],
John Budorickca14c76f62017-12-09 14:19:1861 'modifications': {
62 'Linux ASan LSan Tests (1)': {
63 'swarming': {
64 'shards': 10,
65 },
66 },
67 },
Kenneth Russellfbda3c532017-12-08 23:57:2468 },
69 'app_shell_unittests': {
70 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:2871 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:2872 'Out of Process Profiling Windows',
Kenneth Russell8ceeabf2017-12-11 17:53:2873 'Win 10 Fast Ring',
John Budorickca14c76f62017-12-09 14:19:1874 ],
75 },
James Cookf225c322018-02-22 00:05:5076 'mash_ash_unittests': {
John Budorickca14c76f62017-12-09 14:19:1877 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:2478 ],
79 },
80 'aura_unittests': {
81 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:2882 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:2883 'Out of Process Profiling Windows',
84 'Win 10 Fast Ring',
Kenneth Russellfbda3c532017-12-08 23:57:2485 ],
86 },
Kenneth Russelleb60cbd22017-12-05 07:54:2887 'base_unittests': {
88 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:2489 # chromium.android
John Budorick8c4a989d2018-05-20 05:08:3990 'android-marshmallow-arm64-rel': {
91 'swarming': {
92 'hard_timeout': 960,
93 },
94 },
Kenneth Russelleb60cbd22017-12-05 07:54:2895 'KitKat Tablet Tester': {
96 'swarming': {
97 'hard_timeout': 300,
98 },
99 },
100 'Lollipop Tablet Tester': {
101 'swarming': {
102 'hard_timeout': 600,
103 },
104 },
Kenneth Russelleb60cbd22017-12-05 07:54:28105 'Marshmallow Phone Tester (rel)': {
106 'swarming': {
107 'hard_timeout': 960,
108 },
109 },
110 'Marshmallow Tablet Tester': {
111 'swarming': {
112 'hard_timeout': 600,
113 },
114 },
Kenneth Russellfbda3c532017-12-08 23:57:24115 # chromium.clang
116 'ToTMac': {
117 'swarming': {
118 'shards': 5,
119 },
120 },
Kenneth Russell8ceeabf2017-12-11 17:53:28121 # chromium.fyi
122 'Out of Process Profiling Mac': {
123 'swarming': {
124 'shards': 5,
125 },
126 },
Kenneth Russelleb60cbd22017-12-05 07:54:28127 },
128 },
John Budorickca14c76f62017-12-09 14:19:18129 'blink_heap_unittests': {
130 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:18131 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46132 'Linux TSan Tests', # https://crbug.com/831674
John Budorickca14c76f62017-12-09 14:19:18133 ],
134 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28135 # chromium.android
John Budorick2232bb982018-05-18 17:50:07136 'android-kitkat-arm-rel': {
137 'swarming': {
138 'hard_timeout': 180,
139 },
140 },
John Budorick8c4a989d2018-05-20 05:08:39141 'android-marshmallow-arm64-rel': {
142 'swarming': {
143 'hard_timeout': 960,
144 },
145 },
John Budorickca14c76f62017-12-09 14:19:18146 'KitKat Phone Tester (dbg)': {
147 'swarming': {
148 'hard_timeout': 180,
149 },
150 },
151 'KitKat Phone Tester (rel)': {
152 'swarming': {
153 'hard_timeout': 180,
154 },
155 },
156 'Marshmallow Phone Tester (rel)': {
157 'swarming': {
158 'hard_timeout': 960,
159 },
160 },
Kenneth Russell8ceeabf2017-12-11 17:53:28161 # chromium.android.fyi
162 'x86 Cloud Tester': {
163 'swarming': {
164 'hard_timeout': 120,
165 },
166 },
John Budorickca14c76f62017-12-09 14:19:18167 },
168 },
John Budorickca14c76f62017-12-09 14:19:18169 'boringssl_crypto_tests': {
170 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:18171 # chromium.chromiumos
John Budorickca14c76f62017-12-09 14:19:18172 'linux-chromeos-dbg',
173 'linux-chromeos-rel',
174 # On chromium.mac, unclear why these aren't run on "Mac10.12 Tests".
175 'Mac10.12 Tests',
John Budorickca14c76f62017-12-09 14:19:18176 ],
177 },
178 'boringssl_ssl_tests': {
179 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:18180 # chromium.chromiumos
John Budorickca14c76f62017-12-09 14:19:18181 'linux-chromeos-dbg',
182 'linux-chromeos-rel',
183 # On chromium.mac, unclear why these aren't run on "Mac10.12 Tests".
184 'Mac10.12 Tests',
John Budorickca14c76f62017-12-09 14:19:18185 ],
186 },
Kenneth Russelleb60cbd22017-12-05 07:54:28187 'breakpad_unittests': {
188 'modifications': {
189 'KitKat Tablet Tester': {
190 'swarming': {
191 'hard_timeout': 60,
192 },
193 },
194 'Lollipop Tablet Tester': {
195 'swarming': {
196 'hard_timeout': 60,
197 },
198 },
199 'Marshmallow Tablet Tester': {
200 'swarming': {
201 'hard_timeout': 60,
202 },
203 },
204 },
205 },
206 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24207 'remove_from': [
208 # chromium.clang
209 'CrWinAsanCov',
Nico Weber3af4da72018-02-27 01:59:41210 'linux-win_cross-rel',
Kenneth Russellfbda3c532017-12-08 23:57:24211 'ToTLinuxUBSanVptr',
Kenneth Russell78225042018-02-23 09:43:13212 'UBSanVptr Linux',
John Budorickca14c76f62017-12-09 14:19:18213 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46214 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11215 # chromium.win
216 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24217 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28218 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28219 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34220 'linux-chromeos-dbg': {
221 'swarming': {
222 'shards': 20,
223 },
224 },
Kenneth Russellfbda3c532017-12-08 23:57:24225 'ToTWin(dbg)': {
226 'swarming': {
227 'shards': 20,
228 },
229 },
230 'ToTWin64(dbg)': {
231 'swarming': {
232 'shards': 20,
233 },
234 },
235 'ToTLinuxThinLTO': {
236 # TODO(kbr): remove this spurious filter.
237 'args': [
238 '--gtest_filter=-SaveType/SavePageMultiFrameBrowserTest.ObjectElements/0',
239 ],
Kenneth Russell8ceeabf2017-12-11 17:53:28240 },
241 # chromium.fyi
242 'Out of Process Profiling Linux': {
Kenneth Russellfbda3c532017-12-08 23:57:24243 'swarming': {
Kenneth Russell8ceeabf2017-12-11 17:53:28244 'shards': 5,
Kenneth Russellfbda3c532017-12-08 23:57:24245 },
246 },
Elly Fong-Jones298674d2018-04-24 17:06:00247 'Mac10.11 Tests': {
248 'args': [
249 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
250 ],
251 },
252 'Mac10.12 Tests': {
253 'args': [
254 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
255 ],
256 },
John Budorickca14c76f62017-12-09 14:19:18257 # chromium.memory
John Budorick5052d552017-12-13 02:59:34258 'Linux ASan LSan Tests (1)': {
259 # These are very slow on the ASAN trybot for some reason.
260 # crbug.com/794372
261 'swarming': {
262 'shards': 30,
263 },
264 },
John Budorickca14c76f62017-12-09 14:19:18265 'Linux Chromium OS ASan LSan Tests (1)': {
266 'args': [
267 '--test-launcher-filter-file=../../testing/buildbot/filters/browser_tests_cros_asan.filter',
268 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28269 },
John Budorickca14c76f62017-12-09 14:19:18270 'Mac ASan 64 Tests (1)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28271 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18272 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28273 },
274 },
Dirk Pranke8fd63c12017-12-10 18:06:27275 # client.v8.chromium
276 'Linux - Future (dbg)': {
277 'swarming': {
278 'shards': 10,
279 },
280 },
Kenneth Russell8ceeabf2017-12-11 17:53:28281 # chromium.win
282 'Win7 Tests (dbg)(1)': {
283 'swarming': {
284 'shards': 20,
285 },
286 },
Kenneth Russelleb60cbd22017-12-05 07:54:28287 },
288 },
Kenneth Russelleb60cbd22017-12-05 07:54:28289 'capture_unittests': {
290 'modifications': {
291 'KitKat Tablet Tester': {
292 'swarming': {
293 'hard_timeout': 120,
294 },
295 },
296 'Marshmallow Tablet Tester': {
297 'swarming': {
298 'hard_timeout': 120,
299 },
300 },
301 },
302 },
303 'cast_shell_browsertests': {
304 'modifications': {
305 'Cast Audio Linux': {
306 'args': [
307 '--enable-local-file-accesses',
308 '--ozone-platform=headless',
309 '--no-sandbox',
310 '--test-launcher-jobs=1',
311 ],
312 'swarming': {
313 'can_use_on_swarming_builders': False,
314 },
315 },
316 'Cast Linux': {
317 'args': [
318 '--enable-local-file-accesses',
319 '--ozone-platform=cast',
320 '--no-sandbox',
321 '--test-launcher-jobs=1',
322 ],
323 'swarming': {
324 'can_use_on_swarming_builders': False,
325 },
326 },
327 },
328 },
329 'cast_unittests': {
330 'remove_from': [
Kenneth Russell56a3e862017-12-08 03:11:34331 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34332 'linux-chromeos-dbg',
333 'linux-chromeos-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:28334 # Unclear why these largely aren't run on Android.
Kenneth Russelleb60cbd22017-12-05 07:54:28335 # TODO(kbr): why are the cast unit tests not run on the Cast bots?!
336 'Cast Audio Linux',
337 'Cast Linux',
Kenneth Russellfbda3c532017-12-08 23:57:24338 # chromium.clang
Peter Collingbourne6e3a081d2018-02-16 19:54:33339 'ToTAndroidCFI',
Kenneth Russellfbda3c532017-12-08 23:57:24340 'ToTLinuxThinLTO',
Kenneth Russelleb60cbd22017-12-05 07:54:28341 ],
342 },
343 'cc_unittests': {
Kenneth Russell56a3e862017-12-08 03:11:34344 'remove_from': [
345 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34346 'linux-chromeos-dbg',
347 'linux-chromeos-rel',
348 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28349 },
Dirk Pranke1b767092017-12-07 04:44:23350 'checkbins': {
351 'remove_from': [
352 'Linux x64',
353 'Mac',
354 ],
355 },
Kenneth Russell8ceeabf2017-12-11 17:53:28356 'chrome_app_unittests': {
357 'remove_from': [
358 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:59359 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:28360 'Chromium Mac 10.11',
361 'Chromium Mac 10.11 Force Mac Toolchain',
362 'Chromium Mac 10.13',
363 'Out of Process Profiling Mac',
364 ],
365 },
Kenneth Russellfbda3c532017-12-08 23:57:24366 'chrome_elf_import_unittests': {
367 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28368 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28369 'Out of Process Profiling Windows',
370 'Win 10 Fast Ring',
Kenneth Russellfbda3c532017-12-08 23:57:24371 ],
372 },
Kenneth Russelleb60cbd22017-12-05 07:54:28373 'chrome_public_test_apk': {
Kenneth Russell8ceeabf2017-12-11 17:53:28374 'remove_gtest_from': [
375 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28376 'Unswarmed N5 Tests Dummy Builder',
377 'Unswarmed N5X Tests Dummy Builder',
378 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28379 'remove_from': [
Peter Collingbourne6e3a081d2018-02-16 19:54:33380 # chromium.clang
381 'ToTAndroidCFI',
Peter Collingbournee07e84e82018-02-23 20:28:58382 # chromium.memory
383 'Android CFI',
Kenneth Russelleb60cbd22017-12-05 07:54:28384 ],
Kenneth Russellfbda3c532017-12-08 23:57:24385 'key_removals': {
Kenneth Russell8ceeabf2017-12-11 17:53:28386 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28387 'Nougat Phone Tester': [
388 'args',
389 ],
Kenneth Russell8ceeabf2017-12-11 17:53:28390 'x86 Cloud Tester': [
391 'args',
392 ],
Kenneth Russellfbda3c532017-12-08 23:57:24393 },
Kenneth Russelleb60cbd22017-12-05 07:54:28394 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28395 # chromium.android
John Budorick2232bb982018-05-18 17:50:07396 'android-kitkat-arm-rel': {
397 'swarming': {
398 'shards': 12,
399 },
400 },
John Budorick8c4a989d2018-05-20 05:08:39401 'android-marshmallow-arm64-rel': {
402 # TODO(crbug.com/731759): Enable this once we're confident that it
403 # passes.
404 'experiment_percentage': 100,
405 },
Kenneth Russelleb60cbd22017-12-05 07:54:28406 'KitKat Phone Tester (dbg)': {
407 'swarming': {
408 'shards': 20,
409 },
410 },
411 'KitKat Phone Tester (rel)': {
412 'swarming': {
413 'shards': 12,
414 },
415 },
416 'KitKat Tablet Tester': {
417 'swarming': {
418 'hard_timeout': 2400,
419 },
420 },
421 'Lollipop Phone Tester': {
422 'swarming': {
423 'hard_timeout': 1800,
424 },
425 },
426 'Lollipop Tablet Tester': {
427 'swarming': {
428 'hard_timeout': 1800,
429 },
430 },
431 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24432 # TODO(crbug.com/731759): Enable this once we're confident that it
433 # passes.
434 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28435 'swarming': {
436 'hard_timeout': 1200,
437 'shards': 14,
438 },
439 },
John Budorick34009472018-04-03 17:38:44440 'Marshmallow Phone Tester (rel)': {
441 # TODO(crbug.com/731759): Enable this once we're confident that it
442 # passes.
443 'experiment_percentage': 100,
444 },
Kenneth Russelleb60cbd22017-12-05 07:54:28445 'Marshmallow Tablet Tester': {
446 'swarming': {
447 'hard_timeout': 1800,
448 },
449 },
Kenneth Russell8ceeabf2017-12-11 17:53:28450 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28451 'Nougat Phone Tester': {
452 'swarming': {
453 'hard_timeout': 1200,
454 'shards': 8,
455 },
456 },
457 'x64 Device Tester': {
458 'swarming': {
459 'hard_timeout': 0,
460 'shards': 1,
461 },
462 },
463 'x86 Cloud Tester': {
464 'swarming': {
465 'hard_timeout': 1200,
466 'shards': 1,
467 },
468 },
Kenneth Russellfbda3c532017-12-08 23:57:24469 # chromium.clang
470 'ToTAndroid x64': {
471 'swarming': {
472 'shards': 1,
473 'hard_timeout': 0,
474 },
475 },
Kenneth Russell8ceeabf2017-12-11 17:53:28476 # chromium.fyi
477 'Out of Process Profiling Android': {
478 'swarming': {
479 'shards': 1,
480 'hard_timeout': 0,
481 },
482 },
John Budorick34009472018-04-03 17:38:44483 # chromium.swarm
484 'Android N5X Swarm': {
485 # TODO(crbug.com/731759): Enable this once we're confident that it
486 # passes.
487 'experiment_percentage': 100,
488 },
Kenneth Russelleb60cbd22017-12-05 07:54:28489 },
490 },
491 'chrome_public_test_vr_apk': {
Kenneth Russelleb60cbd22017-12-05 07:54:28492 'modifications': {
John Budorick2232bb982018-05-18 17:50:07493 'android-kitkat-arm-rel': {
494 'args': [
495 '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json',
496 '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk',
497 ],
498 'swarming': {
499 'hard_timeout': 1920,
500 },
501 },
John Budorick8c4a989d2018-05-20 05:08:39502 'android-marshmallow-arm64-rel': {
503 'args': [
504 '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json',
505 '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk',
506 ],
507 'swarming': {
508 'hard_timeout': 1200,
509 },
510 },
bsheedy553a1d52018-03-05 20:27:21511 'KitKat Phone Tester (rel)': {
512 'args': [
513 '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json',
514 '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk',
515 ],
bsheedy553a1d52018-03-05 20:27:21516 'swarming': {
517 'hard_timeout': 1920,
518 },
519 },
Kenneth Russelleb60cbd22017-12-05 07:54:28520 'Lollipop Phone Tester': {
521 'args': [
522 '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json',
523 '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk',
Kenneth Russelleb60cbd22017-12-05 07:54:28524 ],
525 'swarming': {
526 'hard_timeout': 1920,
527 },
528 },
529 'Marshmallow 64 bit Tester': {
530 'args': [
531 '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json',
532 '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk',
533 ],
534 },
535 'Marshmallow Phone Tester (rel)': {
536 'args': [
537 '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json',
538 '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk',
539 ],
540 'swarming': {
541 'hard_timeout': 1200,
542 },
543 },
544 },
545 },
546 'chrome_sync_shell_test_apk': {
Kenneth Russell8ceeabf2017-12-11 17:53:28547 'remove_gtest_from': [
548 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28549 'Unswarmed N5 Tests Dummy Builder',
550 'Unswarmed N5X Tests Dummy Builder',
551 ],
Kenneth Russellfbda3c532017-12-08 23:57:24552 'key_removals': {
Kenneth Russell8ceeabf2017-12-11 17:53:28553 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28554 'Nougat Phone Tester': [
555 'args',
556 ],
557 'x64 Device Tester': [
558 'args',
559 ],
560 'x86 Cloud Tester': [
561 'args',
562 ],
Kenneth Russellfbda3c532017-12-08 23:57:24563 },
Kenneth Russelleb60cbd22017-12-05 07:54:28564 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24565 # chromium.android
Kenneth Russelleb60cbd22017-12-05 07:54:28566 'KitKat Phone Tester (dbg)': {
567 'swarming': {
568 'shards': 2,
569 },
570 },
571 'KitKat Tablet Tester': {
572 'swarming': {
573 'hard_timeout': 1200,
574 },
575 },
576 'Lollipop Tablet Tester': {
577 'swarming': {
578 'hard_timeout': 1200,
579 },
580 },
581 'Marshmallow Tablet Tester': {
582 'swarming': {
583 'hard_timeout': 1200,
584 },
585 },
Kenneth Russell8ceeabf2017-12-11 17:53:28586 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28587 'x64 Device Tester': {
588 'swarming': {
589 'hard_timeout': 0,
590 },
591 },
592 'x86 Cloud Tester': {
593 'swarming': {
594 'hard_timeout': 600,
595 },
596 },
Kenneth Russellfbda3c532017-12-08 23:57:24597 # chromium.clang
598 'ToTAndroid x64': {
599 'swarming': {
600 'hard_timeout': 0,
601 },
602 },
603 'ToTAndroidCFI': {
604 'swarming': {
605 'hard_timeout': 0,
606 },
607 },
Kenneth Russell8ceeabf2017-12-11 17:53:28608 # chromium.fyi
609 'Out of Process Profiling Android': {
610 'swarming': {
611 'hard_timeout': 0,
612 },
613 },
Peter Collingbournee07e84e82018-02-23 20:28:58614 # chromium.memory
615 'Android CFI': {
616 'swarming': {
617 'hard_timeout': 0,
618 },
619 },
Kenneth Russelleb60cbd22017-12-05 07:54:28620 },
621 },
Kenneth Russell56a3e862017-12-08 03:11:34622 'chromedriver_unittests': {
623 'remove_from': [
624 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34625 'linux-chromeos-dbg',
626 'linux-chromeos-rel',
627 ],
628 },
Kenneth Russelleb60cbd22017-12-05 07:54:28629 'components_browsertests': {
630 'remove_from': [
Kenneth Russell56a3e862017-12-08 03:11:34631 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34632 'linux-chromeos-dbg',
633 'linux-chromeos-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:28634 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:59635 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:28636 'Chromium Mac 10.11',
637 'Chromium Mac 10.11 Force Mac Toolchain',
638 'Chromium Mac 10.13',
639 'Out of Process Profiling Linux',
640 'Out of Process Profiling Mac',
Kenneth Russelleb60cbd22017-12-05 07:54:28641 # On chromium.linux, unclear why these aren't run on the Cast bots.
642 'Cast Audio Linux',
643 'Cast Linux',
644 'Linux Tests (dbg)(1)(32)',
Kenneth Russell56a3e862017-12-08 03:11:34645 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28646 'Win7 Tests (dbg)(1)',
Stephen Martinis6a0f46002018-05-19 00:32:19647 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:28648 ],
649 'modifications': {
John Budorick8c4a989d2018-05-20 05:08:39650 'android-marshmallow-arm64-rel': {
651 'swarming': {
652 'hard_timeout': 960,
653 },
654 },
Kenneth Russelleb60cbd22017-12-05 07:54:28655 'KitKat Tablet Tester': {
656 'swarming': {
657 'hard_timeout': 600,
658 },
659 },
660 'Lollipop Tablet Tester': {
661 'swarming': {
662 'hard_timeout': 600,
663 },
664 },
665 'Marshmallow Phone Tester (rel)': {
666 'swarming': {
667 'hard_timeout': 960,
668 },
669 },
670 'Marshmallow Tablet Tester': {
671 'swarming': {
672 'hard_timeout': 600,
673 },
674 },
675 },
676 },
677 'components_unittests': {
678 'remove_from': [
679 # On chromium.linux, unclear why these aren't run on the Cast bots.
680 'Cast Audio Linux',
681 'Cast Linux',
682 ],
683 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28684 # chromium.android
John Budorick8c4a989d2018-05-20 05:08:39685 'android-marshmallow-arm64-rel': {
686 'swarming': {
687 'hard_timeout': 960,
688 },
689 },
Kenneth Russelleb60cbd22017-12-05 07:54:28690 'KitKat Tablet Tester': {
691 'swarming': {
692 'hard_timeout': 1500,
693 },
694 },
695 'Lollipop Phone Tester': {
696 'swarming': {
697 'hard_timeout': 960,
698 },
699 },
700 'Lollipop Tablet Tester': {
701 'swarming': {
702 'hard_timeout': 1200,
703 },
704 },
705 'Marshmallow 64 bit Tester': {
706 'swarming': {
707 'hard_timeout': 960,
708 },
709 },
710 'Marshmallow Phone Tester (rel)': {
711 'swarming': {
712 'hard_timeout': 960,
713 },
714 },
715 'Marshmallow Tablet Tester': {
716 'swarming': {
717 'hard_timeout': 1500,
718 },
719 },
Kenneth Russell8ceeabf2017-12-11 17:53:28720 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28721 'Nougat Phone Tester': {
722 'swarming': {
723 'hard_timeout': 960,
724 'shards': 1,
725 },
726 },
727 'x64 Device Tester': {
728 'swarming': {
729 'hard_timeout': 0,
730 'shards': 1,
731 },
732 },
733 'x86 Cloud Tester': {
734 'swarming': {
735 'hard_timeout': 0,
736 'shards': 1,
737 },
738 },
John Budorick5052d552017-12-13 02:59:34739 # chromium.memory
740 'Linux ASan LSan Tests (1)': {
741 # These are very slow on the ASAN trybot for some reason.
742 # crbug.com/794372
743 'swarming': {
744 'shards': 5,
745 },
746 },
Kenneth Russelleb60cbd22017-12-05 07:54:28747 },
748 },
Kenneth Russellfbda3c532017-12-08 23:57:24749 'compositor_unittests': {
750 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28751 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28752 'Out of Process Profiling Windows',
753 'Win 10 Fast Ring',
Kenneth Russellfbda3c532017-12-08 23:57:24754 ],
755 },
Kenneth Russelleb60cbd22017-12-05 07:54:28756 'content_browsertests': {
757 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24758 # chromium.android
John Budorick8c4a989d2018-05-20 05:08:39759 'android-marshmallow-arm64-rel': {
760 'swarming': {
761 'hard_timeout': 1200,
762 'shards': 6,
763 },
764 },
Kenneth Russelleb60cbd22017-12-05 07:54:28765 'KitKat Tablet Tester': {
766 'swarming': {
767 'hard_timeout': 1800,
768 'shards': 6,
769 },
770 },
771 'Lollipop Phone Tester': {
772 'swarming': {
773 'hard_timeout': 1800,
774 'shards': 6,
775 },
776 },
777 'Lollipop Tablet Tester': {
778 'swarming': {
779 'hard_timeout': 1800,
780 'shards': 6,
781 },
782 },
783 'Marshmallow 64 bit Tester': {
784 'swarming': {
785 'hard_timeout': 1200,
786 'shards': 6,
787 },
788 },
789 'Marshmallow Phone Tester (rel)': {
790 'swarming': {
791 'hard_timeout': 1200,
792 'shards': 6,
793 },
794 },
795 'Marshmallow Tablet Tester': {
796 'swarming': {
797 'hard_timeout': 1800,
798 'shards': 6,
799 },
800 },
Kenneth Russell8ceeabf2017-12-11 17:53:28801 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28802 'Nougat Phone Tester': {
803 'swarming': {
804 'hard_timeout': 1200,
805 'shards': 6,
806 },
807 },
808 'Unswarmed N5 Tests Dummy Builder': {
809 'args': [
810 '--shard-timeout',
811 '600',
812 ],
813 },
814 'Unswarmed N5X Tests Dummy Builder': {
815 'args': [
816 '--shard-timeout',
817 '600',
818 ],
819 },
820 'x64 Device Tester': {
821 'swarming': {
822 'hard_timeout': 0,
823 'shards': 1,
824 },
825 },
826 'x86 Cloud Tester': {
827 'swarming': {
828 'hard_timeout': 960,
829 'shards': 1,
830 },
831 },
832 # chromium.chromiumos
Kenneth Russell8ceeabf2017-12-11 17:53:28833 'Linux TSan Tests': {
834 'swarming': {
835 'shards': 5,
836 },
837 },
838 'linux-chromeos-dbg': {
839 'swarming': {
840 'shards': 2,
841 },
842 },
843 'linux-chromeos-rel': {
Kenneth Russelleb60cbd22017-12-05 07:54:28844 'swarming': {
845 'shards': 2,
846 },
847 },
Kenneth Russellfbda3c532017-12-08 23:57:24848 # chromium.clang
849 'ToTLinuxUBSanVptr': {
850 'swarming': {
851 'shards': 5,
852 },
853 },
Nico Weber825c6d02018-05-01 14:54:31854 'linux-win_cross-rel': {
855 # content_browsertests sometimes times out without this override on
856 # the cross bot, probably because of https://crbug.com/803591,
857 # see also https://crbug.com/838559
858 # TODO(thakis): Remove this once 803591 is fixed.
859 'swarming': {
860 'shards': 5,
861 },
862 },
Kenneth Russellfbda3c532017-12-08 23:57:24863 # chromium.linux
864 'Cast Audio Linux': {
865 'args': [
866 '--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter',
867 ],
868 'swarming': {
869 'can_use_on_swarming_builders': False,
870 },
871 },
872 'Cast Linux': {
873 'args': [
874 '--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter',
875 ],
876 'swarming': {
877 'can_use_on_swarming_builders': False,
878 },
879 },
John Budorickca14c76f62017-12-09 14:19:18880 # chromium.memory
John Budorick5052d552017-12-13 02:59:34881 'Linux ASan LSan Tests (1)': {
882 # These are very slow on the ASAN trybot for some reason.
883 # crbug.com/794372
884 'swarming': {
885 'shards': 4,
886 },
887 },
Yuke Liao47450ee2018-03-21 19:32:11888 'Linux Chromium OS ASan LSan Tests (1)': {
889 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
890 'swarming': {
891 'shards': 4,
892 }
893 },
John Budorickca14c76f62017-12-09 14:19:18894 'Mac ASan 64 Tests (1)': {
895 'swarming': {
896 'shards': 2,
897 },
898 },
Kenneth Russell8ceeabf2017-12-11 17:53:28899 # chromium.win
900 'Win7 Tests (dbg)(1)': {
901 'swarming': {
902 'shards': 2,
903 },
904 },
Kenneth Russelleb60cbd22017-12-05 07:54:28905 },
906 },
John Budorickca14c76f62017-12-09 14:19:18907 'content_browsertests --mus': {
908 'remove_from': [
909 # chromium.memory
910 'Linux Chromium OS ASan LSan Tests (1)',
911 ],
912 },
Kenneth Russelleb60cbd22017-12-05 07:54:28913 'content_shell_crash_test': {
914 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28915 # chromium.fyi
916 'Chromium Mac 10.11',
917 'Chromium Mac 10.13',
918 'Out of Process Profiling Mac',
Kenneth Russelleb60cbd22017-12-05 07:54:28919 # On chromium.linux, unclear why these only run on "Linux Tests".
920 'Linux Tests (dbg)(1)',
921 'Linux Tests (dbg)(1)(32)',
Shenghua Zhangbd6f1b232018-03-03 02:59:14922 # On chromium.mac, unclear why these only run on "Mac10.13 Tests".
Kenneth Russelleb60cbd22017-12-05 07:54:28923 'Mac10.10 Tests',
924 'Mac10.11 Tests',
925 'Mac10.12 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:14926 'Mac10.13 Tests (dbg)',
Dirk Pranke0dbdf562018-05-25 16:21:36927 # crbug.com/846729 - re-enable when this passes reliably.
928 'Win7 Tests (1)',
Kenneth Russelleb60cbd22017-12-05 07:54:28929 # On chromium.win, unclear why these only run on "Win7 Tests (1)".
930 'Win 7 Tests x64 (1)',
931 'Win10 Tests x64',
Stephen Martinis6a0f46002018-05-19 00:32:19932 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:28933 'Win7 Tests (dbg)(1)',
Dirk Pranke8fd63c12017-12-10 18:06:27934 # client.v8.chromium
935 'Linux - Future (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:28936 ],
Shenghua Zhangd0d97a32018-02-23 00:33:58937 'modifications': {
Shenghua Zhangbd6f1b232018-03-03 02:59:14938 'Mac10.13 Tests': {
Shenghua Zhangd0d97a32018-02-23 00:33:58939 # Remove this once the tests is not flaky on Mac os 10.13
940 # See crbug.com/813163
941 'experiment_percentage': 100,
942 },
943 }
Kenneth Russelleb60cbd22017-12-05 07:54:28944 },
945 'content_shell_test_apk': {
Kenneth Russell8ceeabf2017-12-11 17:53:28946 'remove_gtest_from': [
947 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28948 'Unswarmed N5 Tests Dummy Builder',
949 'Unswarmed N5X Tests Dummy Builder',
950 ],
Kenneth Russellfbda3c532017-12-08 23:57:24951 'key_removals': {
Kenneth Russell8ceeabf2017-12-11 17:53:28952 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28953 'Nougat Phone Tester': [
954 'args',
955 ],
Kenneth Russell8ceeabf2017-12-11 17:53:28956 'x86 Cloud Tester': [
957 'args',
958 ],
Kenneth Russellfbda3c532017-12-08 23:57:24959 },
Kenneth Russelleb60cbd22017-12-05 07:54:28960 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24961 # chromium.android
Kenneth Russelleb60cbd22017-12-05 07:54:28962 'KitKat Tablet Tester': {
963 'swarming': {
Benjamin Pastene0531d9092018-03-07 22:08:34964 'hard_timeout': 1800,
Kenneth Russelleb60cbd22017-12-05 07:54:28965 'shards': 2,
966 },
967 },
968 'Lollipop Phone Tester': {
969 'swarming': {
970 'shards': 2,
971 },
972 },
973 'Lollipop Tablet Tester': {
974 'swarming': {
975 'hard_timeout': 1200,
976 'shards': 2,
977 },
978 },
979 'Marshmallow Tablet Tester': {
980 'swarming': {
981 'hard_timeout': 1500,
982 'shards': 2,
983 },
984 },
Kenneth Russell8ceeabf2017-12-11 17:53:28985 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28986 'Nougat Phone Tester': {
987 'swarming': {
988 'hard_timeout': 1200,
989 'shards': 4,
990 },
991 },
992 'x64 Device Tester': {
993 'swarming': {
994 'hard_timeout': 0,
995 'shards': 1,
996 },
997 },
998 'x86 Cloud Tester': {
999 'swarming': {
1000 'hard_timeout': 1920,
1001 'shards': 1,
1002 },
1003 },
Kenneth Russellfbda3c532017-12-08 23:57:241004 # chromium.clang
1005 'ToTAndroid x64': {
1006 'swarming': {
1007 'hard_timeout': 0,
1008 'shards': 1,
1009 },
1010 },
1011 'ToTAndroidCFI': {
1012 'swarming': {
1013 'hard_timeout': 0,
1014 'shards': 1,
1015 },
1016 },
Kenneth Russell8ceeabf2017-12-11 17:53:281017 # chromium.fyi
1018 'Out of Process Profiling Android': {
1019 'swarming': {
1020 'hard_timeout': 0,
1021 'shards': 1,
1022 },
1023 },
Peter Collingbournee07e84e82018-02-23 20:28:581024 # chromium.memory
1025 'Android CFI': {
1026 'swarming': {
1027 'hard_timeout': 0,
1028 'shards': 1,
1029 },
1030 },
Kenneth Russelleb60cbd22017-12-05 07:54:281031 },
1032 },
1033 'content_unittests': {
Dirk Prankedd1d2a02017-12-08 20:51:591034 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281035 # chromium.fyi
1036 'Fuchsia (dbg)',
1037 'Fuchsia ARM64',
Dirk Prankedd1d2a02017-12-08 20:51:591038 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281039 'modifications': {
Dirk Pranke20eae9a72017-12-09 18:12:141040 # TODO(dpranke) - on chromium.swarm, remove this exception.
1041 'Android N5X Swarm': {
1042 'swarming': {
1043 'shards': 4,
1044 },
1045 },
Kenneth Russell8ceeabf2017-12-11 17:53:281046 # chromium.android
Kenneth Russelleb60cbd22017-12-05 07:54:281047 'KitKat Tablet Tester': {
1048 'swarming': {
1049 'hard_timeout': 1200,
1050 },
1051 },
1052 'Lollipop Tablet Tester': {
1053 'swarming': {
1054 'hard_timeout': 1200,
1055 },
1056 },
1057 'Marshmallow Tablet Tester': {
1058 'swarming': {
1059 'hard_timeout': 1500,
1060 },
1061 },
Kenneth Russell8ceeabf2017-12-11 17:53:281062 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281063 'Nougat Phone Tester': {
1064 'swarming': {
1065 'hard_timeout': 1200,
1066 'shards': 2,
1067 },
1068 },
1069 'x64 Device Tester': {
1070 'swarming': {
1071 'hard_timeout': 0,
1072 },
1073 },
1074 'x86 Cloud Tester': {
1075 'swarming': {
1076 'hard_timeout': 0,
1077 },
1078 },
1079 # chromium.fyi
1080 'Site Isolation Android': {
1081 'swarming': {
1082 'hard_timeout': 0,
1083 },
1084 },
John Budorick5052d552017-12-13 02:59:341085 # chromium.memory
1086 'Linux ASan LSan Tests (1)': {
1087 # These are slow on the ASAN trybot for some reason.
1088 # crbug.com/794372
1089 'swarming': {
1090 'shards': 2,
1091 },
1092 },
Kenneth Russelleb60cbd22017-12-05 07:54:281093 },
1094 },
Kenneth Russellfbda3c532017-12-08 23:57:241095 'crashpad_tests': {
1096 'remove_from': [
1097 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481098 'linux-win_cross-rel', # https://crbug.com/762167
Kenneth Russell8ceeabf2017-12-11 17:53:281099 # chromium.fyi
1100 'Chromium Win 10 GCE Tests',
Kenneth Russellfbda3c532017-12-08 23:57:241101 ],
1102 },
Kenneth Russell8ceeabf2017-12-11 17:53:281103 'cronet_test_instrumentation_apk': {
1104 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281105 'Android Cronet Builder (dbg) chromium.android.fyi': {
1106 'swarming': {
1107 'hard_timeout': 1200,
1108 'shards': 2,
1109 },
1110 },
1111 'Android Cronet KitKat Builder chromium.android.fyi': {
1112 'swarming': {
1113 'hard_timeout': 1200,
1114 'shards': 2,
1115 },
1116 },
1117 },
1118 },
Kenneth Russelleb60cbd22017-12-05 07:54:281119 'dbus_unittests': {
1120 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241121 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281122 'Linux Tests (dbg)(1)(32)',
1123 ],
1124 },
1125 'device_unittests': {
1126 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281127 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591128 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281129 'Chromium Mac 10.11',
1130 'Chromium Mac 10.11 Force Mac Toolchain',
1131 'Chromium Mac 10.13',
1132 'Out of Process Profiling Mac',
Kenneth Russellfbda3c532017-12-08 23:57:241133 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281134 'Win7 Tests (dbg)(1)',
1135 ],
1136 'modifications': {
John Budorick8c4a989d2018-05-20 05:08:391137 'android-marshmallow-arm64-rel': {
1138 'swarming': {
1139 'hard_timeout': 960,
1140 },
1141 },
Kenneth Russelleb60cbd22017-12-05 07:54:281142 'KitKat Tablet Tester': {
1143 'swarming': {
1144 'hard_timeout': 120,
1145 },
1146 },
1147 'Marshmallow Phone Tester (rel)': {
1148 'swarming': {
1149 'hard_timeout': 960,
1150 },
1151 },
1152 'Marshmallow Tablet Tester': {
1153 'swarming': {
1154 'hard_timeout': 120,
1155 },
1156 },
1157 },
1158 },
1159 'devtools_closure_compile': {
1160 'remove_from': [
1161 # On chromium.linux, unclear why these only run on "Linux Tests".
1162 'Linux Tests (dbg)(1)',
1163 'Linux Tests (dbg)(1)(32)',
Dirk Pranke8fd63c12017-12-10 18:06:271164 # client.v8.chromium
1165 'Linux - Future (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281166 ],
1167 },
1168 'devtools_eslint': {
1169 'remove_from': [
1170 # On chromium.linux, unclear why these only run on "Linux Tests".
1171 'Linux Tests (dbg)(1)',
1172 'Linux Tests (dbg)(1)(32)',
Dirk Pranke8fd63c12017-12-10 18:06:271173 # client.v8.chromium
1174 'Linux - Future (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281175 ],
1176 },
1177 'display_unittests': {
1178 'remove_from': [
Hans Wennborgd2252c82018-05-16 12:19:301179 # chromium.fyi, unclear why these aren't run.
Dirk Pranke46119d82018-03-21 00:13:591180 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281181 'Chromium Mac 10.11 Force Mac Toolchain',
Kenneth Russelleb60cbd22017-12-05 07:54:281182 # chromium.win
1183 'Win7 Tests (dbg)(1)',
1184 ],
1185 },
Kenneth Russelleb60cbd22017-12-05 07:54:281186 'events_unittests': {
1187 'modifications': {
1188 'KitKat Tablet Tester': {
1189 'swarming': {
1190 'hard_timeout': 60,
1191 },
1192 },
1193 'Lollipop Tablet Tester': {
1194 'swarming': {
1195 'hard_timeout': 60,
1196 },
1197 },
1198 'Marshmallow Tablet Tester': {
1199 'swarming': {
1200 'hard_timeout': 120,
1201 },
1202 },
1203 },
1204 },
1205 'extensions_browsertests': {
1206 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281207 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591208 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281209 'Chromium Mac 10.11',
1210 'Chromium Mac 10.11 Force Mac Toolchain',
1211 'Chromium Mac 10.13',
1212 'Out of Process Profiling Linux',
1213 'Out of Process Profiling Mac',
Kenneth Russelleb60cbd22017-12-05 07:54:281214 # On chromium.mac, unclear why these aren't run.
1215 'Mac10.10 Tests',
1216 'Mac10.11 Tests',
1217 'Mac10.12 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:141218 'Mac10.13 Tests',
1219 'Mac10.13 Tests (dbg)',
John Budorickca14c76f62017-12-09 14:19:181220 # chromium.memory
1221 'Linux Chromium OS ASan LSan Tests (1)',
1222 'Linux TSan Tests',
1223 'Mac ASan 64 Tests (1)',
Stephen Martinis6a0f46002018-05-19 00:32:191224 # chromium.win
1225 'Win10 Tests x64 (dbg)',
John Budorickca14c76f62017-12-09 14:19:181226 ],
1227 },
Kenneth Russelleb60cbd22017-12-05 07:54:281228 'filesystem_service_unittests': {
1229 'remove_from': [
1230 'Linux Tests (dbg)(1)(32)',
1231 ],
1232 },
Kenneth Russelleb60cbd22017-12-05 07:54:281233 'gin_unittests': {
1234 'remove_from': [
Kenneth Russell56a3e862017-12-08 03:11:341235 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:341236 'linux-chromeos-dbg',
1237 'linux-chromeos-rel',
Kenneth Russellfbda3c532017-12-08 23:57:241238 # chromium.clang
1239 'ToTLinux',
1240 'ToTLinuxASan',
Kenneth Russellfbda3c532017-12-08 23:57:241241 'ToTLinuxMSan',
Kenneth Russell8ceeabf2017-12-11 17:53:281242 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591243 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281244 'Chromium Mac 10.11',
1245 'Chromium Mac 10.11 Force Mac Toolchain',
1246 'Chromium Mac 10.13',
1247 'Chromium Win 10 GCE Tests',
1248 'Out of Process Profiling Linux',
1249 'Out of Process Profiling Mac',
Kenneth Russellb3cca6f02017-12-05 22:02:391250 # On chromium.linux, unclear why these aren't run on Cast.
Kenneth Russelleb60cbd22017-12-05 07:54:281251 'Cast Audio Linux',
1252 'Cast Linux',
1253 'Linux Tests (dbg)(1)(32)',
1254 # On chromium.mac, unclear why these aren't run.
1255 'Mac10.10 Tests',
1256 'Mac10.11 Tests',
1257 'Mac10.12 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:141258 'Mac10.13 Tests',
1259 'Mac10.13 Tests (dbg)',
John Budorickca14c76f62017-12-09 14:19:181260 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461261 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281262 # On chromium.win, unclear why these only run on "Win7 Tests (1)".
1263 'Win 7 Tests x64 (1)',
1264 'Win10 Tests x64',
1265 'Win7 Tests (dbg)(1)',
Dirk Pranke8fd63c12017-12-10 18:06:271266 # client.v8.chromium
1267 'Linux - Future (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281268 ],
1269 },
1270 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:181271 'remove_from': [
1272 # chromium.clang
1273 'CFI Linux (icall)',
1274 'CFI Linux ToT',
1275 'ToTLinuxThinLTO',
Nico Weber3a2b1712018-02-23 23:47:381276 'ToTLinuxUBSanVptr',
Kenneth Russell78225042018-02-23 09:43:131277 'UBSanVptr Linux',
Kenneth Russell8ceeabf2017-12-11 17:53:281278 # chromium.fyi
1279 'Out of Process Profiling Linux',
Morten Stenshorne615a8d02018-04-20 12:19:211280 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:551281 # Can't run on MSAN because gl_tests uses the hardware driver,
1282 # which isn't instrumented.
1283 'Linux MSan Tests',
1284 'Linux ChromiumOS MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181285 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281286 'modifications': {
1287 'KitKat Tablet Tester': {
1288 'swarming': {
1289 'hard_timeout': 120,
1290 },
1291 },
1292 'Marshmallow Tablet Tester': {
1293 'swarming': {
1294 'hard_timeout': 120,
1295 },
1296 },
Kenneth Russell1a515be2018-04-28 03:54:451297 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:451298 # TODO(kbr): figure out a better way to specify blocks of
1299 # arguments like this for tests on multiple machines.
1300 'Linux ASan LSan Tests (1)': {
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': 'Chrome-GPU',
1311 },
1312 ],
1313 },
1314 'use_xvfb': False,
1315 },
1316 'Linux ASan LSan Tests (1)': {
1317 'args': [
1318 '--use-gpu-in-tests',
1319 '--no-xvfb',
1320 ],
1321 'swarming': {
1322 'dimension_sets': [
1323 {
1324 'gpu': '10de:1cb3',
1325 'os': 'Ubuntu',
1326 'pool': 'Chrome-GPU',
1327 },
1328 ],
1329 },
1330 'use_xvfb': False,
1331 },
1332 'Linux CFI': {
1333 'args': [
1334 '--use-gpu-in-tests',
1335 '--no-xvfb',
1336 ],
1337 'swarming': {
1338 'dimension_sets': [
1339 {
1340 'gpu': '10de:1cb3',
1341 'os': 'Ubuntu',
1342 'pool': 'Chrome-GPU',
1343 },
1344 ],
1345 },
1346 'use_xvfb': False,
1347 },
1348 'Linux TSan Tests': {
1349 'args': [
1350 '--use-gpu-in-tests',
1351 '--no-xvfb',
1352 ],
1353 'swarming': {
1354 'dimension_sets': [
1355 {
1356 'gpu': '10de:1cb3',
1357 'os': 'Ubuntu',
1358 'pool': 'Chrome-GPU',
1359 },
1360 ],
1361 },
1362 'use_xvfb': False,
1363 },
Kenneth Russelleb60cbd22017-12-05 07:54:281364 },
1365 },
1366 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:181367 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281368 # chromium.fyi
1369 'Out of Process Profiling Linux',
John Budorickca14c76f62017-12-09 14:19:181370 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281371 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281372 # chromium.android
John Budorick8c4a989d2018-05-20 05:08:391373 'android-marshmallow-arm64-rel': {
1374 'swarming': {
1375 'hard_timeout': 120,
1376 },
1377 },
Kenneth Russell8ceeabf2017-12-11 17:53:281378 'Lollipop Phone Tester': {
1379 'swarming': {
1380 'hard_timeout': 960,
1381 },
1382 },
1383 'Marshmallow 64 bit Tester': {
1384 'swarming': {
1385 'hard_timeout': 960,
1386 },
1387 },
1388 'Marshmallow Phone Tester (rel)': {
1389 'swarming': {
1390 'hard_timeout': 120,
1391 },
1392 },
1393 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281394 'Nougat Phone Tester': {
1395 'swarming': {
1396 'hard_timeout': 960,
1397 },
1398 },
1399 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:241400 'CFI Linux (icall)': {
1401 'args': [
1402 '--use-gpu-in-tests',
1403 '--no-xvfb',
1404 ],
1405 'swarming': {
1406 'dimension_sets': [
1407 {
1408 'gpu': '10de:1cb3',
1409 'os': 'Ubuntu',
1410 'pool': 'Chrome-GPU',
1411 },
1412 ],
1413 },
1414 'use_xvfb': False,
1415 },
1416 'CFI Linux ToT': {
1417 'args': [
1418 '--use-gpu-in-tests',
1419 '--no-xvfb',
1420 ],
1421 'swarming': {
1422 'dimension_sets': [
1423 {
1424 'gpu': '10de:1cb3',
1425 'os': 'Ubuntu',
1426 'pool': 'Chrome-GPU',
1427 },
1428 ],
1429 },
1430 'use_xvfb': False,
1431 },
Kenneth Russell8ceeabf2017-12-11 17:53:281432 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:181433 'Linux CFI': {
1434 'args': [
1435 '--use-gpu-in-tests',
1436 '--no-xvfb',
1437 ],
1438 'swarming': {
1439 'dimension_sets': [
1440 {
1441 'gpu': '10de:1cb3',
1442 'os': 'Ubuntu',
1443 'pool': 'Chrome-GPU',
1444 },
1445 ],
1446 },
1447 'use_xvfb': False,
1448 },
Kenneth Russelleb60cbd22017-12-05 07:54:281449 },
1450 },
Kenneth Russellfbda3c532017-12-08 23:57:241451 'gn_unittests': {
1452 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281453 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591454 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281455 'Chromium Mac 10.11',
1456 'Chromium Mac 10.11 Force Mac Toolchain',
1457 'Chromium Mac 10.13',
1458 'Out of Process Profiling Linux',
1459 'Out of Process Profiling Mac',
Kenneth Russellfbda3c532017-12-08 23:57:241460 ],
1461 },
Kenneth Russelleb60cbd22017-12-05 07:54:281462 'headless_browsertests': {
1463 'remove_from': [
1464 'Linux Tests (dbg)(1)(32)',
1465 # On chromium.mac, unclear why these aren't run on "Mac10.11 Tests".
1466 'Mac10.11 Tests',
Dirk Pranke8fd63c12017-12-10 18:06:271467 # client.v8.chromium
1468 'Linux - Future (dbg)',
Stephen Martinis6a0f46002018-05-19 00:32:191469 # chromium.win
1470 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281471 ],
1472 },
1473 'headless_unittests': {
1474 'remove_from': [
1475 'Linux Tests (dbg)(1)(32)',
1476 # On chromium.mac, unclear why these aren't run on "Mac10.11 Tests".
1477 'Mac10.11 Tests',
Dirk Pranke8fd63c12017-12-10 18:06:271478 # client.v8.chromium
1479 'Linux - Future (dbg)'
Kenneth Russelleb60cbd22017-12-05 07:54:281480 ],
1481 },
Kenneth Russellfbda3c532017-12-08 23:57:241482 'install_static_unittests': {
1483 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281484 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281485 'Out of Process Profiling Windows',
1486 'Win 10 Fast Ring',
Kenneth Russellfbda3c532017-12-08 23:57:241487 ],
1488 },
Kenneth Russelleb60cbd22017-12-05 07:54:281489 'interactive_ui_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:241490 'remove_from': [
1491 # chromium.clang
1492 'ToTLinuxUBSanVptr',
Nico Weber3a2b1712018-02-23 23:47:381493 'UBSanVptr Linux',
Kenneth Russell8ceeabf2017-12-11 17:53:281494 # chromium.fyi
1495 'Chromium Win 10 GCE Tests',
John Budorickca14c76f62017-12-09 14:19:181496 # chromium.memory
1497 'Linux TSan Tests',
Kenneth Russellfbda3c532017-12-08 23:57:241498 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281499 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281500 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:241501 'CFI Linux (icall)': {
1502 'swarming': {
1503 'shards': 1,
1504 },
1505 },
Kenneth Russell8ceeabf2017-12-11 17:53:281506 # chromium.linux
1507 # Unclear why this isn't sharded.
1508 'Linux Tests': {
Dirk Prankedd1d2a02017-12-08 20:51:591509 'swarming': {
1510 'shards': 1,
1511 },
1512 },
Kenneth Russelleb60cbd22017-12-05 07:54:281513 'Linux Tests (dbg)(1)': {
1514 'swarming': {
1515 'shards': 3,
1516 },
1517 },
1518 'Linux Tests (dbg)(1)(32)': {
1519 'swarming': {
1520 'shards': 3,
1521 },
1522 },
Kenneth Russell8ceeabf2017-12-11 17:53:281523 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:341524 'linux-chromeos-dbg': {
1525 'swarming': {
1526 'shards': 3,
1527 },
1528 },
1529 'linux-chromeos-rel': {
1530 'swarming': {
1531 'shards': 3,
1532 },
1533 },
Kenneth Russell8ceeabf2017-12-11 17:53:281534 # chromium.fyi
1535 'Out of Process Profiling Mac': {
1536 'swarming': {
1537 'shards': 1,
1538 },
1539 },
Kenneth Russell8ceeabf2017-12-11 17:53:281540 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281541 # Unclear why this isn't swarmed.
1542 'Mac10.10 Tests': {
1543 'swarming': {
1544 'can_use_on_swarming_builders': False,
1545 },
1546 },
1547 # Unclear why this isn't sharded.
1548 'Mac10.11 Tests': {
1549 'swarming': {
1550 'shards': 1,
1551 },
1552 },
1553 # Unclear why this isn't sharded.
1554 'Mac10.12 Tests': {
1555 'swarming': {
1556 'shards': 1,
1557 },
1558 },
Kenneth Russell8ceeabf2017-12-11 17:53:281559 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281560 'Win7 Tests (dbg)(1)': {
1561 'swarming': {
1562 'shards': 4,
1563 },
1564 },
John Budorickca14c76f62017-12-09 14:19:181565 # chromium.memory
1566 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341567 # These are slow on the ASAN trybot for some reason.
1568 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181569 'swarming': {
John Budorick5052d552017-12-13 02:59:341570 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:181571 },
1572 },
1573 'Linux CFI': {
1574 'swarming': {
1575 'shards': 1,
1576 },
1577 },
Dirk Pranke8fd63c12017-12-10 18:06:271578 # client.v8.chromium
1579 'Linux - Future (dbg)': {
1580 'swarming': {
1581 'shards': 3,
1582 },
1583 },
Greg Thompson3eb7e6522018-05-25 09:04:031584 # chromium.win; temporary, https://crbug.com/818832
1585 'Win10 Tests x64 (dbg)': {
1586 'experiment_percentage': 100,
1587 },
Kenneth Russelleb60cbd22017-12-05 07:54:281588 },
1589 },
1590 'ipc_tests': {
Kenneth Russell8ceeabf2017-12-11 17:53:281591 'remove_from': [
1592 # chromium.linux
1593 'Fuchsia x64',
1594 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281595 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281596 # chromium.android
Kenneth Russelleb60cbd22017-12-05 07:54:281597 'KitKat Tablet Tester': {
1598 'swarming': {
1599 'hard_timeout': 60,
1600 },
1601 },
1602 'Lollipop Tablet Tester': {
1603 'swarming': {
1604 'hard_timeout': 60,
1605 },
1606 },
1607 'Marshmallow Tablet Tester': {
1608 'swarming': {
1609 'hard_timeout': 120,
1610 },
1611 },
Kenneth Russell8ceeabf2017-12-11 17:53:281612 # chromium.android.fyi
1613 'Unswarmed N5 Tests Dummy Builder': {
1614 'args': [
1615 '--shard-timeout',
1616 '600',
1617 ],
1618 },
1619 'Unswarmed N5X Tests Dummy Builder': {
1620 'args': [
1621 '--shard-timeout',
1622 '600',
1623 ],
1624 },
Kenneth Russelleb60cbd22017-12-05 07:54:281625 },
1626 },
Kenneth Russelleb60cbd22017-12-05 07:54:281627 'keyboard_unittests': {
1628 'remove_from': [
1629 'Win7 Tests (dbg)(1)',
1630 # On chromium.linux, unclear why these aren't run.
1631 'Linux Tests',
1632 'Linux Tests (dbg)(1)',
1633 'Linux Tests (dbg)(1)(32)',
1634 ],
1635 },
1636 'latency_unittests': {
1637 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281638 # chromium.fyi
1639 'Out of Process Profiling Android',
1640 'Out of Process Profiling Linux',
Kenneth Russelleb60cbd22017-12-05 07:54:281641 # On chromium.linux, unclear why these aren't run.
Kenneth Russelleb60cbd22017-12-05 07:54:281642 'Linux Tests (dbg)(1)',
1643 'Linux Tests (dbg)(1)(32)',
1644 ],
1645 'modifications': {
1646 'KitKat Tablet Tester': {
1647 'swarming': {
1648 'hard_timeout': 60,
1649 },
1650 },
1651 },
1652 },
John Budorickca14c76f62017-12-09 14:19:181653 'mash_browser_tests': {
1654 'remove_from': [
1655 # chromium.memory
James Cook4be72252018-02-23 00:36:171656 # Unclear why this isn't run. http://crbug.com/814403
John Budorickca14c76f62017-12-09 14:19:181657 'Linux Chromium OS ASan LSan Tests (1)',
Nico Webera8fc38f72018-04-10 02:20:111658 'Linux ChromiumOS MSan Tests', # https://crbug.com/830944
James Cook4be72252018-02-23 00:36:171659 # Not needed on chromium.fyi because suite is on main waterfall.
1660 'Mojo ChromiumOS',
John Budorickca14c76f62017-12-09 14:19:181661 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281662 },
1663 'mash_unittests': {
1664 'remove_from': [
1665 # chromium.fyi
1666 'Mojo ChromiumOS',
1667 ],
John Budorickca14c76f62017-12-09 14:19:181668 },
Kenneth Russellfbda3c532017-12-08 23:57:241669 'mac_installer_unittests': {
1670 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281671 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591672 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281673 'Chromium Mac 10.11',
1674 'Chromium Mac 10.11 Force Mac Toolchain',
1675 'Chromium Mac 10.13',
1676 'Out of Process Profiling Mac',
Kenneth Russellfbda3c532017-12-08 23:57:241677 ],
1678 },
Kenneth Russelleb60cbd22017-12-05 07:54:281679 'media_blink_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281680 'modifications': {
1681 'Lollipop Tablet Tester': {
1682 'swarming': {
1683 'hard_timeout': 300,
1684 },
1685 },
1686 'Marshmallow Tablet Tester': {
1687 'swarming': {
1688 'hard_timeout': 300,
1689 },
1690 },
1691 },
1692 },
Kenneth Russelleb60cbd22017-12-05 07:54:281693 'media_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241694 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281695 # chromium.linux
1696 'Fuchsia x64',
1697 # chromium.fyi
1698 'Fuchsia ARM64',
Kenneth Russellfbda3c532017-12-08 23:57:241699 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281700 },
1701 'message_center_unittests': {
1702 'remove_from': [
1703 'Win7 Tests (dbg)(1)',
1704 # On chromium.mac, unclear why these aren't run.
1705 'Mac10.10 Tests',
1706 'Mac10.11 Tests',
1707 'Mac10.12 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:141708 'Mac10.13 Tests',
1709 'Mac10.13 Tests (dbg)',
Dirk Prankedd1d2a02017-12-08 20:51:591710
Kenneth Russell8ceeabf2017-12-11 17:53:281711 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591712 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281713 'Chromium Mac 10.11',
1714 'Chromium Mac 10.11 Force Mac Toolchain',
1715 'Chromium Mac 10.13',
1716 'Out of Process Profiling Mac',
1717
Kenneth Russelleb60cbd22017-12-05 07:54:281718 # On chromium.linux, unclear why these aren't run.
1719 'Linux Tests',
Dirk Prankedd1d2a02017-12-08 20:51:591720
Dirk Prankedd1d2a02017-12-08 20:51:591721 # On chromium.linux, unclear why these aren't run.
Kenneth Russelleb60cbd22017-12-05 07:54:281722 'Linux Tests (dbg)(1)',
1723 'Linux Tests (dbg)(1)(32)',
1724 ],
1725 },
1726 'metrics_python_tests': {
1727 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281728 # chromium.fyi
1729 'Chromium Mac 10.11',
1730 'Chromium Mac 10.13',
1731 'Out of Process Profiling Mac',
Kenneth Russelleb60cbd22017-12-05 07:54:281732 ],
1733 },
Nico Weber2a1e0f82018-03-29 23:44:211734 'mini_installer_tests': {
1735 'remove_from': [
1736 # chromium.clang
1737 'linux-win_cross-rel', # https://crbug.com/799827
1738 ],
1739 },
Kenneth Russelleb60cbd22017-12-05 07:54:281740 'mojo_test_apk': {
Kenneth Russelleb60cbd22017-12-05 07:54:281741 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241742 # chromium.clang
1743 'ToTAndroidCFI': {
1744 'swarming': {
1745 'hard_timeout': 0,
1746 },
1747 },
Peter Collingbournee07e84e82018-02-23 20:28:581748 # chromium.clang
1749 'Android CFI': {
1750 'swarming': {
1751 'hard_timeout': 0,
1752 },
1753 },
Kenneth Russelleb60cbd22017-12-05 07:54:281754 },
1755 },
Kenneth Russellfbda3c532017-12-08 23:57:241756 'nacl_loader_unittests': {
1757 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281758 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591759 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281760 'Chromium Mac 10.11',
1761 'Chromium Mac 10.11 Force Mac Toolchain',
1762 'Chromium Mac 10.13',
1763 'Out of Process Profiling Mac',
John Budorickca14c76f62017-12-09 14:19:181764 # chromium.memory
Nico Weber05d3e642018-05-31 16:59:481765 'Linux ASan LSan Tests (1)', # TODO(thakis): Try removing this exception.
Nico Webera8fc38f72018-04-10 02:20:111766 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481767 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241768 ],
1769 },
Kenneth Russelleb60cbd22017-12-05 07:54:281770 'native_theme_unittests': {
1771 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241772 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281773 'Linux Tests (dbg)(1)(32)',
1774 ],
1775 },
1776 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241777 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281778 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281779 'Fuchsia (dbg)',
1780 'Fuchsia ARM64',
1781 # chromium.linux
1782 'Fuchsia x64',
Kenneth Russellfbda3c532017-12-08 23:57:241783 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281784 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241785 # chromium.clang
1786 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:331787 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:241788 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:331789 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:241790 },
1791 },
John Budorickca14c76f62017-12-09 14:19:181792 # chromium.memory
1793 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341794 # These are very slow on the ASAN trybot for some reason.
1795 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181796 'swarming': {
John Budorick5052d552017-12-13 02:59:341797 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181798 },
1799 },
1800 'Linux Chromium OS ASan LSan Tests (1)': {
1801 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021802 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181803 }
1804 },
1805 'Linux TSan Tests': {
1806 'swarming': {
1807 'shards': 4,
1808 }
1809 },
Kenneth Russelleb60cbd22017-12-05 07:54:281810 },
1811 },
Xi Cheng34ca4042018-02-23 00:10:121812 'notification_helper_unittests': {
1813 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121814 # The test uses WinRT, which only exists in Windows 8 or above.
1815 # (https://crbug.com/813553)
1816 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:121817 'Win 7 Tests x64 (1)',
1818 'Win7 (32) Tests',
1819 'Win7 Tests (1)',
1820 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:121821 # chromium.clang; all these bots run Windows 7.
Oksana Zhuravlova7f996212018-02-28 04:23:081822 'CrWinAsan',
1823 'CrWinAsan(dll)',
1824 'CrWinAsanCov',
Oksana Zhuravlova7f996212018-02-28 04:23:081825 'CrWinClangLLD',
1826 'CrWinClangLLD64',
1827 'CrWinClngLLD64dbg',
1828 'CrWinClngLLDdbg',
Xi Cheng34ca4042018-02-23 00:10:121829 'ToTWin',
1830 'ToTWin(dbg)',
1831 'ToTWin(dll)',
1832 'ToTWin64',
1833 'ToTWin64(dbg)',
1834 'ToTWin64(dll)',
1835 'ToTWinCFI',
1836 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:121837 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:081838 'ToTWinThinLTO64',
Hans Wennborg252643a2018-05-22 14:41:121839 # chromium.fyi; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121840 'Out of Process Profiling Windows',
1841 ],
1842 },
Kenneth Russell56a3e862017-12-08 03:11:341843 'printing_unittests': {
1844 'remove_from': [
1845 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:341846 'linux-chromeos-dbg',
1847 ],
1848 },
Kenneth Russelleb60cbd22017-12-05 07:54:281849 'remoting_unittests': {
1850 'remove_from': [
Kenneth Russellb3cca6f02017-12-05 22:02:391851 # On chromium.linux, unclear why these aren't run on 32-bit.
Kenneth Russelleb60cbd22017-12-05 07:54:281852 'Linux Tests (dbg)(1)(32)',
1853 ],
1854 },
Kenneth Russelleb60cbd22017-12-05 07:54:281855 'sandbox_linux_unittests': {
1856 'modifications': {
1857 'KitKat Tablet Tester': {
1858 'swarming': {
1859 'hard_timeout': 60,
1860 },
1861 },
1862 'Marshmallow Tablet Tester': {
1863 'swarming': {
1864 'hard_timeout': 60,
1865 },
1866 },
Kenneth Russell56a3e862017-12-08 03:11:341867 'linux-chromeos-dbg': {
1868 'args': [
1869 '--test-launcher-print-test-stdio=always',
1870 ],
1871 },
1872 'linux-chromeos-rel': {
1873 'args': [
1874 '--test-launcher-print-test-stdio=always',
1875 ],
1876 },
Kenneth Russelleb60cbd22017-12-05 07:54:281877 'Linux Tests (dbg)(1)': {
1878 'args': [
1879 '--test-launcher-print-test-stdio=always',
1880 ],
1881 },
1882 'Linux Tests (dbg)(1)(32)': {
1883 'args': [
1884 '--test-launcher-print-test-stdio=always',
1885 ],
1886 },
1887 'Lollipop Tablet Tester': {
1888 'swarming': {
1889 'hard_timeout': 60,
1890 },
1891 },
1892 },
1893 },
1894 'service_manager_unittests': {
1895 'remove_from': [
Kenneth Russell56a3e862017-12-08 03:11:341896 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:341897 'linux-chromeos-dbg',
1898 'linux-chromeos-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281899 # chromium.fyi
1900 'Chromium Win 10 GCE Tests',
1901 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281902 'Cast Audio Linux',
1903 'Cast Linux',
1904 'Linux Tests (dbg)(1)(32)',
1905 # On chromium.mac, unclear why these aren't run.
1906 'Mac10.10 Tests',
1907 'Mac10.11 Tests',
1908 'Mac10.12 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:141909 'Mac10.13 Tests',
1910 'Mac10.13 Tests (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281911 'Win7 Tests (dbg)(1)',
1912 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:111913 # chromium.win
1914 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281915 ],
1916 },
1917 'services_unittests': {
1918 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241919 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481920 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8ceeabf2017-12-11 17:53:281921 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:591922 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281923 'Chromium Mac 10.11',
1924 'Chromium Mac 10.11 Force Mac Toolchain',
1925 'Chromium Mac 10.13',
Kenneth Russell8ceeabf2017-12-11 17:53:281926 'Win 10 Fast Ring',
Kenneth Russelleb60cbd22017-12-05 07:54:281927 # On chromium.linux, unclear why these aren't run on Cast.
1928 'Cast Audio Linux',
1929 'Cast Linux',
John Budorickca14c76f62017-12-09 14:19:181930 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461931 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1932 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281933 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281934 },
Lukasz Anforowiczfb1ccf02018-04-21 14:55:201935 'not_site_per_process_browser_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281936 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281937 # chromium.fyi
1938 'Site Isolation Android',
1939 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281940 'Linux Tests (dbg)(1)(32)',
1941 ],
1942 'modifications': {
1943 'Linux Tests (dbg)(1)': {
1944 'swarming': {
1945 'shards': 10,
1946 },
1947 },
Dirk Pranke8fd63c12017-12-10 18:06:271948 # client.v8.chromium
1949 'Linux - Future (dbg)': {
1950 'swarming': {
1951 'shards': 10,
1952 },
1953 },
Kenneth Russelleb60cbd22017-12-05 07:54:281954 },
1955 },
Dirk Pranke7feb8802017-12-14 19:27:451956 'site_per_process_components_browsertests': {
1957 'remove_from': [
1958 # chromium.linux
1959 'Linux Tests (dbg)(1)(32)',
Dirk Pranke7feb8802017-12-14 19:27:451960 ],
1961 },
1962 'site_per_process_components_unittests': {
1963 'remove_from': [
1964 # chromium.linux
1965 'Linux Tests (dbg)(1)(32)',
Dirk Pranke7feb8802017-12-14 19:27:451966 ],
1967 },
Kenneth Russelleb60cbd22017-12-05 07:54:281968 'site_per_process_content_browsertests': {
1969 'remove_from': [
Dirk Pranke7feb8802017-12-14 19:27:451970 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281971 'Linux Tests (dbg)(1)(32)',
1972 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281973 'modifications': {
1974 # chromium.fyi
1975 'Site Isolation Android': {
1976 'swarming': {
1977 'shards': 6,
1978 },
1979 },
1980 },
Kenneth Russelleb60cbd22017-12-05 07:54:281981 },
1982 'site_per_process_content_unittests': {
1983 'remove_from': [
Dirk Pranke7feb8802017-12-14 19:27:451984 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281985 'Linux Tests (dbg)(1)(32)',
1986 ],
1987 },
Dirk Pranke7feb8802017-12-14 19:27:451988 'site_per_process_extensions_browsertests': {
1989 'remove_from': [
1990 # chromium.linux
1991 'Linux Tests (dbg)(1)(32)',
Dirk Pranke7feb8802017-12-14 19:27:451992 ],
1993 },
1994 'site_per_process_extensions_unittests': {
1995 'remove_from': [
1996 # chromium.linux
1997 'Linux Tests (dbg)(1)(32)',
Dirk Pranke7feb8802017-12-14 19:27:451998 ],
1999 },
Lukasz Anforowiczfb1ccf02018-04-21 14:55:202000 'not_site_per_process_interactive_ui_tests': {
Dirk Pranke7feb8802017-12-14 19:27:452001 'remove_from': [
2002 # chromium.linux
2003 'Linux Tests (dbg)(1)(32)',
Dirk Pranke7feb8802017-12-14 19:27:452004 ],
2005 },
Lukasz Anforowiczfb1ccf02018-04-21 14:55:202006 'not_site_per_process_sync_integration_tests': {
Dirk Pranke7feb8802017-12-14 19:27:452007 'remove_from': [
2008 # chromium.linux
2009 'Linux Tests (dbg)(1)(32)',
Dirk Pranke7feb8802017-12-14 19:27:452010 ],
2011 },
Lukasz Anforowiczfb1ccf02018-04-21 14:55:202012 'not_site_per_process_unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:282013 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282014 # chromium.fyi
2015 'Site Isolation Android',
2016 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:282017 'Linux Tests (dbg)(1)(32)',
2018 ],
2019 },
Dirk Prankeb4ab1e42017-12-19 22:00:532020 'site_per_process_webkit_layout_tests': {
2021 'remove_from': [
2022 # chromium.linux
John Budorick5fae58f2018-01-17 17:33:432023 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
2024 'Linux Tests (dbg)(1)',
Dirk Prankeb4ab1e42017-12-19 22:00:532025 'Linux Tests (dbg)(1)(32)',
Dirk Prankeb4ab1e42017-12-19 22:00:532026 ],
2027 },
Dirk Pranke1b767092017-12-07 04:44:232028 'sizes': {
2029 'remove_from': [
2030 'Win',
2031 'Win x64',
2032 ],
2033 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:282034 # chromium
Dirk Pranke1b767092017-12-07 04:44:232035 'Mac': {
2036 'args': [
2037 'mac-release/sizes',
2038 ],
2039 },
2040 'Linux x64': {
2041 'args': [
2042 'linux-release-64/sizes',
2043 ],
2044 },
Kenneth Russell8ceeabf2017-12-11 17:53:282045 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:282046 'Android Cronet KitKat Builder': {
2047 'args': [
2048 '--platform',
2049 'android-cronet',
2050 '--perf-id',
2051 'android_cronet_builder',
2052 'cronet-arm/sizes',
2053 ],
2054 'override_compile_targets': [
2055 'cronet',
2056 ],
2057 },
Dirk Pranke1b767092017-12-07 04:44:232058 },
2059 },
Kenneth Russelleb60cbd22017-12-05 07:54:282060 'snapshot_unittests': {
2061 'remove_from': [
Kenneth Russell56a3e862017-12-08 03:11:342062 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:342063 'linux-chromeos-dbg',
2064 'linux-chromeos-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282065 # chromium.fyi
Dirk Pranke46119d82018-03-21 00:13:592066 'mac-views-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282067 'Chromium Mac 10.11',
2068 'Chromium Mac 10.11 Force Mac Toolchain',
2069 'Chromium Mac 10.13',
2070 'Out of Process Profiling Mac',
Kenneth Russelleb60cbd22017-12-05 07:54:282071 # On chromium.win, unclear why these aren't run.
2072 'Win 7 Tests x64 (1)',
2073 'Win10 Tests x64',
2074 'Win7 (32) Tests',
2075 'Win7 Tests (1)',
2076 'Win7 Tests (dbg)(1)',
2077 ],
2078 },
2079 'sql_unittests': {
Dirk Prankedd1d2a02017-12-08 20:51:592080 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282081 # chromium.fyi
2082 'Fuchsia ARM64',
Dirk Prankedd1d2a02017-12-08 20:51:592083 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282084 'modifications': {
2085 'KitKat Tablet Tester': {
2086 'swarming': {
2087 'hard_timeout': 60,
2088 },
2089 },
2090 'Lollipop Tablet Tester': {
2091 'swarming': {
2092 'hard_timeout': 60,
2093 },
2094 },
2095 'Marshmallow Tablet Tester': {
2096 'swarming': {
Yuke Liao5d6014d2018-03-20 22:09:562097 'hard_timeout': 120,
Kenneth Russelleb60cbd22017-12-05 07:54:282098 },
2099 },
2100 },
2101 },
2102 'storage_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:242103 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282104 # chromium.fyi
2105 'Out of Process Profiling Mac',
Kenneth Russellfbda3c532017-12-08 23:57:242106 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282107 'modifications': {
2108 # chromium.android
John Budorick2232bb982018-05-18 17:50:072109 'android-kitkat-arm-rel': {
2110 'swarming': {
2111 'hard_timeout': 180,
2112 },
2113 },
Kenneth Russelleb60cbd22017-12-05 07:54:282114 'KitKat Phone Tester (dbg)': {
2115 'swarming': {
2116 'hard_timeout': 180,
2117 },
2118 },
2119 'KitKat Phone Tester (rel)': {
2120 'swarming': {
2121 'hard_timeout': 180,
2122 },
2123 },
2124 'KitKat Tablet Tester': {
2125 'swarming': {
2126 'hard_timeout': 120,
2127 },
2128 },
2129 'Lollipop Phone Tester': {
2130 'swarming': {
2131 'hard_timeout': 960,
2132 },
2133 },
2134 'Lollipop Tablet Tester': {
2135 'swarming': {
2136 'hard_timeout': 300,
2137 },
2138 },
2139 'Marshmallow 64 bit Tester': {
2140 'swarming': {
2141 'hard_timeout': 960,
2142 },
2143 },
2144 'Marshmallow Tablet Tester': {
2145 'swarming': {
2146 'hard_timeout': 300,
2147 },
2148 },
Kenneth Russelleb60cbd22017-12-05 07:54:282149 },
2150 },
2151 'sync_integration_tests': {
2152 'modifications': {
2153 'Win7 Tests (dbg)(1)': {
2154 'swarming': {
2155 'shards': 2,
2156 },
2157 },
2158 },
John Budorickca14c76f62017-12-09 14:19:182159 'remove_from': [
2160 # chromium.memory
2161 'Linux ASan LSan Tests (1)',
2162 'Linux CFI',
2163 'Linux Chromium OS ASan LSan Tests (1)',
2164 'Linux ChromiumOS MSan Tests',
2165 'Linux MSan Tests',
2166 'Linux TSan Tests',
2167 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282168 },
Emily Hanleyb64ac7c2018-05-25 13:36:552169 'performance_test_suite': {
2170 'modifications': {
2171 'Mac10.13 Tests (dbg)': {
2172 'args': [
2173 '--browser=debug',
2174 ],
2175 },
2176 'Win10 Tests x64 (dbg)': {
2177 'args': [
2178 '--browser=debug_x64',
2179 ],
2180 },
2181 'Win7 Tests (dbg)(1)': {
2182 'args': [
2183 '--browser=debug',
2184 ],
2185 },
2186 }
2187 },
Kenneth Russelleb60cbd22017-12-05 07:54:282188 'telemetry_perf_unittests': {
2189 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:282190 # chromium.android
John Budorick2232bb982018-05-18 17:50:072191 'android-kitkat-arm-rel': {
2192 'args': [
2193 '--browser=android-chromium',
2194 '--device=android',
2195 ],
2196 'swarming': {
2197 'dimension_sets': [
2198 {
2199 'temp_band': '<30',
2200 },
2201 ],
2202 'hard_timeout': 1500,
2203 'shards': 15,
2204 },
2205 },
John Budorick8c4a989d2018-05-20 05:08:392206 'android-marshmallow-arm64-rel': {
2207 'args': [
2208 '--browser=android-chromium',
2209 '--device=android',
2210 ],
2211 'swarming': {
2212 'dimension_sets': [
2213 {
2214 'temp_band': '<30',
2215 },
2216 ],
2217 'hard_timeout': 1500,
2218 'shards': 15,
2219 },
2220 },
Kenneth Russelleb60cbd22017-12-05 07:54:282221 'KitKat Phone Tester (rel)': {
2222 'args': [
2223 '--browser=android-chromium',
2224 '--device=android',
2225 ],
2226 'swarming': {
2227 'dimension_sets': [
2228 {
2229 'temp_band': '<30',
2230 },
2231 ],
2232 'hard_timeout': 1500,
2233 'shards': 15,
2234 },
2235 },
2236 'Marshmallow Phone Tester (rel)': {
2237 'args': [
2238 '--browser=android-chromium',
2239 '--device=android',
2240 ],
2241 'swarming': {
2242 'dimension_sets': [
2243 {
2244 'temp_band': '<30',
2245 },
2246 ],
2247 'hard_timeout': 1500,
2248 'shards': 15,
2249 },
2250 },
Kenneth Russell8ceeabf2017-12-11 17:53:282251 # chromium.android.fyi
2252 'x86 Cloud Tester': {
2253 'args': [
2254 '--browser=android-chromium',
2255 '--device=android',
2256 ],
2257 'swarming': {
2258 'shards': 1,
2259 },
2260 },
2261 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:282262 'Linux Tests': {
2263 'args': [
2264 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482265 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282266 ],
2267 },
Ned Nguyeneb3911e2017-12-11 20:16:022268 'Linux Tests (dbg)(1)': {
2269 'args': [
2270 '--xvfb',
nednguyen35d625f22018-01-11 19:45:302271 '--jobs=1',
Ned Nguyeneb3911e2017-12-11 20:16:022272 ],
2273 },
John Budorick2593eb922018-05-09 19:31:492274 'linux-xenial-rel': {
2275 'args': [
2276 '--xvfb',
2277 '--jobs=1',
2278 ],
2279 },
Kenneth Russell8ceeabf2017-12-11 17:53:282280 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:282281 # Disable parallelism on all Mac bots.
2282 'Mac10.10 Tests': {
2283 'args': [
2284 '--jobs=1',
2285 ],
2286 },
2287 'Mac10.11 Tests': {
2288 'args': [
2289 '--jobs=1',
2290 ],
2291 },
2292 'Mac10.12 Tests': {
2293 'args': [
2294 '--jobs=1',
2295 ],
2296 },
Ned Nguyen6e6e5b32018-02-21 20:21:502297 'Win7 Tests (dbg)(1)': {
2298 'args': [
2299 '--jobs=1',
2300 ],
2301 'swarming': {
2302 'shards': 20,
2303 },
2304 'experiment_percentage': 100,
2305 },
Kenneth Russelleb60cbd22017-12-05 07:54:282306 },
2307 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:282308 'Linux Tests (dbg)(1)(32)',
Shenghua Zhangbd6f1b232018-03-03 02:59:142309 'Mac10.13 Tests',
2310 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:272311 # client.v8.chromium
2312 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:112313 # chromium.win
2314 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282315 ],
2316 },
Dirk Prankedd1d2a02017-12-08 20:51:592317 'telemetry_unittests': {
2318 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:282319 'Out of Process Profiling Mac': {
2320 'swarming': {
2321 'shards': 2,
2322 },
2323 },
Dirk Prankedd1d2a02017-12-08 20:51:592324 },
Stephen Martinise701f5a2018-05-04 01:25:112325 'remove_from': [
2326 # chromium.win
2327 'Win10 Tests x64 (dbg)',
2328 ],
Dirk Prankedd1d2a02017-12-08 20:51:592329 },
Kenneth Russelleb60cbd22017-12-05 07:54:282330 'traffic_annotation_auditor_unittests': {
2331 'modifications': {
2332 'Linux Tests': {
2333 # Unclear why this isn't swarmed.
2334 'swarming': {
2335 'can_use_on_swarming_builders': False,
2336 },
2337 },
2338 },
2339 'remove_from': [
2340 # On chromium.linux, unclear why these only run on "Linux Tests".
2341 'Linux Tests (dbg)(1)',
2342 'Linux Tests (dbg)(1)(32)',
2343 ],
2344 },
2345 'ui_android_unittests': {
2346 'modifications': {
2347 'KitKat Tablet Tester': {
2348 'swarming': {
2349 'hard_timeout': 120,
2350 },
2351 },
2352 'Marshmallow Tablet Tester': {
2353 'swarming': {
2354 'hard_timeout': 120,
2355 },
2356 },
2357 },
2358 },
2359 'ui_base_unittests': {
2360 'modifications': {
2361 'KitKat Tablet Tester': {
2362 'swarming': {
2363 'hard_timeout': 120,
2364 },
2365 },
2366 'Marshmallow Tablet Tester': {
2367 'swarming': {
2368 'hard_timeout': 120,
2369 },
2370 },
2371 },
2372 },
2373 'ui_touch_selection_unittests': {
2374 'modifications': {
2375 'KitKat Tablet Tester': {
2376 'swarming': {
2377 'hard_timeout': 120,
2378 },
2379 },
2380 'Marshmallow Tablet Tester': {
2381 'swarming': {
2382 'hard_timeout': 120,
2383 },
2384 },
2385 },
2386 },
2387 'unit_tests': {
2388 'remove_from': [
2389 # On chromium.linux, unclear why these aren't run on Cast.
2390 'Cast Audio Linux',
2391 'Cast Linux',
Stephen Martinise701f5a2018-05-04 01:25:112392 # chromium.win
2393 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282394 ],
2395 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:242396 # chromium.android
John Budorick8c4a989d2018-05-20 05:08:392397 'android-marshmallow-arm64-rel': {
2398 'swarming': {
2399 'hard_timeout': 960,
2400 'shards': 2,
2401 },
2402 },
Kenneth Russelleb60cbd22017-12-05 07:54:282403 'KitKat Tablet Tester': {
2404 'swarming': {
2405 'hard_timeout': 1200,
2406 'shards': 2,
2407 },
2408 },
2409 'Lollipop Phone Tester': {
2410 'swarming': {
2411 'hard_timeout': 960,
2412 'shards': 2,
2413 },
2414 },
2415 'Lollipop Tablet Tester': {
2416 'swarming': {
2417 'hard_timeout': 1200,
2418 'shards': 2,
2419 },
2420 },
2421 'Marshmallow 64 bit Tester': {
2422 'swarming': {
2423 'hard_timeout': 960,
2424 'shards': 2,
2425 },
2426 },
2427 'Marshmallow Phone Tester (rel)': {
2428 'swarming': {
2429 'hard_timeout': 960,
2430 'shards': 2,
2431 },
2432 },
2433 'Marshmallow Tablet Tester': {
2434 'swarming': {
2435 'hard_timeout': 1200,
2436 'shards': 2,
2437 },
2438 },
Kenneth Russell8ceeabf2017-12-11 17:53:282439 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:282440 'Nougat Phone Tester': {
2441 'swarming': {
2442 'hard_timeout': 1200,
2443 'shards': 2,
2444 },
2445 },
2446 'x64 Device Tester': {
2447 'swarming': {
2448 'hard_timeout': 0,
2449 },
2450 },
2451 'x86 Cloud Tester': {
2452 'swarming': {
2453 'hard_timeout': 0,
2454 },
2455 },
Kenneth Russellfbda3c532017-12-08 23:57:242456 # chromium.clang
2457 'ToTLinuxASan': {
2458 'swarming': {
2459 'shards': 2,
2460 },
John Budorickca14c76f62017-12-09 14:19:182461 },
Dirk Pranke20eae9a72017-12-09 18:12:142462 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:182463 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342464 # These are slow on the ASAN trybot for some reason.
2465 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182466 'swarming': {
John Budorick5052d552017-12-13 02:59:342467 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182468 },
2469 },
2470 'Linux Chromium OS ASan LSan Tests (1)': {
2471 'args': [
2472 '--test-launcher-filter-file=../../testing/buildbot/filters/unit_tests_cros_asan.filter',
2473 ],
2474 },
2475 'Linux TSan Tests': {
2476 'swarming': {
2477 'shards': 2,
2478 },
2479 },
Dirk Pranke20eae9a72017-12-09 18:12:142480 # chromium.swarm
2481 'Android N5X Swarm': {
2482 'swarming': {
2483 'shards': 8,
2484 },
2485 },
Kenneth Russelleb60cbd22017-12-05 07:54:282486 },
2487 },
Kenneth Russelleb60cbd22017-12-05 07:54:282488 'views_unittests': {
2489 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:242490 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:282491 'Linux Tests (dbg)(1)(32)',
2492 ],
2493 },
jonross6b44aa52018-05-04 14:41:392494 'viz_content_browsertests': {
2495 'remove_from': [
2496 # Currently flaky timeouts on Windows 10. crbug.com/839824
2497 'Win10 Tests x64 (dbg)',
2498 ],
2499 },
Stephen Martinis36977112018-04-06 06:09:462500 'viz_browser_tests': {
2501 'remove_from': [
2502 # Currently too flaky on Windows.
2503 'Win 7 Tests x64 (1)',
2504 'Win10 Tests x64',
2505 'Win7 Tests (1)',
2506 'Win7 Tests (dbg)(1)',
Stephen Martinise701f5a2018-05-04 01:25:112507 'Win10 Tests x64 (dbg)',
Stephen Martinis36977112018-04-06 06:09:462508 ],
2509 },
Kenneth Russelleb60cbd22017-12-05 07:54:282510 'viz_unittests': {
2511 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282512 # chromium.fyi
2513 'Chromium Win 10 GCE Tests',
2514 'Out of Process Profiling Android',
2515 'Out of Process Profiling Linux',
Kenneth Russelleb60cbd22017-12-05 07:54:282516 # chromium.win
2517 'Win10 Tests x64',
2518 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282519 'modifications': {
John Budorick8c4a989d2018-05-20 05:08:392520 'android-marshmallow-arm64-rel': {
2521 'swarming': {
2522 'hard_timeout': 960,
2523 },
2524 },
Kenneth Russelleb60cbd22017-12-05 07:54:282525 'KitKat Tablet Tester': {
2526 'swarming': {
2527 'hard_timeout': 300,
2528 },
2529 },
2530 'Lollipop Tablet Tester': {
2531 'swarming': {
2532 'hard_timeout': 300,
2533 },
2534 },
2535 'Marshmallow Phone Tester (rel)': {
2536 'swarming': {
2537 'hard_timeout': 960,
2538 },
2539 },
2540 'Marshmallow Tablet Tester': {
2541 'swarming': {
2542 'hard_timeout': 300,
2543 },
2544 },
2545 },
2546 },
2547 'vr_common_unittests': {
2548 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282549 # chromium.fyi
2550 'Chromium Win 10 GCE Tests',
2551 'Out of Process Profiling Android',
Kenneth Russelleb60cbd22017-12-05 07:54:282552 # chromium.win
2553 'Win 7 Tests x64 (1)',
2554 'Win10 Tests x64',
2555 ],
2556 'modifications': {
John Budorick8c4a989d2018-05-20 05:08:392557 'android-marshmallow-arm64-rel': {
2558 'swarming': {
2559 'hard_timeout': 960,
2560 },
2561 },
Kenneth Russelleb60cbd22017-12-05 07:54:282562 'KitKat Tablet Tester': {
2563 'swarming': {
2564 'hard_timeout': 300,
2565 },
2566 },
2567 'Lollipop Tablet Tester': {
2568 'swarming': {
2569 'hard_timeout': 300,
2570 },
2571 },
2572 'Marshmallow Phone Tester (rel)': {
2573 'swarming': {
2574 'hard_timeout': 960,
2575 },
2576 },
2577 'Marshmallow Tablet Tester': {
2578 'swarming': {
2579 'hard_timeout': 300,
2580 },
2581 },
2582 },
2583 },
Kenneth Russellfbda3c532017-12-08 23:57:242584 'vr_pixeltests': {
2585 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282586 # chromium.fyi
2587 'Chromium Win 10 GCE Tests',
2588 'Out of Process Profiling Android',
2589 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:242590 # chromium.win
2591 'Win 7 Tests x64 (1)',
2592 'Win10 Tests x64',
2593 'Win7 Tests (1)',
2594 'Win7 Tests (dbg)(1)',
2595 ],
2596 },
Kenneth Russelleb60cbd22017-12-05 07:54:282597 'webkit_layout_tests': {
2598 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282599 # chromium.fyi
2600 'Chromium Mac 10.11',
2601 'Out of Process Profiling Mac',
Kenneth Russellfbda3c532017-12-08 23:57:242602 # chromium.linux
John Budorick5fae58f2018-01-17 17:33:432603 'Linux Tests (dbg)(1)',
Kenneth Russelleb60cbd22017-12-05 07:54:282604 'Linux Tests (dbg)(1)(32)',
Kenneth Russellfbda3c532017-12-08 23:57:242605 # chromium.mac
Shenghua Zhangbd6f1b232018-03-03 02:59:142606 'Mac10.13 Tests (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:242607 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:282608 'Win 7 Tests x64 (1)',
2609 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112610 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282611 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282612 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:282613 # chromium.fyi
Dirk Prankea85f2acd2018-02-02 02:35:432614 'Dummy WebKit Mac10.13': {
2615 'swarming': {
Robert Ma196b907e62018-04-09 18:05:522616 'shards': 12,
Dirk Prankea85f2acd2018-02-02 02:35:432617 },
2618 },
John Budorick6650ef12018-05-16 23:33:172619 'linux-blink-gen-property-trees': {
2620 'args': [
John Budorick47795202018-05-18 01:30:352621 '--debug',
John Budorick6650ef12018-05-16 23:33:172622 '--additional-driver-flag=--enable-blink-gen-property-trees',
2623 ],
2624 },
John Budoricka14c2c392018-03-02 19:00:442625 'linux-blink-heap-incremental-marking': {
2626 'args': [
2627 '--debug',
Michael Lippautzd48e4a52018-04-26 06:59:132628 '--additional-driver-flag=--enable-blink-features=HeapIncrementalMarkingStress',
John Budoricka14c2c392018-03-02 19:00:442629 ],
2630 },
Kenneth Russell8ceeabf2017-12-11 17:53:282631 'WebKit Linux layout_ng Dummy Builder': {
2632 'args': [
2633 '--additional-driver-flag=--enable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:282634 '--additional-driver-flag=--enable-slimming-paint-v175',
2635 ],
2636 'swarming': {
2637 'shards': 15,
2638 },
2639 },
2640 'WebKit Linux root_layer_scrolls Dummy Builder': {
2641 'args': [
2642 '--additional-driver-flag=--root-layer-scrolls',
2643 ],
2644 'swarming': {
2645 'shards': 15,
2646 },
2647 },
2648 'WebKit Linux slimming_paint_v2 Dummy Builder': {
2649 'args': [
Xianzhu Wang0e4447e2018-02-19 06:44:322650 '--additional-driver-flag=--enable-slimming-paint-v2',
Kenneth Russell8ceeabf2017-12-11 17:53:282651 ],
2652 'swarming': {
2653 'shards': 15,
2654 },
2655 },
2656 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:282657 'Linux Tests': {
2658 'swarming': {
2659 'dimension_sets': [
2660 {
2661 # TODO(kbr): this is essentially redundant.
2662 'os': 'Ubuntu-14.04',
2663 },
2664 ],
2665 'shards': 6,
2666 },
2667 },
Kenneth Russell8ceeabf2017-12-11 17:53:282668 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:282669 'Mac10.10 Tests': {
2670 # TODO(kbr): this is essentially redundant.
2671 'swarming': {
2672 'dimension_sets': [
2673 {
2674 'gpu': 'none',
2675 'os': 'Mac-10.10.5',
2676 },
2677 ],
2678 },
2679 },
2680 'Mac10.11 Tests': {
2681 # TODO(kbr): this is essentially redundant.
2682 'swarming': {
2683 'dimension_sets': [
2684 {
2685 'gpu': 'none',
2686 'os': 'Mac-10.11.6',
2687 },
2688 ],
2689 },
2690 },
2691 'Mac10.12 Tests': {
2692 # TODO(kbr): if the Swarming dimensions were explicitly specified for
2693 # all jobs then this wouldn't be needed. However, note that this bot
2694 # implicitly specifies gpu:none rather than gpu:8086:0a2e.
2695 'swarming': {
2696 'dimension_sets': [
2697 {
2698 'gpu': '8086:0a2e',
2699 'hidpi': '0',
2700 'os': 'Mac-10.12.6',
2701 },
2702 ],
2703 'shards': 12,
2704 },
2705 },
Dirk Pranke736e26f2018-04-07 01:54:302706 'Mac10.13 Tests': {
Kenneth Russellbeb175e2018-04-21 02:43:092707 # TODO(jbudorick,dpranke): Switch this to 10.13.
Dirk Pranke736e26f2018-04-07 01:54:302708
2709 # TODO(kbr): if the Swarming dimensions were explicitly specified for
2710 # all jobs then this wouldn't be needed. However, note that this bot
2711 # implicitly specifies gpu:none rather than gpu:8086:0a2e.
2712 'swarming': {
2713 'dimension_sets': [
2714 {
2715 'gpu': '8086:0a2e',
2716 'hidpi': '0',
2717 'os': 'Mac-10.12.6',
2718 },
2719 ],
2720 'shards': 12,
2721 },
2722 },
Dirk Pranke81ff51c2017-12-09 19:24:282723
2724 # TODO(dpranke): Clean up all of the unneeded exceptions on
2725 # chromium.webkit.
2726 'WebKit Linux Trusty': {
2727 'swarming': {
2728 'dimension_sets': [
2729 {
2730 'os': 'Ubuntu-14.04',
2731 },
2732 ],
2733 },
2734 },
2735 'WebKit Linux Trusty (dbg)': {
2736 'args': [
2737 '--debug',
2738 ],
2739 'swarming': {
2740 'dimension_sets': [
2741 {
2742 'os': 'Ubuntu-14.04',
2743 },
2744 ],
2745 'shards': 20,
2746 },
2747 },
2748 'WebKit Linux Trusty ASAN': {
2749 'args': [
2750 '--additional-expectations',
2751 '../../third_party/WebKit/LayoutTests/ASANExpectations',
2752 '--time-out-ms',
2753 '48000',
2754 '--enable-sanitizer',
2755 ],
2756 'swarming': {
2757 'dimension_sets': [
2758 {
2759 'os': 'Ubuntu-14.04',
2760 },
2761 ],
2762 'shards': 20,
2763 },
2764 },
2765 'WebKit Linux Trusty Leak': {
2766 'args': [
2767 '--additional-expectations',
2768 '../../third_party/WebKit/LayoutTests/LeakExpectations',
2769 '--time-out-ms',
2770 '48000',
2771 '--enable-leak-detection',
2772 ],
2773 'swarming': {
2774 'dimension_sets': [
2775 {
2776 'os': 'Ubuntu-14.04',
2777 },
2778 ],
2779 'shards': 10,
2780 },
2781 },
2782 'WebKit Linux Trusty MSAN': {
2783 'args': [
2784 '--additional-expectations',
2785 '../../third_party/WebKit/LayoutTests/MSANExpectations',
2786 '--time-out-ms',
2787 '66000',
2788 '--enable-sanitizer',
2789 ],
2790 'swarming': {
2791 'dimension_sets': [
2792 {
2793 'os': 'Ubuntu-14.04',
2794 },
2795 ],
2796 'expiration': 36000,
2797 'hard_timeout': 10800,
2798 'io_timeout': 3600,
2799 'shards': 20,
2800 },
2801 },
Dirk Pranke81ff51c2017-12-09 19:24:282802 'WebKit Mac10.11 (dbg)': {
2803 'args': [
2804 '--debug',
2805 ],
Dirk Pranke81ff51c2017-12-09 19:24:282806 },
2807 'WebKit Win10': {
2808 'swarming': {
2809 'dimension_sets': [
2810 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:482811 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:282812 },
2813 ],
Dirk Pranke81ff51c2017-12-09 19:24:282814 },
2815 },
2816 'WebKit Win7': {
2817 'swarming': {
2818 'dimension_sets': [
2819 {
2820 'os': 'Windows-7-SP1',
2821 },
2822 ],
Dirk Pranke81ff51c2017-12-09 19:24:282823 },
2824 },
2825 'WebKit Win7 (dbg)': {
2826 'swarming': {
2827 'dimension_sets': [
2828 {
2829 'os': 'Windows-7-SP1',
2830 },
2831 ]
2832 },
Dirk Pranke81ff51c2017-12-09 19:24:282833 },
2834
Stephen Martinis109eed42018-04-27 21:12:122835 'Win7 Tests (1)': {
2836 'experiment_percentage': 100,
2837 },
2838
Kenneth Russell8ceeabf2017-12-11 17:53:282839 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:282840 'Win7 Tests (dbg)(1)': {
2841 'args': [
2842 '--debug',
2843 '--time-out-ms',
2844 '60000'
2845 ],
Dirk Pranke028aa922018-05-25 18:37:342846 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:282847 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
2848 # from prefered_os_dimension in
2849 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
2850 # Swarming dimensions would be either specified for all testers on the
2851 # waterfall (and therefore, explicitly specified for all tests in the
2852 # generated JSON), or this would be removed, and the implicit one used.
2853 'swarming': {
2854 'dimension_sets': [
2855 {
2856 'os': 'Windows-7-SP1',
2857 }
2858 ],
2859 },
2860 },
Stephen Martinis1c5d6aa2018-04-17 03:11:252861 'Win10 Tests x64 (dbg)': {
2862 'args': [
2863 '--debug',
Stephen Martinis29afff32018-04-19 03:03:112864 '--target',
2865 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:252866 ],
2867 },
Kenneth Russelleb60cbd22017-12-05 07:54:282868 },
2869 },
Kenneth Russelleb60cbd22017-12-05 07:54:282870 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:282871 'modifications': {
John Budorick5052d552017-12-13 02:59:342872 # chromium.memory
2873 'Linux ASan LSan Tests (1)': {
2874 # These are very slow on the ASAN trybot for some reason.
2875 # crbug.com/794372
2876 'swarming': {
2877 'shards': 5,
2878 },
2879 },
arthursonzogni26889d82018-05-29 17:18:162880 'Marshmallow 64 bit Tester': {
2881 # Increase timeout. See https://crbug.com/847229.
2882 'swarming': {
2883 'hard_timeout': 1200,
2884 },
2885 },
Dirk Pranke81ff51c2017-12-09 19:24:282886 },
Kenneth Russelleb60cbd22017-12-05 07:54:282887 },
2888 'webview_instrumentation_test_apk': {
Kenneth Russell8ceeabf2017-12-11 17:53:282889 'remove_gtest_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282890 'Unswarmed N5 Tests Dummy Builder',
2891 'Unswarmed N5X Tests Dummy Builder',
2892 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282893 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062894 # This test frequently fails on Android, https://crbug.com/824959
2895 # chromium.android
John Budorick2232bb982018-05-18 17:50:072896 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282897 'KitKat Phone Tester (dbg)',
2898 'KitKat Phone Tester (rel)',
2899 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:282900 'Nougat Phone Tester chromium.android',
2901 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:502902 # chromium.clang; matching chromium.android, the test fails on these.
Kenneth Russellfbda3c532017-12-08 23:57:242903 'ToTAndroid x64',
Hans Wennborga0b11ebe2018-05-15 16:26:502904 'ToTAndroid',
Dirk Pranke20eae9a72017-12-09 18:12:142905 # On chromium.swarm, this should possibly be being run (or removed
2906 # from Android N5X Swarm).
2907 'Android N5 Swarm',
Kenneth Russell8ceeabf2017-12-11 17:53:282908 # chromium.fyi
2909 'Out of Process Profiling Android',
Kenneth Russelleb60cbd22017-12-05 07:54:282910 ],
Kenneth Russellfbda3c532017-12-08 23:57:242911 'key_removals': {
Kenneth Russell8ceeabf2017-12-11 17:53:282912 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:282913 'Nougat Phone Tester': [
2914 'args',
2915 ],
Kenneth Russell8ceeabf2017-12-11 17:53:282916 'x86 Cloud Tester': [
2917 'args',
2918 ],
Kenneth Russellfbda3c532017-12-08 23:57:242919 },
Kenneth Russelleb60cbd22017-12-05 07:54:282920 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:242921 # chromium.android
John Budorick8c4a989d2018-05-20 05:08:392922 'android-marshmallow-arm64-rel': {
2923 'swarming': {
2924 'hard_timeout': 1200,
2925 'shards': 8,
2926 },
2927 },
Kenneth Russelleb60cbd22017-12-05 07:54:282928 'Lollipop Phone Tester': {
2929 'swarming': {
2930 'shards': 6,
2931 },
2932 },
2933 'Lollipop Tablet Tester': {
2934 'swarming': {
2935 'hard_timeout': 1800,
2936 'shards': 6,
2937 },
2938 },
2939 'Marshmallow 64 bit Tester': {
2940 'swarming': {
2941 'hard_timeout': 1200,
2942 'shards': 8,
2943 },
2944 },
2945 'Marshmallow Phone Tester (rel)': {
2946 'swarming': {
2947 'hard_timeout': 1200,
2948 'shards': 8,
2949 },
2950 },
2951 'Marshmallow Tablet Tester': {
2952 'swarming': {
2953 'hard_timeout': 1800,
2954 'shards': 6,
2955 },
2956 },
Kenneth Russell8ceeabf2017-12-11 17:53:282957 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:282958 'Nougat Phone Tester': {
2959 'swarming': {
2960 'hard_timeout': 1500,
2961 'shards': 6,
2962 },
2963 },
2964 'x86 Cloud Tester': {
2965 'swarming': {
2966 'hard_timeout': 960,
2967 },
2968 },
Kenneth Russelleb60cbd22017-12-05 07:54:282969 },
2970 },
Kenneth Russellfbda3c532017-12-08 23:57:242971 'wm_unittests': {
2972 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282973 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:282974 'Out of Process Profiling Windows',
2975 'Win 10 Fast Ring',
Kenneth Russellfbda3c532017-12-08 23:57:242976 ],
2977 },
Kenneth Russelleb60cbd22017-12-05 07:54:282978 'zucchini_unittests': {
2979 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:282980 # chromium.fyi
2981 'Chromium Win 10 GCE Tests',
2982 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:282983 'Win10 Tests x64',
2984 ],
2985 },
2986}