blob: eda069c9a7c8fc452ee2767e086c8775078b65d2 [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 Russell8ceeabf2017-12-11 17:53:2825 # chromium.android.fyi
26 'x64 Device Tester',
Kenneth Russelleb60cbd22017-12-05 07:54:2827 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2828 },
Kenneth Russell8a386d42018-06-02 09:48:0129 'angle_end2end_tests': {
30 'remove_from': [
31 # chromium.gpu.fyi
32 # TODO(ynovikov) Investigate why the test breaks on older devices.
33 'Android FYI Release (Nexus 5)',
34 'Android FYI Release (Nexus 6)',
35 'Android FYI Release (Nexus 9)',
36 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
37 'Linux FYI Release (AMD R7 240)',
38 ],
39 },
40 'angle_perftests': {
41 'remove_from': [
Nico Weber521565b2018-07-12 22:50:1642 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Kenneth Russell8a386d42018-06-02 09:48:0143 ],
44 },
Kenneth Russellfbda3c532017-12-08 23:57:2445 'angle_unittests': {
46 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5247 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0148 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0149 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2450 ],
John Budorickca14c76f62017-12-09 14:19:1851 'modifications': {
52 'Linux ASan LSan Tests (1)': {
53 'swarming': {
54 'shards': 10,
55 },
56 },
57 },
Kenneth Russellfbda3c532017-12-08 23:57:2458 },
John Budorickca14c76f62017-12-09 14:19:1859 'blink_heap_unittests': {
60 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:1861 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4662 'Linux TSan Tests', # https://crbug.com/831674
John Budorickca14c76f62017-12-09 14:19:1863 ],
John Budorickca14c76f62017-12-09 14:19:1864 },
Kenneth Russelleb60cbd22017-12-05 07:54:2865 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2466 'remove_from': [
67 # chromium.clang
68 'CrWinAsanCov',
Nico Weber3af4da72018-02-27 01:59:4169 'linux-win_cross-rel',
Dirk Pranke57c11a92018-06-17 21:23:4270 'ToTMac', # https://crbug.com/828031
71 'ToTMacASan', # https://crbug.com/828031
Dirk Pranke57c11a92018-06-17 21:23:4272 # chromium.fyi
73 'Chromium Mac 10.13', # https://crbug.com/828031
Lindsay Pasricha650bee32018-10-15 18:19:3074 'mac-osxbeta-rel', # https://crbug.com/828031
Dirk Pranke57c11a92018-06-17 21:23:4275 'mac-views-rel', # https://crbug.com/828031
Dirk Pranke9e8bb712018-06-18 05:02:3876 # chromium.mac
77 'Mac10.10 Tests', # https://crbug.com/828031
John Budorickca14c76f62017-12-09 14:19:1878 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4679 'Linux TSan Tests', # https://crbug.com/368525
Dirk Pranke57c11a92018-06-17 21:23:4280 'Mac ASan 64 Tests (1)', # https://crbug.com/828031
Stephen Martinise701f5a2018-05-04 01:25:1181 # chromium.win
82 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2483 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2884 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:2885 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:3486 'linux-chromeos-dbg': {
87 'swarming': {
James Cook1380ad162018-10-25 00:51:1988 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:3489 },
90 },
Nico Weber3f2a65de92018-06-11 14:04:1791 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:2492 'ToTWin(dbg)': {
93 'swarming': {
94 'shards': 20,
95 },
96 },
97 'ToTWin64(dbg)': {
98 'swarming': {
99 'shards': 20,
100 },
101 },
Dirk Pranke9e20e8d2018-06-18 02:46:54102 # chromium.mac
Dirk Pranke9e20e8d2018-06-18 02:46:54103 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12104 # A subset of tests seem to cause WindowServer deaths on VMs.
105 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54106 'args': [
John Budorick7b7a0f02018-10-10 22:51:12107 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54108 '--gtest_shuffle',
109 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54110 },
111 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12112 # A subset of tests seem to cause WindowServer deaths on VMs.
113 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54114 'args': [
John Budorick7b7a0f02018-10-10 22:51:12115 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54116 '--gtest_shuffle',
117 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54118 },
Robert Sesek2ce2c702018-10-18 18:46:29119 'Mac10.13 Tests': {
120 # A subset of tests seem to cause WindowServer deaths on VMs.
121 # crbug.com/828031 et al.
122 'args': [
123 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
124 '--gtest_shuffle',
125 ],
Robert Sesek2ce2c702018-10-18 18:46:29126 },
Dirk Pranke9e20e8d2018-06-18 02:46:54127 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12128 # A subset of tests seem to cause WindowServer deaths on VMs.
129 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54130 'args': [
John Budorick7b7a0f02018-10-10 22:51:12131 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54132 '--gtest_shuffle',
133 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54134 },
John Budorickca14c76f62017-12-09 14:19:18135 # chromium.memory
John Budorick5052d552017-12-13 02:59:34136 'Linux ASan LSan Tests (1)': {
137 # These are very slow on the ASAN trybot for some reason.
138 # crbug.com/794372
139 'swarming': {
140 'shards': 30,
141 },
142 },
John Budorickca14c76f62017-12-09 14:19:18143 'Mac ASan 64 Tests (1)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28144 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18145 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28146 },
147 },
Takuto Ikuta54671d972018-07-19 19:06:35148 'Linux ChromiumOS MSan Tests': {
149 # These are very slow on the Chrome OS MSAN trybot for some reason.
150 # crbug.com/865455
151 'swarming': {
James Cook1380ad162018-10-25 00:51:19152 'shards': 25,
Takuto Ikuta54671d972018-07-19 19:06:35153 },
154 },
155 'Linux Chromium OS ASan LSan Tests (1)': {
156 # These are very slow on the ASAN trybot for some reason.
157 # crbug.com/794372
158 'swarming': {
James Cook1380ad162018-10-25 00:51:19159 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35160 },
161 },
Dirk Pranke8fd63c12017-12-10 18:06:27162 # client.v8.chromium
163 'Linux - Future (dbg)': {
164 'swarming': {
165 'shards': 10,
166 },
167 },
Kenneth Russell8ceeabf2017-12-11 17:53:28168 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54169 'Win7 Tests (1)': {
170 # This is for slow test execution that often becomes a critical path of
171 # swarming jobs. crbug.com/868114
172 'swarming': {
173 'shards': 15,
174 },
175 },
Kenneth Russell8ceeabf2017-12-11 17:53:28176 'Win7 Tests (dbg)(1)': {
177 'swarming': {
178 'shards': 20,
179 },
180 },
Kenneth Russell6c83d212018-07-27 20:52:59181 'Win10 Tests x64': {
182 # crbug.com/868082
183 'args': [
184 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
185 ],
186 },
Kenneth Russelleb60cbd22017-12-05 07:54:28187 },
188 },
Kenneth Russelleb60cbd22017-12-05 07:54:28189 'cast_shell_browsertests': {
190 'modifications': {
191 'Cast Audio Linux': {
192 'args': [
193 '--enable-local-file-accesses',
194 '--ozone-platform=headless',
195 '--no-sandbox',
196 '--test-launcher-jobs=1',
197 ],
Colin Blundell629091a2018-07-10 14:50:28198 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27199 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28200 },
Kenneth Russelleb60cbd22017-12-05 07:54:28201 },
202 'Cast Linux': {
203 'args': [
204 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04205 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28206 '--no-sandbox',
207 '--test-launcher-jobs=1',
208 ],
Colin Blundell629091a2018-07-10 14:50:28209 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27210 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28211 },
Kenneth Russelleb60cbd22017-12-05 07:54:28212 },
213 },
214 },
Dirk Pranke1b767092017-12-07 04:44:23215 'checkbins': {
216 'remove_from': [
Stephen Martinis72671712018-08-23 20:21:04217 'linux-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26218 'linux-rel',
Stephen Martinis72671712018-08-23 20:21:04219 'mac-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26220 'mac-rel',
Dirk Pranke1b767092017-12-07 04:44:23221 ],
222 },
Clark DuValld5b71742018-12-07 22:11:32223 # Note: keep experiment percentages the same as
224 # network_service_chrome_public_test_apk.
Kenneth Russelleb60cbd22017-12-05 07:54:28225 'chrome_public_test_apk': {
Kenneth Russelleb60cbd22017-12-05 07:54:28226 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28227 # chromium.android
John Budorick2232bb982018-05-18 17:50:07228 'android-kitkat-arm-rel': {
229 'swarming': {
230 'shards': 12,
231 },
232 },
Ben Pastenea789de22018-10-30 02:22:23233 'android-marshmallow-arm64-rel': {
234 # TODO(crbug.com/731759): Enable this once we're confident that it
235 # passes.
Ben Pastene24af66b2018-12-10 20:28:27236 'experiment_percentage': 0,
Ben Pastenea789de22018-10-30 02:22:23237 },
Kenneth Russelleb60cbd22017-12-05 07:54:28238 'KitKat Phone Tester (dbg)': {
239 'swarming': {
240 'shards': 20,
241 },
242 },
Kenneth Russelleb60cbd22017-12-05 07:54:28243 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24244 # TODO(crbug.com/731759): Enable this once we're confident that it
245 # passes.
246 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28247 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28248 'shards': 14,
249 },
250 },
Ben Pastenec73e96e92018-07-12 01:40:35251 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57252 # TODO(https://crbug.com/884413): Re-enable this once the tests are
253 # either passing or there is more capacity.
254 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35255 },
John Budorick34009472018-04-03 17:38:44256 # chromium.swarm
257 'Android N5X Swarm': {
258 # TODO(crbug.com/731759): Enable this once we're confident that it
259 # passes.
260 'experiment_percentage': 100,
261 },
Kenneth Russelleb60cbd22017-12-05 07:54:28262 },
263 },
264 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15265 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09266 # chromium.android
267 'KitKat Tablet Tester',
268 'Lollipop Tablet Tester',
269 'Marshmallow Tablet Tester',
bsheedydf58b4e2018-11-01 19:42:16270 # chromium.android.fyi
271 'x64 Device Tester',
272 'x86 Cloud Tester',
273 # chromium.clang
274 'ToTAndroid',
275 'ToTAndroidCFI',
bsheedy410dd7c2018-06-15 22:42:09276 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28277 },
bsheedy75a4dd52018-11-27 23:24:30278 'chrome_public_test_vr_apk-vega': {
279 'modifications': {
280 # chromium.android
281 'Oreo Phone Tester': {
282 'swarming': {
283 'dimension_sets': [
284 {
285 'device_os': 'OVR1.180808.003',
286 'device_type': 'vega',
287 'os': 'Android',
288 },
289 ],
290 },
291 }
292 }
293 },
Kenneth Russelleb60cbd22017-12-05 07:54:28294 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28295 'modifications': {
John Budorick5052d552017-12-13 02:59:34296 # chromium.memory
297 'Linux ASan LSan Tests (1)': {
298 # These are very slow on the ASAN trybot for some reason.
299 # crbug.com/794372
300 'swarming': {
301 'shards': 5,
302 },
303 },
Takuto Ikuta54671d972018-07-19 19:06:35304 'Linux Chromium OS ASan LSan Tests (1)': {
305 # These are very slow on the ASAN trybot for some reason.
306 # crbug.com/794372
307 'swarming': {
308 'shards': 5,
309 },
310 },
Kenneth Russelleb60cbd22017-12-05 07:54:28311 },
312 },
313 'content_browsertests': {
314 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28315 # chromium.chromiumos
Kenneth Russell8ceeabf2017-12-11 17:53:28316 'linux-chromeos-dbg': {
317 'swarming': {
318 'shards': 2,
319 },
320 },
321 'linux-chromeos-rel': {
Kenneth Russelleb60cbd22017-12-05 07:54:28322 'swarming': {
323 'shards': 2,
324 },
325 },
Kenneth Russellfbda3c532017-12-08 23:57:24326 # chromium.clang
327 'ToTLinuxUBSanVptr': {
328 'swarming': {
329 'shards': 5,
330 },
331 },
Nico Weber825c6d02018-05-01 14:54:31332 'linux-win_cross-rel': {
333 # content_browsertests sometimes times out without this override on
334 # the cross bot, probably because of https://crbug.com/803591,
335 # see also https://crbug.com/838559
336 # TODO(thakis): Remove this once 803591 is fixed.
337 'swarming': {
338 'shards': 5,
339 },
340 },
Kenneth Russellfbda3c532017-12-08 23:57:24341 # chromium.linux
342 'Cast Audio Linux': {
343 'args': [
Nico Weber02f30392018-07-16 18:39:43344 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24345 ],
Kenneth Russellfbda3c532017-12-08 23:57:24346 },
347 'Cast Linux': {
348 'args': [
Nico Weber02f30392018-07-16 18:39:43349 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24350 ],
Kenneth Russellfbda3c532017-12-08 23:57:24351 },
John Budorickca14c76f62017-12-09 14:19:18352 # chromium.memory
John Budorick5052d552017-12-13 02:59:34353 'Linux ASan LSan Tests (1)': {
354 # These are very slow on the ASAN trybot for some reason.
355 # crbug.com/794372
356 'swarming': {
Takuto Ikuta4ef47d5f2018-06-11 13:15:36357 'shards': 8,
John Budorick5052d552017-12-13 02:59:34358 },
359 },
Yuke Liao47450ee2018-03-21 19:32:11360 'Linux Chromium OS ASan LSan Tests (1)': {
361 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
362 'swarming': {
363 'shards': 4,
364 }
365 },
Nico Weber4945dd52018-06-13 15:25:03366 'Linux TSan Tests': {
367 'swarming': {
368 'shards': 5,
369 },
370 },
John Budorickca14c76f62017-12-09 14:19:18371 'Mac ASan 64 Tests (1)': {
372 'swarming': {
373 'shards': 2,
374 },
375 },
Kenneth Russell8ceeabf2017-12-11 17:53:28376 # chromium.win
377 'Win7 Tests (dbg)(1)': {
378 'swarming': {
379 'shards': 2,
380 },
381 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18382 # chromium.win
383 'Win10 Tests x64 (dbg)': {
384 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59385 # crbug.com/868082
386 'args': [
387 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
388 ],
389 },
390 'Win10 Tests x64': {
391 # crbug.com/868082
392 'args': [
393 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
394 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18395 },
Kenneth Russelleb60cbd22017-12-05 07:54:28396 },
397 },
Nico Weber81e16ace22018-06-30 02:58:47398 'content_shell_crash_test': {
399 'remove_from': [
400 # chromium.linux
401 'Linux Tests (dbg)(1)(32)', # https://crbug.com/859264
402 ],
Dirk Prankeb1c36b322018-07-11 02:42:00403 'modifications': {
404 # chromium.win
405 'Win10 Tests x64 (dbg)': {
406 'experiment_percentage': 100, # https://crbug.com/861730
407 },
408 },
Nico Weber81e16ace22018-06-30 02:58:47409 },
Kenneth Russelleb60cbd22017-12-05 07:54:28410 'content_unittests': {
411 'modifications': {
John Budorick5052d552017-12-13 02:59:34412 # chromium.memory
413 'Linux ASan LSan Tests (1)': {
414 # These are slow on the ASAN trybot for some reason.
415 # crbug.com/794372
416 'swarming': {
417 'shards': 2,
418 },
419 },
Takuto Ikuta54671d972018-07-19 19:06:35420 'Linux ChromiumOS MSan Tests': {
421 # These are very slow on the Chrome OS MSAN trybot for some reason.
422 # crbug.com/865455
423 'swarming': {
424 'shards': 2,
425 },
426 },
Kenneth Russelleb60cbd22017-12-05 07:54:28427 },
428 },
Kenneth Russellc1a09302018-07-10 01:12:54429 'context_lost_tests': {
430 'modifications': {
431 'Mac FYI GPU ASAN Release': {
432 'args': [
433 '--is-asan',
434 ]
435 },
436 },
437 },
Kenneth Russellfbda3c532017-12-08 23:57:24438 'crashpad_tests': {
439 'remove_from': [
440 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48441 'linux-win_cross-rel', # https://crbug.com/762167
Kenneth Russellfbda3c532017-12-08 23:57:24442 ],
443 },
Joe Downing41486042018-10-18 22:44:44444 'extensions_browsertests': {
445 'modifications': {
446 'Win10 Tests x64 (dbg)': {
447 'experiment_percentage': 100, # https://crbug.com/876615
448 },
449 },
450 },
Kenneth Russelleb60cbd22017-12-05 07:54:28451 'gin_unittests': {
452 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24453 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47454 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18455 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46456 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47457 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28458 ],
459 },
460 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18461 'remove_from': [
462 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18463 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01464 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01465 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21466 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55467 # Can't run on MSAN because gl_tests uses the hardware driver,
468 # which isn't instrumented.
469 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18470 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28471 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45472 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45473 # TODO(kbr): figure out a better way to specify blocks of
474 # arguments like this for tests on multiple machines.
475 'Linux ASan LSan Tests (1)': {
476 'args': [
477 '--use-gpu-in-tests',
478 '--no-xvfb',
479 ],
480 'swarming': {
481 'dimension_sets': [
482 {
483 'gpu': '10de:1cb3',
484 'os': 'Ubuntu',
485 'pool': 'Chrome-GPU',
486 },
487 ],
488 },
489 'use_xvfb': False,
490 },
491 'Linux ASan LSan Tests (1)': {
492 'args': [
493 '--use-gpu-in-tests',
494 '--no-xvfb',
495 ],
496 'swarming': {
497 'dimension_sets': [
498 {
499 'gpu': '10de:1cb3',
500 'os': 'Ubuntu',
501 'pool': 'Chrome-GPU',
502 },
503 ],
504 },
505 'use_xvfb': False,
506 },
507 'Linux CFI': {
508 'args': [
509 '--use-gpu-in-tests',
510 '--no-xvfb',
511 ],
512 'swarming': {
513 'dimension_sets': [
514 {
515 'gpu': '10de:1cb3',
516 'os': 'Ubuntu',
517 'pool': 'Chrome-GPU',
518 },
519 ],
520 },
521 'use_xvfb': False,
522 },
523 'Linux TSan Tests': {
524 'args': [
525 '--use-gpu-in-tests',
526 '--no-xvfb',
527 ],
528 'swarming': {
529 'dimension_sets': [
530 {
531 'gpu': '10de:1cb3',
532 'os': 'Ubuntu',
533 'pool': 'Chrome-GPU',
534 },
535 ],
536 },
537 'use_xvfb': False,
538 },
Kenneth Russelleb60cbd22017-12-05 07:54:28539 },
540 },
541 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18542 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01543 # chromium.gpu.fyi
544 # On Android, these are already run on the main waterfall.
545 # Run them on the one-off Android FYI bots, though.
546 'Android FYI Release (Nexus 5X)',
547 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
548 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18549 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28550 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28551 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24552 'CFI Linux ToT': {
553 'args': [
554 '--use-gpu-in-tests',
555 '--no-xvfb',
556 ],
557 'swarming': {
558 'dimension_sets': [
559 {
560 'gpu': '10de:1cb3',
561 'os': 'Ubuntu',
562 'pool': 'Chrome-GPU',
563 },
564 ],
565 },
566 'use_xvfb': False,
567 },
Kenneth Russell8ceeabf2017-12-11 17:53:28568 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18569 'Linux CFI': {
570 'args': [
571 '--use-gpu-in-tests',
572 '--no-xvfb',
573 ],
574 'swarming': {
575 'dimension_sets': [
576 {
577 'gpu': '10de:1cb3',
578 'os': 'Ubuntu',
579 'pool': 'Chrome-GPU',
580 },
581 ],
582 },
583 'use_xvfb': False,
584 },
Kenneth Russelleb60cbd22017-12-05 07:54:28585 },
586 },
Nico Weber65338c02018-06-22 19:13:40587 'gl_unittests_ozone': {
588 'remove_from': [
589 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
590 # which isn't instrumented.
591 'Linux ChromiumOS MSan Tests',
592 ],
593 },
Kenneth Russelleb60cbd22017-12-05 07:54:28594 'headless_browsertests': {
595 'remove_from': [
Nico Webere140de212018-06-08 15:36:17596 # chromium.clang
597 'ToTLinuxASan', # https://crbug.com/843732
Nico Weber1c1495022018-06-09 04:10:45598 # chromium.memory
599 'Linux ASan LSan Tests (1)', # https://crbug.com/843732
600 'Linux TSan Tests', # https://crbug.com/843734
Kenneth Russelleb60cbd22017-12-05 07:54:28601 ],
602 },
603 'headless_unittests': {
604 'remove_from': [
Nico Webere140de212018-06-08 15:36:17605 # chromium.clang
606 'ToTLinuxASan', # https://crbug.com/843732
Nico Weber1c1495022018-06-09 04:10:45607 # chromium.memory
608 'Linux ASan LSan Tests (1)', # https://crbug.com/843732
Kenneth Russelleb60cbd22017-12-05 07:54:28609 ],
610 },
Kenneth Russell8a386d42018-06-02 09:48:01611 'info_collection_tests': {
612 'remove_from': [
613 # chromium.gpu.fyi
614 # The Mac ASAN swarming bot runs tests on two different GPU
615 # types, so we can't have one expected vendor ID / device ID.
616 'Mac FYI GPU ASAN Release',
617 # client.v8.fyi
618 'Android V8 FYI Release (Nexus 5X)',
619 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35620 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01621 'Mac V8 FYI Release (Intel)',
622 'Win V8 FYI Release (NVIDIA)',
623 ],
624 },
Kenneth Russelleb60cbd22017-12-05 07:54:28625 'interactive_ui_tests': {
626 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28627 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28628 'Win7 Tests (dbg)(1)': {
629 'swarming': {
630 'shards': 4,
631 },
632 },
John Budorickca14c76f62017-12-09 14:19:18633 # chromium.memory
634 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17635 # These are slow on the ASan trybot for some reason, crbug.com/794372
636 'swarming': {
637 'shards': 6,
638 },
639 },
640 'Linux TSan Tests': {
641 # These are slow on the TSan trybot for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18642 'swarming': {
John Budorick5052d552017-12-13 02:59:34643 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18644 },
645 },
Takuto Ikuta54671d972018-07-19 19:06:35646 'Linux ChromiumOS MSan Tests': {
647 # These are very slow on the Chrome OS MSAN trybot for some reason.
648 # crbug.com/865455
649 'swarming': {
650 'shards': 5,
651 },
652 },
Dirk Pranke8fd63c12017-12-10 18:06:27653 # client.v8.chromium
654 'Linux - Future (dbg)': {
655 'swarming': {
656 'shards': 3,
657 },
658 },
Greg Thompson3eb7e6522018-05-25 09:04:03659 # chromium.win; temporary, https://crbug.com/818832
660 'Win10 Tests x64 (dbg)': {
661 'experiment_percentage': 100,
662 },
Kenneth Russelleb60cbd22017-12-05 07:54:28663 },
664 },
Nico Weberd3096fb2018-06-07 17:50:15665 'nacl_helper_nonsfi_unittests': {
666 'remove_from': [
667 # chromium.memory
668 'Linux TSan Tests', # Sets enable_nacl=false.
669 ],
670 },
Kenneth Russellfbda3c532017-12-08 23:57:24671 'nacl_loader_unittests': {
672 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35673 # chromium.clang
674 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51675 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18676 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11677 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48678 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24679 ],
680 },
Kenneth Russelleb60cbd22017-12-05 07:54:28681 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24682 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28683 # chromium.fyi
Nico Weber1cf7a5e12018-07-09 14:22:11684 'fuchsia-fyi-arm64-rel', # https://crbug.com/847915
685 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416 (and 847915)
Kenneth Russell8ceeabf2017-12-11 17:53:28686 # chromium.linux
Nico Weber1cf7a5e12018-07-09 14:22:11687 'Fuchsia x64', # https://crbug.com/847915
Kenneth Russellfbda3c532017-12-08 23:57:24688 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28689 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24690 # chromium.clang
691 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33692 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24693 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33694 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24695 },
696 },
John Budorickca14c76f62017-12-09 14:19:18697 # chromium.memory
698 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34699 # These are very slow on the ASAN trybot for some reason.
700 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18701 'swarming': {
John Budorick5052d552017-12-13 02:59:34702 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18703 },
704 },
705 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35706 # These are very slow on the ASAN trybot for some reason.
707 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18708 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02709 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18710 }
711 },
Takuto Ikuta54671d972018-07-19 19:06:35712 'Linux ChromiumOS MSan Tests': {
713 # These are very slow on the Chrome OS MSAN trybot for some reason.
714 # crbug.com/865455
715 'swarming': {
716 'shards': 2,
717 },
718 },
John Budorickca14c76f62017-12-09 14:19:18719 'Linux TSan Tests': {
720 'swarming': {
721 'shards': 4,
722 }
723 },
Ben Pastene8bf205b2018-06-13 04:00:33724 # The suite runs signficantly slower on linux dbg, so increase shards.
725 'Linux Tests (dbg)(1)': {
726 'swarming': {
727 'shards': 2,
728 },
729 },
730 'Linux Tests (dbg)(1)(32)': {
731 'swarming': {
732 'shards': 2,
733 },
734 },
735 'linux-chromeos-dbg': {
736 'swarming': {
737 'shards': 2,
738 },
739 },
Kenneth Russelleb60cbd22017-12-05 07:54:28740 },
741 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31742 'network_service_browser_tests': {
743 'remove_from': [
Nico Weber073af192018-06-21 19:22:17744 # chromium.memory
745 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
746 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31747 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19748 'Win7 Tests (1)', # For swarming capacity reasons.
749 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06750 # Only run network service tests on Mac 10.12 for capacity reasons.
751 'Chromium Mac 10.13',
752 'Mac10.10 Tests',
753 'Mac10.11 Tests',
754 'Mac10.13 Tests',
755 'Mac10.13 Tests (dbg)',
756 'Mac ASan 64 Tests (1)',
757 'Mac ASan 64 Tests (1)',
758 'mac-views-rel',
759 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31760 ],
Kenneth Russell6c83d212018-07-27 20:52:59761 'modifications': {
762 # chromium.win
763 'Win10 Tests x64': {
764 # crbug.com/868082
765 'args': [
766 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
767 ],
768 },
769 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31770 },
Clark DuValld5b71742018-12-07 22:11:32771 # Note: keep experiment percentages the same as chrome_public_test_apk.
772 'network_service_chrome_public_test_apk': {
773 # Only run these on the phone testers for now due to capacity.
774 'remove_from': [
775 # chromium.android
776 'android-kitkat-arm-rel',
777 'android-marshmallow-arm64-rel',
778 'KitKat Tablet Tester',
779 'Lollipop Tablet Tester',
780 'Marshmallow Tablet Tester',
781 'KitKat Phone Tester (dbg)',
782 # chromium.android.fyi
783 'x86 Cloud Tester',
784 # chromium.memory
785 'Android CFI',
786 # chromium.clang
787 'ToTAndroid',
788 'ToTAndroidCFI',
789 ],
790 'modifications': {
791 # chromium.android
792 'Marshmallow 64 bit Tester': {
793 # TODO(crbug.com/731759): Enable this once we're confident that it
794 # passes.
795 'experiment_percentage': 100,
796 },
797 'Oreo Phone Tester': {
798 'experiment_percentage': 100,
799 },
800 },
801 },
John Abd-El-Malek4782bd12018-06-12 01:08:21802 'network_service_components_browsertests': {
803 'remove_from': [
Nico Weber073af192018-06-21 19:22:17804 # chromium.memory
805 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
806 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21807 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19808 'Win7 Tests (1)', # For swarming capacity reasons.
809 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06810 # Only run network service tests on Mac 10.12 for capacity reasons.
811 'Chromium Mac 10.13',
812 'Mac10.10 Tests',
813 'Mac10.11 Tests',
814 'Mac10.13 Tests',
815 'Mac10.13 Tests (dbg)',
816 'Mac ASan 64 Tests (1)',
817 'Mac ASan 64 Tests (1)',
818 'mac-views-rel',
819 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19820 ],
821 },
822 'network_service_content_browsertests': {
823 'remove_from': [
Nico Weber073af192018-06-21 19:22:17824 # chromium.memory
825 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
826 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19827 # chromium.win
828 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11829 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06830 # Only run network service tests on Mac 10.12 for capacity reasons.
831 'Chromium Mac 10.13',
832 'Mac10.10 Tests',
833 'Mac10.11 Tests',
834 'Mac10.13 Tests',
835 'Mac10.13 Tests (dbg)',
836 'Mac ASan 64 Tests (1)',
837 'Mac ASan 64 Tests (1)',
838 'mac-views-rel',
839 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21840 ],
841 },
Clark DuValld5b71742018-12-07 22:11:32842 'network_service_content_shell_test_apk': {
843 # Only run these on the phone testers for now due to capacity.
844 'remove_from': [
845 # chromium.android
846 'android-kitkat-arm-rel',
847 'android-marshmallow-arm64-rel',
848 'KitKat Tablet Tester',
849 'Lollipop Tablet Tester',
850 'Marshmallow Tablet Tester',
851 'KitKat Phone Tester (dbg)',
852 # chromium.android.fyi
853 'x86 Cloud Tester',
854 # chromium.memory
855 'Android CFI',
856 # chromium.clang
857 'ToTAndroid',
858 'ToTAndroidCFI',
859 ],
860 },
John Abd-El-Malek787a41a2018-06-12 18:10:53861 'network_service_extensions_browsertests': {
862 'remove_from': [
Nico Weber073af192018-06-21 19:22:17863 # chromium.memory
864 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
865 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:53866 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19867 'Win7 Tests (1)', # For swarming capacity reasons.
868 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06869 # Only run network service tests on Mac 10.12 for capacity reasons.
870 'Chromium Mac 10.13',
871 'Mac10.10 Tests',
872 'Mac10.11 Tests',
873 'Mac10.13 Tests',
874 'Mac10.13 Tests (dbg)',
875 'Mac ASan 64 Tests (1)',
876 'Mac ASan 64 Tests (1)',
877 'mac-views-rel',
878 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:53879 ],
880 },
881 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:19882 'remove_from': [
Nico Weber073af192018-06-21 19:22:17883 # chromium.memory
884 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
885 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19886 # chromium.win
887 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06888 # Only run network service tests on Mac 10.12 for capacity reasons.
889 'Chromium Mac 10.13',
890 'Mac10.10 Tests',
891 'Mac10.11 Tests',
892 'Mac10.13 Tests',
893 'Mac10.13 Tests (dbg)',
894 'Mac ASan 64 Tests (1)',
895 'Mac ASan 64 Tests (1)',
896 'mac-views-rel',
897 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19898 ],
John Abd-El-Malek787a41a2018-06-12 18:10:53899 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:19900 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:11901 'Win10 Tests x64 (dbg)': {
902 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:53903 },
904 },
905 },
Lukasz Anforowicz04bc6302018-11-19 19:04:28906 'not_site_per_process_webkit_layout_tests': {
907 'remove_from': [
908 # chromium.linux
909 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
910 'Linux Tests (dbg)(1)',
911 'Linux Tests (dbg)(1)(32)',
912 ],
913 },
Xi Cheng34ca4042018-02-23 00:10:12914 'notification_helper_unittests': {
915 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:12916 # The test uses WinRT, which only exists in Windows 8 or above.
917 # (https://crbug.com/813553)
918 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:12919 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:12920 'Win7 Tests (1)',
921 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:12922 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:12923 'ToTWin',
924 'ToTWin(dbg)',
925 'ToTWin(dll)',
926 'ToTWin64',
927 'ToTWin64(dbg)',
928 'ToTWin64(dll)',
929 'ToTWinCFI',
930 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:12931 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:08932 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:12933 ],
934 },
Stephen Martinis54d64ad2018-09-21 22:16:20935 'performance_test_suite': {
936 'modifications': {
937 'Mac10.13 Tests (dbg)': {
938 'args': [
939 '--browser=debug',
940 ],
941 },
942 'Win10 Tests x64 (dbg)': {
943 'args': [
944 '--browser=debug_x64',
945 ],
946 'experiment_percentage': 100,
947 },
948 'Win7 Tests (dbg)(1)': {
949 'args': [
950 '--browser=debug',
951 ],
952 },
953 },
954 },
Nico Weber128fd382018-06-14 23:29:27955 'remoting_unittests': {
956 'remove_from': [
957 # chromium.linux
958 'Linux Tests (dbg)(1)(32)', # https://crbug.com/852895
959 ],
960 },
Kenneth Russelleb60cbd22017-12-05 07:54:28961 'services_unittests': {
962 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24963 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48964 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:01965 # chromium.gpu.fyi
966 # The face and barcode detection tests fail on the Mac Pros.
967 'Mac Pro FYI Release (AMD)',
John Budorickca14c76f62017-12-09 14:19:18968 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46969 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
970 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:28971 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28972 },
Stephen Martinis54d64ad2018-09-21 22:16:20973 'single_process_mash_browser_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:20974 'modifications': {
975 # chromium.chromiumos
976 'linux-chromeos-dbg': {
977 'swarming': {
978 'shards': 20,
979 },
980 },
981 # chromium.memory
982 'Linux Chromium OS ASan LSan Tests (1)': {
983 # These are very slow on the ASAN trybot for some reason.
984 # crbug.com/794372
985 'swarming': {
986 'shards': 30,
987 },
988 },
989 'Linux ChromiumOS MSan Tests': {
990 'swarming': {
991 'shards': 20,
992 },
993 },
994 },
995 },
Dirk Pranke1b767092017-12-07 04:44:23996 'sizes': {
997 'remove_from': [
Stephen Martinis72671712018-08-23 20:21:04998 'win32-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26999 'win32-rel',
Stephen Martinis72671712018-08-23 20:21:041000 'win-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:261001 'win-rel',
Dirk Pranke1b767092017-12-07 04:44:231002 ],
1003 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281004 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281005 'Android Cronet KitKat Builder': {
1006 'args': [
1007 '--platform',
1008 'android-cronet',
1009 '--perf-id',
1010 'android_cronet_builder',
1011 'cronet-arm/sizes',
1012 ],
1013 'override_compile_targets': [
1014 'cronet',
1015 ],
1016 },
Dirk Pranke1b767092017-12-07 04:44:231017 },
1018 },
Stephen Martinis54d64ad2018-09-21 22:16:201019 'swiftshader_unittests': {
1020 'remove_from': [
1021 # Save capacity on the hardware where we have only a few machines.
1022 'Mac FYI Experimental Release (Intel)',
1023 'Mac FYI Experimental Retina Release (AMD)',
1024 'Mac FYI Experimental Retina Release (NVIDIA)',
1025 'Mac Pro FYI Release (AMD)',
1026 ],
1027 },
Kenneth Russelleb60cbd22017-12-05 07:54:281028 'sync_integration_tests': {
1029 'modifications': {
1030 'Win7 Tests (dbg)(1)': {
1031 'swarming': {
1032 'shards': 2,
1033 },
1034 },
Stephen Martinis75ab55d2018-08-30 02:27:121035 'Win10 Tests x64 (dbg)': {
1036 'experiment_percentage': 100, # https://crbug.com/840369
1037 },
Kenneth Russelleb60cbd22017-12-05 07:54:281038 },
John Budorickca14c76f62017-12-09 14:19:181039 'remove_from': [
1040 # chromium.memory
Nico Weber996e65c2018-06-14 14:05:571041 'Linux TSan Tests', # https://crbug.com/852002
John Budorickca14c76f62017-12-09 14:19:181042 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281043 },
Kenneth Russell8a386d42018-06-02 09:48:011044 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521045 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011046 'remove_from': [
1047 # chromium.gpu
1048 'Linux Debug (NVIDIA)',
1049 'Mac Debug (Intel)',
1050 'Mac Retina Debug (AMD)',
1051 'Win10 Debug (NVIDIA)',
1052 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:011053 'Win10 FYI Debug (NVIDIA)',
1054 'Win7 FYI Debug (AMD)',
1055 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551056 },
Kenneth Russelleb60cbd22017-12-05 07:54:281057 'telemetry_perf_unittests': {
1058 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281059 # chromium.android
John Budorick2232bb982018-05-18 17:50:071060 'android-kitkat-arm-rel': {
1061 'args': [
1062 '--browser=android-chromium',
1063 '--device=android',
1064 ],
1065 'swarming': {
1066 'dimension_sets': [
1067 {
1068 'temp_band': '<30',
1069 },
1070 ],
John Budorick2232bb982018-05-18 17:50:071071 'shards': 15,
1072 },
1073 },
John Budorick8c4a989d2018-05-20 05:08:391074 'android-marshmallow-arm64-rel': {
1075 'args': [
1076 '--browser=android-chromium',
1077 '--device=android',
1078 ],
1079 'swarming': {
1080 'dimension_sets': [
1081 {
1082 'temp_band': '<30',
1083 },
1084 ],
John Budorick8c4a989d2018-05-20 05:08:391085 'shards': 15,
1086 },
1087 },
Kenneth Russell8ceeabf2017-12-11 17:53:281088 # chromium.android.fyi
1089 'x86 Cloud Tester': {
1090 'args': [
1091 '--browser=android-chromium',
1092 '--device=android',
1093 ],
1094 'swarming': {
1095 'shards': 1,
1096 },
1097 },
John Budorick5672ffd2018-09-07 18:25:581098 # chromium.fyi
1099 'linux-chromium-tests-staging-tests': {
1100 'args': [
1101 '--xvfb',
1102 '--jobs=1',
1103 ],
1104 },
Kenneth Russell8ceeabf2017-12-11 17:53:281105 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281106 'Linux Tests': {
1107 'args': [
1108 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481109 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281110 ],
1111 },
Ned Nguyeneb3911e2017-12-11 20:16:021112 'Linux Tests (dbg)(1)': {
1113 'args': [
1114 '--xvfb',
nednguyen35d625f22018-01-11 19:45:301115 '--jobs=1',
Ned Nguyeneb3911e2017-12-11 20:16:021116 ],
1117 },
John Budorick2593eb922018-05-09 19:31:491118 'linux-xenial-rel': {
1119 'args': [
1120 '--xvfb',
1121 '--jobs=1',
1122 ],
1123 },
Kenneth Russell8ceeabf2017-12-11 17:53:281124 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281125 # Disable parallelism on all Mac bots.
1126 'Mac10.10 Tests': {
1127 'args': [
1128 '--jobs=1',
1129 ],
1130 },
1131 'Mac10.11 Tests': {
1132 'args': [
1133 '--jobs=1',
1134 ],
1135 },
1136 'Mac10.12 Tests': {
1137 'args': [
1138 '--jobs=1',
1139 ],
1140 },
Ned Nguyen6e6e5b32018-02-21 20:21:501141 'Win7 Tests (dbg)(1)': {
1142 'args': [
1143 '--jobs=1',
1144 ],
1145 'swarming': {
1146 'shards': 20,
1147 },
1148 'experiment_percentage': 100,
1149 },
Will Harris17a64862018-10-18 15:36:011150 # luci.chromium.ci
1151 'linux-tcmalloc-rel': {
1152 'args': [
1153 '--xvfb',
1154 '--jobs=1',
1155 ],
1156 },
Kenneth Russelleb60cbd22017-12-05 07:54:281157 },
1158 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281159 'Linux Tests (dbg)(1)(32)',
Shenghua Zhangbd6f1b22018-03-03 02:59:141160 'Mac10.13 Tests',
1161 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271162 # client.v8.chromium
1163 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111164 # chromium.win
1165 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281166 ],
1167 },
Stephen Martinis54d64ad2018-09-21 22:16:201168 'telemetry_unittests': {
1169 'modifications': {
1170 'Win10 Tests x64 (dbg)': {
1171 'experiment_percentage': 100, # crbug.com/870673
1172 }
1173 }
1174 },
Kenneth Russelleb60cbd22017-12-05 07:54:281175 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281176 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241177 # chromium.clang
1178 'ToTLinuxASan': {
1179 'swarming': {
1180 'shards': 2,
1181 },
John Budorickca14c76f62017-12-09 14:19:181182 },
Dirk Pranke20eae9a72017-12-09 18:12:141183 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:181184 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341185 # These are slow on the ASAN trybot for some reason.
1186 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181187 'swarming': {
John Budorick5052d552017-12-13 02:59:341188 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181189 },
1190 },
John Budorickca14c76f62017-12-09 14:19:181191 'Linux TSan Tests': {
1192 'swarming': {
1193 'shards': 2,
1194 },
1195 },
Takuto Ikuta54671d972018-07-19 19:06:351196 'Linux ChromiumOS MSan Tests': {
1197 # These are very slow on the Chrome OS MSAN trybot for some reason.
1198 # crbug.com/865455
1199 'swarming': {
1200 'shards': 2,
1201 },
1202 },
1203 'Linux Chromium OS ASan LSan Tests (1)': {
1204 # These are slow on the ASAN trybot for some reason.
1205 # crbug.com/794372
1206 'swarming': {
1207 'shards': 2,
1208 },
1209 },
Dirk Pranke20eae9a72017-12-09 18:12:141210 # chromium.swarm
1211 'Android N5X Swarm': {
1212 'swarming': {
1213 'shards': 8,
1214 },
1215 },
Kenneth Russelleb60cbd22017-12-05 07:54:281216 },
1217 },
Kenneth Russell8a386d42018-06-02 09:48:011218 'video_decode_accelerator_gl_unittest': {
1219 'remove_from': [
1220 # chromium.gpu.fyi
1221 # Windows Intel doesn't have the GL extensions to support this test.
Kenneth Russell0272ab72018-06-04 17:22:241222 'Optional Win10 Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011223 'Win10 FYI Release (Intel HD 630)',
1224 'Win10 FYI Exp Release (Intel HD 630)',
1225 ],
1226 },
Stephen Martinis36977112018-04-06 06:09:461227 'viz_browser_tests': {
Takuto Ikuta4ef47d5f2018-06-11 13:15:361228 'modifications': {
Nico Weber6b67a402018-06-18 21:45:011229 # chromium.chromiumos
1230 'linux-chromeos-dbg': {
1231 'swarming': {
1232 'shards': 20,
1233 },
1234 },
Nico Weber3f2a65de92018-06-11 14:04:171235 # chromium.memory
Takuto Ikuta54671d972018-07-19 19:06:351236 'Linux ChromiumOS MSan Tests': {
1237 # These are very slow on the Chrome OS MSAN trybot for some reason.
1238 # crbug.com/865455
1239 'swarming': {
1240 'shards': 20,
1241 },
1242 },
1243 'Linux Chromium OS ASan LSan Tests (1)': {
1244 # These are very slow on the ASAN trybot for some reason.
1245 # crbug.com/794372
1246 'swarming': {
James Cook98759ec2018-07-30 22:02:131247 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351248 },
1249 },
Takuto Ikuta4ef47d5f2018-06-11 13:15:361250 },
Stephen Martinis36977112018-04-06 06:09:461251 },
Stephen Martinis54d64ad2018-09-21 22:16:201252 'viz_content_browsertests': {
1253 'modifications': {
1254 # chromium.memory
1255 'Linux Chromium OS ASan LSan Tests (1)': {
1256 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1257 'swarming': {
1258 'shards': 4,
1259 }
1260 },
1261 'Linux ChromiumOS MSan Tests': {
1262 # These are very slow on the Chrome OS MSAN trybot for some reason.
1263 # crbug.com/865455
1264 'swarming': {
1265 'shards': 2,
1266 },
1267 },
1268 },
1269 },
Kenneth Russelleb60cbd22017-12-05 07:54:281270 'viz_unittests': {
1271 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281272 # chromium.win
1273 'Win10 Tests x64',
1274 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281275 },
Piotr Bialecki46627f02018-12-07 01:55:581276 'vr_android_unittests': {
1277 'remove_from': [
1278 # chromium.android.fyi
1279 'x64 Device Tester',
1280 'x86 Cloud Tester',
1281 ],
1282 },
Kenneth Russellfbda3c532017-12-08 23:57:241283 'vr_pixeltests': {
1284 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281285 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281286 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241287 ],
1288 },
Nico Webere81999ee2018-07-01 23:52:431289 'wayland_client_perftests': {
1290 'remove_from': [
1291 'linux-chromeos-dbg', # https://crbug.com/859307
1292 ],
1293 },
Stephen Martinis54d64ad2018-09-21 22:16:201294 'webgl2_conformance_tests': {
1295 'remove_from': [
1296 # The Mac NVIDIA Retina bots don't have the capacity to run
1297 # this test suite on mac_optional_gpu_tests_rel.
1298 'Optional Mac Retina Release (NVIDIA)',
1299 ],
Kenneth Russell8a386d42018-06-02 09:48:011300 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011301 'Mac FYI GPU ASAN Release': {
1302 'args': [
1303 '--is-asan',
1304 ]
1305 },
1306 },
1307 },
1308 'webgl_conformance_gl_passthrough_tests': {
1309 'remove_from': [
1310 # crbug.com/555545 and crbug.com/649824:
1311 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1312 # Always fails on older cards, flaky on newer cards.
1313 'Win7 FYI Debug (AMD)',
1314 'Win7 FYI Release (AMD)',
1315 ],
1316 },
Stephen Martinis54d64ad2018-09-21 22:16:201317 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011318 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201319 # On desktop platforms these don't take very long (~7 minutes),
1320 # but on Android they take ~30 minutes and we want to use more
1321 # shards than on desktop.
1322 # chromium.gpu
1323 'Android Release (Nexus 5X)': {
1324 'swarming': {
1325 'shards': 6,
1326 },
1327 },
Kenneth Russell8a386d42018-06-02 09:48:011328 'Mac FYI GPU ASAN Release': {
1329 'args': [
1330 '--is-asan',
1331 ]
1332 },
1333 },
1334 },
Yuly Novikove27d1d22018-10-29 21:24:191335 'webgl_conformance_vulkan_passthrough_tests': {
1336 'remove_from': [
1337 'Win7 FYI Debug (AMD)',
1338 ],
1339 },
Kenneth Russelleb60cbd22017-12-05 07:54:281340 'webkit_layout_tests': {
1341 'remove_from': [
Dirk Prankeca0a1ab2018-07-31 21:06:431342 # chromium.fyi
1343 'Chromium Mac 10.13',
Kenneth Russellfbda3c532017-12-08 23:57:241344 # chromium.linux
Dirk Prankec2917e92018-06-21 04:28:531345 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
Kenneth Russellfbda3c532017-12-08 23:57:241346 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321347 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131348 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281349 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281350 'modifications': {
John Budorick7732d4d02018-07-30 19:02:541351 # chromium.android
1352 'KitKat Phone Tester (dbg)': {
1353 'args': [
1354 '--debug',
1355 '--android',
John Budorickb1833612018-12-07 04:36:411356 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1357 # Android. Remove this when it no longer affects Android crash
1358 # log handling.
1359 '--disable-breakpad',
Kenneth Russell45cf54092018-08-20 21:21:301360 # TODO(crbug.com/875172): run on the real GPU since the
1361 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
Kenneth Russelle8305342018-08-21 19:34:231362 '--additional-driver-flag=--use-gpu-in-tests',
John Budorick7732d4d02018-07-30 19:02:541363 ],
John Budorick7732d4d02018-07-30 19:02:541364 },
Kenneth Russell8ceeabf2017-12-11 17:53:281365 # chromium.fyi
Stephen McGruer54cac792018-08-30 15:02:321366 'linux-blink-animation-use-time-delta': {
1367 'args': [
1368 '--debug',
1369 ],
1370 },
John Budorick6650ef12018-05-16 23:33:171371 'linux-blink-gen-property-trees': {
1372 'args': [
John Budorick47795202018-05-18 01:30:351373 '--debug',
Philip Rogersbe7e7152018-12-03 21:24:171374 '--additional-driver-flag=--enable-blink-features=BlinkGenPropertyTrees',
John Budorick6650ef12018-05-16 23:33:171375 ],
1376 },
John Budoricka14c2c392018-03-02 19:00:441377 'linux-blink-heap-incremental-marking': {
1378 'args': [
1379 '--debug',
Michael Lippautzd48e4a52018-04-26 06:59:131380 '--additional-driver-flag=--enable-blink-features=HeapIncrementalMarkingStress',
John Budoricka14c2c392018-03-02 19:00:441381 ],
1382 },
John Budorickab108712018-09-01 00:12:211383 'linux-blink-heap-unified-gc': {
1384 'args': [
1385 '--debug',
1386 '--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection',
1387 ],
1388 },
Dirk Pranke97f97ae62018-06-19 22:22:361389 'mac10.10-blink-rel-dummy': {
1390 'swarming': {
1391 'dimension_sets': [
1392 { # This should match Mac10.10 Tests on chromium.mac.
1393 'gpu': 'none',
1394 'os': 'Mac-10.10',
1395 }
1396 ]
1397 },
1398 },
1399 'mac10.11-blink-rel-dummy': {
1400 'swarming': {
1401 'dimension_sets': [
1402 { # This should match Mac10.11 Tests on chromium.mac.
1403 'gpu': 'none',
1404 'os': 'Mac-10.11',
1405 }
1406 ]
1407 },
1408 },
1409 'mac10.12-blink-rel-dummy': {
1410 'swarming': {
1411 'dimension_sets': [
1412 { # This should match Mac10.12 Tests on chromium.mac.
1413 'gpu': '8086:0a2e',
1414 'hidpi': '0',
1415 'os': 'Mac-10.12',
1416 },
1417 ],
1418 },
1419 },
Dirk Pranke97f97ae62018-06-19 22:22:361420 'mac10.13-blink-rel-dummy': {
1421 'swarming': {
1422 'dimension_sets': [
1423 { # This should match Chromium Mac 10.13 on chromium.fyi.
1424 'gpu': '8086:0a2e',
1425 'hidpi': '0',
1426 'os': 'Mac-10.13',
1427 },
1428 ],
1429 'shards': 12,
1430 },
1431 },
Philip Rogers639990262018-12-08 00:13:331432 'WebKit Linux composite_after_paint Dummy Builder': {
1433 'args': [
1434 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1435 ],
1436 },
Kenneth Russell8ceeabf2017-12-11 17:53:281437 'WebKit Linux layout_ng Dummy Builder': {
1438 'args': [
1439 '--additional-driver-flag=--enable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281440 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281441 },
1442 'WebKit Linux root_layer_scrolls Dummy Builder': {
1443 'args': [
1444 '--additional-driver-flag=--root-layer-scrolls',
1445 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281446 },
Kenneth Russell8ceeabf2017-12-11 17:53:281447 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281448 'Linux Tests': {
1449 'swarming': {
1450 'dimension_sets': [
1451 {
1452 # TODO(kbr): this is essentially redundant.
1453 'os': 'Ubuntu-14.04',
1454 },
1455 ],
1456 'shards': 6,
1457 },
1458 },
Dirk Prankec1083b42018-06-15 02:43:321459 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131460 'args': [
1461 '--debug',
1462 ],
Dirk Prankec1083b42018-06-15 02:43:321463 'swarming': {
1464 'dimension_sets': [
1465 {
1466 # TODO(kbr): this is essentially redundant.
1467 'os': 'Ubuntu-14.04',
1468 },
1469 ],
1470 'shards': 20,
1471 },
1472 },
Kenneth Russell8ceeabf2017-12-11 17:53:281473 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281474 'Mac10.10 Tests': {
1475 # TODO(kbr): this is essentially redundant.
1476 'swarming': {
1477 'dimension_sets': [
1478 {
1479 'gpu': 'none',
1480 'os': 'Mac-10.10.5',
1481 },
1482 ],
1483 },
1484 },
1485 'Mac10.11 Tests': {
1486 # TODO(kbr): this is essentially redundant.
1487 'swarming': {
1488 'dimension_sets': [
1489 {
1490 'gpu': 'none',
1491 'os': 'Mac-10.11.6',
1492 },
1493 ],
1494 },
1495 },
1496 'Mac10.12 Tests': {
1497 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431498 # all jobs then this wouldn't be needed.
Kenneth Russelleb60cbd22017-12-05 07:54:281499 'swarming': {
1500 'dimension_sets': [
1501 {
Ben Pasteneb9dbd662018-08-07 18:54:131502 'gpu': '8086:0a2e',
Kenneth Russelleb60cbd22017-12-05 07:54:281503 'os': 'Mac-10.12.6',
1504 },
1505 ],
1506 'shards': 12,
1507 },
1508 },
Dirk Pranke736e26f2018-04-07 01:54:301509 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531510 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431511 # all jobs then this wouldn't be needed.
Dirk Prankec2917e92018-06-21 04:28:531512 'swarming': {
1513 'dimension_sets': [
1514 {
Ben Pastene62e179d52018-08-16 21:22:091515 'gpu': '8086:0a2e',
1516 'os': 'Mac-10.12.6',
Dirk Prankec2917e92018-06-21 04:28:531517 },
1518 ],
1519 'shards': 12,
Brad Hall5f3baa72018-12-05 23:18:021520 # TODO(crbug.com/853356): Switch this fully to 10.13.
1521 # Starting with a 20 minute expiration for now, we will reduce this
1522 # later.
1523 'optional_dimensions': {
1524 1200: [
1525 {
1526 'os': 'Mac-10.13',
1527 }
1528 ],
1529 },
Dirk Prankec2917e92018-06-21 04:28:531530 },
Dirk Pranke736e26f2018-04-07 01:54:301531 },
Dirk Pranke15530fe2018-06-15 16:12:131532 'Mac10.13 Tests (dbg)': {
1533 'args': [
1534 '--debug',
1535 ],
1536 },
Dirk Pranke81ff51c2017-12-09 19:24:281537 # chromium.webkit.
Dirk Pranke81ff51c2017-12-09 19:24:281538 'WebKit Linux Trusty ASAN': {
1539 'args': [
1540 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431541 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281542 '--time-out-ms',
1543 '48000',
1544 '--enable-sanitizer',
1545 ],
1546 'swarming': {
1547 'dimension_sets': [
1548 {
1549 'os': 'Ubuntu-14.04',
1550 },
1551 ],
1552 'shards': 20,
1553 },
1554 },
1555 'WebKit Linux Trusty Leak': {
1556 'args': [
1557 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431558 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281559 '--time-out-ms',
1560 '48000',
1561 '--enable-leak-detection',
1562 ],
1563 'swarming': {
1564 'dimension_sets': [
1565 {
1566 'os': 'Ubuntu-14.04',
1567 },
1568 ],
1569 'shards': 10,
1570 },
1571 },
1572 'WebKit Linux Trusty MSAN': {
1573 'args': [
1574 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431575 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281576 '--time-out-ms',
1577 '66000',
1578 '--enable-sanitizer',
1579 ],
1580 'swarming': {
1581 'dimension_sets': [
1582 {
1583 'os': 'Ubuntu-14.04',
1584 },
1585 ],
1586 'expiration': 36000,
1587 'hard_timeout': 10800,
1588 'io_timeout': 3600,
1589 'shards': 20,
1590 },
1591 },
Dirk Pranke81ff51c2017-12-09 19:24:281592 'WebKit Win10': {
1593 'swarming': {
1594 'dimension_sets': [
1595 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:481596 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:281597 },
1598 ],
Dirk Pranke81ff51c2017-12-09 19:24:281599 },
1600 },
Kenneth Russell8ceeabf2017-12-11 17:53:281601 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281602 'Win7 Tests (dbg)(1)': {
1603 'args': [
1604 '--debug',
1605 '--time-out-ms',
1606 '60000'
1607 ],
Dirk Pranke028aa922018-05-25 18:37:341608 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281609 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1610 # from prefered_os_dimension in
1611 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1612 # Swarming dimensions would be either specified for all testers on the
1613 # waterfall (and therefore, explicitly specified for all tests in the
1614 # generated JSON), or this would be removed, and the implicit one used.
1615 'swarming': {
1616 'dimension_sets': [
1617 {
1618 'os': 'Windows-7-SP1',
1619 }
1620 ],
1621 },
1622 },
Stephen Martinis1c5d6aa2018-04-17 03:11:251623 'Win10 Tests x64 (dbg)': {
1624 'args': [
1625 '--debug',
Stephen Martinis29afff32018-04-19 03:03:111626 '--target',
1627 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:251628 ],
1629 },
John Budorickb1833612018-12-07 04:36:411630 # tryserver.chromium.android
1631 'android_blink_rel': {
1632 'args': [
John Budorick04e6d4b2018-12-07 21:08:421633 '--release',
John Budorickb1833612018-12-07 04:36:411634 '--android',
1635 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1636 # Android. Remove this when it no longer affects Android crash
1637 # log handling.
1638 '--disable-breakpad',
1639 # TODO(crbug.com/875172): run on the real GPU since the
1640 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
1641 '--additional-driver-flag=--use-gpu-in-tests',
1642 ],
1643 },
Kenneth Russelleb60cbd22017-12-05 07:54:281644 },
1645 },
Kenneth Russelleb60cbd22017-12-05 07:54:281646 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:281647 'modifications': {
John Budorick5052d552017-12-13 02:59:341648 # chromium.memory
1649 'Linux ASan LSan Tests (1)': {
1650 # These are very slow on the ASAN trybot for some reason.
1651 # crbug.com/794372
1652 'swarming': {
1653 'shards': 5,
1654 },
1655 },
arthursonzogni26889d82018-05-29 17:18:161656 'Marshmallow 64 bit Tester': {
1657 # Increase timeout. See https://crbug.com/847229.
1658 'swarming': {
1659 'hard_timeout': 1200,
1660 },
1661 },
Dirk Pranke81ff51c2017-12-09 19:24:281662 },
Kenneth Russelleb60cbd22017-12-05 07:54:281663 },
rbpotter0309a552018-08-30 18:41:501664 'webui_polymer2_browser_tests': {
1665 'remove_from': [
1666 # chromium.win
1667 'Win10 Tests x64 (dbg)', # Matches browser_tests.
1668 ],
1669 },
rbpotter8ed19ab2018-08-24 23:59:191670 'webui_polymer2_interactive_ui_tests': {
1671 'modifications': {
1672 # Match interactive_ui_tests, see https://crbug.com/840369
1673 # chromium.win
1674 'Win10 Tests x64 (dbg)': {
1675 'experiment_percentage': 100,
1676 },
1677 },
1678 },
Kenneth Russelleb60cbd22017-12-05 07:54:281679 'webview_instrumentation_test_apk': {
1680 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:061681 # This test frequently fails on Android, https://crbug.com/824959
1682 # chromium.android
John Budorick2232bb982018-05-18 17:50:071683 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281684 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281685 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:281686 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:501687 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:501688 'ToTAndroid',
Dirk Pranke20eae9a72017-12-09 18:12:141689 # On chromium.swarm, this should possibly be being run (or removed
1690 # from Android N5X Swarm).
1691 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:281692 ],
Ben Pastenee17a8e92018-07-12 21:55:181693 'modifications': {
1694 'Oreo Phone Tester': {
1695 # TODO(crbug.com/863089): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:571696 # TODO(https://crbug.com/884413): Re-enable this once the tests are
1697 # either passing or there is more capacity.
1698 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:181699 },
1700 },
Kenneth Russelleb60cbd22017-12-05 07:54:281701 },
bsheedy800f5062018-08-07 00:47:541702 'xr_browser_tests': {
1703 'remove_from': [
1704 # chromium.gpu.fyi
1705 # This exception probably needs to stay due to lack of capacity
1706 # on the Win AMD bots.
1707 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:481708 # Fails on the bot, http://crbug.com/868143
1709 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:541710 ],
1711 },
Kenneth Russelleb60cbd22017-12-05 07:54:281712}