blob: e995d3436534082dea1c15df081f20dedcfcca02 [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{
19 'android_webview_unittests': {
20 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3221 # On chromium.android, these do not need to run prior to M.
John Budorick2232bb982018-05-18 17:50:0722 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2823 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:2824 'KitKat Tablet Tester',
Kenneth Russelleb60cbd22017-12-05 07:54:2825 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2826 },
Kenneth Russell8a386d42018-06-02 09:48:0127 'angle_end2end_tests': {
28 'remove_from': [
29 # chromium.gpu.fyi
30 # TODO(ynovikov) Investigate why the test breaks on older devices.
31 'Android FYI Release (Nexus 5)',
32 'Android FYI Release (Nexus 6)',
33 'Android FYI Release (Nexus 9)',
34 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
35 'Linux FYI Release (AMD R7 240)',
Sunny Sachanandani917b074c2019-03-12 03:18:4936 # Disabled due to numerous ES2_VULKAN failures crbug.com/940750
37 'Linux FYI Experimental Release (Intel HD 630)',
Yuly Novikovab7256232019-04-08 19:08:0938 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
39 'Linux FYI Debug (NVIDIA)',
40 'Linux FYI GPU TSAN Release',
Kenneth Russell8a386d42018-06-02 09:48:0141 ],
42 },
43 'angle_perftests': {
44 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2145 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1646 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0947 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0148 ],
49 },
Kenneth Russellfbda3c532017-12-08 23:57:2450 'angle_unittests': {
51 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5252 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0153 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0154 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2455 ],
John Budorickca14c76f62017-12-09 14:19:1856 'modifications': {
57 'Linux ASan LSan Tests (1)': {
58 'swarming': {
59 'shards': 10,
60 },
61 },
62 },
Kenneth Russellfbda3c532017-12-08 23:57:2463 },
Sunny Sachanandani4841aafc2019-03-13 23:21:1364 'angle_white_box_tests': {
65 'remove_from': [
66 # chromium.gpu.fyi
67 # Vulkan tests fail consistently due to missing extensions.
68 # See crbug.com/940750
69 'Linux FYI Experimental Release (Intel HD 630)',
70 ],
71 },
Kenneth Russelleb60cbd22017-12-05 07:54:2872 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2473 'remove_from': [
74 # chromium.clang
Brad Halla36886c2019-02-26 16:52:2975 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:4176 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2677 'ToTLinuxTSan', # https://crbug.com/368525
John Budorickca14c76f62017-12-09 14:19:1878 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4679 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:1180 # chromium.win
81 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2482 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2883 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:1984 # chromium.fyi
85 'linux-chromeos-code-coverage': {
86 'swarming': {
87 'shards': 21,
88 },
89 },
Kenneth Russell8ceeabf2017-12-11 17:53:2890 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:3491 'linux-chromeos-dbg': {
92 'swarming': {
James Cook1380ad162018-10-25 00:51:1993 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:3494 },
95 },
Nico Weber3f2a65de92018-06-11 14:04:1796 # chromium.clang
Nico Weber0c2861b2018-12-14 18:05:1697 'ToTMac': {
98 # A subset of tests seem to cause WindowServer deaths on VMs.
99 # crbug.com/828031 et al.
100 'args': [
101 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
102 '--gtest_shuffle',
103 ],
104 },
105 'ToTMacASan': {
106 # A subset of tests seem to cause WindowServer deaths on VMs.
107 # crbug.com/828031 et al.
108 'args': [
109 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
110 '--gtest_shuffle',
111 ],
112 },
Kenneth Russellfbda3c532017-12-08 23:57:24113 'ToTWin(dbg)': {
114 'swarming': {
115 'shards': 20,
116 },
117 },
118 'ToTWin64(dbg)': {
119 'swarming': {
120 'shards': 20,
121 },
122 },
Nico Weber0c2861b2018-12-14 18:05:16123 # chromium.fyi
124 'Chromium Mac 10.13': {
125 # A subset of tests seem to cause WindowServer deaths on VMs.
126 # crbug.com/828031 et al.
127 'args': [
128 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
129 '--gtest_shuffle',
130 ],
131 },
Stephen Martinis4680bbf2019-03-25 21:39:00132 'mac-dummy-rel': {
133 # A subset of tests seem to cause WindowServer deaths on VMs.
134 # crbug.com/828031 et al.
135 'args': [
136 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
137 '--gtest_shuffle',
138 ],
139 },
Nico Weber0c2861b2018-12-14 18:05:16140 'mac-osxbeta-rel': {
141 # A subset of tests seem to cause WindowServer deaths on VMs.
142 # crbug.com/828031 et al.
143 'args': [
144 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
145 '--gtest_shuffle',
146 ],
147 },
Dirk Pranke9e20e8d2018-06-18 02:46:54148 # chromium.mac
Nico Weber0c2861b2018-12-14 18:05:16149 'Mac10.10 Tests': {
150 # A subset of tests seem to cause WindowServer deaths on VMs.
151 # crbug.com/828031 et al.
152 'args': [
153 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
154 '--gtest_shuffle',
155 ],
156 },
Dirk Pranke9e20e8d2018-06-18 02:46:54157 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12158 # A subset of tests seem to cause WindowServer deaths on VMs.
159 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54160 'args': [
John Budorick7b7a0f02018-10-10 22:51:12161 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54162 '--gtest_shuffle',
163 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54164 },
165 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12166 # A subset of tests seem to cause WindowServer deaths on VMs.
167 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54168 'args': [
John Budorick7b7a0f02018-10-10 22:51:12169 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54170 '--gtest_shuffle',
171 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54172 },
Robert Sesek2ce2c702018-10-18 18:46:29173 'Mac10.13 Tests': {
174 # A subset of tests seem to cause WindowServer deaths on VMs.
175 # crbug.com/828031 et al.
176 'args': [
177 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
178 '--gtest_shuffle',
179 ],
Robert Sesek2ce2c702018-10-18 18:46:29180 },
Dirk Pranke9e20e8d2018-06-18 02:46:54181 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12182 # A subset of tests seem to cause WindowServer deaths on VMs.
183 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54184 'args': [
John Budorick7b7a0f02018-10-10 22:51:12185 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54186 '--gtest_shuffle',
187 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54188 },
John Budorickca14c76f62017-12-09 14:19:18189 # chromium.memory
John Budorick5052d552017-12-13 02:59:34190 'Linux ASan LSan Tests (1)': {
191 # These are very slow on the ASAN trybot for some reason.
192 # crbug.com/794372
193 'swarming': {
194 'shards': 30,
195 },
196 },
John Budorickca14c76f62017-12-09 14:19:18197 'Mac ASan 64 Tests (1)': {
Nico Weber0c2861b2018-12-14 18:05:16198 # A subset of tests seem to cause WindowServer deaths on VMs.
199 # crbug.com/828031 et al.
200 'args': [
201 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
202 '--gtest_shuffle',
203 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28204 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18205 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28206 },
207 },
Takuto Ikuta54671d972018-07-19 19:06:35208 'Linux ChromiumOS MSan Tests': {
209 # These are very slow on the Chrome OS MSAN trybot for some reason.
210 # crbug.com/865455
211 'swarming': {
James Cook1380ad162018-10-25 00:51:19212 'shards': 25,
Takuto Ikuta54671d972018-07-19 19:06:35213 },
214 },
215 'Linux Chromium OS ASan LSan Tests (1)': {
216 # These are very slow on the ASAN trybot for some reason.
217 # crbug.com/794372
218 'swarming': {
James Cook1380ad162018-10-25 00:51:19219 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35220 },
221 },
Kenneth Russell8ceeabf2017-12-11 17:53:28222 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54223 'Win7 Tests (1)': {
224 # This is for slow test execution that often becomes a critical path of
225 # swarming jobs. crbug.com/868114
226 'swarming': {
227 'shards': 15,
228 },
229 },
Kenneth Russell8ceeabf2017-12-11 17:53:28230 'Win7 Tests (dbg)(1)': {
231 'swarming': {
232 'shards': 20,
233 },
234 },
Kenneth Russell6c83d212018-07-27 20:52:59235 'Win10 Tests x64': {
236 # crbug.com/868082
237 'args': [
238 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
239 ],
Takuto Ikutac9c269a2019-01-10 22:40:25240 'swarming': {
241 # This is for slow test execution that often becomes a critical path of
242 # swarming jobs. crbug.com/868114
243 'shards': 15,
244 }
Kenneth Russell6c83d212018-07-27 20:52:59245 },
Nico Weber0c2861b2018-12-14 18:05:16246 # client.v8.chromium
247 'Linux - Future (dbg)': {
248 'swarming': {
249 'shards': 10,
250 },
251 },
Kenneth Russelleb60cbd22017-12-05 07:54:28252 },
253 },
Kenneth Russelleb60cbd22017-12-05 07:54:28254 'cast_shell_browsertests': {
255 'modifications': {
256 'Cast Audio Linux': {
257 'args': [
258 '--enable-local-file-accesses',
259 '--ozone-platform=headless',
260 '--no-sandbox',
261 '--test-launcher-jobs=1',
262 ],
Colin Blundell629091a2018-07-10 14:50:28263 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27264 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28265 },
Kenneth Russelleb60cbd22017-12-05 07:54:28266 },
267 'Cast Linux': {
268 'args': [
269 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04270 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28271 '--no-sandbox',
272 '--test-launcher-jobs=1',
273 ],
Colin Blundell629091a2018-07-10 14:50:28274 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27275 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28276 },
Kenneth Russelleb60cbd22017-12-05 07:54:28277 },
278 },
279 },
Dirk Pranke1b767092017-12-07 04:44:23280 'checkbins': {
281 'remove_from': [
Stephen Martinis72671712018-08-23 20:21:04282 'linux-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26283 'linux-rel',
Stephen Martinis72671712018-08-23 20:21:04284 'mac-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26285 'mac-rel',
Dirk Pranke1b767092017-12-07 04:44:23286 ],
287 },
Clark DuValld5b71742018-12-07 22:11:32288 # Note: keep experiment percentages the same as
289 # network_service_chrome_public_test_apk.
Kenneth Russelleb60cbd22017-12-05 07:54:28290 'chrome_public_test_apk': {
Kenneth Russelleb60cbd22017-12-05 07:54:28291 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28292 # chromium.android
John Budorick2232bb982018-05-18 17:50:07293 'android-kitkat-arm-rel': {
294 'swarming': {
295 'shards': 12,
296 },
297 },
Ben Pastenea789de22018-10-30 02:22:23298 'android-marshmallow-arm64-rel': {
299 # TODO(crbug.com/731759): Enable this once we're confident that it
300 # passes.
Ben Pastene24af66b2018-12-10 20:28:27301 'experiment_percentage': 0,
Ben Pastenea789de22018-10-30 02:22:23302 },
Kenneth Russelleb60cbd22017-12-05 07:54:28303 'KitKat Phone Tester (dbg)': {
304 'swarming': {
305 'shards': 20,
306 },
307 },
Kenneth Russelleb60cbd22017-12-05 07:54:28308 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24309 # TODO(crbug.com/731759): Enable this once we're confident that it
310 # passes.
311 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28312 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28313 'shards': 14,
314 },
315 },
Ben Pastenec73e96e92018-07-12 01:40:35316 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57317 # TODO(https://crbug.com/884413): Re-enable this once the tests are
318 # either passing or there is more capacity.
319 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35320 },
John Budorick34009472018-04-03 17:38:44321 # chromium.swarm
322 'Android N5X Swarm': {
323 # TODO(crbug.com/731759): Enable this once we're confident that it
324 # passes.
325 'experiment_percentage': 100,
326 },
Kenneth Russelleb60cbd22017-12-05 07:54:28327 },
328 },
329 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15330 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09331 # chromium.android
332 'KitKat Tablet Tester',
333 'Lollipop Tablet Tester',
334 'Marshmallow Tablet Tester',
bsheedydf58b4e2018-11-01 19:42:16335 # chromium.clang
336 'ToTAndroid',
337 'ToTAndroidCFI',
bsheedy410dd7c2018-06-15 22:42:09338 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28339 },
bsheedy75a4dd52018-11-27 23:24:30340 'chrome_public_test_vr_apk-vega': {
341 'modifications': {
342 # chromium.android
343 'Oreo Phone Tester': {
344 'swarming': {
345 'dimension_sets': [
346 {
347 'device_os': 'OVR1.180808.003',
348 'device_type': 'vega',
349 'os': 'Android',
350 },
351 ],
352 },
353 }
354 }
355 },
Kenneth Russelleb60cbd22017-12-05 07:54:28356 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28357 'modifications': {
John Budorick5052d552017-12-13 02:59:34358 # chromium.memory
359 'Linux ASan LSan Tests (1)': {
360 # These are very slow on the ASAN trybot for some reason.
361 # crbug.com/794372
362 'swarming': {
363 'shards': 5,
364 },
365 },
Takuto Ikuta54671d972018-07-19 19:06:35366 'Linux Chromium OS ASan LSan Tests (1)': {
367 # These are very slow on the ASAN trybot for some reason.
368 # crbug.com/794372
369 'swarming': {
370 'shards': 5,
371 },
372 },
Kenneth Russelleb60cbd22017-12-05 07:54:28373 },
374 },
375 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29376 'remove_from': [
377 # chromium.clang
378 'CrWinAsan(dll)', # https://crbug.com/935598
379 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28380 'modifications': {
Garrett Beaty42e802142019-03-11 22:03:42381 # chromium.android
382 'Lollipop Phone Tester': {
383 'swarming': {
Garrett Beatyf3c98282019-03-12 17:35:18384 'shards': 13,
Garrett Beaty42e802142019-03-11 22:03:42385 },
386 },
Kenneth Russellfbda3c532017-12-08 23:57:24387 # chromium.linux
388 'Cast Audio Linux': {
389 'args': [
Nico Weber02f30392018-07-16 18:39:43390 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24391 ],
Kenneth Russellfbda3c532017-12-08 23:57:24392 },
393 'Cast Linux': {
394 'args': [
Nico Weber02f30392018-07-16 18:39:43395 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24396 ],
Kenneth Russellfbda3c532017-12-08 23:57:24397 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18398 # chromium.win
399 'Win10 Tests x64 (dbg)': {
400 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59401 # crbug.com/868082
402 'args': [
403 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
404 ],
405 },
406 'Win10 Tests x64': {
407 # crbug.com/868082
408 'args': [
409 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
410 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18411 },
Kenneth Russelleb60cbd22017-12-05 07:54:28412 },
413 },
Nico Weber81e16ace22018-06-30 02:58:47414 'content_shell_crash_test': {
415 'remove_from': [
416 # chromium.linux
417 'Linux Tests (dbg)(1)(32)', # https://crbug.com/859264
418 ],
Dirk Prankeb1c36b322018-07-11 02:42:00419 'modifications': {
420 # chromium.win
421 'Win10 Tests x64 (dbg)': {
422 'experiment_percentage': 100, # https://crbug.com/861730
423 },
424 },
Nico Weber81e16ace22018-06-30 02:58:47425 },
Kenneth Russelleb60cbd22017-12-05 07:54:28426 'content_unittests': {
427 'modifications': {
John Budorick5052d552017-12-13 02:59:34428 # chromium.memory
429 'Linux ASan LSan Tests (1)': {
430 # These are slow on the ASAN trybot for some reason.
431 # crbug.com/794372
432 'swarming': {
433 'shards': 2,
434 },
435 },
Takuto Ikuta54671d972018-07-19 19:06:35436 'Linux ChromiumOS MSan Tests': {
437 # These are very slow on the Chrome OS MSAN trybot for some reason.
438 # crbug.com/865455
439 'swarming': {
440 'shards': 2,
441 },
442 },
Kenneth Russelleb60cbd22017-12-05 07:54:28443 },
444 },
Kenneth Russellc1a09302018-07-10 01:12:54445 'context_lost_tests': {
446 'modifications': {
447 'Mac FYI GPU ASAN Release': {
448 'args': [
449 '--is-asan',
450 ]
451 },
452 },
453 },
Kenneth Russellfbda3c532017-12-08 23:57:24454 'crashpad_tests': {
455 'remove_from': [
456 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48457 'linux-win_cross-rel', # https://crbug.com/762167
Kenneth Russellfbda3c532017-12-08 23:57:24458 ],
459 },
Zhenyao Moc307eeb72018-12-20 01:03:20460 'dawn_end2end_tests': {
461 'remove_from': [
462 # chromium.gpu.fyi
Kenneth Russell75df8682019-01-31 23:49:15463 'Linux FYI Experimental Release (Intel HD 630)', # https://crbug.com/927459
Zhenyao Moc307eeb72018-12-20 01:03:20464 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
465 ],
466 },
Joe Downing41486042018-10-18 22:44:44467 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:29468 'remove_from': [
469 # chromium.clang
470 'CrWinAsan(dll)', # https://crbug.com/935598
471 ],
Joe Downing41486042018-10-18 22:44:44472 'modifications': {
473 'Win10 Tests x64 (dbg)': {
474 'experiment_percentage': 100, # https://crbug.com/876615
475 },
476 },
477 },
Kenneth Russelleb60cbd22017-12-05 07:54:28478 'gin_unittests': {
479 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24480 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47481 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18482 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46483 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47484 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28485 ],
486 },
487 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18488 'remove_from': [
489 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18490 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01491 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01492 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21493 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55494 # Can't run on MSAN because gl_tests uses the hardware driver,
495 # which isn't instrumented.
496 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18497 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28498 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45499 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45500 # TODO(kbr): figure out a better way to specify blocks of
501 # arguments like this for tests on multiple machines.
502 'Linux ASan LSan Tests (1)': {
503 'args': [
504 '--use-gpu-in-tests',
505 '--no-xvfb',
506 ],
507 'swarming': {
508 'dimension_sets': [
509 {
510 'gpu': '10de:1cb3',
511 'os': 'Ubuntu',
512 'pool': 'Chrome-GPU',
513 },
514 ],
515 },
516 'use_xvfb': False,
517 },
518 'Linux ASan LSan Tests (1)': {
519 'args': [
520 '--use-gpu-in-tests',
521 '--no-xvfb',
522 ],
523 'swarming': {
524 'dimension_sets': [
525 {
526 'gpu': '10de:1cb3',
527 'os': 'Ubuntu',
528 'pool': 'Chrome-GPU',
529 },
530 ],
531 },
532 'use_xvfb': False,
533 },
534 'Linux CFI': {
535 'args': [
536 '--use-gpu-in-tests',
537 '--no-xvfb',
538 ],
539 'swarming': {
540 'dimension_sets': [
541 {
542 'gpu': '10de:1cb3',
543 'os': 'Ubuntu',
544 'pool': 'Chrome-GPU',
545 },
546 ],
547 },
548 'use_xvfb': False,
549 },
550 'Linux TSan Tests': {
551 'args': [
552 '--use-gpu-in-tests',
553 '--no-xvfb',
554 ],
555 'swarming': {
556 'dimension_sets': [
557 {
558 'gpu': '10de:1cb3',
559 'os': 'Ubuntu',
560 'pool': 'Chrome-GPU',
561 },
562 ],
563 },
564 'use_xvfb': False,
565 },
Kenneth Russelleb60cbd22017-12-05 07:54:28566 },
567 },
568 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18569 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01570 # chromium.gpu.fyi
571 # On Android, these are already run on the main waterfall.
572 # Run them on the one-off Android FYI bots, though.
573 'Android FYI Release (Nexus 5X)',
574 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
575 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18576 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28577 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28578 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24579 'CFI Linux ToT': {
580 'args': [
581 '--use-gpu-in-tests',
582 '--no-xvfb',
583 ],
584 'swarming': {
585 'dimension_sets': [
586 {
587 'gpu': '10de:1cb3',
588 'os': 'Ubuntu',
589 'pool': 'Chrome-GPU',
590 },
591 ],
592 },
593 'use_xvfb': False,
594 },
Kenneth Russell8ceeabf2017-12-11 17:53:28595 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18596 'Linux CFI': {
597 'args': [
598 '--use-gpu-in-tests',
599 '--no-xvfb',
600 ],
601 'swarming': {
602 'dimension_sets': [
603 {
604 'gpu': '10de:1cb3',
605 'os': 'Ubuntu',
606 'pool': 'Chrome-GPU',
607 },
608 ],
609 },
610 'use_xvfb': False,
611 },
Kenneth Russelleb60cbd22017-12-05 07:54:28612 },
613 },
Nico Weber65338c02018-06-22 19:13:40614 'gl_unittests_ozone': {
615 'remove_from': [
616 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
617 # which isn't instrumented.
618 'Linux ChromiumOS MSan Tests',
619 ],
620 },
Brad Halla36886c2019-02-26 16:52:29621 'headless_browsertests': {
622 'remove_from': [
623 # chromium.clang
624 'CrWinAsan(dll)', # https://crbug.com/935598
625 ],
626 },
Kenneth Russell8a386d42018-06-02 09:48:01627 'info_collection_tests': {
628 'remove_from': [
629 # chromium.gpu.fyi
630 # The Mac ASAN swarming bot runs tests on two different GPU
631 # types, so we can't have one expected vendor ID / device ID.
632 'Mac FYI GPU ASAN Release',
633 # client.v8.fyi
634 'Android V8 FYI Release (Nexus 5X)',
635 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35636 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01637 'Mac V8 FYI Release (Intel)',
638 'Win V8 FYI Release (NVIDIA)',
639 ],
640 },
Kenneth Russelleb60cbd22017-12-05 07:54:28641 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:29642 'remove_from': [
643 # chromium.clang
644 'CrWinAsan(dll)', # https://crbug.com/935598
645 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28646 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26647 # chromium.clang
648 'ToTLinuxTSan': {
649 # These are slow on the TSan bots for some reason, crbug.com/794372
650 'swarming': {
651 'shards': 6,
652 },
653 },
Kenneth Russell8ceeabf2017-12-11 17:53:28654 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28655 'Win7 Tests (dbg)(1)': {
656 'swarming': {
657 'shards': 4,
658 },
659 },
John Budorickca14c76f62017-12-09 14:19:18660 # chromium.memory
661 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17662 # These are slow on the ASan trybot for some reason, crbug.com/794372
663 'swarming': {
664 'shards': 6,
665 },
666 },
667 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26668 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18669 'swarming': {
John Budorick5052d552017-12-13 02:59:34670 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18671 },
672 },
Takuto Ikuta54671d972018-07-19 19:06:35673 'Linux ChromiumOS MSan Tests': {
674 # These are very slow on the Chrome OS MSAN trybot for some reason.
675 # crbug.com/865455
676 'swarming': {
677 'shards': 5,
678 },
679 },
Dirk Pranke8fd63c12017-12-10 18:06:27680 # client.v8.chromium
681 'Linux - Future (dbg)': {
682 'swarming': {
683 'shards': 3,
684 },
685 },
Greg Thompson3eb7e6522018-05-25 09:04:03686 # chromium.win; temporary, https://crbug.com/818832
687 'Win10 Tests x64 (dbg)': {
688 'experiment_percentage': 100,
689 },
Kenneth Russelleb60cbd22017-12-05 07:54:28690 },
691 },
bsheedye9469572019-01-23 17:31:33692 'monochrome_public_test_ar_apk': {
693 'modifications': {
694 # chromium.android
695 # We need to match the Playstore version as well because AR tests fail on
696 # old versions of the Playstore.
697 'Oreo Phone Tester': {
698 'swarming': {
699 'dimension_sets': [
700 {
701 'device_os': 'OPR3.170623.008',
702 'device_playstore_version': '12.8.23-all',
703 'device_type': 'marlin',
704 'os': 'Android',
705 },
706 ],
707 },
708 },
709 },
710 },
Nico Weberd3096fb2018-06-07 17:50:15711 'nacl_helper_nonsfi_unittests': {
712 'remove_from': [
713 # chromium.memory
714 'Linux TSan Tests', # Sets enable_nacl=false.
715 ],
716 },
Kenneth Russellfbda3c532017-12-08 23:57:24717 'nacl_loader_unittests': {
718 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35719 # chromium.clang
720 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51721 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18722 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11723 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48724 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24725 ],
726 },
Kenneth Russelleb60cbd22017-12-05 07:54:28727 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24728 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28729 # chromium.fyi
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:46730 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
731 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:24732 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28733 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24734 # chromium.clang
735 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33736 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24737 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33738 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24739 },
740 },
Nico Weberdae13cd92018-12-14 13:56:26741 'ToTLinuxTSan': {
742 'swarming': {
743 'shards': 4,
744 }
745 },
John Budorickca14c76f62017-12-09 14:19:18746 # chromium.memory
747 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34748 # These are very slow on the ASAN trybot for some reason.
749 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18750 'swarming': {
John Budorick5052d552017-12-13 02:59:34751 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18752 },
753 },
754 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35755 # These are very slow on the ASAN trybot for some reason.
756 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18757 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02758 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18759 }
760 },
Takuto Ikuta54671d972018-07-19 19:06:35761 'Linux ChromiumOS MSan Tests': {
762 # These are very slow on the Chrome OS MSAN trybot for some reason.
763 # crbug.com/865455
764 'swarming': {
765 'shards': 2,
766 },
767 },
John Budorickca14c76f62017-12-09 14:19:18768 'Linux TSan Tests': {
769 'swarming': {
770 'shards': 4,
771 }
772 },
Ben Pastene8bf205b2018-06-13 04:00:33773 # The suite runs signficantly slower on linux dbg, so increase shards.
774 'Linux Tests (dbg)(1)': {
775 'swarming': {
776 'shards': 2,
777 },
778 },
779 'Linux Tests (dbg)(1)(32)': {
780 'swarming': {
781 'shards': 2,
782 },
783 },
784 'linux-chromeos-dbg': {
785 'swarming': {
786 'shards': 2,
787 },
788 },
Kenneth Russelleb60cbd22017-12-05 07:54:28789 },
790 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31791 'network_service_browser_tests': {
792 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26793 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29794 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:26795 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17796 # chromium.memory
797 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
798 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31799 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19800 'Win7 Tests (1)', # For swarming capacity reasons.
801 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06802 # Only run network service tests on Mac 10.12 for capacity reasons.
803 'Chromium Mac 10.13',
804 'Mac10.10 Tests',
805 'Mac10.11 Tests',
806 'Mac10.13 Tests',
807 'Mac10.13 Tests (dbg)',
808 'Mac ASan 64 Tests (1)',
809 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06810 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31811 ],
Kenneth Russell6c83d212018-07-27 20:52:59812 'modifications': {
813 # chromium.win
814 'Win10 Tests x64': {
815 # crbug.com/868082
816 'args': [
817 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
818 ],
Takuto Ikutac9c269a2019-01-10 22:40:25819 # This is for slow test execution that often becomes a critical path of
820 # swarming jobs. crbug.com/868114
821 'swarming': {
822 'shards': 20,
823 },
Kenneth Russell6c83d212018-07-27 20:52:59824 },
825 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31826 },
Clark DuValld5b71742018-12-07 22:11:32827 # Note: keep experiment percentages the same as chrome_public_test_apk.
828 'network_service_chrome_public_test_apk': {
829 # Only run these on the phone testers for now due to capacity.
830 'remove_from': [
831 # chromium.android
832 'android-kitkat-arm-rel',
833 'android-marshmallow-arm64-rel',
834 'KitKat Tablet Tester',
835 'Lollipop Tablet Tester',
836 'Marshmallow Tablet Tester',
837 'KitKat Phone Tester (dbg)',
Clark DuValld5b71742018-12-07 22:11:32838 # chromium.memory
839 'Android CFI',
840 # chromium.clang
841 'ToTAndroid',
842 'ToTAndroidCFI',
843 ],
844 'modifications': {
845 # chromium.android
846 'Marshmallow 64 bit Tester': {
847 # TODO(crbug.com/731759): Enable this once we're confident that it
848 # passes.
849 'experiment_percentage': 100,
850 },
851 'Oreo Phone Tester': {
852 'experiment_percentage': 100,
853 },
854 },
855 },
John Abd-El-Malek4782bd12018-06-12 01:08:21856 'network_service_components_browsertests': {
857 'remove_from': [
Nico Weber073af192018-06-21 19:22:17858 # chromium.memory
859 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
860 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21861 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19862 'Win7 Tests (1)', # For swarming capacity reasons.
863 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06864 # Only run network service tests on Mac 10.12 for capacity reasons.
865 'Chromium Mac 10.13',
866 'Mac10.10 Tests',
867 'Mac10.11 Tests',
868 'Mac10.13 Tests',
869 'Mac10.13 Tests (dbg)',
870 'Mac ASan 64 Tests (1)',
871 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06872 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19873 ],
874 },
875 'network_service_content_browsertests': {
876 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10877 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29878 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:10879 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17880 # chromium.memory
881 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
882 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19883 # chromium.win
884 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11885 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06886 # Only run network service tests on Mac 10.12 for capacity reasons.
887 'Chromium Mac 10.13',
888 'Mac10.10 Tests',
889 'Mac10.11 Tests',
890 'Mac10.13 Tests',
891 'Mac10.13 Tests (dbg)',
892 'Mac ASan 64 Tests (1)',
893 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06894 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21895 ],
896 },
Clark DuValld5b71742018-12-07 22:11:32897 'network_service_content_shell_test_apk': {
898 # Only run these on the phone testers for now due to capacity.
899 'remove_from': [
900 # chromium.android
901 'android-kitkat-arm-rel',
902 'android-marshmallow-arm64-rel',
903 'KitKat Tablet Tester',
904 'Lollipop Tablet Tester',
905 'Marshmallow Tablet Tester',
906 'KitKat Phone Tester (dbg)',
Clark DuValld5b71742018-12-07 22:11:32907 # chromium.memory
908 'Android CFI',
909 # chromium.clang
910 'ToTAndroid',
911 'ToTAndroidCFI',
912 ],
913 },
John Abd-El-Malek787a41a2018-06-12 18:10:53914 'network_service_extensions_browsertests': {
915 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29916 # chromium.clang
917 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:17918 # chromium.memory
919 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
920 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:53921 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19922 'Win7 Tests (1)', # For swarming capacity reasons.
923 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06924 # Only run network service tests on Mac 10.12 for capacity reasons.
925 'Chromium Mac 10.13',
926 'Mac10.10 Tests',
927 'Mac10.11 Tests',
928 'Mac10.13 Tests',
929 'Mac10.13 Tests (dbg)',
930 'Mac ASan 64 Tests (1)',
931 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06932 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:53933 ],
934 },
Brad Halla36886c2019-02-26 16:52:29935 'network_service_headless_browsertests': {
936 'remove_from': [
937 # chromium.clang
938 'CrWinAsan(dll)', # https://crbug.com/935598
939 ],
940 },
John Abd-El-Malek787a41a2018-06-12 18:10:53941 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:19942 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10943 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29944 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:10945 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17946 # chromium.memory
947 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
948 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19949 # chromium.win
950 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06951 # Only run network service tests on Mac 10.12 for capacity reasons.
952 'Chromium Mac 10.13',
953 'Mac10.10 Tests',
954 'Mac10.11 Tests',
955 'Mac10.13 Tests',
956 'Mac10.13 Tests (dbg)',
957 'Mac ASan 64 Tests (1)',
958 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06959 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19960 ],
John Abd-El-Malek787a41a2018-06-12 18:10:53961 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:19962 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:11963 'Win10 Tests x64 (dbg)': {
964 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:53965 },
966 },
967 },
Robbie McElrath8a908bf2019-03-06 07:02:32968 'non_network_service_browser_tests': {
969 'modifications': {
970 # chromium.chromiumos
971 'linux-chromeos-dbg': {
972 'swarming': {
973 'shards': 21,
974 },
975 },
976 },
977 },
John Abd-El-Malek708db9b2019-02-25 18:10:35978 'non_network_service_webkit_layout_tests' : {
979 'remove_from': [
980 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
Stephen Martinis07a9f742019-03-20 19:16:56981 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:20982 'mac-dummy-rel',
John Abd-El-Malek708db9b2019-02-25 18:10:35983 ],
984 'modifications': {
985 'Linux Tests (dbg)(1)': {
986 'args': [
987 '--debug',
988 ],
989 'swarming': {
990 'dimension_sets': [
991 {
992 # TODO(kbr): this is essentially redundant.
993 'os': 'Ubuntu-14.04',
994 },
995 ],
996 'shards': 20,
997 },
998 },
999 },
1000 },
Scott Violet236ea1e2019-02-04 21:17:031001 'non_single_process_mash_browser_tests': {
1002 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:191003 # chromium.fyi
1004 'linux-chromeos-code-coverage': {
1005 'swarming': {
1006 'shards': 20,
1007 },
1008 },
Scott Violet236ea1e2019-02-04 21:17:031009 # chromium.chromiumos
1010 'linux-chromeos-dbg': {
1011 'swarming': {
1012 'shards': 20,
1013 },
1014 },
1015 # chromium.memory
1016 'Linux Chromium OS ASan LSan Tests (1)': {
1017 # These are very slow on the ASAN trybot for some reason.
1018 # crbug.com/794372
1019 'swarming': {
1020 'shards': 30,
1021 },
1022 },
1023 'Linux ChromiumOS MSan Tests': {
1024 'swarming': {
1025 'shards': 20,
1026 },
1027 },
1028 },
1029 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281030 'not_site_per_process_webkit_layout_tests': {
1031 'remove_from': [
1032 # chromium.linux
1033 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1034 'Linux Tests (dbg)(1)',
1035 'Linux Tests (dbg)(1)(32)',
Stephen Martinis07a9f742019-03-20 19:16:561036 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201037 'mac-dummy-rel',
Lukasz Anforowicz04bc6302018-11-19 19:04:281038 ],
1039 },
Xi Cheng34ca4042018-02-23 00:10:121040 'notification_helper_unittests': {
1041 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121042 # The test uses WinRT, which only exists in Windows 8 or above.
1043 # (https://crbug.com/813553)
1044 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:121045 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121046 'Win7 Tests (1)',
1047 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:121048 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121049 'ToTWin',
1050 'ToTWin(dbg)',
1051 'ToTWin(dll)',
1052 'ToTWin64',
1053 'ToTWin64(dbg)',
1054 'ToTWin64(dll)',
1055 'ToTWinCFI',
1056 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:121057 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:081058 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121059 ],
1060 },
Karen Qian385d2ca2019-03-19 21:49:581061 'perfetto_unittests': {
1062 'remove_from': [
1063 'android-kitkat-arm-rel',
1064 'android-marshmallow-arm64-rel',
1065 'Android CFI',
1066 'KitKat Phone Tester (dbg)',
1067 'KitKat Tablet Tester',
1068 'Lollipop Phone Tester',
1069 'Lollipop Tablet Tester',
1070 'Marshmallow 64 bit Tester',
1071 'Marshmallow Tablet Tester',
1072 'Nougat Phone Tester',
1073 'ToTAndroid',
1074 'ToTAndroidCFI'
1075 ]
1076 },
Stephen Martinis54d64ad2018-09-21 22:16:201077 'performance_test_suite': {
1078 'modifications': {
1079 'Mac10.13 Tests (dbg)': {
1080 'args': [
1081 '--browser=debug',
1082 ],
1083 },
1084 'Win10 Tests x64 (dbg)': {
1085 'args': [
1086 '--browser=debug_x64',
1087 ],
1088 'experiment_percentage': 100,
1089 },
1090 'Win7 Tests (dbg)(1)': {
1091 'args': [
1092 '--browser=debug',
1093 ],
1094 },
1095 },
1096 },
Alice Boxhall6d1aeee2019-03-14 05:34:051097 'remoting_unittests': {
Nico Weber128fd382018-06-14 23:29:271098 'remove_from': [
1099 # chromium.linux
1100 'Linux Tests (dbg)(1)(32)', # https://crbug.com/852895
1101 ],
1102 },
John Budorickdce9d462019-03-23 00:25:381103 'sandbox_linux_unittests': {
1104 'modifications': {
1105 'Lollipop Phone Tester': {
1106 'args': [
1107 '--shard-timeout=300',
1108 ],
1109 },
1110 },
1111 },
Kenneth Russelleb60cbd22017-12-05 07:54:281112 'services_unittests': {
1113 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241114 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481115 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011116 # chromium.gpu.fyi
1117 # The face and barcode detection tests fail on the Mac Pros.
1118 'Mac Pro FYI Release (AMD)',
John Budorickca14c76f62017-12-09 14:19:181119 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461120 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1121 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281122 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281123 },
Dirk Pranke1b767092017-12-07 04:44:231124 'sizes': {
Dirk Pranke1b767092017-12-07 04:44:231125 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281126 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281127 'Android Cronet KitKat Builder': {
1128 'args': [
1129 '--platform',
1130 'android-cronet',
1131 '--perf-id',
1132 'android_cronet_builder',
1133 'cronet-arm/sizes',
1134 ],
1135 'override_compile_targets': [
1136 'cronet',
1137 ],
1138 },
John Budorick6fdd5b52019-04-08 20:25:481139 'android-cronet-arm-dbg': {
1140 'args': [
1141 '--platform', 'android-cronet',
1142 ],
1143 },
1144 'android-cronet-arm-rel': {
1145 'args': [
1146 '--platform', 'android-cronet',
1147 ],
1148 },
1149 'android-cronet-arm64-dbg': {
1150 'args': [
1151 '--platform', 'android-cronet',
1152 ],
1153 },
1154 'android-cronet-arm64-rel': {
1155 'args': [
1156 '--platform', 'android-cronet',
1157 ],
1158 },
1159 'android-cronet-x86-dbg': {
1160 'args': [
1161 '--platform', 'android-cronet',
1162 ],
1163 },
1164 'android-cronet-x86-rel': {
1165 'args': [
1166 '--platform', 'android-cronet',
1167 ],
1168 },
Dirk Pranke1b767092017-12-07 04:44:231169 },
1170 },
Stephen Martinis54d64ad2018-09-21 22:16:201171 'swiftshader_unittests': {
1172 'remove_from': [
1173 # Save capacity on the hardware where we have only a few machines.
1174 'Mac FYI Experimental Release (Intel)',
1175 'Mac FYI Experimental Retina Release (AMD)',
1176 'Mac FYI Experimental Retina Release (NVIDIA)',
1177 'Mac Pro FYI Release (AMD)',
1178 ],
1179 },
Kenneth Russelleb60cbd22017-12-05 07:54:281180 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:291181 'remove_from': [
1182 # chromium.clang
1183 'CrWinAsan(dll)', # https://crbug.com/935598
1184 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281185 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571186 # chromium.clang
1187 'ToTLinuxTSan': {
1188 'swarming': {
1189 'shards': 6,
1190 },
1191 },
1192 # chromium.memory
1193 'Linux TSan Tests': {
1194 'swarming': {
1195 'shards': 6,
1196 },
1197 },
1198 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281199 'Win7 Tests (dbg)(1)': {
1200 'swarming': {
1201 'shards': 2,
1202 },
1203 },
Dirk Prankef04af4362019-02-21 15:34:011204 'Win10 Tests x64': {
1205 'experiment_percentage': 100, # https://crbug.com/933356
1206 },
Stephen Martinis75ab55d2018-08-30 02:27:121207 'Win10 Tests x64 (dbg)': {
1208 'experiment_percentage': 100, # https://crbug.com/840369
1209 },
Kenneth Russelleb60cbd22017-12-05 07:54:281210 },
1211 },
Kenneth Russell8a386d42018-06-02 09:48:011212 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521213 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011214 'remove_from': [
1215 # chromium.gpu
1216 'Linux Debug (NVIDIA)',
1217 'Mac Debug (Intel)',
1218 'Mac Retina Debug (AMD)',
1219 'Win10 Debug (NVIDIA)',
1220 # chromium.gpu.fyi
Sunny Sachanandani917b074c2019-03-12 03:18:491221 # Disabled due to dbus crashes crbug.com/927465
1222 'Linux FYI Experimental Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011223 'Win10 FYI Debug (NVIDIA)',
1224 'Win7 FYI Debug (AMD)',
1225 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551226 },
Kenneth Russelleb60cbd22017-12-05 07:54:281227 'telemetry_perf_unittests': {
1228 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281229 # chromium.android
John Budorick2232bb982018-05-18 17:50:071230 'android-kitkat-arm-rel': {
1231 'args': [
1232 '--browser=android-chromium',
1233 '--device=android',
1234 ],
1235 'swarming': {
1236 'dimension_sets': [
1237 {
1238 'temp_band': '<30',
1239 },
1240 ],
John Budorick2232bb982018-05-18 17:50:071241 'shards': 15,
1242 },
1243 },
John Budorick8c4a989d2018-05-20 05:08:391244 'android-marshmallow-arm64-rel': {
1245 'args': [
1246 '--browser=android-chromium',
1247 '--device=android',
1248 ],
1249 'swarming': {
1250 'dimension_sets': [
1251 {
1252 'temp_band': '<30',
1253 },
1254 ],
Ben Pastenea9f87d12019-01-16 21:06:451255 'hard_timeout': 1800,
John Budorick8c4a989d2018-05-20 05:08:391256 'shards': 15,
1257 },
1258 },
John Budorick5672ffd2018-09-07 18:25:581259 # chromium.fyi
1260 'linux-chromium-tests-staging-tests': {
1261 'args': [
1262 '--xvfb',
1263 '--jobs=1',
1264 ],
1265 },
Kenneth Russell8ceeabf2017-12-11 17:53:281266 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281267 'Linux Tests': {
1268 'args': [
1269 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481270 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281271 ],
1272 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:351273 'Linux Tests (dbg)(1)': {
1274 'args': [
1275 '--xvfb',
1276 '--jobs=1',
1277 ],
1278 },
John Budorick2593eb922018-05-09 19:31:491279 'linux-xenial-rel': {
1280 'args': [
1281 '--xvfb',
1282 '--jobs=1',
1283 ],
1284 },
Kenneth Russell8ceeabf2017-12-11 17:53:281285 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281286 # Disable parallelism on all Mac bots.
1287 'Mac10.10 Tests': {
1288 'args': [
1289 '--jobs=1',
1290 ],
1291 },
1292 'Mac10.11 Tests': {
1293 'args': [
1294 '--jobs=1',
1295 ],
1296 },
1297 'Mac10.12 Tests': {
1298 'args': [
1299 '--jobs=1',
1300 ],
1301 },
Ned Nguyen6e6e5b32018-02-21 20:21:501302 'Win7 Tests (dbg)(1)': {
1303 'args': [
1304 '--jobs=1',
1305 ],
1306 'swarming': {
1307 'shards': 20,
1308 },
1309 'experiment_percentage': 100,
1310 },
Will Harris17a64862018-10-18 15:36:011311 # luci.chromium.ci
1312 'linux-tcmalloc-rel': {
1313 'args': [
1314 '--xvfb',
1315 '--jobs=1',
1316 ],
1317 },
Kenneth Russelleb60cbd22017-12-05 07:54:281318 },
1319 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281320 'Linux Tests (dbg)(1)(32)',
Garrett Beatyeef031a2019-02-28 01:55:411321 # crbug.com/936540
1322 'Mac10.10 Tests',
1323 'Mac10.11 Tests',
Shenghua Zhangbd6f1b22018-03-03 02:59:141324 'Mac10.13 Tests',
1325 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271326 # client.v8.chromium
1327 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111328 # chromium.win
1329 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281330 ],
1331 },
Stephen Martinis54d64ad2018-09-21 22:16:201332 'telemetry_unittests': {
1333 'modifications': {
1334 'Win10 Tests x64 (dbg)': {
1335 'experiment_percentage': 100, # crbug.com/870673
1336 }
John Budorickc498fd3c2019-03-14 01:16:261337 },
1338 'remove_from': [
1339 # crbug.com/936540
1340 'Mac10.10 Tests',
1341 'Mac10.11 Tests',
1342 ],
Stephen Martinis54d64ad2018-09-21 22:16:201343 },
Kenneth Russelleb60cbd22017-12-05 07:54:281344 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281345 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241346 # chromium.clang
1347 'ToTLinuxASan': {
1348 'swarming': {
1349 'shards': 2,
1350 },
John Budorickca14c76f62017-12-09 14:19:181351 },
Dirk Pranke20eae9a72017-12-09 18:12:141352 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:181353 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341354 # These are slow on the ASAN trybot for some reason.
1355 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181356 'swarming': {
John Budorick5052d552017-12-13 02:59:341357 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181358 },
1359 },
John Budorickca14c76f62017-12-09 14:19:181360 'Linux TSan Tests': {
1361 'swarming': {
1362 'shards': 2,
1363 },
1364 },
Takuto Ikuta54671d972018-07-19 19:06:351365 'Linux ChromiumOS MSan Tests': {
1366 # These are very slow on the Chrome OS MSAN trybot for some reason.
1367 # crbug.com/865455
1368 'swarming': {
1369 'shards': 2,
1370 },
1371 },
1372 'Linux Chromium OS ASan LSan Tests (1)': {
1373 # These are slow on the ASAN trybot for some reason.
1374 # crbug.com/794372
1375 'swarming': {
1376 'shards': 2,
1377 },
1378 },
Dirk Pranke20eae9a72017-12-09 18:12:141379 # chromium.swarm
1380 'Android N5X Swarm': {
1381 'swarming': {
1382 'shards': 8,
1383 },
1384 },
Kenneth Russelleb60cbd22017-12-05 07:54:281385 },
1386 },
Kenneth Russell8a386d42018-06-02 09:48:011387 'video_decode_accelerator_gl_unittest': {
1388 'remove_from': [
1389 # chromium.gpu.fyi
1390 # Windows Intel doesn't have the GL extensions to support this test.
Jamie Madill7130d992019-01-08 14:26:581391 'ANGLE GPU Win10 Release (Intel HD 630)',
Kenneth Russell0272ab72018-06-04 17:22:241392 'Optional Win10 Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011393 'Win10 FYI Release (Intel HD 630)',
1394 'Win10 FYI Exp Release (Intel HD 630)',
1395 ],
1396 },
Stephen Martinis36977112018-04-06 06:09:461397 'viz_browser_tests': {
Takuto Ikuta4ef47d5f2018-06-11 13:15:361398 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:191399 # chromium.fyi
1400 'linux-chromeos-code-coverage': {
1401 'swarming': {
1402 'shards': 20,
1403 },
1404 },
Nico Weber6b67a402018-06-18 21:45:011405 # chromium.chromiumos
1406 'linux-chromeos-dbg': {
1407 'swarming': {
1408 'shards': 20,
1409 },
1410 },
Nico Weber3f2a65de92018-06-11 14:04:171411 # chromium.memory
Takuto Ikuta54671d972018-07-19 19:06:351412 'Linux ChromiumOS MSan Tests': {
1413 # These are very slow on the Chrome OS MSAN trybot for some reason.
1414 # crbug.com/865455
1415 'swarming': {
Brad Hall1f4491e2019-03-09 06:20:081416 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351417 },
1418 },
1419 'Linux Chromium OS ASan LSan Tests (1)': {
1420 # These are very slow on the ASAN trybot for some reason.
1421 # crbug.com/794372
1422 'swarming': {
James Cook98759ec2018-07-30 22:02:131423 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351424 },
1425 },
Takuto Ikuta4ef47d5f2018-06-11 13:15:361426 },
Stephen Martinis36977112018-04-06 06:09:461427 },
Stephen Martinis54d64ad2018-09-21 22:16:201428 'viz_content_browsertests': {
1429 'modifications': {
1430 # chromium.memory
1431 'Linux Chromium OS ASan LSan Tests (1)': {
1432 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1433 'swarming': {
1434 'shards': 4,
1435 }
1436 },
1437 'Linux ChromiumOS MSan Tests': {
1438 # These are very slow on the Chrome OS MSAN trybot for some reason.
1439 # crbug.com/865455
1440 'swarming': {
1441 'shards': 2,
1442 },
1443 },
1444 },
1445 },
Kenneth Russelleb60cbd22017-12-05 07:54:281446 'viz_unittests': {
1447 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281448 # chromium.win
1449 'Win10 Tests x64',
1450 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281451 },
Kenneth Russellfbda3c532017-12-08 23:57:241452 'vr_pixeltests': {
1453 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281454 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281455 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241456 ],
1457 },
Sunny Sachanandani917b074c2019-03-12 03:18:491458 'vulkan_content_browsertests' : {
1459 'remove_from': [
1460 # Flaky hangs crbug.com/940723
1461 'Linux FYI GPU TSAN Release',
Sunny Sachanandanie53cfb2f2019-03-13 05:57:121462 'Linux FYI Release (AMD R7 240)',
1463 'Linux FYI Debug (NVIDIA)',
Sunny Sachanandani917b074c2019-03-12 03:18:491464 # Consistent hangs crbug.com/940750
1465 'Linux FYI Experimental Release (Intel HD 630)',
1466 ],
1467 },
Nico Webere81999ee2018-07-01 23:52:431468 'wayland_client_perftests': {
1469 'remove_from': [
1470 'linux-chromeos-dbg', # https://crbug.com/859307
1471 ],
1472 },
John Budorick63357462019-02-27 23:02:511473 'webdriver_tests_suite': {
1474 'remove_from': [
1475 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
1476 ],
1477 },
bsheedy048cbdb2019-02-04 20:32:051478 'webgl2_conformance_gl_passthrough_tests': {
1479 'remove_from': [
James Darpinian53fb1c12019-04-08 18:08:201480 # https://crbug.com/927470
1481 'Linux FYI Experimental Release (Intel HD 630)',
Yuly Novikov783ffa7b2019-03-28 00:22:491482 # Not enough capacity. https://crbug.com/946694
1483 'ANGLE GPU Win10 Release (Intel HD 630)',
bsheedy048cbdb2019-02-04 20:32:051484 ],
1485 },
Stephen Martinis54d64ad2018-09-21 22:16:201486 'webgl2_conformance_tests': {
1487 'remove_from': [
Stephen Martinis54d64ad2018-09-21 22:16:201488 # The Mac NVIDIA Retina bots don't have the capacity to run
1489 # this test suite on mac_optional_gpu_tests_rel.
1490 'Optional Mac Retina Release (NVIDIA)',
1491 ],
Kenneth Russell8a386d42018-06-02 09:48:011492 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011493 'Mac FYI GPU ASAN Release': {
1494 'args': [
1495 '--is-asan',
1496 ]
1497 },
1498 },
1499 },
1500 'webgl_conformance_gl_passthrough_tests': {
1501 'remove_from': [
1502 # crbug.com/555545 and crbug.com/649824:
1503 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1504 # Always fails on older cards, flaky on newer cards.
1505 'Win7 FYI Debug (AMD)',
1506 'Win7 FYI Release (AMD)',
1507 ],
1508 },
Stephen Martinis54d64ad2018-09-21 22:16:201509 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011510 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201511 # On desktop platforms these don't take very long (~7 minutes),
1512 # but on Android they take ~30 minutes and we want to use more
1513 # shards than on desktop.
1514 # chromium.gpu
1515 'Android Release (Nexus 5X)': {
1516 'swarming': {
1517 'shards': 6,
1518 },
1519 },
Kenneth Russell8a386d42018-06-02 09:48:011520 'Mac FYI GPU ASAN Release': {
1521 'args': [
1522 '--is-asan',
1523 ]
1524 },
1525 },
Kenneth Russelle63e41f2019-04-09 02:45:281526 'remove_from': [
1527 # Too slow on this configuration, which is severely hardware
1528 # constrained. crbug.com/950690
1529 'Mac FYI Retina Debug (NVIDIA)',
1530 ],
Kenneth Russell8a386d42018-06-02 09:48:011531 },
Yuly Novikove27d1d22018-10-29 21:24:191532 'webgl_conformance_vulkan_passthrough_tests': {
1533 'remove_from': [
1534 'Win7 FYI Debug (AMD)',
Kenneth Russellc6caf9f2019-02-23 01:47:561535 # TODO(crbug.com/935060): diagnose and re-enable.
1536 'ANGLE GPU Win10 Release (NVIDIA)',
1537 'Optional Win10 Release (NVIDIA)',
1538 'Win10 FYI Debug (NVIDIA)',
1539 'Win10 FYI Release (NVIDIA)',
1540 'Win7 FYI Release (NVIDIA)',
1541 'Win7 FYI x64 Release (NVIDIA)',
Yuly Novikove27d1d22018-10-29 21:24:191542 ],
1543 },
Kenneth Russelleb60cbd22017-12-05 07:54:281544 'webkit_layout_tests': {
1545 'remove_from': [
Dirk Prankeca0a1ab2018-07-31 21:06:431546 # chromium.fyi
1547 'Chromium Mac 10.13',
Kenneth Russellfbda3c532017-12-08 23:57:241548 # chromium.linux
Dirk Prankec2917e92018-06-21 04:28:531549 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
Kenneth Russellfbda3c532017-12-08 23:57:241550 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321551 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131552 'Win10 Tests x64 (dbg)',
Stephen Martinis07a9f742019-03-20 19:16:561553 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201554 'mac-dummy-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281555 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281556 'modifications': {
John Budorick7732d4d02018-07-30 19:02:541557 # chromium.android
1558 'KitKat Phone Tester (dbg)': {
1559 'args': [
1560 '--debug',
1561 '--android',
John Budorickb1833612018-12-07 04:36:411562 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1563 # Android. Remove this when it no longer affects Android crash
1564 # log handling.
1565 '--disable-breakpad',
Kenneth Russell45cf54092018-08-20 21:21:301566 # TODO(crbug.com/875172): run on the real GPU since the
1567 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
Kenneth Russelle8305342018-08-21 19:34:231568 '--additional-driver-flag=--use-gpu-in-tests',
John Budorick7732d4d02018-07-30 19:02:541569 ],
John Budorick7732d4d02018-07-30 19:02:541570 },
Kenneth Russell8ceeabf2017-12-11 17:53:281571 # chromium.fyi
Sergey Ulanov48e11772019-01-29 22:35:521572 'fuchsia-fyi-x64-rel': {
1573 'args': [
1574 '--platform=fuchsia',
1575 ],
1576 },
Stephen McGruer54cac792018-08-30 15:02:321577 'linux-blink-animation-use-time-delta': {
1578 'args': [
1579 '--debug',
1580 ],
1581 },
Karen Qian738ddb302019-04-01 21:50:231582 'linux-blink-heap-concurrent-marking-tsan-rel': {
1583 'args': [
1584 '--release',
1585 '--additional-driver-flag=--enable-blink-features=HeapConcurrentMarking',
1586 ],
1587 },
John Budorickab108712018-09-01 00:12:211588 'linux-blink-heap-unified-gc': {
1589 'args': [
1590 '--debug',
1591 '--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection',
1592 ],
1593 },
Dirk Pranke97f97ae62018-06-19 22:22:361594 'mac10.10-blink-rel-dummy': {
1595 'swarming': {
1596 'dimension_sets': [
1597 { # This should match Mac10.10 Tests on chromium.mac.
1598 'gpu': 'none',
1599 'os': 'Mac-10.10',
1600 }
1601 ]
1602 },
1603 },
1604 'mac10.11-blink-rel-dummy': {
1605 'swarming': {
1606 'dimension_sets': [
1607 { # This should match Mac10.11 Tests on chromium.mac.
1608 'gpu': 'none',
1609 'os': 'Mac-10.11',
1610 }
1611 ]
1612 },
1613 },
1614 'mac10.12-blink-rel-dummy': {
1615 'swarming': {
1616 'dimension_sets': [
1617 { # This should match Mac10.12 Tests on chromium.mac.
1618 'gpu': '8086:0a2e',
1619 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561620 'os': 'Mac-10.12.6',
Dirk Pranke97f97ae62018-06-19 22:22:361621 },
1622 ],
1623 },
1624 },
Dirk Pranke97f97ae62018-06-19 22:22:361625 'mac10.13-blink-rel-dummy': {
1626 'swarming': {
1627 'dimension_sets': [
1628 { # This should match Chromium Mac 10.13 on chromium.fyi.
1629 'gpu': '8086:0a2e',
1630 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561631 'os': 'Mac-10.13.6',
Dirk Pranke97f97ae62018-06-19 22:22:361632 },
1633 ],
1634 'shards': 12,
1635 },
1636 },
Philip Rogers639990262018-12-08 00:13:331637 'WebKit Linux composite_after_paint Dummy Builder': {
1638 'args': [
1639 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1640 ],
1641 },
Kenneth Russell8ceeabf2017-12-11 17:53:281642 'WebKit Linux layout_ng Dummy Builder': {
1643 'args': [
1644 '--additional-driver-flag=--enable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281645 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281646 },
1647 'WebKit Linux root_layer_scrolls Dummy Builder': {
1648 'args': [
1649 '--additional-driver-flag=--root-layer-scrolls',
1650 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281651 },
Kenneth Russell8ceeabf2017-12-11 17:53:281652 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281653 'Linux Tests': {
1654 'swarming': {
1655 'dimension_sets': [
1656 {
1657 # TODO(kbr): this is essentially redundant.
1658 'os': 'Ubuntu-14.04',
1659 },
1660 ],
1661 'shards': 6,
1662 },
1663 },
Dirk Prankec1083b42018-06-15 02:43:321664 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131665 'args': [
1666 '--debug',
1667 ],
Dirk Prankec1083b42018-06-15 02:43:321668 'swarming': {
1669 'dimension_sets': [
1670 {
1671 # TODO(kbr): this is essentially redundant.
1672 'os': 'Ubuntu-14.04',
1673 },
1674 ],
1675 'shards': 20,
1676 },
1677 },
Kenneth Russell8ceeabf2017-12-11 17:53:281678 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281679 'Mac10.10 Tests': {
1680 # TODO(kbr): this is essentially redundant.
1681 'swarming': {
1682 'dimension_sets': [
1683 {
1684 'gpu': 'none',
1685 'os': 'Mac-10.10.5',
1686 },
1687 ],
1688 },
1689 },
1690 'Mac10.11 Tests': {
1691 # TODO(kbr): this is essentially redundant.
1692 'swarming': {
1693 'dimension_sets': [
1694 {
1695 'gpu': 'none',
1696 'os': 'Mac-10.11.6',
1697 },
1698 ],
1699 },
1700 },
1701 'Mac10.12 Tests': {
1702 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431703 # all jobs then this wouldn't be needed.
Kenneth Russelleb60cbd22017-12-05 07:54:281704 'swarming': {
1705 'dimension_sets': [
1706 {
Ben Pasteneb9dbd662018-08-07 18:54:131707 'gpu': '8086:0a2e',
Kenneth Russelleb60cbd22017-12-05 07:54:281708 'os': 'Mac-10.12.6',
1709 },
1710 ],
1711 'shards': 12,
1712 },
1713 },
Dirk Pranke736e26f2018-04-07 01:54:301714 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531715 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431716 # all jobs then this wouldn't be needed.
Dirk Prankec2917e92018-06-21 04:28:531717 'swarming': {
1718 'dimension_sets': [
1719 {
Ben Pastene62e179d52018-08-16 21:22:091720 'gpu': '8086:0a2e',
Takuto Ikutabdcde4c22019-03-25 21:49:561721 'os': 'Mac-10.13.6',
Dirk Prankec2917e92018-06-21 04:28:531722 },
1723 ],
1724 'shards': 12,
1725 },
Dirk Pranke736e26f2018-04-07 01:54:301726 },
Dirk Pranke15530fe2018-06-15 16:12:131727 'Mac10.13 Tests (dbg)': {
1728 'args': [
1729 '--debug',
1730 ],
1731 },
Dirk Pranke81ff51c2017-12-09 19:24:281732 # chromium.webkit.
Dirk Pranke81ff51c2017-12-09 19:24:281733 'WebKit Linux Trusty ASAN': {
1734 'args': [
1735 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431736 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281737 '--time-out-ms',
1738 '48000',
1739 '--enable-sanitizer',
1740 ],
1741 'swarming': {
1742 'dimension_sets': [
1743 {
1744 'os': 'Ubuntu-14.04',
1745 },
1746 ],
1747 'shards': 20,
1748 },
1749 },
1750 'WebKit Linux Trusty Leak': {
1751 'args': [
1752 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431753 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281754 '--time-out-ms',
1755 '48000',
1756 '--enable-leak-detection',
1757 ],
1758 'swarming': {
1759 'dimension_sets': [
1760 {
1761 'os': 'Ubuntu-14.04',
1762 },
1763 ],
1764 'shards': 10,
1765 },
1766 },
1767 'WebKit Linux Trusty MSAN': {
1768 'args': [
1769 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431770 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281771 '--time-out-ms',
1772 '66000',
1773 '--enable-sanitizer',
1774 ],
1775 'swarming': {
1776 'dimension_sets': [
1777 {
1778 'os': 'Ubuntu-14.04',
1779 },
1780 ],
1781 'expiration': 36000,
1782 'hard_timeout': 10800,
1783 'io_timeout': 3600,
1784 'shards': 20,
1785 },
1786 },
Dirk Pranke81ff51c2017-12-09 19:24:281787 'WebKit Win10': {
1788 'swarming': {
1789 'dimension_sets': [
1790 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:481791 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:281792 },
1793 ],
Dirk Pranke81ff51c2017-12-09 19:24:281794 },
1795 },
Kenneth Russell8ceeabf2017-12-11 17:53:281796 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281797 'Win7 Tests (dbg)(1)': {
1798 'args': [
1799 '--debug',
1800 '--time-out-ms',
1801 '60000'
1802 ],
Dirk Pranke028aa922018-05-25 18:37:341803 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281804 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1805 # from prefered_os_dimension in
1806 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1807 # Swarming dimensions would be either specified for all testers on the
1808 # waterfall (and therefore, explicitly specified for all tests in the
1809 # generated JSON), or this would be removed, and the implicit one used.
1810 'swarming': {
1811 'dimension_sets': [
1812 {
1813 'os': 'Windows-7-SP1',
1814 }
1815 ],
1816 },
1817 },
Stephen Martinis1c5d6aa2018-04-17 03:11:251818 'Win10 Tests x64 (dbg)': {
1819 'args': [
1820 '--debug',
Stephen Martinis29afff32018-04-19 03:03:111821 '--target',
1822 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:251823 ],
1824 },
John Budorickb1833612018-12-07 04:36:411825 # tryserver.chromium.android
1826 'android_blink_rel': {
1827 'args': [
John Budorick04e6d4b2018-12-07 21:08:421828 '--release',
John Budorickb1833612018-12-07 04:36:411829 '--android',
1830 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1831 # Android. Remove this when it no longer affects Android crash
1832 # log handling.
1833 '--disable-breakpad',
1834 # TODO(crbug.com/875172): run on the real GPU since the
1835 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
1836 '--additional-driver-flag=--use-gpu-in-tests',
1837 ],
1838 },
Kenneth Russelleb60cbd22017-12-05 07:54:281839 },
1840 },
Kenneth Russelleb60cbd22017-12-05 07:54:281841 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:281842 'modifications': {
John Budorick5052d552017-12-13 02:59:341843 # chromium.memory
1844 'Linux ASan LSan Tests (1)': {
1845 # These are very slow on the ASAN trybot for some reason.
1846 # crbug.com/794372
1847 'swarming': {
1848 'shards': 5,
1849 },
1850 },
arthursonzogni26889d82018-05-29 17:18:161851 'Marshmallow 64 bit Tester': {
1852 # Increase timeout. See https://crbug.com/847229.
1853 'swarming': {
1854 'hard_timeout': 1200,
1855 },
1856 },
Dirk Pranke81ff51c2017-12-09 19:24:281857 },
John Budorick5bf43a62019-03-19 00:43:501858 'remove_from': [
1859 # Flakily fails on Win7. https://crbug.com/943372.
1860 'Win7 Tests (1)',
1861 'Win 7 Tests x64 (1)',
1862 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281863 },
rbpotter6309ad02019-02-21 20:43:411864 'webui_polymer1_browser_tests': {
rbpotter0309a552018-08-30 18:41:501865 'remove_from': [
1866 # chromium.win
1867 'Win10 Tests x64 (dbg)', # Matches browser_tests.
Brad Halla36886c2019-02-26 16:52:291868 # chromium.clang
1869 'CrWinAsan(dll)', # https://crbug.com/935598
rbpotter0309a552018-08-30 18:41:501870 ],
1871 },
rbpotter6309ad02019-02-21 20:43:411872 'webui_polymer1_interactive_ui_tests': {
rbpotter8ed19ab2018-08-24 23:59:191873 'modifications': {
1874 # Match interactive_ui_tests, see https://crbug.com/840369
1875 # chromium.win
1876 'Win10 Tests x64 (dbg)': {
1877 'experiment_percentage': 100,
1878 },
1879 },
1880 },
Kenneth Russelleb60cbd22017-12-05 07:54:281881 'webview_instrumentation_test_apk': {
1882 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:061883 # This test frequently fails on Android, https://crbug.com/824959
1884 # chromium.android
John Budorick2232bb982018-05-18 17:50:071885 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281886 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281887 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:281888 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:501889 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:501890 'ToTAndroid',
Dirk Pranke20eae9a72017-12-09 18:12:141891 # On chromium.swarm, this should possibly be being run (or removed
1892 # from Android N5X Swarm).
1893 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:281894 ],
Ben Pastenee17a8e92018-07-12 21:55:181895 'modifications': {
1896 'Oreo Phone Tester': {
1897 # TODO(crbug.com/863089): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:571898 # TODO(https://crbug.com/884413): Re-enable this once the tests are
1899 # either passing or there is more capacity.
1900 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:181901 },
1902 },
Kenneth Russelleb60cbd22017-12-05 07:54:281903 },
bsheedy800f5062018-08-07 00:47:541904 'xr_browser_tests': {
1905 'remove_from': [
1906 # chromium.gpu.fyi
1907 # This exception probably needs to stay due to lack of capacity
1908 # on the Win AMD bots.
1909 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:481910 # Fails on the bot, http://crbug.com/868143
1911 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:541912 ],
1913 },
Kenneth Russelleb60cbd22017-12-05 07:54:281914}