blob: 63ee6a2cbbbacc4e1f4b43b54328e624c3489cdb [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 },
Kenneth Russelleb60cbd22017-12-05 07:54:2859 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2460 'remove_from': [
61 # chromium.clang
62 'CrWinAsanCov',
Nico Weber3af4da72018-02-27 01:59:4163 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2664 'ToTLinuxTSan', # https://crbug.com/368525
Dirk Pranke57c11a92018-06-17 21:23:4265 'ToTMac', # https://crbug.com/828031
66 'ToTMacASan', # https://crbug.com/828031
Dirk Pranke57c11a92018-06-17 21:23:4267 # chromium.fyi
68 'Chromium Mac 10.13', # https://crbug.com/828031
Lindsay Pasricha650bee32018-10-15 18:19:3069 'mac-osxbeta-rel', # https://crbug.com/828031
Dirk Pranke57c11a92018-06-17 21:23:4270 'mac-views-rel', # https://crbug.com/828031
Dirk Pranke9e8bb712018-06-18 05:02:3871 # chromium.mac
72 'Mac10.10 Tests', # https://crbug.com/828031
John Budorickca14c76f62017-12-09 14:19:1873 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4674 'Linux TSan Tests', # https://crbug.com/368525
Dirk Pranke57c11a92018-06-17 21:23:4275 'Mac ASan 64 Tests (1)', # https://crbug.com/828031
Stephen Martinise701f5a2018-05-04 01:25:1176 # chromium.win
77 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2478 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2879 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:2880 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:3481 'linux-chromeos-dbg': {
82 'swarming': {
James Cook1380ad162018-10-25 00:51:1983 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:3484 },
85 },
Nico Weber3f2a65de92018-06-11 14:04:1786 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:2487 'ToTWin(dbg)': {
88 'swarming': {
89 'shards': 20,
90 },
91 },
92 'ToTWin64(dbg)': {
93 'swarming': {
94 'shards': 20,
95 },
96 },
Dirk Pranke9e20e8d2018-06-18 02:46:5497 # chromium.mac
Dirk Pranke9e20e8d2018-06-18 02:46:5498 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:1299 # A subset of tests seem to cause WindowServer deaths on VMs.
100 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54101 'args': [
John Budorick7b7a0f02018-10-10 22:51:12102 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54103 '--gtest_shuffle',
104 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54105 },
106 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12107 # A subset of tests seem to cause WindowServer deaths on VMs.
108 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54109 'args': [
John Budorick7b7a0f02018-10-10 22:51:12110 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54111 '--gtest_shuffle',
112 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54113 },
Robert Sesek2ce2c702018-10-18 18:46:29114 'Mac10.13 Tests': {
115 # A subset of tests seem to cause WindowServer deaths on VMs.
116 # crbug.com/828031 et al.
117 'args': [
118 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
119 '--gtest_shuffle',
120 ],
Robert Sesek2ce2c702018-10-18 18:46:29121 },
Dirk Pranke9e20e8d2018-06-18 02:46:54122 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12123 # A subset of tests seem to cause WindowServer deaths on VMs.
124 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54125 'args': [
John Budorick7b7a0f02018-10-10 22:51:12126 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54127 '--gtest_shuffle',
128 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54129 },
John Budorickca14c76f62017-12-09 14:19:18130 # chromium.memory
John Budorick5052d552017-12-13 02:59:34131 'Linux ASan LSan Tests (1)': {
132 # These are very slow on the ASAN trybot for some reason.
133 # crbug.com/794372
134 'swarming': {
135 'shards': 30,
136 },
137 },
John Budorickca14c76f62017-12-09 14:19:18138 'Mac ASan 64 Tests (1)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28139 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18140 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28141 },
142 },
Takuto Ikuta54671d972018-07-19 19:06:35143 'Linux ChromiumOS MSan Tests': {
144 # These are very slow on the Chrome OS MSAN trybot for some reason.
145 # crbug.com/865455
146 'swarming': {
James Cook1380ad162018-10-25 00:51:19147 'shards': 25,
Takuto Ikuta54671d972018-07-19 19:06:35148 },
149 },
150 'Linux Chromium OS ASan LSan Tests (1)': {
151 # These are very slow on the ASAN trybot for some reason.
152 # crbug.com/794372
153 'swarming': {
James Cook1380ad162018-10-25 00:51:19154 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35155 },
156 },
Dirk Pranke8fd63c12017-12-10 18:06:27157 # client.v8.chromium
158 'Linux - Future (dbg)': {
159 'swarming': {
160 'shards': 10,
161 },
162 },
Kenneth Russell8ceeabf2017-12-11 17:53:28163 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54164 'Win7 Tests (1)': {
165 # This is for slow test execution that often becomes a critical path of
166 # swarming jobs. crbug.com/868114
167 'swarming': {
168 'shards': 15,
169 },
170 },
Kenneth Russell8ceeabf2017-12-11 17:53:28171 'Win7 Tests (dbg)(1)': {
172 'swarming': {
173 'shards': 20,
174 },
175 },
Kenneth Russell6c83d212018-07-27 20:52:59176 'Win10 Tests x64': {
177 # crbug.com/868082
178 'args': [
179 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
180 ],
181 },
Kenneth Russelleb60cbd22017-12-05 07:54:28182 },
183 },
Kenneth Russelleb60cbd22017-12-05 07:54:28184 'cast_shell_browsertests': {
185 'modifications': {
186 'Cast Audio Linux': {
187 'args': [
188 '--enable-local-file-accesses',
189 '--ozone-platform=headless',
190 '--no-sandbox',
191 '--test-launcher-jobs=1',
192 ],
Colin Blundell629091a2018-07-10 14:50:28193 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27194 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28195 },
Kenneth Russelleb60cbd22017-12-05 07:54:28196 },
197 'Cast Linux': {
198 'args': [
199 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04200 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28201 '--no-sandbox',
202 '--test-launcher-jobs=1',
203 ],
Colin Blundell629091a2018-07-10 14:50:28204 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27205 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28206 },
Kenneth Russelleb60cbd22017-12-05 07:54:28207 },
208 },
209 },
Dirk Pranke1b767092017-12-07 04:44:23210 'checkbins': {
211 'remove_from': [
Stephen Martinis72671712018-08-23 20:21:04212 'linux-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26213 'linux-rel',
Stephen Martinis72671712018-08-23 20:21:04214 'mac-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26215 'mac-rel',
Dirk Pranke1b767092017-12-07 04:44:23216 ],
217 },
Clark DuValld5b71742018-12-07 22:11:32218 # Note: keep experiment percentages the same as
219 # network_service_chrome_public_test_apk.
Kenneth Russelleb60cbd22017-12-05 07:54:28220 'chrome_public_test_apk': {
Kenneth Russelleb60cbd22017-12-05 07:54:28221 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28222 # chromium.android
John Budorick2232bb982018-05-18 17:50:07223 'android-kitkat-arm-rel': {
224 'swarming': {
225 'shards': 12,
226 },
227 },
Ben Pastenea789de22018-10-30 02:22:23228 'android-marshmallow-arm64-rel': {
229 # TODO(crbug.com/731759): Enable this once we're confident that it
230 # passes.
Ben Pastene24af66b2018-12-10 20:28:27231 'experiment_percentage': 0,
Ben Pastenea789de22018-10-30 02:22:23232 },
Kenneth Russelleb60cbd22017-12-05 07:54:28233 'KitKat Phone Tester (dbg)': {
234 'swarming': {
235 'shards': 20,
236 },
237 },
Kenneth Russelleb60cbd22017-12-05 07:54:28238 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24239 # TODO(crbug.com/731759): Enable this once we're confident that it
240 # passes.
241 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28242 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28243 'shards': 14,
244 },
245 },
Ben Pastenec73e96e92018-07-12 01:40:35246 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57247 # TODO(https://crbug.com/884413): Re-enable this once the tests are
248 # either passing or there is more capacity.
249 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35250 },
John Budorick34009472018-04-03 17:38:44251 # chromium.swarm
252 'Android N5X Swarm': {
253 # TODO(crbug.com/731759): Enable this once we're confident that it
254 # passes.
255 'experiment_percentage': 100,
256 },
Kenneth Russelleb60cbd22017-12-05 07:54:28257 },
258 },
259 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15260 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09261 # chromium.android
262 'KitKat Tablet Tester',
263 'Lollipop Tablet Tester',
264 'Marshmallow Tablet Tester',
bsheedydf58b4e2018-11-01 19:42:16265 # chromium.android.fyi
266 'x64 Device Tester',
267 'x86 Cloud Tester',
268 # chromium.clang
269 'ToTAndroid',
270 'ToTAndroidCFI',
bsheedy410dd7c2018-06-15 22:42:09271 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28272 },
bsheedy75a4dd52018-11-27 23:24:30273 'chrome_public_test_vr_apk-vega': {
274 'modifications': {
275 # chromium.android
276 'Oreo Phone Tester': {
277 'swarming': {
278 'dimension_sets': [
279 {
280 'device_os': 'OVR1.180808.003',
281 'device_type': 'vega',
282 'os': 'Android',
283 },
284 ],
285 },
286 }
287 }
288 },
Kenneth Russelleb60cbd22017-12-05 07:54:28289 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28290 'modifications': {
John Budorick5052d552017-12-13 02:59:34291 # chromium.memory
292 'Linux ASan LSan Tests (1)': {
293 # These are very slow on the ASAN trybot for some reason.
294 # crbug.com/794372
295 'swarming': {
296 'shards': 5,
297 },
298 },
Takuto Ikuta54671d972018-07-19 19:06:35299 'Linux Chromium OS ASan LSan Tests (1)': {
300 # These are very slow on the ASAN trybot for some reason.
301 # crbug.com/794372
302 'swarming': {
303 'shards': 5,
304 },
305 },
Kenneth Russelleb60cbd22017-12-05 07:54:28306 },
307 },
308 'content_browsertests': {
309 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28310 # chromium.chromiumos
Kenneth Russell8ceeabf2017-12-11 17:53:28311 'linux-chromeos-dbg': {
312 'swarming': {
313 'shards': 2,
314 },
315 },
316 'linux-chromeos-rel': {
Kenneth Russelleb60cbd22017-12-05 07:54:28317 'swarming': {
318 'shards': 2,
319 },
320 },
Kenneth Russellfbda3c532017-12-08 23:57:24321 # chromium.clang
Nico Weberdae13cd92018-12-14 13:56:26322 'ToTLinuxTSan': {
323 'swarming': {
324 'shards': 5,
325 },
326 },
Kenneth Russellfbda3c532017-12-08 23:57:24327 '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 Weberdae13cd92018-12-14 13:56:26598 'ToTLinuxTSan', # https://crbug.com/843734
Nico Weber1c1495022018-06-09 04:10:45599 # chromium.memory
600 'Linux ASan LSan Tests (1)', # https://crbug.com/843732
601 'Linux TSan Tests', # https://crbug.com/843734
Kenneth Russelleb60cbd22017-12-05 07:54:28602 ],
603 },
604 'headless_unittests': {
605 'remove_from': [
Nico Webere140de212018-06-08 15:36:17606 # chromium.clang
607 'ToTLinuxASan', # https://crbug.com/843732
Nico Weber1c1495022018-06-09 04:10:45608 # chromium.memory
609 'Linux ASan LSan Tests (1)', # https://crbug.com/843732
Kenneth Russelleb60cbd22017-12-05 07:54:28610 ],
611 },
Kenneth Russell8a386d42018-06-02 09:48:01612 'info_collection_tests': {
613 'remove_from': [
614 # chromium.gpu.fyi
615 # The Mac ASAN swarming bot runs tests on two different GPU
616 # types, so we can't have one expected vendor ID / device ID.
617 'Mac FYI GPU ASAN Release',
618 # client.v8.fyi
619 'Android V8 FYI Release (Nexus 5X)',
620 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35621 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01622 'Mac V8 FYI Release (Intel)',
623 'Win V8 FYI Release (NVIDIA)',
624 ],
625 },
Kenneth Russelleb60cbd22017-12-05 07:54:28626 'interactive_ui_tests': {
627 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26628 # chromium.clang
629 'ToTLinuxTSan': {
630 # These are slow on the TSan bots for some reason, crbug.com/794372
631 'swarming': {
632 'shards': 6,
633 },
634 },
Kenneth Russell8ceeabf2017-12-11 17:53:28635 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28636 'Win7 Tests (dbg)(1)': {
637 'swarming': {
638 'shards': 4,
639 },
640 },
John Budorickca14c76f62017-12-09 14:19:18641 # chromium.memory
642 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17643 # These are slow on the ASan trybot for some reason, crbug.com/794372
644 'swarming': {
645 'shards': 6,
646 },
647 },
648 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26649 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18650 'swarming': {
John Budorick5052d552017-12-13 02:59:34651 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18652 },
653 },
Takuto Ikuta54671d972018-07-19 19:06:35654 'Linux ChromiumOS MSan Tests': {
655 # These are very slow on the Chrome OS MSAN trybot for some reason.
656 # crbug.com/865455
657 'swarming': {
658 'shards': 5,
659 },
660 },
Dirk Pranke8fd63c12017-12-10 18:06:27661 # client.v8.chromium
662 'Linux - Future (dbg)': {
663 'swarming': {
664 'shards': 3,
665 },
666 },
Greg Thompson3eb7e6522018-05-25 09:04:03667 # chromium.win; temporary, https://crbug.com/818832
668 'Win10 Tests x64 (dbg)': {
669 'experiment_percentage': 100,
670 },
Kenneth Russelleb60cbd22017-12-05 07:54:28671 },
672 },
Nico Weberd3096fb2018-06-07 17:50:15673 'nacl_helper_nonsfi_unittests': {
674 'remove_from': [
675 # chromium.memory
676 'Linux TSan Tests', # Sets enable_nacl=false.
677 ],
678 },
Kenneth Russellfbda3c532017-12-08 23:57:24679 'nacl_loader_unittests': {
680 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35681 # chromium.clang
682 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51683 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18684 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11685 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48686 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24687 ],
688 },
Kenneth Russelleb60cbd22017-12-05 07:54:28689 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24690 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28691 # chromium.fyi
Nico Weber1cf7a5e12018-07-09 14:22:11692 'fuchsia-fyi-arm64-rel', # https://crbug.com/847915
693 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416 (and 847915)
Kenneth Russell8ceeabf2017-12-11 17:53:28694 # chromium.linux
Nico Weber1cf7a5e12018-07-09 14:22:11695 'Fuchsia x64', # https://crbug.com/847915
Kenneth Russellfbda3c532017-12-08 23:57:24696 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28697 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24698 # chromium.clang
699 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33700 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24701 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33702 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24703 },
704 },
Nico Weberdae13cd92018-12-14 13:56:26705 'ToTLinuxTSan': {
706 'swarming': {
707 'shards': 4,
708 }
709 },
John Budorickca14c76f62017-12-09 14:19:18710 # chromium.memory
711 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34712 # These are very slow on the ASAN trybot for some reason.
713 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18714 'swarming': {
John Budorick5052d552017-12-13 02:59:34715 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18716 },
717 },
718 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35719 # These are very slow on the ASAN trybot for some reason.
720 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18721 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02722 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18723 }
724 },
Takuto Ikuta54671d972018-07-19 19:06:35725 'Linux ChromiumOS MSan Tests': {
726 # These are very slow on the Chrome OS MSAN trybot for some reason.
727 # crbug.com/865455
728 'swarming': {
729 'shards': 2,
730 },
731 },
John Budorickca14c76f62017-12-09 14:19:18732 'Linux TSan Tests': {
733 'swarming': {
734 'shards': 4,
735 }
736 },
Ben Pastene8bf205b2018-06-13 04:00:33737 # The suite runs signficantly slower on linux dbg, so increase shards.
738 'Linux Tests (dbg)(1)': {
739 'swarming': {
740 'shards': 2,
741 },
742 },
743 'Linux Tests (dbg)(1)(32)': {
744 'swarming': {
745 'shards': 2,
746 },
747 },
748 'linux-chromeos-dbg': {
749 'swarming': {
750 'shards': 2,
751 },
752 },
Kenneth Russelleb60cbd22017-12-05 07:54:28753 },
754 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31755 'network_service_browser_tests': {
756 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26757 # chromium.clang
758 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17759 # chromium.memory
760 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
761 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31762 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19763 'Win7 Tests (1)', # For swarming capacity reasons.
764 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06765 # Only run network service tests on Mac 10.12 for capacity reasons.
766 'Chromium Mac 10.13',
767 'Mac10.10 Tests',
768 'Mac10.11 Tests',
769 'Mac10.13 Tests',
770 'Mac10.13 Tests (dbg)',
771 'Mac ASan 64 Tests (1)',
772 'Mac ASan 64 Tests (1)',
773 'mac-views-rel',
774 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31775 ],
Kenneth Russell6c83d212018-07-27 20:52:59776 'modifications': {
777 # chromium.win
778 'Win10 Tests x64': {
779 # crbug.com/868082
780 'args': [
781 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
782 ],
783 },
784 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31785 },
Clark DuValld5b71742018-12-07 22:11:32786 # Note: keep experiment percentages the same as chrome_public_test_apk.
787 'network_service_chrome_public_test_apk': {
788 # Only run these on the phone testers for now due to capacity.
789 'remove_from': [
790 # chromium.android
791 'android-kitkat-arm-rel',
792 'android-marshmallow-arm64-rel',
793 'KitKat Tablet Tester',
794 'Lollipop Tablet Tester',
795 'Marshmallow Tablet Tester',
796 'KitKat Phone Tester (dbg)',
797 # chromium.android.fyi
798 'x86 Cloud Tester',
799 # chromium.memory
800 'Android CFI',
801 # chromium.clang
802 'ToTAndroid',
803 'ToTAndroidCFI',
804 ],
805 'modifications': {
806 # chromium.android
807 'Marshmallow 64 bit Tester': {
808 # TODO(crbug.com/731759): Enable this once we're confident that it
809 # passes.
810 'experiment_percentage': 100,
811 },
812 'Oreo Phone Tester': {
813 'experiment_percentage': 100,
814 },
815 },
816 },
John Abd-El-Malek4782bd12018-06-12 01:08:21817 'network_service_components_browsertests': {
818 'remove_from': [
Nico Weber073af192018-06-21 19:22:17819 # chromium.memory
820 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
821 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21822 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19823 'Win7 Tests (1)', # For swarming capacity reasons.
824 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06825 # Only run network service tests on Mac 10.12 for capacity reasons.
826 'Chromium Mac 10.13',
827 'Mac10.10 Tests',
828 'Mac10.11 Tests',
829 'Mac10.13 Tests',
830 'Mac10.13 Tests (dbg)',
831 'Mac ASan 64 Tests (1)',
832 'Mac ASan 64 Tests (1)',
833 'mac-views-rel',
834 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19835 ],
836 },
837 'network_service_content_browsertests': {
838 'remove_from': [
Nico Weber073af192018-06-21 19:22:17839 # chromium.memory
840 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
841 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19842 # chromium.win
843 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11844 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06845 # Only run network service tests on Mac 10.12 for capacity reasons.
846 'Chromium Mac 10.13',
847 'Mac10.10 Tests',
848 'Mac10.11 Tests',
849 'Mac10.13 Tests',
850 'Mac10.13 Tests (dbg)',
851 'Mac ASan 64 Tests (1)',
852 'Mac ASan 64 Tests (1)',
853 'mac-views-rel',
854 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21855 ],
856 },
Clark DuValld5b71742018-12-07 22:11:32857 'network_service_content_shell_test_apk': {
858 # Only run these on the phone testers for now due to capacity.
859 'remove_from': [
860 # chromium.android
861 'android-kitkat-arm-rel',
862 'android-marshmallow-arm64-rel',
863 'KitKat Tablet Tester',
864 'Lollipop Tablet Tester',
865 'Marshmallow Tablet Tester',
866 'KitKat Phone Tester (dbg)',
867 # chromium.android.fyi
868 'x86 Cloud Tester',
869 # chromium.memory
870 'Android CFI',
871 # chromium.clang
872 'ToTAndroid',
873 'ToTAndroidCFI',
874 ],
875 },
John Abd-El-Malek787a41a2018-06-12 18:10:53876 'network_service_extensions_browsertests': {
877 'remove_from': [
Nico Weber073af192018-06-21 19:22:17878 # chromium.memory
879 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
880 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:53881 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19882 'Win7 Tests (1)', # For swarming capacity reasons.
883 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06884 # Only run network service tests on Mac 10.12 for capacity reasons.
885 'Chromium Mac 10.13',
886 'Mac10.10 Tests',
887 'Mac10.11 Tests',
888 'Mac10.13 Tests',
889 'Mac10.13 Tests (dbg)',
890 'Mac ASan 64 Tests (1)',
891 'Mac ASan 64 Tests (1)',
892 'mac-views-rel',
893 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:53894 ],
895 },
896 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:19897 'remove_from': [
Nico Weber073af192018-06-21 19:22:17898 # chromium.memory
899 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
900 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19901 # chromium.win
902 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06903 # Only run network service tests on Mac 10.12 for capacity reasons.
904 'Chromium Mac 10.13',
905 'Mac10.10 Tests',
906 'Mac10.11 Tests',
907 'Mac10.13 Tests',
908 'Mac10.13 Tests (dbg)',
909 'Mac ASan 64 Tests (1)',
910 'Mac ASan 64 Tests (1)',
911 'mac-views-rel',
912 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19913 ],
John Abd-El-Malek787a41a2018-06-12 18:10:53914 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:19915 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:11916 'Win10 Tests x64 (dbg)': {
917 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:53918 },
919 },
920 },
Lukasz Anforowicz04bc6302018-11-19 19:04:28921 'not_site_per_process_webkit_layout_tests': {
922 'remove_from': [
923 # chromium.linux
924 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
925 'Linux Tests (dbg)(1)',
926 'Linux Tests (dbg)(1)(32)',
927 ],
928 },
Xi Cheng34ca4042018-02-23 00:10:12929 'notification_helper_unittests': {
930 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:12931 # The test uses WinRT, which only exists in Windows 8 or above.
932 # (https://crbug.com/813553)
933 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:12934 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:12935 'Win7 Tests (1)',
936 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:12937 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:12938 'ToTWin',
939 'ToTWin(dbg)',
940 'ToTWin(dll)',
941 'ToTWin64',
942 'ToTWin64(dbg)',
943 'ToTWin64(dll)',
944 'ToTWinCFI',
945 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:12946 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:08947 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:12948 ],
949 },
Stephen Martinis54d64ad2018-09-21 22:16:20950 'performance_test_suite': {
951 'modifications': {
952 'Mac10.13 Tests (dbg)': {
953 'args': [
954 '--browser=debug',
955 ],
956 },
957 'Win10 Tests x64 (dbg)': {
958 'args': [
959 '--browser=debug_x64',
960 ],
961 'experiment_percentage': 100,
962 },
963 'Win7 Tests (dbg)(1)': {
964 'args': [
965 '--browser=debug',
966 ],
967 },
968 },
969 },
Nico Weber128fd382018-06-14 23:29:27970 'remoting_unittests': {
971 'remove_from': [
972 # chromium.linux
973 'Linux Tests (dbg)(1)(32)', # https://crbug.com/852895
974 ],
975 },
Kenneth Russelleb60cbd22017-12-05 07:54:28976 'services_unittests': {
977 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24978 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48979 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:01980 # chromium.gpu.fyi
981 # The face and barcode detection tests fail on the Mac Pros.
982 'Mac Pro FYI Release (AMD)',
John Budorickca14c76f62017-12-09 14:19:18983 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46984 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
985 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:28986 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28987 },
Stephen Martinis54d64ad2018-09-21 22:16:20988 'single_process_mash_browser_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:20989 'modifications': {
990 # chromium.chromiumos
991 'linux-chromeos-dbg': {
992 'swarming': {
993 'shards': 20,
994 },
995 },
996 # chromium.memory
997 'Linux Chromium OS ASan LSan Tests (1)': {
998 # These are very slow on the ASAN trybot for some reason.
999 # crbug.com/794372
1000 'swarming': {
1001 'shards': 30,
1002 },
1003 },
1004 'Linux ChromiumOS MSan Tests': {
1005 'swarming': {
1006 'shards': 20,
1007 },
1008 },
1009 },
1010 },
Dirk Pranke1b767092017-12-07 04:44:231011 'sizes': {
1012 'remove_from': [
Stephen Martinis72671712018-08-23 20:21:041013 'win32-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:261014 'win32-rel',
Stephen Martinis72671712018-08-23 20:21:041015 'win-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:261016 'win-rel',
Dirk Pranke1b767092017-12-07 04:44:231017 ],
1018 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281019 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281020 'Android Cronet KitKat Builder': {
1021 'args': [
1022 '--platform',
1023 'android-cronet',
1024 '--perf-id',
1025 'android_cronet_builder',
1026 'cronet-arm/sizes',
1027 ],
1028 'override_compile_targets': [
1029 'cronet',
1030 ],
1031 },
Dirk Pranke1b767092017-12-07 04:44:231032 },
1033 },
Stephen Martinis54d64ad2018-09-21 22:16:201034 'swiftshader_unittests': {
1035 'remove_from': [
1036 # Save capacity on the hardware where we have only a few machines.
1037 'Mac FYI Experimental Release (Intel)',
1038 'Mac FYI Experimental Retina Release (AMD)',
1039 'Mac FYI Experimental Retina Release (NVIDIA)',
1040 'Mac Pro FYI Release (AMD)',
1041 ],
1042 },
Kenneth Russelleb60cbd22017-12-05 07:54:281043 'sync_integration_tests': {
1044 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571045 # chromium.clang
1046 'ToTLinuxTSan': {
1047 'swarming': {
1048 'shards': 6,
1049 },
1050 },
1051 # chromium.memory
1052 'Linux TSan Tests': {
1053 'swarming': {
1054 'shards': 6,
1055 },
1056 },
1057 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281058 'Win7 Tests (dbg)(1)': {
1059 'swarming': {
1060 'shards': 2,
1061 },
1062 },
Stephen Martinis75ab55d2018-08-30 02:27:121063 'Win10 Tests x64 (dbg)': {
1064 'experiment_percentage': 100, # https://crbug.com/840369
1065 },
Kenneth Russelleb60cbd22017-12-05 07:54:281066 },
Kenneth Russelleb60cbd22017-12-05 07:54:281067 },
Kenneth Russell8a386d42018-06-02 09:48:011068 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521069 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011070 'remove_from': [
1071 # chromium.gpu
1072 'Linux Debug (NVIDIA)',
1073 'Mac Debug (Intel)',
1074 'Mac Retina Debug (AMD)',
1075 'Win10 Debug (NVIDIA)',
1076 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:011077 'Win10 FYI Debug (NVIDIA)',
1078 'Win7 FYI Debug (AMD)',
1079 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551080 },
Kenneth Russelleb60cbd22017-12-05 07:54:281081 'telemetry_perf_unittests': {
1082 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281083 # chromium.android
John Budorick2232bb982018-05-18 17:50:071084 'android-kitkat-arm-rel': {
1085 'args': [
1086 '--browser=android-chromium',
1087 '--device=android',
1088 ],
1089 'swarming': {
1090 'dimension_sets': [
1091 {
1092 'temp_band': '<30',
1093 },
1094 ],
John Budorick2232bb982018-05-18 17:50:071095 'shards': 15,
1096 },
1097 },
John Budorick8c4a989d2018-05-20 05:08:391098 'android-marshmallow-arm64-rel': {
1099 'args': [
1100 '--browser=android-chromium',
1101 '--device=android',
1102 ],
1103 'swarming': {
1104 'dimension_sets': [
1105 {
1106 'temp_band': '<30',
1107 },
1108 ],
John Budorick8c4a989d2018-05-20 05:08:391109 'shards': 15,
1110 },
1111 },
Kenneth Russell8ceeabf2017-12-11 17:53:281112 # chromium.android.fyi
1113 'x86 Cloud Tester': {
1114 'args': [
1115 '--browser=android-chromium',
1116 '--device=android',
1117 ],
1118 'swarming': {
1119 'shards': 1,
1120 },
1121 },
John Budorick5672ffd2018-09-07 18:25:581122 # chromium.fyi
1123 'linux-chromium-tests-staging-tests': {
1124 'args': [
1125 '--xvfb',
1126 '--jobs=1',
1127 ],
1128 },
Kenneth Russell8ceeabf2017-12-11 17:53:281129 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281130 'Linux Tests': {
1131 'args': [
1132 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481133 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281134 ],
1135 },
Ned Nguyeneb3911e2017-12-11 20:16:021136 'Linux Tests (dbg)(1)': {
1137 'args': [
1138 '--xvfb',
nednguyen35d625f22018-01-11 19:45:301139 '--jobs=1',
Ned Nguyeneb3911e2017-12-11 20:16:021140 ],
1141 },
John Budorick2593eb922018-05-09 19:31:491142 'linux-xenial-rel': {
1143 'args': [
1144 '--xvfb',
1145 '--jobs=1',
1146 ],
1147 },
Kenneth Russell8ceeabf2017-12-11 17:53:281148 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281149 # Disable parallelism on all Mac bots.
1150 'Mac10.10 Tests': {
1151 'args': [
1152 '--jobs=1',
1153 ],
1154 },
1155 'Mac10.11 Tests': {
1156 'args': [
1157 '--jobs=1',
1158 ],
1159 },
1160 'Mac10.12 Tests': {
1161 'args': [
1162 '--jobs=1',
1163 ],
1164 },
Ned Nguyen6e6e5b32018-02-21 20:21:501165 'Win7 Tests (dbg)(1)': {
1166 'args': [
1167 '--jobs=1',
1168 ],
1169 'swarming': {
1170 'shards': 20,
1171 },
1172 'experiment_percentage': 100,
1173 },
Will Harris17a64862018-10-18 15:36:011174 # luci.chromium.ci
1175 'linux-tcmalloc-rel': {
1176 'args': [
1177 '--xvfb',
1178 '--jobs=1',
1179 ],
1180 },
Kenneth Russelleb60cbd22017-12-05 07:54:281181 },
1182 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281183 'Linux Tests (dbg)(1)(32)',
Shenghua Zhangbd6f1b22018-03-03 02:59:141184 'Mac10.13 Tests',
1185 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271186 # client.v8.chromium
1187 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111188 # chromium.win
1189 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281190 ],
1191 },
Stephen Martinis54d64ad2018-09-21 22:16:201192 'telemetry_unittests': {
1193 'modifications': {
1194 'Win10 Tests x64 (dbg)': {
1195 'experiment_percentage': 100, # crbug.com/870673
1196 }
1197 }
1198 },
Kenneth Russelleb60cbd22017-12-05 07:54:281199 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281200 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241201 # chromium.clang
1202 'ToTLinuxASan': {
1203 'swarming': {
1204 'shards': 2,
1205 },
John Budorickca14c76f62017-12-09 14:19:181206 },
Dirk Pranke20eae9a72017-12-09 18:12:141207 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:181208 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341209 # These are slow on the ASAN trybot for some reason.
1210 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181211 'swarming': {
John Budorick5052d552017-12-13 02:59:341212 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181213 },
1214 },
John Budorickca14c76f62017-12-09 14:19:181215 'Linux TSan Tests': {
1216 'swarming': {
1217 'shards': 2,
1218 },
1219 },
Takuto Ikuta54671d972018-07-19 19:06:351220 'Linux ChromiumOS MSan Tests': {
1221 # These are very slow on the Chrome OS MSAN trybot for some reason.
1222 # crbug.com/865455
1223 'swarming': {
1224 'shards': 2,
1225 },
1226 },
1227 'Linux Chromium OS ASan LSan Tests (1)': {
1228 # These are slow on the ASAN trybot for some reason.
1229 # crbug.com/794372
1230 'swarming': {
1231 'shards': 2,
1232 },
1233 },
Dirk Pranke20eae9a72017-12-09 18:12:141234 # chromium.swarm
1235 'Android N5X Swarm': {
1236 'swarming': {
1237 'shards': 8,
1238 },
1239 },
Kenneth Russelleb60cbd22017-12-05 07:54:281240 },
1241 },
Kenneth Russell8a386d42018-06-02 09:48:011242 'video_decode_accelerator_gl_unittest': {
1243 'remove_from': [
1244 # chromium.gpu.fyi
1245 # Windows Intel doesn't have the GL extensions to support this test.
Kenneth Russell0272ab72018-06-04 17:22:241246 'Optional Win10 Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011247 'Win10 FYI Release (Intel HD 630)',
1248 'Win10 FYI Exp Release (Intel HD 630)',
1249 ],
1250 },
Stephen Martinis36977112018-04-06 06:09:461251 'viz_browser_tests': {
Takuto Ikuta4ef47d5f2018-06-11 13:15:361252 'modifications': {
Nico Weber6b67a402018-06-18 21:45:011253 # chromium.chromiumos
1254 'linux-chromeos-dbg': {
1255 'swarming': {
1256 'shards': 20,
1257 },
1258 },
Nico Weber3f2a65de92018-06-11 14:04:171259 # chromium.memory
Takuto Ikuta54671d972018-07-19 19:06:351260 'Linux ChromiumOS MSan Tests': {
1261 # These are very slow on the Chrome OS MSAN trybot for some reason.
1262 # crbug.com/865455
1263 'swarming': {
1264 'shards': 20,
1265 },
1266 },
1267 'Linux Chromium OS ASan LSan Tests (1)': {
1268 # These are very slow on the ASAN trybot for some reason.
1269 # crbug.com/794372
1270 'swarming': {
James Cook98759ec2018-07-30 22:02:131271 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351272 },
1273 },
Takuto Ikuta4ef47d5f2018-06-11 13:15:361274 },
Stephen Martinis36977112018-04-06 06:09:461275 },
Stephen Martinis54d64ad2018-09-21 22:16:201276 'viz_content_browsertests': {
1277 'modifications': {
1278 # chromium.memory
1279 'Linux Chromium OS ASan LSan Tests (1)': {
1280 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1281 'swarming': {
1282 'shards': 4,
1283 }
1284 },
1285 'Linux ChromiumOS MSan Tests': {
1286 # These are very slow on the Chrome OS MSAN trybot for some reason.
1287 # crbug.com/865455
1288 'swarming': {
1289 'shards': 2,
1290 },
1291 },
1292 },
1293 },
Kenneth Russelleb60cbd22017-12-05 07:54:281294 'viz_unittests': {
1295 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281296 # chromium.win
1297 'Win10 Tests x64',
1298 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281299 },
Piotr Bialecki46627f02018-12-07 01:55:581300 'vr_android_unittests': {
1301 'remove_from': [
1302 # chromium.android.fyi
1303 'x64 Device Tester',
1304 'x86 Cloud Tester',
1305 ],
1306 },
Kenneth Russellfbda3c532017-12-08 23:57:241307 'vr_pixeltests': {
1308 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281309 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281310 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241311 ],
1312 },
Nico Webere81999ee2018-07-01 23:52:431313 'wayland_client_perftests': {
1314 'remove_from': [
1315 'linux-chromeos-dbg', # https://crbug.com/859307
1316 ],
1317 },
Stephen Martinis54d64ad2018-09-21 22:16:201318 'webgl2_conformance_tests': {
1319 'remove_from': [
1320 # The Mac NVIDIA Retina bots don't have the capacity to run
1321 # this test suite on mac_optional_gpu_tests_rel.
1322 'Optional Mac Retina Release (NVIDIA)',
1323 ],
Kenneth Russell8a386d42018-06-02 09:48:011324 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011325 'Mac FYI GPU ASAN Release': {
1326 'args': [
1327 '--is-asan',
1328 ]
1329 },
1330 },
1331 },
1332 'webgl_conformance_gl_passthrough_tests': {
1333 'remove_from': [
1334 # crbug.com/555545 and crbug.com/649824:
1335 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1336 # Always fails on older cards, flaky on newer cards.
1337 'Win7 FYI Debug (AMD)',
1338 'Win7 FYI Release (AMD)',
1339 ],
1340 },
Stephen Martinis54d64ad2018-09-21 22:16:201341 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011342 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201343 # On desktop platforms these don't take very long (~7 minutes),
1344 # but on Android they take ~30 minutes and we want to use more
1345 # shards than on desktop.
1346 # chromium.gpu
1347 'Android Release (Nexus 5X)': {
1348 'swarming': {
1349 'shards': 6,
1350 },
1351 },
Kenneth Russell8a386d42018-06-02 09:48:011352 'Mac FYI GPU ASAN Release': {
1353 'args': [
1354 '--is-asan',
1355 ]
1356 },
1357 },
1358 },
Yuly Novikove27d1d22018-10-29 21:24:191359 'webgl_conformance_vulkan_passthrough_tests': {
1360 'remove_from': [
1361 'Win7 FYI Debug (AMD)',
1362 ],
1363 },
Kenneth Russelleb60cbd22017-12-05 07:54:281364 'webkit_layout_tests': {
1365 'remove_from': [
Dirk Prankeca0a1ab2018-07-31 21:06:431366 # chromium.fyi
1367 'Chromium Mac 10.13',
Kenneth Russellfbda3c532017-12-08 23:57:241368 # chromium.linux
Dirk Prankec2917e92018-06-21 04:28:531369 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
Kenneth Russellfbda3c532017-12-08 23:57:241370 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321371 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131372 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281373 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281374 'modifications': {
John Budorick7732d4d02018-07-30 19:02:541375 # chromium.android
1376 'KitKat Phone Tester (dbg)': {
1377 'args': [
1378 '--debug',
1379 '--android',
John Budorickb1833612018-12-07 04:36:411380 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1381 # Android. Remove this when it no longer affects Android crash
1382 # log handling.
1383 '--disable-breakpad',
Kenneth Russell45cf54092018-08-20 21:21:301384 # TODO(crbug.com/875172): run on the real GPU since the
1385 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
Kenneth Russelle8305342018-08-21 19:34:231386 '--additional-driver-flag=--use-gpu-in-tests',
John Budorick7732d4d02018-07-30 19:02:541387 ],
John Budorick7732d4d02018-07-30 19:02:541388 },
Kenneth Russell8ceeabf2017-12-11 17:53:281389 # chromium.fyi
Stephen McGruer54cac792018-08-30 15:02:321390 'linux-blink-animation-use-time-delta': {
1391 'args': [
1392 '--debug',
1393 ],
1394 },
John Budorick6650ef12018-05-16 23:33:171395 'linux-blink-gen-property-trees': {
1396 'args': [
John Budorick47795202018-05-18 01:30:351397 '--debug',
Philip Rogersbe7e7152018-12-03 21:24:171398 '--additional-driver-flag=--enable-blink-features=BlinkGenPropertyTrees',
John Budorick6650ef12018-05-16 23:33:171399 ],
1400 },
John Budoricka14c2c392018-03-02 19:00:441401 'linux-blink-heap-incremental-marking': {
1402 'args': [
1403 '--debug',
Michael Lippautzd48e4a52018-04-26 06:59:131404 '--additional-driver-flag=--enable-blink-features=HeapIncrementalMarkingStress',
John Budoricka14c2c392018-03-02 19:00:441405 ],
1406 },
John Budorickab108712018-09-01 00:12:211407 'linux-blink-heap-unified-gc': {
1408 'args': [
1409 '--debug',
1410 '--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection',
1411 ],
1412 },
Dirk Pranke97f97ae62018-06-19 22:22:361413 'mac10.10-blink-rel-dummy': {
1414 'swarming': {
1415 'dimension_sets': [
1416 { # This should match Mac10.10 Tests on chromium.mac.
1417 'gpu': 'none',
1418 'os': 'Mac-10.10',
1419 }
1420 ]
1421 },
1422 },
1423 'mac10.11-blink-rel-dummy': {
1424 'swarming': {
1425 'dimension_sets': [
1426 { # This should match Mac10.11 Tests on chromium.mac.
1427 'gpu': 'none',
1428 'os': 'Mac-10.11',
1429 }
1430 ]
1431 },
1432 },
1433 'mac10.12-blink-rel-dummy': {
1434 'swarming': {
1435 'dimension_sets': [
1436 { # This should match Mac10.12 Tests on chromium.mac.
1437 'gpu': '8086:0a2e',
1438 'hidpi': '0',
1439 'os': 'Mac-10.12',
1440 },
1441 ],
1442 },
1443 },
Dirk Pranke97f97ae62018-06-19 22:22:361444 'mac10.13-blink-rel-dummy': {
1445 'swarming': {
1446 'dimension_sets': [
1447 { # This should match Chromium Mac 10.13 on chromium.fyi.
1448 'gpu': '8086:0a2e',
1449 'hidpi': '0',
1450 'os': 'Mac-10.13',
1451 },
1452 ],
1453 'shards': 12,
1454 },
1455 },
Philip Rogers639990262018-12-08 00:13:331456 'WebKit Linux composite_after_paint Dummy Builder': {
1457 'args': [
1458 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1459 ],
1460 },
Kenneth Russell8ceeabf2017-12-11 17:53:281461 'WebKit Linux layout_ng Dummy Builder': {
1462 'args': [
1463 '--additional-driver-flag=--enable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281464 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281465 },
1466 'WebKit Linux root_layer_scrolls Dummy Builder': {
1467 'args': [
1468 '--additional-driver-flag=--root-layer-scrolls',
1469 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281470 },
Kenneth Russell8ceeabf2017-12-11 17:53:281471 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281472 'Linux Tests': {
1473 'swarming': {
1474 'dimension_sets': [
1475 {
1476 # TODO(kbr): this is essentially redundant.
1477 'os': 'Ubuntu-14.04',
1478 },
1479 ],
1480 'shards': 6,
1481 },
1482 },
Dirk Prankec1083b42018-06-15 02:43:321483 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131484 'args': [
1485 '--debug',
1486 ],
Dirk Prankec1083b42018-06-15 02:43:321487 'swarming': {
1488 'dimension_sets': [
1489 {
1490 # TODO(kbr): this is essentially redundant.
1491 'os': 'Ubuntu-14.04',
1492 },
1493 ],
1494 'shards': 20,
1495 },
1496 },
Kenneth Russell8ceeabf2017-12-11 17:53:281497 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281498 'Mac10.10 Tests': {
1499 # TODO(kbr): this is essentially redundant.
1500 'swarming': {
1501 'dimension_sets': [
1502 {
1503 'gpu': 'none',
1504 'os': 'Mac-10.10.5',
1505 },
1506 ],
1507 },
1508 },
1509 'Mac10.11 Tests': {
1510 # TODO(kbr): this is essentially redundant.
1511 'swarming': {
1512 'dimension_sets': [
1513 {
1514 'gpu': 'none',
1515 'os': 'Mac-10.11.6',
1516 },
1517 ],
1518 },
1519 },
1520 'Mac10.12 Tests': {
1521 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431522 # all jobs then this wouldn't be needed.
Kenneth Russelleb60cbd22017-12-05 07:54:281523 'swarming': {
1524 'dimension_sets': [
1525 {
Ben Pasteneb9dbd662018-08-07 18:54:131526 'gpu': '8086:0a2e',
Kenneth Russelleb60cbd22017-12-05 07:54:281527 'os': 'Mac-10.12.6',
1528 },
1529 ],
1530 'shards': 12,
1531 },
1532 },
Dirk Pranke736e26f2018-04-07 01:54:301533 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531534 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431535 # all jobs then this wouldn't be needed.
Dirk Prankec2917e92018-06-21 04:28:531536 'swarming': {
1537 'dimension_sets': [
1538 {
Ben Pastene62e179d52018-08-16 21:22:091539 'gpu': '8086:0a2e',
1540 'os': 'Mac-10.12.6',
Dirk Prankec2917e92018-06-21 04:28:531541 },
1542 ],
1543 'shards': 12,
Brad Hall5f3baa72018-12-05 23:18:021544 # TODO(crbug.com/853356): Switch this fully to 10.13.
1545 # Starting with a 20 minute expiration for now, we will reduce this
1546 # later.
1547 'optional_dimensions': {
1548 1200: [
1549 {
1550 'os': 'Mac-10.13',
1551 }
1552 ],
1553 },
Dirk Prankec2917e92018-06-21 04:28:531554 },
Dirk Pranke736e26f2018-04-07 01:54:301555 },
Dirk Pranke15530fe2018-06-15 16:12:131556 'Mac10.13 Tests (dbg)': {
1557 'args': [
1558 '--debug',
1559 ],
1560 },
Dirk Pranke81ff51c2017-12-09 19:24:281561 # chromium.webkit.
Dirk Pranke81ff51c2017-12-09 19:24:281562 'WebKit Linux Trusty ASAN': {
1563 'args': [
1564 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431565 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281566 '--time-out-ms',
1567 '48000',
1568 '--enable-sanitizer',
1569 ],
1570 'swarming': {
1571 'dimension_sets': [
1572 {
1573 'os': 'Ubuntu-14.04',
1574 },
1575 ],
1576 'shards': 20,
1577 },
1578 },
1579 'WebKit Linux Trusty Leak': {
1580 'args': [
1581 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431582 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281583 '--time-out-ms',
1584 '48000',
1585 '--enable-leak-detection',
1586 ],
1587 'swarming': {
1588 'dimension_sets': [
1589 {
1590 'os': 'Ubuntu-14.04',
1591 },
1592 ],
1593 'shards': 10,
1594 },
1595 },
1596 'WebKit Linux Trusty MSAN': {
1597 'args': [
1598 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431599 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281600 '--time-out-ms',
1601 '66000',
1602 '--enable-sanitizer',
1603 ],
1604 'swarming': {
1605 'dimension_sets': [
1606 {
1607 'os': 'Ubuntu-14.04',
1608 },
1609 ],
1610 'expiration': 36000,
1611 'hard_timeout': 10800,
1612 'io_timeout': 3600,
1613 'shards': 20,
1614 },
1615 },
Dirk Pranke81ff51c2017-12-09 19:24:281616 'WebKit Win10': {
1617 'swarming': {
1618 'dimension_sets': [
1619 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:481620 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:281621 },
1622 ],
Dirk Pranke81ff51c2017-12-09 19:24:281623 },
1624 },
Kenneth Russell8ceeabf2017-12-11 17:53:281625 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281626 'Win7 Tests (dbg)(1)': {
1627 'args': [
1628 '--debug',
1629 '--time-out-ms',
1630 '60000'
1631 ],
Dirk Pranke028aa922018-05-25 18:37:341632 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281633 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1634 # from prefered_os_dimension in
1635 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1636 # Swarming dimensions would be either specified for all testers on the
1637 # waterfall (and therefore, explicitly specified for all tests in the
1638 # generated JSON), or this would be removed, and the implicit one used.
1639 'swarming': {
1640 'dimension_sets': [
1641 {
1642 'os': 'Windows-7-SP1',
1643 }
1644 ],
1645 },
1646 },
Stephen Martinis1c5d6aa2018-04-17 03:11:251647 'Win10 Tests x64 (dbg)': {
1648 'args': [
1649 '--debug',
Stephen Martinis29afff32018-04-19 03:03:111650 '--target',
1651 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:251652 ],
1653 },
John Budorickb1833612018-12-07 04:36:411654 # tryserver.chromium.android
1655 'android_blink_rel': {
1656 'args': [
John Budorick04e6d4b2018-12-07 21:08:421657 '--release',
John Budorickb1833612018-12-07 04:36:411658 '--android',
1659 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1660 # Android. Remove this when it no longer affects Android crash
1661 # log handling.
1662 '--disable-breakpad',
1663 # TODO(crbug.com/875172): run on the real GPU since the
1664 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
1665 '--additional-driver-flag=--use-gpu-in-tests',
1666 ],
1667 },
Kenneth Russelleb60cbd22017-12-05 07:54:281668 },
1669 },
Kenneth Russelleb60cbd22017-12-05 07:54:281670 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:281671 'modifications': {
John Budorick5052d552017-12-13 02:59:341672 # chromium.memory
1673 'Linux ASan LSan Tests (1)': {
1674 # These are very slow on the ASAN trybot for some reason.
1675 # crbug.com/794372
1676 'swarming': {
1677 'shards': 5,
1678 },
1679 },
arthursonzogni26889d82018-05-29 17:18:161680 'Marshmallow 64 bit Tester': {
1681 # Increase timeout. See https://crbug.com/847229.
1682 'swarming': {
1683 'hard_timeout': 1200,
1684 },
1685 },
Dirk Pranke81ff51c2017-12-09 19:24:281686 },
Kenneth Russelleb60cbd22017-12-05 07:54:281687 },
rbpotter0309a552018-08-30 18:41:501688 'webui_polymer2_browser_tests': {
1689 'remove_from': [
1690 # chromium.win
1691 'Win10 Tests x64 (dbg)', # Matches browser_tests.
1692 ],
1693 },
rbpotter8ed19ab2018-08-24 23:59:191694 'webui_polymer2_interactive_ui_tests': {
1695 'modifications': {
1696 # Match interactive_ui_tests, see https://crbug.com/840369
1697 # chromium.win
1698 'Win10 Tests x64 (dbg)': {
1699 'experiment_percentage': 100,
1700 },
1701 },
1702 },
Kenneth Russelleb60cbd22017-12-05 07:54:281703 'webview_instrumentation_test_apk': {
1704 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:061705 # This test frequently fails on Android, https://crbug.com/824959
1706 # chromium.android
John Budorick2232bb982018-05-18 17:50:071707 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281708 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281709 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:281710 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:501711 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:501712 'ToTAndroid',
Dirk Pranke20eae9a72017-12-09 18:12:141713 # On chromium.swarm, this should possibly be being run (or removed
1714 # from Android N5X Swarm).
1715 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:281716 ],
Ben Pastenee17a8e92018-07-12 21:55:181717 'modifications': {
1718 'Oreo Phone Tester': {
1719 # TODO(crbug.com/863089): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:571720 # TODO(https://crbug.com/884413): Re-enable this once the tests are
1721 # either passing or there is more capacity.
1722 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:181723 },
1724 },
Kenneth Russelleb60cbd22017-12-05 07:54:281725 },
bsheedy800f5062018-08-07 00:47:541726 'xr_browser_tests': {
1727 'remove_from': [
1728 # chromium.gpu.fyi
1729 # This exception probably needs to stay due to lack of capacity
1730 # on the Win AMD bots.
1731 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:481732 # Fails on the bot, http://crbug.com/868143
1733 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:541734 ],
1735 },
Kenneth Russelleb60cbd22017-12-05 07:54:281736}