blob: b2fd564318deb84eae6371f35943779ecd8a177c [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': [
Yuly Novikov04baee6d2018-12-21 21:22:2142 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1643 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Kenneth Russell8a386d42018-06-02 09:48:0144 ],
45 },
Kenneth Russellfbda3c532017-12-08 23:57:2446 'angle_unittests': {
47 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5248 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0149 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0150 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2451 ],
John Budorickca14c76f62017-12-09 14:19:1852 'modifications': {
53 'Linux ASan LSan Tests (1)': {
54 'swarming': {
55 'shards': 10,
56 },
57 },
58 },
Kenneth Russellfbda3c532017-12-08 23:57:2459 },
Kenneth Russelleb60cbd22017-12-05 07:54:2860 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2461 'remove_from': [
62 # chromium.clang
63 'CrWinAsanCov',
Nico Weber3af4da72018-02-27 01:59:4164 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2665 'ToTLinuxTSan', # https://crbug.com/368525
John Budorickca14c76f62017-12-09 14:19:1866 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4667 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:1168 # chromium.win
69 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2470 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2871 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:2872 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:3473 'linux-chromeos-dbg': {
74 'swarming': {
James Cook1380ad162018-10-25 00:51:1975 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:3476 },
77 },
Nico Weber3f2a65de92018-06-11 14:04:1778 # chromium.clang
Nico Weber0c2861b2018-12-14 18:05:1679 'ToTMac': {
80 # A subset of tests seem to cause WindowServer deaths on VMs.
81 # crbug.com/828031 et al.
82 'args': [
83 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
84 '--gtest_shuffle',
85 ],
86 },
87 'ToTMacASan': {
88 # A subset of tests seem to cause WindowServer deaths on VMs.
89 # crbug.com/828031 et al.
90 'args': [
91 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
92 '--gtest_shuffle',
93 ],
94 },
Kenneth Russellfbda3c532017-12-08 23:57:2495 'ToTWin(dbg)': {
96 'swarming': {
97 'shards': 20,
98 },
99 },
100 'ToTWin64(dbg)': {
101 'swarming': {
102 'shards': 20,
103 },
104 },
Nico Weber0c2861b2018-12-14 18:05:16105 # chromium.fyi
106 'Chromium Mac 10.13': {
107 # A subset of tests seem to cause WindowServer deaths on VMs.
108 # crbug.com/828031 et al.
109 'args': [
110 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
111 '--gtest_shuffle',
112 ],
113 },
114 'mac-osxbeta-rel': {
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 ],
121 },
122 'mac-views-rel': {
123 # A subset of tests seem to cause WindowServer deaths on VMs.
124 # crbug.com/828031 et al.
125 'args': [
126 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
127 '--gtest_shuffle',
128 ],
129 },
Dirk Pranke9e20e8d2018-06-18 02:46:54130 # chromium.mac
Nico Weber0c2861b2018-12-14 18:05:16131 'Mac10.10 Tests': {
132 # A subset of tests seem to cause WindowServer deaths on VMs.
133 # crbug.com/828031 et al.
134 'args': [
135 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
136 '--gtest_shuffle',
137 ],
138 },
Dirk Pranke9e20e8d2018-06-18 02:46:54139 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12140 # A subset of tests seem to cause WindowServer deaths on VMs.
141 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54142 'args': [
John Budorick7b7a0f02018-10-10 22:51:12143 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54144 '--gtest_shuffle',
145 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54146 },
147 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12148 # A subset of tests seem to cause WindowServer deaths on VMs.
149 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54150 'args': [
John Budorick7b7a0f02018-10-10 22:51:12151 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54152 '--gtest_shuffle',
153 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54154 },
Robert Sesek2ce2c702018-10-18 18:46:29155 'Mac10.13 Tests': {
156 # A subset of tests seem to cause WindowServer deaths on VMs.
157 # crbug.com/828031 et al.
158 'args': [
159 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
160 '--gtest_shuffle',
161 ],
Robert Sesek2ce2c702018-10-18 18:46:29162 },
Dirk Pranke9e20e8d2018-06-18 02:46:54163 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12164 # A subset of tests seem to cause WindowServer deaths on VMs.
165 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54166 'args': [
John Budorick7b7a0f02018-10-10 22:51:12167 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54168 '--gtest_shuffle',
169 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54170 },
John Budorickca14c76f62017-12-09 14:19:18171 # chromium.memory
John Budorick5052d552017-12-13 02:59:34172 'Linux ASan LSan Tests (1)': {
173 # These are very slow on the ASAN trybot for some reason.
174 # crbug.com/794372
175 'swarming': {
176 'shards': 30,
177 },
178 },
John Budorickca14c76f62017-12-09 14:19:18179 'Mac ASan 64 Tests (1)': {
Nico Weber0c2861b2018-12-14 18:05:16180 # A subset of tests seem to cause WindowServer deaths on VMs.
181 # crbug.com/828031 et al.
182 'args': [
183 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
184 '--gtest_shuffle',
185 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28186 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18187 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28188 },
189 },
Takuto Ikuta54671d972018-07-19 19:06:35190 'Linux ChromiumOS MSan Tests': {
191 # These are very slow on the Chrome OS MSAN trybot for some reason.
192 # crbug.com/865455
193 'swarming': {
James Cook1380ad162018-10-25 00:51:19194 'shards': 25,
Takuto Ikuta54671d972018-07-19 19:06:35195 },
196 },
197 'Linux Chromium OS ASan LSan Tests (1)': {
198 # These are very slow on the ASAN trybot for some reason.
199 # crbug.com/794372
200 'swarming': {
James Cook1380ad162018-10-25 00:51:19201 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35202 },
203 },
Kenneth Russell8ceeabf2017-12-11 17:53:28204 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54205 'Win7 Tests (1)': {
206 # This is for slow test execution that often becomes a critical path of
207 # swarming jobs. crbug.com/868114
208 'swarming': {
209 'shards': 15,
210 },
211 },
Kenneth Russell8ceeabf2017-12-11 17:53:28212 'Win7 Tests (dbg)(1)': {
213 'swarming': {
214 'shards': 20,
215 },
216 },
Kenneth Russell6c83d212018-07-27 20:52:59217 'Win10 Tests x64': {
218 # crbug.com/868082
219 'args': [
220 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
221 ],
222 },
Nico Weber0c2861b2018-12-14 18:05:16223 # client.v8.chromium
224 'Linux - Future (dbg)': {
225 'swarming': {
226 'shards': 10,
227 },
228 },
Kenneth Russelleb60cbd22017-12-05 07:54:28229 },
230 },
Kenneth Russelleb60cbd22017-12-05 07:54:28231 'cast_shell_browsertests': {
232 'modifications': {
233 'Cast Audio Linux': {
234 'args': [
235 '--enable-local-file-accesses',
236 '--ozone-platform=headless',
237 '--no-sandbox',
238 '--test-launcher-jobs=1',
239 ],
Colin Blundell629091a2018-07-10 14:50:28240 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27241 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28242 },
Kenneth Russelleb60cbd22017-12-05 07:54:28243 },
244 'Cast Linux': {
245 'args': [
246 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04247 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28248 '--no-sandbox',
249 '--test-launcher-jobs=1',
250 ],
Colin Blundell629091a2018-07-10 14:50:28251 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27252 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28253 },
Kenneth Russelleb60cbd22017-12-05 07:54:28254 },
255 },
256 },
Dirk Pranke1b767092017-12-07 04:44:23257 'checkbins': {
258 'remove_from': [
Stephen Martinis72671712018-08-23 20:21:04259 'linux-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26260 'linux-rel',
Stephen Martinis72671712018-08-23 20:21:04261 'mac-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26262 'mac-rel',
Dirk Pranke1b767092017-12-07 04:44:23263 ],
264 },
Clark DuValld5b71742018-12-07 22:11:32265 # Note: keep experiment percentages the same as
266 # network_service_chrome_public_test_apk.
Kenneth Russelleb60cbd22017-12-05 07:54:28267 'chrome_public_test_apk': {
Kenneth Russelleb60cbd22017-12-05 07:54:28268 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28269 # chromium.android
John Budorick2232bb982018-05-18 17:50:07270 'android-kitkat-arm-rel': {
271 'swarming': {
272 'shards': 12,
273 },
274 },
Ben Pastenea789de22018-10-30 02:22:23275 'android-marshmallow-arm64-rel': {
276 # TODO(crbug.com/731759): Enable this once we're confident that it
277 # passes.
Ben Pastene24af66b2018-12-10 20:28:27278 'experiment_percentage': 0,
Ben Pastenea789de22018-10-30 02:22:23279 },
Kenneth Russelleb60cbd22017-12-05 07:54:28280 'KitKat Phone Tester (dbg)': {
281 'swarming': {
282 'shards': 20,
283 },
284 },
Kenneth Russelleb60cbd22017-12-05 07:54:28285 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24286 # TODO(crbug.com/731759): Enable this once we're confident that it
287 # passes.
288 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28289 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28290 'shards': 14,
291 },
292 },
Ben Pastenec73e96e92018-07-12 01:40:35293 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57294 # TODO(https://crbug.com/884413): Re-enable this once the tests are
295 # either passing or there is more capacity.
296 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35297 },
John Budorick34009472018-04-03 17:38:44298 # chromium.swarm
299 'Android N5X Swarm': {
300 # TODO(crbug.com/731759): Enable this once we're confident that it
301 # passes.
302 'experiment_percentage': 100,
303 },
Kenneth Russelleb60cbd22017-12-05 07:54:28304 },
305 },
306 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15307 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09308 # chromium.android
309 'KitKat Tablet Tester',
310 'Lollipop Tablet Tester',
311 'Marshmallow Tablet Tester',
bsheedydf58b4e2018-11-01 19:42:16312 # chromium.android.fyi
313 'x64 Device Tester',
314 'x86 Cloud Tester',
315 # chromium.clang
316 'ToTAndroid',
317 'ToTAndroidCFI',
bsheedy410dd7c2018-06-15 22:42:09318 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28319 },
bsheedy75a4dd52018-11-27 23:24:30320 'chrome_public_test_vr_apk-vega': {
321 'modifications': {
322 # chromium.android
323 'Oreo Phone Tester': {
324 'swarming': {
325 'dimension_sets': [
326 {
327 'device_os': 'OVR1.180808.003',
328 'device_type': 'vega',
329 'os': 'Android',
330 },
331 ],
332 },
333 }
334 }
335 },
Kenneth Russelleb60cbd22017-12-05 07:54:28336 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28337 'modifications': {
John Budorick5052d552017-12-13 02:59:34338 # chromium.memory
339 'Linux ASan LSan Tests (1)': {
340 # These are very slow on the ASAN trybot for some reason.
341 # crbug.com/794372
342 'swarming': {
343 'shards': 5,
344 },
345 },
Takuto Ikuta54671d972018-07-19 19:06:35346 'Linux Chromium OS ASan LSan Tests (1)': {
347 # These are very slow on the ASAN trybot for some reason.
348 # crbug.com/794372
349 'swarming': {
350 'shards': 5,
351 },
352 },
Kenneth Russelleb60cbd22017-12-05 07:54:28353 },
354 },
355 'content_browsertests': {
356 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24357 # chromium.linux
358 'Cast Audio Linux': {
359 'args': [
Nico Weber02f30392018-07-16 18:39:43360 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24361 ],
Kenneth Russellfbda3c532017-12-08 23:57:24362 },
363 'Cast Linux': {
364 'args': [
Nico Weber02f30392018-07-16 18:39:43365 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24366 ],
Kenneth Russellfbda3c532017-12-08 23:57:24367 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18368 # chromium.win
369 'Win10 Tests x64 (dbg)': {
370 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59371 # crbug.com/868082
372 'args': [
373 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
374 ],
375 },
376 'Win10 Tests x64': {
377 # crbug.com/868082
378 'args': [
379 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
380 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18381 },
Kenneth Russelleb60cbd22017-12-05 07:54:28382 },
383 },
Nico Weber81e16ace22018-06-30 02:58:47384 'content_shell_crash_test': {
385 'remove_from': [
386 # chromium.linux
387 'Linux Tests (dbg)(1)(32)', # https://crbug.com/859264
388 ],
Dirk Prankeb1c36b322018-07-11 02:42:00389 'modifications': {
390 # chromium.win
391 'Win10 Tests x64 (dbg)': {
392 'experiment_percentage': 100, # https://crbug.com/861730
393 },
394 },
Nico Weber81e16ace22018-06-30 02:58:47395 },
Kenneth Russelleb60cbd22017-12-05 07:54:28396 'content_unittests': {
397 'modifications': {
John Budorick5052d552017-12-13 02:59:34398 # chromium.memory
399 'Linux ASan LSan Tests (1)': {
400 # These are slow on the ASAN trybot for some reason.
401 # crbug.com/794372
402 'swarming': {
403 'shards': 2,
404 },
405 },
Takuto Ikuta54671d972018-07-19 19:06:35406 'Linux ChromiumOS MSan Tests': {
407 # These are very slow on the Chrome OS MSAN trybot for some reason.
408 # crbug.com/865455
409 'swarming': {
410 'shards': 2,
411 },
412 },
Kenneth Russelleb60cbd22017-12-05 07:54:28413 },
414 },
Kenneth Russellc1a09302018-07-10 01:12:54415 'context_lost_tests': {
416 'modifications': {
417 'Mac FYI GPU ASAN Release': {
418 'args': [
419 '--is-asan',
420 ]
421 },
422 },
423 },
Kenneth Russellfbda3c532017-12-08 23:57:24424 'crashpad_tests': {
425 'remove_from': [
426 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48427 'linux-win_cross-rel', # https://crbug.com/762167
Kenneth Russellfbda3c532017-12-08 23:57:24428 ],
429 },
Zhenyao Moc307eeb72018-12-20 01:03:20430 'dawn_end2end_tests': {
431 'remove_from': [
432 # chromium.gpu.fyi
Corentin Wallez4a6808d2019-01-09 14:10:09433 'Linux FYI Experimental Release (NVIDIA)', # https://crbug.com/918942
Zhenyao Moc307eeb72018-12-20 01:03:20434 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
435 ],
436 },
Joe Downing41486042018-10-18 22:44:44437 'extensions_browsertests': {
438 'modifications': {
439 'Win10 Tests x64 (dbg)': {
440 'experiment_percentage': 100, # https://crbug.com/876615
441 },
442 },
443 },
Kenneth Russelleb60cbd22017-12-05 07:54:28444 'gin_unittests': {
445 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24446 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47447 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18448 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46449 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47450 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28451 ],
452 },
453 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18454 'remove_from': [
455 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18456 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01457 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01458 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21459 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55460 # Can't run on MSAN because gl_tests uses the hardware driver,
461 # which isn't instrumented.
462 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18463 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28464 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45465 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45466 # TODO(kbr): figure out a better way to specify blocks of
467 # arguments like this for tests on multiple machines.
468 'Linux ASan LSan Tests (1)': {
469 'args': [
470 '--use-gpu-in-tests',
471 '--no-xvfb',
472 ],
473 'swarming': {
474 'dimension_sets': [
475 {
476 'gpu': '10de:1cb3',
477 'os': 'Ubuntu',
478 'pool': 'Chrome-GPU',
479 },
480 ],
481 },
482 'use_xvfb': False,
483 },
484 'Linux ASan LSan Tests (1)': {
485 'args': [
486 '--use-gpu-in-tests',
487 '--no-xvfb',
488 ],
489 'swarming': {
490 'dimension_sets': [
491 {
492 'gpu': '10de:1cb3',
493 'os': 'Ubuntu',
494 'pool': 'Chrome-GPU',
495 },
496 ],
497 },
498 'use_xvfb': False,
499 },
500 'Linux CFI': {
501 'args': [
502 '--use-gpu-in-tests',
503 '--no-xvfb',
504 ],
505 'swarming': {
506 'dimension_sets': [
507 {
508 'gpu': '10de:1cb3',
509 'os': 'Ubuntu',
510 'pool': 'Chrome-GPU',
511 },
512 ],
513 },
514 'use_xvfb': False,
515 },
516 'Linux TSan Tests': {
517 'args': [
518 '--use-gpu-in-tests',
519 '--no-xvfb',
520 ],
521 'swarming': {
522 'dimension_sets': [
523 {
524 'gpu': '10de:1cb3',
525 'os': 'Ubuntu',
526 'pool': 'Chrome-GPU',
527 },
528 ],
529 },
530 'use_xvfb': False,
531 },
Kenneth Russelleb60cbd22017-12-05 07:54:28532 },
533 },
534 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18535 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01536 # chromium.gpu.fyi
537 # On Android, these are already run on the main waterfall.
538 # Run them on the one-off Android FYI bots, though.
539 'Android FYI Release (Nexus 5X)',
540 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
541 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18542 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28543 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28544 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24545 'CFI Linux ToT': {
546 'args': [
547 '--use-gpu-in-tests',
548 '--no-xvfb',
549 ],
550 'swarming': {
551 'dimension_sets': [
552 {
553 'gpu': '10de:1cb3',
554 'os': 'Ubuntu',
555 'pool': 'Chrome-GPU',
556 },
557 ],
558 },
559 'use_xvfb': False,
560 },
Kenneth Russell8ceeabf2017-12-11 17:53:28561 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18562 'Linux CFI': {
563 'args': [
564 '--use-gpu-in-tests',
565 '--no-xvfb',
566 ],
567 'swarming': {
568 'dimension_sets': [
569 {
570 'gpu': '10de:1cb3',
571 'os': 'Ubuntu',
572 'pool': 'Chrome-GPU',
573 },
574 ],
575 },
576 'use_xvfb': False,
577 },
Kenneth Russelleb60cbd22017-12-05 07:54:28578 },
579 },
Nico Weber65338c02018-06-22 19:13:40580 'gl_unittests_ozone': {
581 'remove_from': [
582 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
583 # which isn't instrumented.
584 'Linux ChromiumOS MSan Tests',
585 ],
586 },
Kenneth Russell8a386d42018-06-02 09:48:01587 'info_collection_tests': {
588 'remove_from': [
589 # chromium.gpu.fyi
590 # The Mac ASAN swarming bot runs tests on two different GPU
591 # types, so we can't have one expected vendor ID / device ID.
592 'Mac FYI GPU ASAN Release',
593 # client.v8.fyi
594 'Android V8 FYI Release (Nexus 5X)',
595 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35596 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01597 'Mac V8 FYI Release (Intel)',
598 'Win V8 FYI Release (NVIDIA)',
599 ],
600 },
Kenneth Russelleb60cbd22017-12-05 07:54:28601 'interactive_ui_tests': {
602 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26603 # chromium.clang
604 'ToTLinuxTSan': {
605 # These are slow on the TSan bots for some reason, crbug.com/794372
606 'swarming': {
607 'shards': 6,
608 },
609 },
Kenneth Russell8ceeabf2017-12-11 17:53:28610 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28611 'Win7 Tests (dbg)(1)': {
612 'swarming': {
613 'shards': 4,
614 },
615 },
John Budorickca14c76f62017-12-09 14:19:18616 # chromium.memory
617 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17618 # These are slow on the ASan trybot for some reason, crbug.com/794372
619 'swarming': {
620 'shards': 6,
621 },
622 },
623 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26624 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18625 'swarming': {
John Budorick5052d552017-12-13 02:59:34626 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18627 },
628 },
Takuto Ikuta54671d972018-07-19 19:06:35629 'Linux ChromiumOS MSan Tests': {
630 # These are very slow on the Chrome OS MSAN trybot for some reason.
631 # crbug.com/865455
632 'swarming': {
633 'shards': 5,
634 },
635 },
Dirk Pranke8fd63c12017-12-10 18:06:27636 # client.v8.chromium
637 'Linux - Future (dbg)': {
638 'swarming': {
639 'shards': 3,
640 },
641 },
Greg Thompson3eb7e6522018-05-25 09:04:03642 # chromium.win; temporary, https://crbug.com/818832
643 'Win10 Tests x64 (dbg)': {
644 'experiment_percentage': 100,
645 },
Kenneth Russelleb60cbd22017-12-05 07:54:28646 },
647 },
Nico Weberd3096fb2018-06-07 17:50:15648 'nacl_helper_nonsfi_unittests': {
649 'remove_from': [
650 # chromium.memory
651 'Linux TSan Tests', # Sets enable_nacl=false.
652 ],
653 },
Kenneth Russellfbda3c532017-12-08 23:57:24654 'nacl_loader_unittests': {
655 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35656 # chromium.clang
657 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51658 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18659 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11660 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48661 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24662 ],
663 },
Kenneth Russelleb60cbd22017-12-05 07:54:28664 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24665 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28666 # chromium.fyi
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:46667 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
668 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:24669 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28670 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24671 # chromium.clang
672 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33673 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24674 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33675 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24676 },
677 },
Nico Weberdae13cd92018-12-14 13:56:26678 'ToTLinuxTSan': {
679 'swarming': {
680 'shards': 4,
681 }
682 },
John Budorickca14c76f62017-12-09 14:19:18683 # chromium.memory
684 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34685 # These are very slow on the ASAN trybot for some reason.
686 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18687 'swarming': {
John Budorick5052d552017-12-13 02:59:34688 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18689 },
690 },
691 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35692 # These are very slow on the ASAN trybot for some reason.
693 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18694 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02695 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18696 }
697 },
Takuto Ikuta54671d972018-07-19 19:06:35698 'Linux ChromiumOS MSan Tests': {
699 # These are very slow on the Chrome OS MSAN trybot for some reason.
700 # crbug.com/865455
701 'swarming': {
702 'shards': 2,
703 },
704 },
John Budorickca14c76f62017-12-09 14:19:18705 'Linux TSan Tests': {
706 'swarming': {
707 'shards': 4,
708 }
709 },
Ben Pastene8bf205b2018-06-13 04:00:33710 # The suite runs signficantly slower on linux dbg, so increase shards.
711 'Linux Tests (dbg)(1)': {
712 'swarming': {
713 'shards': 2,
714 },
715 },
716 'Linux Tests (dbg)(1)(32)': {
717 'swarming': {
718 'shards': 2,
719 },
720 },
721 'linux-chromeos-dbg': {
722 'swarming': {
723 'shards': 2,
724 },
725 },
Kenneth Russelleb60cbd22017-12-05 07:54:28726 },
727 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31728 'network_service_browser_tests': {
729 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26730 # chromium.clang
731 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17732 # chromium.memory
733 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
734 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31735 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19736 'Win7 Tests (1)', # For swarming capacity reasons.
737 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06738 # Only run network service tests on Mac 10.12 for capacity reasons.
739 'Chromium Mac 10.13',
740 'Mac10.10 Tests',
741 'Mac10.11 Tests',
742 'Mac10.13 Tests',
743 'Mac10.13 Tests (dbg)',
744 'Mac ASan 64 Tests (1)',
745 'Mac ASan 64 Tests (1)',
746 'mac-views-rel',
747 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31748 ],
Kenneth Russell6c83d212018-07-27 20:52:59749 'modifications': {
750 # chromium.win
751 'Win10 Tests x64': {
752 # crbug.com/868082
753 'args': [
754 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
755 ],
756 },
757 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31758 },
Clark DuValld5b71742018-12-07 22:11:32759 # Note: keep experiment percentages the same as chrome_public_test_apk.
760 'network_service_chrome_public_test_apk': {
761 # Only run these on the phone testers for now due to capacity.
762 'remove_from': [
763 # chromium.android
764 'android-kitkat-arm-rel',
765 'android-marshmallow-arm64-rel',
766 'KitKat Tablet Tester',
767 'Lollipop Tablet Tester',
768 'Marshmallow Tablet Tester',
769 'KitKat Phone Tester (dbg)',
770 # chromium.android.fyi
771 'x86 Cloud Tester',
772 # chromium.memory
773 'Android CFI',
774 # chromium.clang
775 'ToTAndroid',
776 'ToTAndroidCFI',
777 ],
778 'modifications': {
779 # chromium.android
780 'Marshmallow 64 bit Tester': {
781 # TODO(crbug.com/731759): Enable this once we're confident that it
782 # passes.
783 'experiment_percentage': 100,
784 },
785 'Oreo Phone Tester': {
786 'experiment_percentage': 100,
787 },
788 },
789 },
John Abd-El-Malek4782bd12018-06-12 01:08:21790 'network_service_components_browsertests': {
791 'remove_from': [
Nico Weber073af192018-06-21 19:22:17792 # chromium.memory
793 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
794 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21795 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19796 'Win7 Tests (1)', # For swarming capacity reasons.
797 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06798 # Only run network service tests on Mac 10.12 for capacity reasons.
799 'Chromium Mac 10.13',
800 'Mac10.10 Tests',
801 'Mac10.11 Tests',
802 'Mac10.13 Tests',
803 'Mac10.13 Tests (dbg)',
804 'Mac ASan 64 Tests (1)',
805 'Mac ASan 64 Tests (1)',
806 'mac-views-rel',
807 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19808 ],
809 },
810 'network_service_content_browsertests': {
811 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10812 # chromium.clang
813 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17814 # chromium.memory
815 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
816 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19817 # chromium.win
818 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11819 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06820 # Only run network service tests on Mac 10.12 for capacity reasons.
821 'Chromium Mac 10.13',
822 'Mac10.10 Tests',
823 'Mac10.11 Tests',
824 'Mac10.13 Tests',
825 'Mac10.13 Tests (dbg)',
826 'Mac ASan 64 Tests (1)',
827 'Mac ASan 64 Tests (1)',
828 'mac-views-rel',
829 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21830 ],
831 },
Clark DuValld5b71742018-12-07 22:11:32832 'network_service_content_shell_test_apk': {
833 # Only run these on the phone testers for now due to capacity.
834 'remove_from': [
835 # chromium.android
836 'android-kitkat-arm-rel',
837 'android-marshmallow-arm64-rel',
838 'KitKat Tablet Tester',
839 'Lollipop Tablet Tester',
840 'Marshmallow Tablet Tester',
841 'KitKat Phone Tester (dbg)',
842 # chromium.android.fyi
843 'x86 Cloud Tester',
844 # chromium.memory
845 'Android CFI',
846 # chromium.clang
847 'ToTAndroid',
848 'ToTAndroidCFI',
849 ],
850 },
John Abd-El-Malek787a41a2018-06-12 18:10:53851 'network_service_extensions_browsertests': {
852 'remove_from': [
Nico Weber073af192018-06-21 19:22:17853 # chromium.memory
854 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
855 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:53856 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19857 'Win7 Tests (1)', # For swarming capacity reasons.
858 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06859 # Only run network service tests on Mac 10.12 for capacity reasons.
860 'Chromium Mac 10.13',
861 'Mac10.10 Tests',
862 'Mac10.11 Tests',
863 'Mac10.13 Tests',
864 'Mac10.13 Tests (dbg)',
865 'Mac ASan 64 Tests (1)',
866 'Mac ASan 64 Tests (1)',
867 'mac-views-rel',
868 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:53869 ],
870 },
871 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:19872 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10873 # chromium.clang
874 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17875 # chromium.memory
876 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
877 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19878 # chromium.win
879 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06880 # Only run network service tests on Mac 10.12 for capacity reasons.
881 'Chromium Mac 10.13',
882 'Mac10.10 Tests',
883 'Mac10.11 Tests',
884 'Mac10.13 Tests',
885 'Mac10.13 Tests (dbg)',
886 'Mac ASan 64 Tests (1)',
887 'Mac ASan 64 Tests (1)',
888 'mac-views-rel',
889 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19890 ],
John Abd-El-Malek787a41a2018-06-12 18:10:53891 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:19892 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:11893 'Win10 Tests x64 (dbg)': {
894 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:53895 },
896 },
897 },
James Cook1aa56c22019-01-09 15:53:46898 'non_single_process_mash_browser_tests': {
899 'modifications': {
900 # chromium.chromiumos
901 'linux-chromeos-dbg': {
902 'swarming': {
903 'shards': 20,
904 },
905 },
906 # chromium.memory
907 'Linux Chromium OS ASan LSan Tests (1)': {
908 # These are very slow on the ASAN trybot for some reason.
909 # crbug.com/794372
910 'swarming': {
911 'shards': 30,
912 },
913 },
914 'Linux ChromiumOS MSan Tests': {
915 'swarming': {
916 'shards': 20,
917 },
918 },
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 },
Dirk Pranke1b767092017-12-07 04:44:23988 'sizes': {
989 'remove_from': [
Stephen Martinis72671712018-08-23 20:21:04990 'win32-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26991 'win32-rel',
Stephen Martinis72671712018-08-23 20:21:04992 'win-dbg',
Stephen Martinis7ed165b2018-07-30 21:00:26993 'win-rel',
Dirk Pranke1b767092017-12-07 04:44:23994 ],
995 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28996 # chromium.android.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:28997 'Android Cronet KitKat Builder': {
998 'args': [
999 '--platform',
1000 'android-cronet',
1001 '--perf-id',
1002 'android_cronet_builder',
1003 'cronet-arm/sizes',
1004 ],
1005 'override_compile_targets': [
1006 'cronet',
1007 ],
1008 },
Dirk Pranke1b767092017-12-07 04:44:231009 },
1010 },
Stephen Martinis54d64ad2018-09-21 22:16:201011 'swiftshader_unittests': {
1012 'remove_from': [
1013 # Save capacity on the hardware where we have only a few machines.
1014 'Mac FYI Experimental Release (Intel)',
1015 'Mac FYI Experimental Retina Release (AMD)',
1016 'Mac FYI Experimental Retina Release (NVIDIA)',
1017 'Mac Pro FYI Release (AMD)',
1018 ],
1019 },
Kenneth Russelleb60cbd22017-12-05 07:54:281020 'sync_integration_tests': {
1021 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571022 # chromium.clang
1023 'ToTLinuxTSan': {
1024 'swarming': {
1025 'shards': 6,
1026 },
1027 },
1028 # chromium.memory
1029 'Linux TSan Tests': {
1030 'swarming': {
1031 'shards': 6,
1032 },
1033 },
1034 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281035 'Win7 Tests (dbg)(1)': {
1036 'swarming': {
1037 'shards': 2,
1038 },
1039 },
Stephen Martinis75ab55d2018-08-30 02:27:121040 'Win10 Tests x64 (dbg)': {
1041 'experiment_percentage': 100, # https://crbug.com/840369
1042 },
Kenneth Russelleb60cbd22017-12-05 07:54:281043 },
1044 },
Kenneth Russell8a386d42018-06-02 09:48:011045 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521046 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011047 'remove_from': [
1048 # chromium.gpu
1049 'Linux Debug (NVIDIA)',
1050 'Mac Debug (Intel)',
1051 'Mac Retina Debug (AMD)',
1052 'Win10 Debug (NVIDIA)',
1053 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:011054 'Win10 FYI Debug (NVIDIA)',
1055 'Win7 FYI Debug (AMD)',
1056 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551057 },
Kenneth Russelleb60cbd22017-12-05 07:54:281058 'telemetry_perf_unittests': {
1059 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281060 # chromium.android
John Budorick2232bb982018-05-18 17:50:071061 'android-kitkat-arm-rel': {
1062 'args': [
1063 '--browser=android-chromium',
1064 '--device=android',
1065 ],
1066 'swarming': {
1067 'dimension_sets': [
1068 {
1069 'temp_band': '<30',
1070 },
1071 ],
John Budorick2232bb982018-05-18 17:50:071072 'shards': 15,
1073 },
1074 },
John Budorick8c4a989d2018-05-20 05:08:391075 'android-marshmallow-arm64-rel': {
1076 'args': [
1077 '--browser=android-chromium',
1078 '--device=android',
1079 ],
1080 'swarming': {
1081 'dimension_sets': [
1082 {
1083 'temp_band': '<30',
1084 },
1085 ],
John Budorick8c4a989d2018-05-20 05:08:391086 'shards': 15,
1087 },
1088 },
Kenneth Russell8ceeabf2017-12-11 17:53:281089 # chromium.android.fyi
1090 'x86 Cloud Tester': {
1091 'args': [
1092 '--browser=android-chromium',
1093 '--device=android',
1094 ],
1095 'swarming': {
1096 'shards': 1,
1097 },
1098 },
John Budorick5672ffd2018-09-07 18:25:581099 # chromium.fyi
1100 'linux-chromium-tests-staging-tests': {
1101 'args': [
1102 '--xvfb',
1103 '--jobs=1',
1104 ],
1105 },
Kenneth Russell8ceeabf2017-12-11 17:53:281106 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281107 'Linux Tests': {
1108 'args': [
1109 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481110 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281111 ],
1112 },
Ned Nguyeneb3911e2017-12-11 20:16:021113 'Linux Tests (dbg)(1)': {
1114 'args': [
1115 '--xvfb',
nednguyen35d625f22018-01-11 19:45:301116 '--jobs=1',
Ned Nguyeneb3911e2017-12-11 20:16:021117 ],
1118 },
John Budorick2593eb922018-05-09 19:31:491119 'linux-xenial-rel': {
1120 'args': [
1121 '--xvfb',
1122 '--jobs=1',
1123 ],
1124 },
Kenneth Russell8ceeabf2017-12-11 17:53:281125 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281126 # Disable parallelism on all Mac bots.
1127 'Mac10.10 Tests': {
1128 'args': [
1129 '--jobs=1',
1130 ],
1131 },
1132 'Mac10.11 Tests': {
1133 'args': [
1134 '--jobs=1',
1135 ],
1136 },
1137 'Mac10.12 Tests': {
1138 'args': [
1139 '--jobs=1',
1140 ],
1141 },
Ned Nguyen6e6e5b32018-02-21 20:21:501142 'Win7 Tests (dbg)(1)': {
1143 'args': [
1144 '--jobs=1',
1145 ],
1146 'swarming': {
1147 'shards': 20,
1148 },
1149 'experiment_percentage': 100,
1150 },
Will Harris17a64862018-10-18 15:36:011151 # luci.chromium.ci
1152 'linux-tcmalloc-rel': {
1153 'args': [
1154 '--xvfb',
1155 '--jobs=1',
1156 ],
1157 },
Kenneth Russelleb60cbd22017-12-05 07:54:281158 },
1159 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281160 'Linux Tests (dbg)(1)(32)',
Shenghua Zhangbd6f1b232018-03-03 02:59:141161 'Mac10.13 Tests',
1162 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271163 # client.v8.chromium
1164 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111165 # chromium.win
1166 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281167 ],
1168 },
Stephen Martinis54d64ad2018-09-21 22:16:201169 'telemetry_unittests': {
1170 'modifications': {
1171 'Win10 Tests x64 (dbg)': {
1172 'experiment_percentage': 100, # crbug.com/870673
1173 }
1174 }
1175 },
Kenneth Russelleb60cbd22017-12-05 07:54:281176 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281177 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241178 # chromium.clang
1179 'ToTLinuxASan': {
1180 'swarming': {
1181 'shards': 2,
1182 },
John Budorickca14c76f62017-12-09 14:19:181183 },
Dirk Pranke20eae9a72017-12-09 18:12:141184 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:181185 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341186 # These are slow on the ASAN trybot for some reason.
1187 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181188 'swarming': {
John Budorick5052d552017-12-13 02:59:341189 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181190 },
1191 },
John Budorickca14c76f62017-12-09 14:19:181192 'Linux TSan Tests': {
1193 'swarming': {
1194 'shards': 2,
1195 },
1196 },
Takuto Ikuta54671d972018-07-19 19:06:351197 'Linux ChromiumOS MSan Tests': {
1198 # These are very slow on the Chrome OS MSAN trybot for some reason.
1199 # crbug.com/865455
1200 'swarming': {
1201 'shards': 2,
1202 },
1203 },
1204 'Linux Chromium OS ASan LSan Tests (1)': {
1205 # These are slow on the ASAN trybot for some reason.
1206 # crbug.com/794372
1207 'swarming': {
1208 'shards': 2,
1209 },
1210 },
Dirk Pranke20eae9a72017-12-09 18:12:141211 # chromium.swarm
1212 'Android N5X Swarm': {
1213 'swarming': {
1214 'shards': 8,
1215 },
1216 },
Kenneth Russelleb60cbd22017-12-05 07:54:281217 },
1218 },
Kenneth Russell8a386d42018-06-02 09:48:011219 'video_decode_accelerator_gl_unittest': {
1220 'remove_from': [
1221 # chromium.gpu.fyi
1222 # Windows Intel doesn't have the GL extensions to support this test.
Jamie Madill7130d992019-01-08 14:26:581223 'ANGLE GPU Win10 Release (Intel HD 630)',
Kenneth Russell0272ab72018-06-04 17:22:241224 'Optional Win10 Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011225 'Win10 FYI Release (Intel HD 630)',
1226 'Win10 FYI Exp Release (Intel HD 630)',
1227 ],
1228 },
Stephen Martinis36977112018-04-06 06:09:461229 'viz_browser_tests': {
Takuto Ikuta4ef47d5f2018-06-11 13:15:361230 'modifications': {
Nico Weber6b67a402018-06-18 21:45:011231 # chromium.chromiumos
1232 'linux-chromeos-dbg': {
1233 'swarming': {
1234 'shards': 20,
1235 },
1236 },
Nico Weber3f2a65de92018-06-11 14:04:171237 # chromium.memory
Takuto Ikuta54671d972018-07-19 19:06:351238 'Linux ChromiumOS MSan Tests': {
1239 # These are very slow on the Chrome OS MSAN trybot for some reason.
1240 # crbug.com/865455
1241 'swarming': {
1242 'shards': 20,
1243 },
1244 },
1245 'Linux Chromium OS ASan LSan Tests (1)': {
1246 # These are very slow on the ASAN trybot for some reason.
1247 # crbug.com/794372
1248 'swarming': {
James Cook98759ec2018-07-30 22:02:131249 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351250 },
1251 },
Takuto Ikuta4ef47d5f2018-06-11 13:15:361252 },
Stephen Martinis36977112018-04-06 06:09:461253 },
Stephen Martinis54d64ad2018-09-21 22:16:201254 'viz_content_browsertests': {
1255 'modifications': {
1256 # chromium.memory
1257 'Linux Chromium OS ASan LSan Tests (1)': {
1258 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1259 'swarming': {
1260 'shards': 4,
1261 }
1262 },
1263 'Linux ChromiumOS MSan Tests': {
1264 # These are very slow on the Chrome OS MSAN trybot for some reason.
1265 # crbug.com/865455
1266 'swarming': {
1267 'shards': 2,
1268 },
1269 },
1270 },
1271 },
Kenneth Russelleb60cbd22017-12-05 07:54:281272 'viz_unittests': {
1273 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281274 # chromium.win
1275 'Win10 Tests x64',
1276 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281277 },
Piotr Bialecki46627f02018-12-07 01:55:581278 'vr_android_unittests': {
1279 'remove_from': [
1280 # chromium.android.fyi
1281 'x64 Device Tester',
1282 'x86 Cloud Tester',
1283 ],
1284 },
Kenneth Russellfbda3c532017-12-08 23:57:241285 'vr_pixeltests': {
1286 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281287 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281288 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241289 ],
1290 },
Nico Webere81999ee2018-07-01 23:52:431291 'wayland_client_perftests': {
1292 'remove_from': [
1293 'linux-chromeos-dbg', # https://crbug.com/859307
1294 ],
1295 },
Stephen Martinis54d64ad2018-09-21 22:16:201296 'webgl2_conformance_tests': {
1297 'remove_from': [
1298 # The Mac NVIDIA Retina bots don't have the capacity to run
1299 # this test suite on mac_optional_gpu_tests_rel.
1300 'Optional Mac Retina Release (NVIDIA)',
1301 ],
Kenneth Russell8a386d42018-06-02 09:48:011302 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011303 'Mac FYI GPU ASAN Release': {
1304 'args': [
1305 '--is-asan',
1306 ]
1307 },
1308 },
1309 },
1310 'webgl_conformance_gl_passthrough_tests': {
1311 'remove_from': [
1312 # crbug.com/555545 and crbug.com/649824:
1313 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1314 # Always fails on older cards, flaky on newer cards.
1315 'Win7 FYI Debug (AMD)',
1316 'Win7 FYI Release (AMD)',
1317 ],
1318 },
Stephen Martinis54d64ad2018-09-21 22:16:201319 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011320 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201321 # On desktop platforms these don't take very long (~7 minutes),
1322 # but on Android they take ~30 minutes and we want to use more
1323 # shards than on desktop.
1324 # chromium.gpu
1325 'Android Release (Nexus 5X)': {
1326 'swarming': {
1327 'shards': 6,
1328 },
1329 },
Kenneth Russell8a386d42018-06-02 09:48:011330 'Mac FYI GPU ASAN Release': {
1331 'args': [
1332 '--is-asan',
1333 ]
1334 },
1335 },
1336 },
Yuly Novikove27d1d22018-10-29 21:24:191337 'webgl_conformance_vulkan_passthrough_tests': {
1338 'remove_from': [
1339 'Win7 FYI Debug (AMD)',
1340 ],
1341 },
Kenneth Russelleb60cbd22017-12-05 07:54:281342 'webkit_layout_tests': {
1343 'remove_from': [
Dirk Prankeca0a1ab2018-07-31 21:06:431344 # chromium.fyi
1345 'Chromium Mac 10.13',
Kenneth Russellfbda3c532017-12-08 23:57:241346 # chromium.linux
Dirk Prankec2917e92018-06-21 04:28:531347 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
Kenneth Russellfbda3c532017-12-08 23:57:241348 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321349 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131350 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281351 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281352 'modifications': {
John Budorick7732d4d02018-07-30 19:02:541353 # chromium.android
1354 'KitKat Phone Tester (dbg)': {
1355 'args': [
1356 '--debug',
1357 '--android',
John Budorickb1833612018-12-07 04:36:411358 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1359 # Android. Remove this when it no longer affects Android crash
1360 # log handling.
1361 '--disable-breakpad',
Kenneth Russell45cf54092018-08-20 21:21:301362 # TODO(crbug.com/875172): run on the real GPU since the
1363 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
Kenneth Russelle8305342018-08-21 19:34:231364 '--additional-driver-flag=--use-gpu-in-tests',
John Budorick7732d4d02018-07-30 19:02:541365 ],
John Budorick7732d4d02018-07-30 19:02:541366 },
Kenneth Russell8ceeabf2017-12-11 17:53:281367 # chromium.fyi
Stephen McGruer54cac792018-08-30 15:02:321368 'linux-blink-animation-use-time-delta': {
1369 'args': [
1370 '--debug',
1371 ],
1372 },
John Budorick6650ef12018-05-16 23:33:171373 'linux-blink-gen-property-trees': {
1374 'args': [
John Budorick47795202018-05-18 01:30:351375 '--debug',
Philip Rogersbe7e7152018-12-03 21:24:171376 '--additional-driver-flag=--enable-blink-features=BlinkGenPropertyTrees',
John Budorick6650ef12018-05-16 23:33:171377 ],
1378 },
John Budoricka14c2c392018-03-02 19:00:441379 'linux-blink-heap-incremental-marking': {
1380 'args': [
1381 '--debug',
Michael Lippautzd48e4a52018-04-26 06:59:131382 '--additional-driver-flag=--enable-blink-features=HeapIncrementalMarkingStress',
John Budoricka14c2c392018-03-02 19:00:441383 ],
1384 },
John Budorickab108712018-09-01 00:12:211385 'linux-blink-heap-unified-gc': {
1386 'args': [
1387 '--debug',
1388 '--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection',
1389 ],
1390 },
Dirk Pranke97f97ae62018-06-19 22:22:361391 'mac10.10-blink-rel-dummy': {
1392 'swarming': {
1393 'dimension_sets': [
1394 { # This should match Mac10.10 Tests on chromium.mac.
1395 'gpu': 'none',
1396 'os': 'Mac-10.10',
1397 }
1398 ]
1399 },
1400 },
1401 'mac10.11-blink-rel-dummy': {
1402 'swarming': {
1403 'dimension_sets': [
1404 { # This should match Mac10.11 Tests on chromium.mac.
1405 'gpu': 'none',
1406 'os': 'Mac-10.11',
1407 }
1408 ]
1409 },
1410 },
1411 'mac10.12-blink-rel-dummy': {
1412 'swarming': {
1413 'dimension_sets': [
1414 { # This should match Mac10.12 Tests on chromium.mac.
1415 'gpu': '8086:0a2e',
1416 'hidpi': '0',
1417 'os': 'Mac-10.12',
1418 },
1419 ],
1420 },
1421 },
Dirk Pranke97f97ae62018-06-19 22:22:361422 'mac10.13-blink-rel-dummy': {
1423 'swarming': {
1424 'dimension_sets': [
1425 { # This should match Chromium Mac 10.13 on chromium.fyi.
1426 'gpu': '8086:0a2e',
1427 'hidpi': '0',
1428 'os': 'Mac-10.13',
1429 },
1430 ],
1431 'shards': 12,
1432 },
1433 },
Philip Rogers639990262018-12-08 00:13:331434 'WebKit Linux composite_after_paint Dummy Builder': {
1435 'args': [
1436 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1437 ],
1438 },
Kenneth Russell8ceeabf2017-12-11 17:53:281439 'WebKit Linux layout_ng Dummy Builder': {
1440 'args': [
1441 '--additional-driver-flag=--enable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281442 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281443 },
1444 'WebKit Linux root_layer_scrolls Dummy Builder': {
1445 'args': [
1446 '--additional-driver-flag=--root-layer-scrolls',
1447 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281448 },
Kenneth Russell8ceeabf2017-12-11 17:53:281449 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281450 'Linux Tests': {
1451 'swarming': {
1452 'dimension_sets': [
1453 {
1454 # TODO(kbr): this is essentially redundant.
1455 'os': 'Ubuntu-14.04',
1456 },
1457 ],
1458 'shards': 6,
1459 },
1460 },
Dirk Prankec1083b42018-06-15 02:43:321461 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131462 'args': [
1463 '--debug',
1464 ],
Dirk Prankec1083b42018-06-15 02:43:321465 'swarming': {
1466 'dimension_sets': [
1467 {
1468 # TODO(kbr): this is essentially redundant.
1469 'os': 'Ubuntu-14.04',
1470 },
1471 ],
1472 'shards': 20,
1473 },
1474 },
Kenneth Russell8ceeabf2017-12-11 17:53:281475 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281476 'Mac10.10 Tests': {
1477 # TODO(kbr): this is essentially redundant.
1478 'swarming': {
1479 'dimension_sets': [
1480 {
1481 'gpu': 'none',
1482 'os': 'Mac-10.10.5',
1483 },
1484 ],
1485 },
1486 },
1487 'Mac10.11 Tests': {
1488 # TODO(kbr): this is essentially redundant.
1489 'swarming': {
1490 'dimension_sets': [
1491 {
1492 'gpu': 'none',
1493 'os': 'Mac-10.11.6',
1494 },
1495 ],
1496 },
1497 },
1498 'Mac10.12 Tests': {
1499 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431500 # all jobs then this wouldn't be needed.
Kenneth Russelleb60cbd22017-12-05 07:54:281501 'swarming': {
1502 'dimension_sets': [
1503 {
Ben Pasteneb9dbd662018-08-07 18:54:131504 'gpu': '8086:0a2e',
Kenneth Russelleb60cbd22017-12-05 07:54:281505 'os': 'Mac-10.12.6',
1506 },
1507 ],
1508 'shards': 12,
1509 },
1510 },
Dirk Pranke736e26f2018-04-07 01:54:301511 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531512 # TODO(kbr): if the Swarming dimensions were explicitly specified for
Dirk Prankeca0a1ab2018-07-31 21:06:431513 # all jobs then this wouldn't be needed.
Dirk Prankec2917e92018-06-21 04:28:531514 'swarming': {
1515 'dimension_sets': [
1516 {
Ben Pastene62e179d52018-08-16 21:22:091517 'gpu': '8086:0a2e',
1518 'os': 'Mac-10.12.6',
Dirk Prankec2917e92018-06-21 04:28:531519 },
1520 ],
1521 'shards': 12,
Brad Hall5f3baa72018-12-05 23:18:021522 # TODO(crbug.com/853356): Switch this fully to 10.13.
1523 # Starting with a 20 minute expiration for now, we will reduce this
1524 # later.
1525 'optional_dimensions': {
1526 1200: [
1527 {
1528 'os': 'Mac-10.13',
1529 }
1530 ],
1531 },
Dirk Prankec2917e92018-06-21 04:28:531532 },
Dirk Pranke736e26f2018-04-07 01:54:301533 },
Dirk Pranke15530fe2018-06-15 16:12:131534 'Mac10.13 Tests (dbg)': {
1535 'args': [
1536 '--debug',
1537 ],
1538 },
Dirk Pranke81ff51c2017-12-09 19:24:281539 # chromium.webkit.
Dirk Pranke81ff51c2017-12-09 19:24:281540 'WebKit Linux Trusty ASAN': {
1541 'args': [
1542 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431543 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281544 '--time-out-ms',
1545 '48000',
1546 '--enable-sanitizer',
1547 ],
1548 'swarming': {
1549 'dimension_sets': [
1550 {
1551 'os': 'Ubuntu-14.04',
1552 },
1553 ],
1554 'shards': 20,
1555 },
1556 },
1557 'WebKit Linux Trusty Leak': {
1558 'args': [
1559 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431560 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281561 '--time-out-ms',
1562 '48000',
1563 '--enable-leak-detection',
1564 ],
1565 'swarming': {
1566 'dimension_sets': [
1567 {
1568 'os': 'Ubuntu-14.04',
1569 },
1570 ],
1571 'shards': 10,
1572 },
1573 },
1574 'WebKit Linux Trusty MSAN': {
1575 'args': [
1576 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431577 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281578 '--time-out-ms',
1579 '66000',
1580 '--enable-sanitizer',
1581 ],
1582 'swarming': {
1583 'dimension_sets': [
1584 {
1585 'os': 'Ubuntu-14.04',
1586 },
1587 ],
1588 'expiration': 36000,
1589 'hard_timeout': 10800,
1590 'io_timeout': 3600,
1591 'shards': 20,
1592 },
1593 },
Dirk Pranke81ff51c2017-12-09 19:24:281594 'WebKit Win10': {
1595 'swarming': {
1596 'dimension_sets': [
1597 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:481598 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:281599 },
1600 ],
Dirk Pranke81ff51c2017-12-09 19:24:281601 },
1602 },
Kenneth Russell8ceeabf2017-12-11 17:53:281603 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281604 'Win7 Tests (dbg)(1)': {
1605 'args': [
1606 '--debug',
1607 '--time-out-ms',
1608 '60000'
1609 ],
Dirk Pranke028aa922018-05-25 18:37:341610 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281611 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1612 # from prefered_os_dimension in
1613 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1614 # Swarming dimensions would be either specified for all testers on the
1615 # waterfall (and therefore, explicitly specified for all tests in the
1616 # generated JSON), or this would be removed, and the implicit one used.
1617 'swarming': {
1618 'dimension_sets': [
1619 {
1620 'os': 'Windows-7-SP1',
1621 }
1622 ],
1623 },
1624 },
Stephen Martinis1c5d6aa2018-04-17 03:11:251625 'Win10 Tests x64 (dbg)': {
1626 'args': [
1627 '--debug',
Stephen Martinis29afff32018-04-19 03:03:111628 '--target',
1629 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:251630 ],
1631 },
John Budorickb1833612018-12-07 04:36:411632 # tryserver.chromium.android
1633 'android_blink_rel': {
1634 'args': [
John Budorick04e6d4b2018-12-07 21:08:421635 '--release',
John Budorickb1833612018-12-07 04:36:411636 '--android',
1637 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1638 # Android. Remove this when it no longer affects Android crash
1639 # log handling.
1640 '--disable-breakpad',
1641 # TODO(crbug.com/875172): run on the real GPU since the
1642 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
1643 '--additional-driver-flag=--use-gpu-in-tests',
1644 ],
1645 },
Kenneth Russelleb60cbd22017-12-05 07:54:281646 },
1647 },
Kenneth Russelleb60cbd22017-12-05 07:54:281648 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:281649 'modifications': {
John Budorick5052d552017-12-13 02:59:341650 # chromium.memory
1651 'Linux ASan LSan Tests (1)': {
1652 # These are very slow on the ASAN trybot for some reason.
1653 # crbug.com/794372
1654 'swarming': {
1655 'shards': 5,
1656 },
1657 },
arthursonzogni26889d82018-05-29 17:18:161658 'Marshmallow 64 bit Tester': {
1659 # Increase timeout. See https://crbug.com/847229.
1660 'swarming': {
1661 'hard_timeout': 1200,
1662 },
1663 },
Dirk Pranke81ff51c2017-12-09 19:24:281664 },
Kenneth Russelleb60cbd22017-12-05 07:54:281665 },
rbpotter0309a552018-08-30 18:41:501666 'webui_polymer2_browser_tests': {
1667 'remove_from': [
1668 # chromium.win
1669 'Win10 Tests x64 (dbg)', # Matches browser_tests.
1670 ],
1671 },
rbpotter8ed19ab2018-08-24 23:59:191672 'webui_polymer2_interactive_ui_tests': {
1673 'modifications': {
1674 # Match interactive_ui_tests, see https://crbug.com/840369
1675 # chromium.win
1676 'Win10 Tests x64 (dbg)': {
1677 'experiment_percentage': 100,
1678 },
1679 },
1680 },
Kenneth Russelleb60cbd22017-12-05 07:54:281681 'webview_instrumentation_test_apk': {
1682 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:061683 # This test frequently fails on Android, https://crbug.com/824959
1684 # chromium.android
John Budorick2232bb982018-05-18 17:50:071685 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281686 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281687 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:281688 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:501689 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:501690 'ToTAndroid',
Dirk Pranke20eae9a72017-12-09 18:12:141691 # On chromium.swarm, this should possibly be being run (or removed
1692 # from Android N5X Swarm).
1693 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:281694 ],
Ben Pastenee17a8e92018-07-12 21:55:181695 'modifications': {
1696 'Oreo Phone Tester': {
1697 # TODO(crbug.com/863089): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:571698 # TODO(https://crbug.com/884413): Re-enable this once the tests are
1699 # either passing or there is more capacity.
1700 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:181701 },
1702 },
Kenneth Russelleb60cbd22017-12-05 07:54:281703 },
bsheedy800f5062018-08-07 00:47:541704 'xr_browser_tests': {
1705 'remove_from': [
1706 # chromium.gpu.fyi
1707 # This exception probably needs to stay due to lack of capacity
1708 # on the Win AMD bots.
1709 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:481710 # Fails on the bot, http://crbug.com/868143
1711 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:541712 ],
1713 },
Kenneth Russelleb60cbd22017-12-05 07:54:281714}