blob: 28d00d336ba111133fa33d3834e35a6792004321 [file] [log] [blame]
Kenneth Russelleb60cbd22017-12-05 07:54:281# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is a .pyl, or "Python Literal", file. You can treat it just like a
6# .json file, with the following exceptions:
7# * all keys must be quoted (use single quotes, please);
8# * comments are allowed, using '#' syntax; and
9# * trailing commas are allowed.
10
11# Exceptions to the common test suites can only include removal from
12# particular bots, and modifications on particular bots. By design,
13# it's not possible to add one-off tests to bots. Instead they have to
14# be added to one of the test suites in test_suites.pyl.
15#
16# The goal is to drive the number of exceptions to zero, to make all
17# the bots behave similarly.
18{
19 'android_webview_unittests': {
20 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3221 # On chromium.android, these do not need to run prior to M.
John Budorick2232bb982018-05-18 17:50:0722 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2823 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:2824 'KitKat Tablet Tester',
Kenneth Russelleb60cbd22017-12-05 07:54:2825 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2826 },
Kenneth Russell8a386d42018-06-02 09:48:0127 'angle_end2end_tests': {
28 'remove_from': [
29 # chromium.gpu.fyi
30 # TODO(ynovikov) Investigate why the test breaks on older devices.
31 'Android FYI Release (Nexus 5)',
32 'Android FYI Release (Nexus 6)',
33 'Android FYI Release (Nexus 9)',
34 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
35 'Linux FYI Release (AMD R7 240)',
Sunny Sachanandani917b074c2019-03-12 03:18:4936 # Disabled due to numerous ES2_VULKAN failures crbug.com/940750
37 'Linux FYI Experimental Release (Intel HD 630)',
Yuly Novikovab7256232019-04-08 19:08:0938 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
39 'Linux FYI Debug (NVIDIA)',
40 'Linux FYI GPU TSAN Release',
Kenneth Russell8a386d42018-06-02 09:48:0141 ],
42 },
43 'angle_perftests': {
44 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2145 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1646 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0947 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0148 ],
49 },
Kenneth Russellfbda3c532017-12-08 23:57:2450 'angle_unittests': {
51 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5252 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0153 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0154 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2455 ],
John Budorickca14c76f62017-12-09 14:19:1856 'modifications': {
57 'Linux ASan LSan Tests (1)': {
58 'swarming': {
59 'shards': 10,
60 },
61 },
62 },
Kenneth Russellfbda3c532017-12-08 23:57:2463 },
Sunny Sachanandani4841aafc2019-03-13 23:21:1364 'angle_white_box_tests': {
65 'remove_from': [
66 # chromium.gpu.fyi
67 # Vulkan tests fail consistently due to missing extensions.
68 # See crbug.com/940750
69 'Linux FYI Experimental Release (Intel HD 630)',
70 ],
71 },
Kenneth Russelleb60cbd22017-12-05 07:54:2872 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2473 'remove_from': [
74 # chromium.clang
Brad Halla36886c2019-02-26 16:52:2975 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:4176 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2677 'ToTLinuxTSan', # https://crbug.com/368525
John Budorickca14c76f62017-12-09 14:19:1878 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4679 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:1180 # chromium.win
81 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2482 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2883 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:1984 # chromium.fyi
85 'linux-chromeos-code-coverage': {
86 'swarming': {
87 'shards': 21,
88 },
89 },
Ben Pastene21277632019-06-04 15:12:2890 'linux-chromeos-google-rel': {
91 # TODO(https://crbug.com/932269): Promote out of experiment when the
92 # tests are green.
93 'experiment_percentage': 100,
94 },
Roberto Carrillo0c2b72312019-04-22 22:10:1595 'linux-chromeos-oobe-code-coverage': {
96 'swarming': {
97 'shards': 21,
98 },
99 },
Kenneth Russell8ceeabf2017-12-11 17:53:28100 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34101 'linux-chromeos-dbg': {
102 'swarming': {
James Cook1380ad162018-10-25 00:51:19103 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:34104 },
105 },
Nico Weber3f2a65de92018-06-11 14:04:17106 # chromium.clang
Nico Weber0c2861b2018-12-14 18:05:16107 'ToTMac': {
108 # A subset of tests seem to cause WindowServer deaths on VMs.
109 # crbug.com/828031 et al.
110 'args': [
111 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
112 '--gtest_shuffle',
113 ],
114 },
115 'ToTMacASan': {
116 # A subset of tests seem to cause WindowServer deaths on VMs.
117 # crbug.com/828031 et al.
118 'args': [
119 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
120 '--gtest_shuffle',
121 ],
122 },
Kenneth Russellfbda3c532017-12-08 23:57:24123 'ToTWin(dbg)': {
124 'swarming': {
125 'shards': 20,
126 },
127 },
128 'ToTWin64(dbg)': {
129 'swarming': {
130 'shards': 20,
131 },
132 },
Nico Weber0c2861b2018-12-14 18:05:16133 # chromium.fyi
134 'Chromium Mac 10.13': {
135 # A subset of tests seem to cause WindowServer deaths on VMs.
136 # crbug.com/828031 et al.
137 'args': [
138 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
139 '--gtest_shuffle',
140 ],
141 },
Stephen Martinis4680bbf2019-03-25 21:39:00142 'mac-dummy-rel': {
143 # A subset of tests seem to cause WindowServer deaths on VMs.
144 # crbug.com/828031 et al.
145 'args': [
146 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
147 '--gtest_shuffle',
148 ],
149 },
Nico Weber0c2861b2018-12-14 18:05:16150 'mac-osxbeta-rel': {
151 # A subset of tests seem to cause WindowServer deaths on VMs.
152 # crbug.com/828031 et al.
153 'args': [
154 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
155 '--gtest_shuffle',
156 ],
157 },
Dirk Pranke9e20e8d2018-06-18 02:46:54158 # chromium.mac
Nico Weber0c2861b2018-12-14 18:05:16159 'Mac10.10 Tests': {
160 # A subset of tests seem to cause WindowServer deaths on VMs.
161 # crbug.com/828031 et al.
162 'args': [
163 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
164 '--gtest_shuffle',
165 ],
166 },
Dirk Pranke9e20e8d2018-06-18 02:46:54167 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12168 # A subset of tests seem to cause WindowServer deaths on VMs.
169 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54170 'args': [
John Budorick7b7a0f02018-10-10 22:51:12171 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54172 '--gtest_shuffle',
173 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54174 },
175 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12176 # A subset of tests seem to cause WindowServer deaths on VMs.
177 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54178 'args': [
John Budorick7b7a0f02018-10-10 22:51:12179 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54180 '--gtest_shuffle',
181 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54182 },
Robert Sesek2ce2c702018-10-18 18:46:29183 'Mac10.13 Tests': {
184 # A subset of tests seem to cause WindowServer deaths on VMs.
185 # crbug.com/828031 et al.
186 'args': [
187 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
188 '--gtest_shuffle',
189 ],
Robert Sesek2ce2c702018-10-18 18:46:29190 },
Dirk Pranke9e20e8d2018-06-18 02:46:54191 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12192 # A subset of tests seem to cause WindowServer deaths on VMs.
193 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54194 'args': [
John Budorick7b7a0f02018-10-10 22:51:12195 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54196 '--gtest_shuffle',
197 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54198 },
John Budorickca14c76f62017-12-09 14:19:18199 # chromium.memory
John Budorick5052d552017-12-13 02:59:34200 'Linux ASan LSan Tests (1)': {
201 # These are very slow on the ASAN trybot for some reason.
202 # crbug.com/794372
203 'swarming': {
204 'shards': 30,
205 },
206 },
John Budorickca14c76f62017-12-09 14:19:18207 'Mac ASan 64 Tests (1)': {
Nico Weber0c2861b2018-12-14 18:05:16208 # A subset of tests seem to cause WindowServer deaths on VMs.
209 # crbug.com/828031 et al.
210 'args': [
211 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
212 '--gtest_shuffle',
213 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28214 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18215 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28216 },
217 },
Takuto Ikuta54671d972018-07-19 19:06:35218 'Linux ChromiumOS MSan Tests': {
219 # These are very slow on the Chrome OS MSAN trybot for some reason.
220 # crbug.com/865455
221 'swarming': {
James Cook1380ad162018-10-25 00:51:19222 'shards': 25,
Takuto Ikuta54671d972018-07-19 19:06:35223 },
224 },
225 'Linux Chromium OS ASan LSan Tests (1)': {
226 # These are very slow on the ASAN trybot for some reason.
227 # crbug.com/794372
228 'swarming': {
James Cook1380ad162018-10-25 00:51:19229 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35230 },
231 },
Kenneth Russell8ceeabf2017-12-11 17:53:28232 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54233 'Win7 Tests (1)': {
234 # This is for slow test execution that often becomes a critical path of
235 # swarming jobs. crbug.com/868114
236 'swarming': {
237 'shards': 15,
238 },
239 },
Kenneth Russell8ceeabf2017-12-11 17:53:28240 'Win7 Tests (dbg)(1)': {
241 'swarming': {
242 'shards': 20,
243 },
244 },
Kenneth Russell6c83d212018-07-27 20:52:59245 'Win10 Tests x64': {
246 # crbug.com/868082
247 'args': [
248 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
249 ],
Takuto Ikutac9c269a2019-01-10 22:40:25250 'swarming': {
251 # This is for slow test execution that often becomes a critical path of
252 # swarming jobs. crbug.com/868114
253 'shards': 15,
254 }
Kenneth Russell6c83d212018-07-27 20:52:59255 },
Nico Weber0c2861b2018-12-14 18:05:16256 # client.v8.chromium
257 'Linux - Future (dbg)': {
258 'swarming': {
259 'shards': 10,
260 },
261 },
Kenneth Russelleb60cbd22017-12-05 07:54:28262 },
263 },
Kenneth Russelleb60cbd22017-12-05 07:54:28264 'cast_shell_browsertests': {
265 'modifications': {
266 'Cast Audio Linux': {
267 'args': [
268 '--enable-local-file-accesses',
269 '--ozone-platform=headless',
270 '--no-sandbox',
271 '--test-launcher-jobs=1',
272 ],
Colin Blundell629091a2018-07-10 14:50:28273 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27274 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28275 },
Kenneth Russelleb60cbd22017-12-05 07:54:28276 },
277 'Cast Linux': {
278 'args': [
279 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04280 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28281 '--no-sandbox',
282 '--test-launcher-jobs=1',
283 ],
Colin Blundell629091a2018-07-10 14:50:28284 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27285 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28286 },
Kenneth Russelleb60cbd22017-12-05 07:54:28287 },
288 },
289 },
Yuke Liaoa7de7512019-05-18 00:48:31290 # TODO(crbug.com/956591): Remove this once the bug is fixed.
291 'check_static_initializers': {
292 'remove_from': [
293 'Linux Tests Code Coverage',
294 ],
295 },
Dirk Pranke1b767092017-12-07 04:44:23296 'checkbins': {
297 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33298 'linux-archive-dbg',
299 'linux-archive-rel',
300 'mac-archive-dbg',
301 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23302 ],
303 },
Clark DuValld5b71742018-12-07 22:11:32304 # Note: keep experiment percentages the same as
305 # network_service_chrome_public_test_apk.
Kenneth Russelleb60cbd22017-12-05 07:54:28306 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09307 'remove_from': [
308 'android-asan', # https://crbug.com/964562
309 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28310 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28311 # chromium.android
John Budorick2232bb982018-05-18 17:50:07312 'android-kitkat-arm-rel': {
313 'swarming': {
314 'shards': 12,
315 },
316 },
Ben Pastenea789de22018-10-30 02:22:23317 'android-marshmallow-arm64-rel': {
318 # TODO(crbug.com/731759): Enable this once we're confident that it
319 # passes.
Ben Pastene24af66b2018-12-10 20:28:27320 'experiment_percentage': 0,
Ben Pastenea789de22018-10-30 02:22:23321 },
Kenneth Russelleb60cbd22017-12-05 07:54:28322 'KitKat Phone Tester (dbg)': {
323 'swarming': {
324 'shards': 20,
325 },
326 },
Kenneth Russelleb60cbd22017-12-05 07:54:28327 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24328 # TODO(crbug.com/731759): Enable this once we're confident that it
329 # passes.
330 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28331 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28332 'shards': 14,
333 },
334 },
Ben Pastenec73e96e92018-07-12 01:40:35335 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57336 # TODO(https://crbug.com/884413): Re-enable this once the tests are
337 # either passing or there is more capacity.
338 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35339 },
John Budorick34009472018-04-03 17:38:44340 # chromium.swarm
341 'Android N5X Swarm': {
342 # TODO(crbug.com/731759): Enable this once we're confident that it
343 # passes.
344 'experiment_percentage': 100,
345 },
Kenneth Russelleb60cbd22017-12-05 07:54:28346 },
347 },
348 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15349 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09350 # chromium.android
351 'KitKat Tablet Tester',
352 'Lollipop Tablet Tester',
353 'Marshmallow Tablet Tester',
bsheedydf58b4e2018-11-01 19:42:16354 # chromium.clang
355 'ToTAndroid',
356 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09357 # chromium.memory
358 'android-asan', # https://crbug.com/964562
bsheedy410dd7c2018-06-15 22:42:09359 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28360 },
bsheedy75a4dd52018-11-27 23:24:30361 'chrome_public_test_vr_apk-vega': {
362 'modifications': {
363 # chromium.android
364 'Oreo Phone Tester': {
365 'swarming': {
366 'dimension_sets': [
367 {
368 'device_os': 'OVR1.180808.003',
369 'device_type': 'vega',
370 'os': 'Android',
371 },
372 ],
373 },
374 }
375 }
376 },
Takuto Ikuta1b749b902019-04-11 18:05:53377 'chromedriver_py_tests': {
378 'remove_from': [
379 # Timeout happens sometimes (crbug.com/951799).
380 'Win10 Tests x64',
381 'Win10 Tests x64 (dbg)',
382 ],
383 },
Kenneth Russelleb60cbd22017-12-05 07:54:28384 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28385 'modifications': {
John Budorick5052d552017-12-13 02:59:34386 # chromium.memory
387 'Linux ASan LSan Tests (1)': {
388 # These are very slow on the ASAN trybot for some reason.
389 # crbug.com/794372
390 'swarming': {
391 'shards': 5,
392 },
393 },
Takuto Ikuta54671d972018-07-19 19:06:35394 'Linux Chromium OS ASan LSan Tests (1)': {
395 # These are very slow on the ASAN trybot for some reason.
396 # crbug.com/794372
397 'swarming': {
398 'shards': 5,
399 },
400 },
Kenneth Russelleb60cbd22017-12-05 07:54:28401 },
402 },
403 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29404 'remove_from': [
405 # chromium.clang
406 'CrWinAsan(dll)', # https://crbug.com/935598
407 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28408 'modifications': {
Garrett Beaty42e802142019-03-11 22:03:42409 # chromium.android
410 'Lollipop Phone Tester': {
411 'swarming': {
Garrett Beatyf3c98282019-03-12 17:35:18412 'shards': 13,
Garrett Beaty42e802142019-03-11 22:03:42413 },
414 },
Kenneth Russellfbda3c532017-12-08 23:57:24415 # chromium.linux
416 'Cast Audio Linux': {
417 'args': [
Nico Weber02f30392018-07-16 18:39:43418 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24419 ],
Kenneth Russellfbda3c532017-12-08 23:57:24420 },
421 'Cast Linux': {
422 'args': [
Nico Weber02f30392018-07-16 18:39:43423 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24424 ],
Kenneth Russellfbda3c532017-12-08 23:57:24425 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18426 # chromium.win
427 'Win10 Tests x64 (dbg)': {
428 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59429 # crbug.com/868082
430 'args': [
431 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
432 ],
433 },
434 'Win10 Tests x64': {
435 # crbug.com/868082
436 'args': [
437 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
438 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18439 },
Chris Cunninghame1a04ea2019-04-24 01:49:32440 'Linux ASan Tests (sandboxed)': {
441 'swarming': {
442 'shards': 2, # https://crbug.com/955853
443 },
444 },
Kenneth Russelleb60cbd22017-12-05 07:54:28445 },
446 },
Nico Weber81e16ace22018-06-30 02:58:47447 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00448 'modifications': {
449 # chromium.win
450 'Win10 Tests x64 (dbg)': {
451 'experiment_percentage': 100, # https://crbug.com/861730
452 },
453 },
Nico Weber81e16ace22018-06-30 02:58:47454 },
John Budorick27d2d44e2019-05-20 20:26:09455 'content_shell_test_apk': {
456 'remove_from': [
457 # chromium.memory
458 'android-asan', # https://crbug.com/964562
459 ],
460 },
Kenneth Russelleb60cbd22017-12-05 07:54:28461 'content_unittests': {
462 'modifications': {
John Budorick5052d552017-12-13 02:59:34463 # chromium.memory
464 'Linux ASan LSan Tests (1)': {
465 # These are slow on the ASAN trybot for some reason.
466 # crbug.com/794372
467 'swarming': {
468 'shards': 2,
469 },
470 },
Takuto Ikuta54671d972018-07-19 19:06:35471 'Linux ChromiumOS MSan Tests': {
472 # These are very slow on the Chrome OS MSAN trybot for some reason.
473 # crbug.com/865455
474 'swarming': {
475 'shards': 2,
476 },
477 },
Kenneth Russelleb60cbd22017-12-05 07:54:28478 },
479 },
Kenneth Russellc1a09302018-07-10 01:12:54480 'context_lost_tests': {
481 'modifications': {
482 'Mac FYI GPU ASAN Release': {
483 'args': [
484 '--is-asan',
485 ]
486 },
487 },
488 },
Kenneth Russellfbda3c532017-12-08 23:57:24489 'crashpad_tests': {
490 'remove_from': [
491 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48492 'linux-win_cross-rel', # https://crbug.com/762167
Kenneth Russellfbda3c532017-12-08 23:57:24493 ],
494 },
John Budorick5bc387fe2019-05-09 20:02:53495 'cronet_sizes': {
496 'modifications': {
497 'android-cronet-arm-dbg': {
498 'swarming': {
499 'dimension_sets': [
500 {
501 'device_os': None,
502 'device_type': None,
503 'os': 'Ubuntu-14.04',
504 },
505 ],
506 },
507 },
508 },
509 },
Zhenyao Moc307eeb72018-12-20 01:03:20510 'dawn_end2end_tests': {
511 'remove_from': [
512 # chromium.gpu.fyi
Kenneth Russell75df8682019-01-31 23:49:15513 'Linux FYI Experimental Release (Intel HD 630)', # https://crbug.com/927459
Zhenyao Moc307eeb72018-12-20 01:03:20514 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
515 ],
516 },
Joe Downing41486042018-10-18 22:44:44517 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:29518 'remove_from': [
519 # chromium.clang
520 'CrWinAsan(dll)', # https://crbug.com/935598
521 ],
Joe Downing41486042018-10-18 22:44:44522 'modifications': {
523 'Win10 Tests x64 (dbg)': {
524 'experiment_percentage': 100, # https://crbug.com/876615
525 },
526 },
527 },
Kenneth Russelleb60cbd22017-12-05 07:54:28528 'gin_unittests': {
529 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24530 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47531 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18532 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46533 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47534 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28535 ],
536 },
537 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18538 'remove_from': [
539 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18540 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01541 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01542 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21543 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55544 # Can't run on MSAN because gl_tests uses the hardware driver,
545 # which isn't instrumented.
546 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18547 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28548 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45549 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45550 # TODO(kbr): figure out a better way to specify blocks of
551 # arguments like this for tests on multiple machines.
552 'Linux ASan LSan Tests (1)': {
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 },
568 'Linux ASan LSan Tests (1)': {
569 'args': [
570 '--use-gpu-in-tests',
571 '--no-xvfb',
572 ],
573 'swarming': {
574 'dimension_sets': [
575 {
576 'gpu': '10de:1cb3',
577 'os': 'Ubuntu',
578 'pool': 'Chrome-GPU',
579 },
580 ],
581 },
582 'use_xvfb': False,
583 },
584 'Linux CFI': {
585 'args': [
586 '--use-gpu-in-tests',
587 '--no-xvfb',
588 ],
589 'swarming': {
590 'dimension_sets': [
591 {
592 'gpu': '10de:1cb3',
593 'os': 'Ubuntu',
594 'pool': 'Chrome-GPU',
595 },
596 ],
597 },
598 'use_xvfb': False,
599 },
600 'Linux TSan Tests': {
601 'args': [
602 '--use-gpu-in-tests',
603 '--no-xvfb',
604 ],
605 'swarming': {
606 'dimension_sets': [
607 {
608 'gpu': '10de:1cb3',
609 'os': 'Ubuntu',
610 'pool': 'Chrome-GPU',
611 },
612 ],
613 },
614 'use_xvfb': False,
615 },
Kenneth Russelleb60cbd22017-12-05 07:54:28616 },
617 },
618 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18619 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01620 # chromium.gpu.fyi
621 # On Android, these are already run on the main waterfall.
622 # Run them on the one-off Android FYI bots, though.
623 'Android FYI Release (Nexus 5X)',
624 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
625 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18626 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28627 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28628 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24629 'CFI Linux ToT': {
630 'args': [
631 '--use-gpu-in-tests',
632 '--no-xvfb',
633 ],
634 'swarming': {
635 'dimension_sets': [
636 {
637 'gpu': '10de:1cb3',
638 'os': 'Ubuntu',
639 'pool': 'Chrome-GPU',
640 },
641 ],
642 },
643 'use_xvfb': False,
644 },
Kenneth Russell8ceeabf2017-12-11 17:53:28645 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18646 'Linux CFI': {
647 'args': [
648 '--use-gpu-in-tests',
649 '--no-xvfb',
650 ],
651 'swarming': {
652 'dimension_sets': [
653 {
654 'gpu': '10de:1cb3',
655 'os': 'Ubuntu',
656 'pool': 'Chrome-GPU',
657 },
658 ],
659 },
660 'use_xvfb': False,
661 },
Kenneth Russelleb60cbd22017-12-05 07:54:28662 },
663 },
Nico Weber65338c02018-06-22 19:13:40664 'gl_unittests_ozone': {
665 'remove_from': [
666 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
667 # which isn't instrumented.
668 'Linux ChromiumOS MSan Tests',
669 ],
670 },
Brad Halla36886c2019-02-26 16:52:29671 'headless_browsertests': {
672 'remove_from': [
673 # chromium.clang
674 'CrWinAsan(dll)', # https://crbug.com/935598
675 ],
676 },
Kenneth Russell8a386d42018-06-02 09:48:01677 'info_collection_tests': {
678 'remove_from': [
679 # chromium.gpu.fyi
680 # The Mac ASAN swarming bot runs tests on two different GPU
681 # types, so we can't have one expected vendor ID / device ID.
682 'Mac FYI GPU ASAN Release',
683 # client.v8.fyi
684 'Android V8 FYI Release (Nexus 5X)',
685 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35686 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01687 'Mac V8 FYI Release (Intel)',
688 'Win V8 FYI Release (NVIDIA)',
689 ],
690 },
Kenneth Russelleb60cbd22017-12-05 07:54:28691 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:29692 'remove_from': [
693 # chromium.clang
694 'CrWinAsan(dll)', # https://crbug.com/935598
Ben Pastene352cf6c2019-04-22 23:53:49695 # chromium.fyi
696 # Not eough disk space in the VMs, crbug.com/913153
697 'chromeos-vm-code-coverage',
Brad Halla36886c2019-02-26 16:52:29698 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28699 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26700 # chromium.clang
701 'ToTLinuxTSan': {
702 # These are slow on the TSan bots for some reason, crbug.com/794372
703 'swarming': {
704 'shards': 6,
705 },
706 },
Kenneth Russell8ceeabf2017-12-11 17:53:28707 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28708 'Win7 Tests (dbg)(1)': {
709 'swarming': {
710 'shards': 4,
711 },
712 },
John Budorickca14c76f62017-12-09 14:19:18713 # chromium.memory
714 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17715 # These are slow on the ASan trybot for some reason, crbug.com/794372
716 'swarming': {
717 'shards': 6,
718 },
719 },
720 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26721 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18722 'swarming': {
John Budorick5052d552017-12-13 02:59:34723 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18724 },
725 },
Takuto Ikuta54671d972018-07-19 19:06:35726 'Linux ChromiumOS MSan Tests': {
727 # These are very slow on the Chrome OS MSAN trybot for some reason.
728 # crbug.com/865455
729 'swarming': {
730 'shards': 5,
731 },
732 },
Dirk Pranke8fd63c12017-12-10 18:06:27733 # client.v8.chromium
734 'Linux - Future (dbg)': {
735 'swarming': {
736 'shards': 3,
737 },
738 },
Greg Thompson3eb7e6522018-05-25 09:04:03739 # chromium.win; temporary, https://crbug.com/818832
740 'Win10 Tests x64 (dbg)': {
741 'experiment_percentage': 100,
742 },
Ben Pastene21277632019-06-04 15:12:28743 'linux-chromeos-google-rel': {
744 # TODO(https://crbug.com/932269): Promote out of experiment when the
745 # tests are green.
746 'experiment_percentage': 100,
747 },
Kenneth Russelleb60cbd22017-12-05 07:54:28748 },
749 },
bsheedye9469572019-01-23 17:31:33750 'monochrome_public_test_ar_apk': {
751 'modifications': {
752 # chromium.android
753 # We need to match the Playstore version as well because AR tests fail on
754 # old versions of the Playstore.
755 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:08756 'args': [
757 # ArCore is not installed as a system app on O, so we can install it
758 # normally instead of replacing the system version.
759 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
760 ],
bsheedye9469572019-01-23 17:31:33761 'swarming': {
762 'dimension_sets': [
763 {
764 'device_os': 'OPR3.170623.008',
765 'device_playstore_version': '12.8.23-all',
766 'device_type': 'marlin',
767 'os': 'Android',
768 },
769 ],
770 },
771 },
Brian Sheedy2bcd16b2019-04-22 22:47:08772 'android-pie-arm64-dbg': {
773 'args': [
774 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
775 ]
776 }
bsheedye9469572019-01-23 17:31:33777 },
778 },
Nico Weberd3096fb2018-06-07 17:50:15779 'nacl_helper_nonsfi_unittests': {
780 'remove_from': [
781 # chromium.memory
782 'Linux TSan Tests', # Sets enable_nacl=false.
783 ],
784 },
Kenneth Russellfbda3c532017-12-08 23:57:24785 'nacl_loader_unittests': {
786 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35787 # chromium.clang
788 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51789 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18790 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11791 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48792 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24793 ],
794 },
Kenneth Russelleb60cbd22017-12-05 07:54:28795 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24796 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28797 # chromium.fyi
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:46798 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
799 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:24800 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28801 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24802 # chromium.clang
803 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33804 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24805 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33806 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24807 },
808 },
Nico Weberdae13cd92018-12-14 13:56:26809 'ToTLinuxTSan': {
810 'swarming': {
811 'shards': 4,
812 }
813 },
John Budorickca14c76f62017-12-09 14:19:18814 # chromium.memory
815 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34816 # These are very slow on the ASAN trybot for some reason.
817 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18818 'swarming': {
John Budorick5052d552017-12-13 02:59:34819 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18820 },
821 },
822 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35823 # These are very slow on the ASAN trybot for some reason.
824 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18825 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02826 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18827 }
828 },
Takuto Ikuta54671d972018-07-19 19:06:35829 'Linux ChromiumOS MSan Tests': {
830 # These are very slow on the Chrome OS MSAN trybot for some reason.
831 # crbug.com/865455
832 'swarming': {
833 'shards': 2,
834 },
835 },
John Budorickca14c76f62017-12-09 14:19:18836 'Linux TSan Tests': {
837 'swarming': {
838 'shards': 4,
839 }
840 },
Ben Pastene8bf205b2018-06-13 04:00:33841 # The suite runs signficantly slower on linux dbg, so increase shards.
842 'Linux Tests (dbg)(1)': {
843 'swarming': {
844 'shards': 2,
845 },
846 },
847 'Linux Tests (dbg)(1)(32)': {
848 'swarming': {
849 'shards': 2,
850 },
851 },
852 'linux-chromeos-dbg': {
853 'swarming': {
854 'shards': 2,
855 },
856 },
Kenneth Russelleb60cbd22017-12-05 07:54:28857 },
858 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31859 'network_service_browser_tests': {
860 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26861 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29862 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:26863 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17864 # chromium.memory
865 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
866 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31867 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19868 'Win7 Tests (1)', # For swarming capacity reasons.
869 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06870 # Only run network service tests on Mac 10.12 for capacity reasons.
871 'Chromium Mac 10.13',
872 'Mac10.10 Tests',
873 'Mac10.11 Tests',
874 'Mac10.13 Tests',
875 'Mac10.13 Tests (dbg)',
876 'Mac ASan 64 Tests (1)',
877 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06878 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31879 ],
Kenneth Russell6c83d212018-07-27 20:52:59880 'modifications': {
881 # chromium.win
882 'Win10 Tests x64': {
883 # crbug.com/868082
884 'args': [
885 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
886 ],
Takuto Ikutac9c269a2019-01-10 22:40:25887 # This is for slow test execution that often becomes a critical path of
888 # swarming jobs. crbug.com/868114
889 'swarming': {
890 'shards': 20,
891 },
Kenneth Russell6c83d212018-07-27 20:52:59892 },
893 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31894 },
Clark DuValld5b71742018-12-07 22:11:32895 # Note: keep experiment percentages the same as chrome_public_test_apk.
896 'network_service_chrome_public_test_apk': {
897 # Only run these on the phone testers for now due to capacity.
898 'remove_from': [
899 # chromium.android
900 'android-kitkat-arm-rel',
901 'android-marshmallow-arm64-rel',
902 'KitKat Tablet Tester',
903 'Lollipop Tablet Tester',
904 'Marshmallow Tablet Tester',
905 'KitKat Phone Tester (dbg)',
Clark DuValld5b71742018-12-07 22:11:32906 # chromium.memory
John Budorick27d2d44e2019-05-20 20:26:09907 'android-asan', # https://crbug.com/964562
Clark DuValld5b71742018-12-07 22:11:32908 'Android CFI',
909 # chromium.clang
910 'ToTAndroid',
911 'ToTAndroidCFI',
912 ],
913 'modifications': {
914 # chromium.android
915 'Marshmallow 64 bit Tester': {
916 # TODO(crbug.com/731759): Enable this once we're confident that it
917 # passes.
918 'experiment_percentage': 100,
919 },
920 'Oreo Phone Tester': {
921 'experiment_percentage': 100,
922 },
923 },
924 },
John Abd-El-Malek4782bd12018-06-12 01:08:21925 'network_service_components_browsertests': {
926 'remove_from': [
Nico Weber073af192018-06-21 19:22:17927 # chromium.memory
928 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
929 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21930 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19931 'Win7 Tests (1)', # For swarming capacity reasons.
932 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06933 # Only run network service tests on Mac 10.12 for capacity reasons.
934 'Chromium Mac 10.13',
935 'Mac10.10 Tests',
936 'Mac10.11 Tests',
937 'Mac10.13 Tests',
938 'Mac10.13 Tests (dbg)',
939 'Mac ASan 64 Tests (1)',
940 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06941 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19942 ],
943 },
944 'network_service_content_browsertests': {
945 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10946 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29947 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:10948 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17949 # chromium.memory
950 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
951 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19952 # chromium.win
953 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11954 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06955 # Only run network service tests on Mac 10.12 for capacity reasons.
956 'Chromium Mac 10.13',
957 'Mac10.10 Tests',
958 'Mac10.11 Tests',
959 'Mac10.13 Tests',
960 'Mac10.13 Tests (dbg)',
961 'Mac ASan 64 Tests (1)',
962 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06963 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21964 ],
965 },
Clark DuValld5b71742018-12-07 22:11:32966 'network_service_content_shell_test_apk': {
967 # Only run these on the phone testers for now due to capacity.
968 'remove_from': [
969 # chromium.android
970 'android-kitkat-arm-rel',
971 'android-marshmallow-arm64-rel',
972 'KitKat Tablet Tester',
973 'Lollipop Tablet Tester',
974 'Marshmallow Tablet Tester',
975 'KitKat Phone Tester (dbg)',
Clark DuValld5b71742018-12-07 22:11:32976 # chromium.memory
John Budorick27d2d44e2019-05-20 20:26:09977 'android-asan', # https://crbug.com/964562
Clark DuValld5b71742018-12-07 22:11:32978 'Android CFI',
979 # chromium.clang
980 'ToTAndroid',
981 'ToTAndroidCFI',
982 ],
983 },
John Abd-El-Malek787a41a2018-06-12 18:10:53984 'network_service_extensions_browsertests': {
985 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29986 # chromium.clang
987 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:17988 # chromium.memory
989 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
990 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:53991 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19992 'Win7 Tests (1)', # For swarming capacity reasons.
993 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06994 # Only run network service tests on Mac 10.12 for capacity reasons.
995 'Chromium Mac 10.13',
996 'Mac10.10 Tests',
997 'Mac10.11 Tests',
998 'Mac10.13 Tests',
999 'Mac10.13 Tests (dbg)',
1000 'Mac ASan 64 Tests (1)',
1001 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061002 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531003 ],
1004 },
Brad Halla36886c2019-02-26 16:52:291005 'network_service_headless_browsertests': {
1006 'remove_from': [
1007 # chromium.clang
1008 'CrWinAsan(dll)', # https://crbug.com/935598
1009 ],
1010 },
John Abd-El-Malek787a41a2018-06-12 18:10:531011 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191012 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:101013 # chromium.clang
Brad Halla36886c2019-02-26 16:52:291014 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101015 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171016 # chromium.memory
1017 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1018 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191019 # chromium.win
1020 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061021 # Only run network service tests on Mac 10.12 for capacity reasons.
1022 'Chromium Mac 10.13',
1023 'Mac10.10 Tests',
1024 'Mac10.11 Tests',
1025 'Mac10.13 Tests',
1026 'Mac10.13 Tests (dbg)',
1027 'Mac ASan 64 Tests (1)',
1028 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061029 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191030 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531031 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:191032 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:111033 'Win10 Tests x64 (dbg)': {
1034 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531035 },
1036 },
1037 },
John Abd-El-Malekfabfb072019-05-30 20:50:191038 'network_service_out_of_process_chrome_public_test_apk': {
1039 # Don't run on trybots; waterfall is enough.
1040 'remove_from': [
1041 'android-kitkat-arm-rel',
1042 'android-marshmallow-arm64-rel'
1043 ],
1044 },
1045 'network_service_out_of_process_components_browsertests': {
1046 # Don't run on trybots; waterfall is enough.
1047 'remove_from': [
1048 'android-kitkat-arm-rel',
1049 'android-marshmallow-arm64-rel'
1050 ],
1051 },
1052 'network_service_out_of_process_content_browsertests': {
1053 # Don't run on trybots; waterfall is enough.
1054 'remove_from': [
1055 'android-kitkat-arm-rel',
1056 'android-marshmallow-arm64-rel'
1057 ],
1058 },
1059 'network_service_out_of_process_content_shell_test_apk': {
1060 # Don't run on trybots; waterfall is enough.
1061 'remove_from': [
1062 'android-kitkat-arm-rel',
1063 'android-marshmallow-arm64-rel'
1064 ],
1065 },
Tim Volodinedac7f5e2019-05-09 18:07:281066 'network_service_webview_instrumentation_test_apk': {
1067 # Only run these on the phone testers for now due to capacity.
1068 'remove_from': [
1069 # chromium.android
1070 'android-kitkat-arm-rel',
1071 'android-marshmallow-arm64-rel',
1072 'KitKat Tablet Tester',
1073 'Lollipop Tablet Tester',
1074 'Marshmallow Tablet Tester',
1075 'KitKat Phone Tester (dbg)',
1076 # chromium.memory
John Budorick27d2d44e2019-05-20 20:26:091077 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281078 'Android CFI',
1079 # chromium.clang
1080 'ToTAndroid',
1081 'ToTAndroidCFI',
1082 ],
1083 },
John Abd-El-Malekd178f9bc2019-05-31 21:09:111084 'non_network_service_content_browsertests': {
1085 # Don't run on trybots; waterfall is enough.
1086 'remove_from': [
1087 'android-kitkat-arm-rel',
1088 'android-marshmallow-arm64-rel'
1089 ],
1090 },
1091 'non_network_service_content_shell_test_apk': {
1092 # Don't run on trybots; waterfall is enough.
1093 'remove_from': [
1094 'android-kitkat-arm-rel',
1095 'android-marshmallow-arm64-rel'
1096 ],
1097 },
John Abd-El-Malek708db9b2019-02-25 18:10:351098 'non_network_service_webkit_layout_tests' : {
1099 'remove_from': [
1100 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
Stephen Martinis07a9f742019-03-20 19:16:561101 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201102 'mac-dummy-rel',
John Abd-El-Malek708db9b2019-02-25 18:10:351103 ],
1104 'modifications': {
Yuke Liaobc9ff982019-04-30 06:56:161105 'Linux Tests Code Coverage': {
1106 "args": [
1107 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1108 ],
1109 },
1110 'Linux Release Code Coverage (NVIDIA)': {
1111 "args": [
1112 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1113 ],
1114 },
John Abd-El-Malek708db9b2019-02-25 18:10:351115 'Linux Tests (dbg)(1)': {
1116 'args': [
1117 '--debug',
1118 ],
1119 'swarming': {
John Abd-El-Malek708db9b2019-02-25 18:10:351120 'shards': 20,
1121 },
1122 },
1123 },
1124 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281125 'not_site_per_process_webkit_layout_tests': {
1126 'remove_from': [
1127 # chromium.linux
1128 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1129 'Linux Tests (dbg)(1)',
1130 'Linux Tests (dbg)(1)(32)',
Stephen Martinis07a9f742019-03-20 19:16:561131 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201132 'mac-dummy-rel',
Lukasz Anforowicz04bc6302018-11-19 19:04:281133 ],
Yuke Liaobc9ff982019-04-30 06:56:161134 'modifications': {
1135 'Linux Tests Code Coverage': {
1136 "args": [
1137 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1138 ],
1139 },
1140 'Linux Release Code Coverage (NVIDIA)': {
1141 "args": [
1142 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1143 ],
1144 },
1145 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281146 },
Xi Cheng34ca4042018-02-23 00:10:121147 'notification_helper_unittests': {
1148 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121149 # The test uses WinRT, which only exists in Windows 8 or above.
1150 # (https://crbug.com/813553)
1151 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:121152 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121153 'Win7 Tests (1)',
1154 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:121155 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121156 'ToTWin',
1157 'ToTWin(dbg)',
1158 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031159 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121160 'ToTWin64',
1161 'ToTWin64(dbg)',
1162 'ToTWin64(dll)',
1163 'ToTWinCFI',
1164 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:121165 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:081166 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121167 ],
1168 },
Ben Pastenee723b2f2019-05-31 19:10:271169 'ozone_unittests': {
1170 'modifications': {
1171 'chromeos-betty-google-rel': {
1172 'args': [
1173 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1174 ],
1175 },
1176 'linux-chromeos-google-rel': {
1177 'args': [
1178 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1179 ],
1180 },
1181 },
1182 },
Karen Qian385d2ca2019-03-19 21:49:581183 'perfetto_unittests': {
1184 'remove_from': [
1185 'android-kitkat-arm-rel',
1186 'android-marshmallow-arm64-rel',
1187 'Android CFI',
1188 'KitKat Phone Tester (dbg)',
1189 'KitKat Tablet Tester',
1190 'Lollipop Phone Tester',
1191 'Lollipop Tablet Tester',
1192 'Marshmallow 64 bit Tester',
1193 'Marshmallow Tablet Tester',
1194 'Nougat Phone Tester',
1195 'ToTAndroid',
1196 'ToTAndroidCFI'
1197 ]
1198 },
Stephen Martinis54d64ad2018-09-21 22:16:201199 'performance_test_suite': {
1200 'modifications': {
1201 'Mac10.13 Tests (dbg)': {
1202 'args': [
1203 '--browser=debug',
1204 ],
1205 },
1206 'Win10 Tests x64 (dbg)': {
1207 'args': [
1208 '--browser=debug_x64',
1209 ],
1210 'experiment_percentage': 100,
1211 },
1212 'Win7 Tests (dbg)(1)': {
1213 'args': [
1214 '--browser=debug',
1215 ],
1216 },
1217 },
1218 },
Takuto Ikuta35c85522019-06-04 16:55:461219 'pixel_test':{
1220 'modifications': {
1221 'Android Release (Nexus 5X)': {
1222 'swarming': {
1223 'shards': 2,
1224 },
1225 },
1226 },
1227 },
Alice Boxhall6d1aeee2019-03-14 05:34:051228 'remoting_unittests': {
Nico Weber128fd382018-06-14 23:29:271229 'remove_from': [
1230 # chromium.linux
1231 'Linux Tests (dbg)(1)(32)', # https://crbug.com/852895
1232 ],
1233 },
John Budorickdce9d462019-03-23 00:25:381234 'sandbox_linux_unittests': {
1235 'modifications': {
1236 'Lollipop Phone Tester': {
1237 'args': [
1238 '--shard-timeout=300',
1239 ],
1240 },
1241 },
John Budorick3ebfdf852019-05-13 22:28:161242 'remove_from': [
1243 # chromium.memory
1244 'android-asan', # https://crbug.com/962650
1245 ],
John Budorickdce9d462019-03-23 00:25:381246 },
Kenneth Russelleb60cbd22017-12-05 07:54:281247 'services_unittests': {
1248 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241249 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481250 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011251 # chromium.gpu.fyi
1252 # The face and barcode detection tests fail on the Mac Pros.
1253 'Mac Pro FYI Release (AMD)',
Wezadb2dd70c2019-06-01 00:16:441254 # chromium.linux
1255 'Fuchsia x64',
John Budorickca14c76f62017-12-09 14:19:181256 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461257 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1258 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281259 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281260 },
Stephen Martinis54d64ad2018-09-21 22:16:201261 'swiftshader_unittests': {
1262 'remove_from': [
1263 # Save capacity on the hardware where we have only a few machines.
1264 'Mac FYI Experimental Release (Intel)',
1265 'Mac FYI Experimental Retina Release (AMD)',
1266 'Mac FYI Experimental Retina Release (NVIDIA)',
1267 'Mac Pro FYI Release (AMD)',
1268 ],
1269 },
Kenneth Russelleb60cbd22017-12-05 07:54:281270 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:291271 'remove_from': [
1272 # chromium.clang
1273 'CrWinAsan(dll)', # https://crbug.com/935598
1274 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281275 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571276 # chromium.clang
1277 'ToTLinuxTSan': {
1278 'swarming': {
1279 'shards': 6,
1280 },
1281 },
1282 # chromium.memory
1283 'Linux TSan Tests': {
1284 'swarming': {
1285 'shards': 6,
1286 },
1287 },
1288 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281289 'Win7 Tests (dbg)(1)': {
1290 'swarming': {
1291 'shards': 2,
1292 },
1293 },
Dirk Prankef04af4362019-02-21 15:34:011294 'Win10 Tests x64': {
1295 'experiment_percentage': 100, # https://crbug.com/933356
1296 },
Stephen Martinis75ab55d2018-08-30 02:27:121297 'Win10 Tests x64 (dbg)': {
1298 'experiment_percentage': 100, # https://crbug.com/840369
1299 },
Kenneth Russelleb60cbd22017-12-05 07:54:281300 },
1301 },
Kenneth Russell8a386d42018-06-02 09:48:011302 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521303 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011304 'remove_from': [
1305 # chromium.gpu
1306 'Linux Debug (NVIDIA)',
1307 'Mac Debug (Intel)',
1308 'Mac Retina Debug (AMD)',
1309 'Win10 Debug (NVIDIA)',
1310 # chromium.gpu.fyi
Sunny Sachanandani917b074c2019-03-12 03:18:491311 # Disabled due to dbus crashes crbug.com/927465
1312 'Linux FYI Experimental Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011313 'Win10 FYI Debug (NVIDIA)',
1314 'Win7 FYI Debug (AMD)',
1315 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551316 },
Kenneth Russelleb60cbd22017-12-05 07:54:281317 'telemetry_perf_unittests': {
1318 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281319 # chromium.android
John Budorick2232bb982018-05-18 17:50:071320 'android-kitkat-arm-rel': {
1321 'args': [
1322 '--browser=android-chromium',
1323 '--device=android',
1324 ],
1325 'swarming': {
1326 'dimension_sets': [
1327 {
1328 'temp_band': '<30',
1329 },
1330 ],
John Budorick2232bb982018-05-18 17:50:071331 'shards': 15,
1332 },
1333 },
John Budorick8c4a989d2018-05-20 05:08:391334 'android-marshmallow-arm64-rel': {
1335 'args': [
1336 '--browser=android-chromium',
1337 '--device=android',
1338 ],
1339 'swarming': {
1340 'dimension_sets': [
1341 {
1342 'temp_band': '<30',
1343 },
1344 ],
John Budorick8c4a989d2018-05-20 05:08:391345 'shards': 15,
1346 },
1347 },
John Budorick5672ffd2018-09-07 18:25:581348 # chromium.fyi
1349 'linux-chromium-tests-staging-tests': {
1350 'args': [
1351 '--xvfb',
1352 '--jobs=1',
1353 ],
1354 },
Kenneth Russell8ceeabf2017-12-11 17:53:281355 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281356 'Linux Tests': {
1357 'args': [
1358 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481359 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281360 ],
1361 },
Yuke Liaobc9ff982019-04-30 06:56:161362 # Mirrors 'Linux Tests'
1363 'Linux Tests Code Coverage': {
1364 'args': [
1365 '--xvfb',
1366 '--jobs=1',
1367 ],
1368 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:351369 'Linux Tests (dbg)(1)': {
1370 'args': [
1371 '--xvfb',
1372 '--jobs=1',
1373 ],
1374 },
Kenneth Russell8ceeabf2017-12-11 17:53:281375 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281376 # Disable parallelism on all Mac bots.
1377 'Mac10.10 Tests': {
1378 'args': [
1379 '--jobs=1',
1380 ],
1381 },
1382 'Mac10.11 Tests': {
1383 'args': [
1384 '--jobs=1',
1385 ],
1386 },
1387 'Mac10.12 Tests': {
1388 'args': [
1389 '--jobs=1',
1390 ],
1391 },
Ned Nguyen6e6e5b32018-02-21 20:21:501392 'Win7 Tests (dbg)(1)': {
1393 'args': [
1394 '--jobs=1',
1395 ],
1396 'swarming': {
1397 'shards': 20,
1398 },
1399 'experiment_percentage': 100,
1400 },
Will Harris17a64862018-10-18 15:36:011401 # luci.chromium.ci
1402 'linux-tcmalloc-rel': {
1403 'args': [
1404 '--xvfb',
1405 '--jobs=1',
1406 ],
1407 },
Kenneth Russelleb60cbd22017-12-05 07:54:281408 },
1409 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281410 'Linux Tests (dbg)(1)(32)',
Garrett Beatyeef031a2019-02-28 01:55:411411 # crbug.com/936540
1412 'Mac10.10 Tests',
1413 'Mac10.11 Tests',
Shenghua Zhangbd6f1b22018-03-03 02:59:141414 'Mac10.13 Tests',
1415 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271416 # client.v8.chromium
1417 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111418 # chromium.win
Takuto Ikuta9aa015d2019-04-15 23:33:291419 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:111420 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281421 ],
1422 },
Stephen Martinis54d64ad2018-09-21 22:16:201423 'telemetry_unittests': {
1424 'modifications': {
1425 'Win10 Tests x64 (dbg)': {
1426 'experiment_percentage': 100, # crbug.com/870673
1427 }
John Budorickc498fd3c2019-03-14 01:16:261428 },
1429 'remove_from': [
1430 # crbug.com/936540
1431 'Mac10.10 Tests',
1432 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:291433
1434 'Win10 Tests x64',
John Budorickc498fd3c2019-03-14 01:16:261435 ],
Stephen Martinis54d64ad2018-09-21 22:16:201436 },
Kenneth Russelleb60cbd22017-12-05 07:54:281437 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281438 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241439 # chromium.clang
1440 'ToTLinuxASan': {
1441 'swarming': {
1442 'shards': 2,
1443 },
John Budorickca14c76f62017-12-09 14:19:181444 },
Dirk Pranke20eae9a72017-12-09 18:12:141445 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:181446 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341447 # These are slow on the ASAN trybot for some reason.
1448 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181449 'swarming': {
John Budorick5052d552017-12-13 02:59:341450 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181451 },
1452 },
John Budorickca14c76f62017-12-09 14:19:181453 'Linux TSan Tests': {
1454 'swarming': {
1455 'shards': 2,
1456 },
1457 },
Takuto Ikuta54671d972018-07-19 19:06:351458 'Linux ChromiumOS MSan Tests': {
1459 # These are very slow on the Chrome OS MSAN trybot for some reason.
1460 # crbug.com/865455
1461 'swarming': {
1462 'shards': 2,
1463 },
1464 },
1465 'Linux Chromium OS ASan LSan Tests (1)': {
1466 # These are slow on the ASAN trybot for some reason.
1467 # crbug.com/794372
1468 'swarming': {
1469 'shards': 2,
1470 },
1471 },
Dirk Pranke20eae9a72017-12-09 18:12:141472 # chromium.swarm
1473 'Android N5X Swarm': {
1474 'swarming': {
1475 'shards': 8,
1476 },
1477 },
Ben Pastene21277632019-06-04 15:12:281478 'linux-chromeos-google-rel': {
1479 # TODO(https://crbug.com/932269): Promote out of experiment when the
1480 # tests are green.
1481 'experiment_percentage': 100,
1482 },
Kenneth Russelleb60cbd22017-12-05 07:54:281483 },
1484 },
Kenneth Russell8a386d42018-06-02 09:48:011485 'video_decode_accelerator_gl_unittest': {
1486 'remove_from': [
1487 # chromium.gpu.fyi
1488 # Windows Intel doesn't have the GL extensions to support this test.
Jamie Madill7130d992019-01-08 14:26:581489 'ANGLE GPU Win10 Release (Intel HD 630)',
Kenneth Russell0272ab72018-06-04 17:22:241490 'Optional Win10 Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011491 'Win10 FYI Release (Intel HD 630)',
1492 'Win10 FYI Exp Release (Intel HD 630)',
1493 ],
1494 },
Stephen Martinis36977112018-04-06 06:09:461495 'viz_browser_tests': {
Takuto Ikuta4ef47d5f2018-06-11 13:15:361496 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:191497 # chromium.fyi
1498 'linux-chromeos-code-coverage': {
1499 'swarming': {
1500 'shards': 20,
1501 },
1502 },
Ben Pastene21277632019-06-04 15:12:281503 'linux-chromeos-google-rel': {
1504 # TODO(https://crbug.com/932269): Promote out of experiment when the
1505 # tests are green.
1506 'experiment_percentage': 100,
1507 },
Roberto Carrillo0c2b72312019-04-22 22:10:151508 'linux-chromeos-oobe-code-coverage': {
1509 'swarming': {
1510 'shards': 20,
1511 },
1512 },
Nico Weber6b67a402018-06-18 21:45:011513 # chromium.chromiumos
1514 'linux-chromeos-dbg': {
1515 'swarming': {
1516 'shards': 20,
1517 },
1518 },
Nico Weber3f2a65de92018-06-11 14:04:171519 # chromium.memory
Takuto Ikuta54671d972018-07-19 19:06:351520 'Linux ChromiumOS MSan Tests': {
1521 # These are very slow on the Chrome OS MSAN trybot for some reason.
1522 # crbug.com/865455
1523 'swarming': {
Brad Hall1f4491e2019-03-09 06:20:081524 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351525 },
1526 },
1527 'Linux Chromium OS ASan LSan Tests (1)': {
1528 # These are very slow on the ASAN trybot for some reason.
1529 # crbug.com/794372
1530 'swarming': {
James Cook98759ec2018-07-30 22:02:131531 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351532 },
1533 },
Takuto Ikuta4ef47d5f2018-06-11 13:15:361534 },
Stephen Martinis36977112018-04-06 06:09:461535 },
Stephen Martinis54d64ad2018-09-21 22:16:201536 'viz_content_browsertests': {
1537 'modifications': {
1538 # chromium.memory
1539 'Linux Chromium OS ASan LSan Tests (1)': {
1540 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1541 'swarming': {
1542 'shards': 4,
1543 }
1544 },
1545 'Linux ChromiumOS MSan Tests': {
1546 # These are very slow on the Chrome OS MSAN trybot for some reason.
1547 # crbug.com/865455
1548 'swarming': {
1549 'shards': 2,
1550 },
1551 },
1552 },
1553 },
Kenneth Russelleb60cbd22017-12-05 07:54:281554 'viz_unittests': {
1555 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281556 # chromium.win
1557 'Win10 Tests x64',
1558 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281559 },
Kenneth Russellfbda3c532017-12-08 23:57:241560 'vr_pixeltests': {
1561 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281562 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281563 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241564 ],
1565 },
Sunny Sachanandani917b074c2019-03-12 03:18:491566 'vulkan_content_browsertests' : {
1567 'remove_from': [
1568 # Flaky hangs crbug.com/940723
1569 'Linux FYI GPU TSAN Release',
Sunny Sachanandanie53cfb2f2019-03-13 05:57:121570 'Linux FYI Release (AMD R7 240)',
Corentin Wallez60810e62019-04-18 07:10:191571 'Linux FYI Debug (NVIDIA)',
1572 'Linux FYI Experimental Release (NVIDIA)',
1573 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
1574 'Linux FYI Release (NVIDIA)',
Sunny Sachanandani917b074c2019-03-12 03:18:491575 # Consistent hangs crbug.com/940750
1576 'Linux FYI Experimental Release (Intel HD 630)',
1577 ],
1578 },
Nico Webere81999ee2018-07-01 23:52:431579 'wayland_client_perftests': {
1580 'remove_from': [
1581 'linux-chromeos-dbg', # https://crbug.com/859307
1582 ],
1583 },
John Budorick63357462019-02-27 23:02:511584 'webdriver_tests_suite': {
1585 'remove_from': [
1586 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
Yuke Liaobc9ff982019-04-30 06:56:161587 # Mirrors 'Linux Tests'
1588 'Linux Tests Code Coverage', # https://crbug.com/929689, https://crbug.com/936557
John Budorick63357462019-02-27 23:02:511589 ],
1590 },
bsheedy048cbdb2019-02-04 20:32:051591 'webgl2_conformance_gl_passthrough_tests': {
1592 'remove_from': [
James Darpinian53fb1c12019-04-08 18:08:201593 # https://crbug.com/927470
1594 'Linux FYI Experimental Release (Intel HD 630)',
Yuly Novikov783ffa7b2019-03-28 00:22:491595 # Not enough capacity. https://crbug.com/946694
1596 'ANGLE GPU Win10 Release (Intel HD 630)',
bsheedy048cbdb2019-02-04 20:32:051597 ],
1598 },
Stephen Martinis54d64ad2018-09-21 22:16:201599 'webgl2_conformance_tests': {
1600 'remove_from': [
1601 # The Mac NVIDIA Retina bots don't have the capacity to run
1602 # this test suite on mac_optional_gpu_tests_rel.
1603 'Optional Mac Retina Release (NVIDIA)',
1604 ],
Kenneth Russell8a386d42018-06-02 09:48:011605 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011606 'Mac FYI GPU ASAN Release': {
1607 'args': [
1608 '--is-asan',
1609 ]
1610 },
1611 },
1612 },
1613 'webgl_conformance_gl_passthrough_tests': {
1614 'remove_from': [
1615 # crbug.com/555545 and crbug.com/649824:
1616 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1617 # Always fails on older cards, flaky on newer cards.
1618 'Win7 FYI Debug (AMD)',
1619 'Win7 FYI Release (AMD)',
1620 ],
1621 },
Stephen Martinis54d64ad2018-09-21 22:16:201622 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011623 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201624 # On desktop platforms these don't take very long (~7 minutes),
1625 # but on Android they take ~30 minutes and we want to use more
1626 # shards than on desktop.
1627 # chromium.gpu
1628 'Android Release (Nexus 5X)': {
1629 'swarming': {
1630 'shards': 6,
1631 },
1632 },
Kenneth Russell8a386d42018-06-02 09:48:011633 'Mac FYI GPU ASAN Release': {
1634 'args': [
1635 '--is-asan',
1636 ]
1637 },
Ben Pastene52890ace2019-05-24 20:03:361638 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:361639 'swarming': {
1640 'shards': 6,
1641 },
1642 },
Kenneth Russell8a386d42018-06-02 09:48:011643 },
Kenneth Russelle63e41f2019-04-09 02:45:281644 'remove_from': [
1645 # Too slow on this configuration, which is severely hardware
1646 # constrained. crbug.com/950690
1647 'Mac FYI Retina Debug (NVIDIA)',
1648 ],
Kenneth Russell8a386d42018-06-02 09:48:011649 },
Yuly Novikove27d1d22018-10-29 21:24:191650 'webgl_conformance_vulkan_passthrough_tests': {
1651 'remove_from': [
1652 'Win7 FYI Debug (AMD)',
1653 ],
1654 },
Kenneth Russelleb60cbd22017-12-05 07:54:281655 'webkit_layout_tests': {
1656 'remove_from': [
Dirk Prankeca0a1ab2018-07-31 21:06:431657 # chromium.fyi
1658 'Chromium Mac 10.13',
Kenneth Russellfbda3c532017-12-08 23:57:241659 # chromium.linux
Dirk Prankec2917e92018-06-21 04:28:531660 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
Kenneth Russellfbda3c532017-12-08 23:57:241661 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321662 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131663 'Win10 Tests x64 (dbg)',
Takuto Ikuta9aa015d2019-04-15 23:33:291664
Stephen Martinis07a9f742019-03-20 19:16:561665 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201666 'mac-dummy-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281667 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281668 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281669 # chromium.fyi
Sergey Ulanov48e11772019-01-29 22:35:521670 'fuchsia-fyi-x64-rel': {
1671 'args': [
1672 '--platform=fuchsia',
1673 ],
Sergey Ulanovb7e2d522019-04-09 23:24:481674 'swarming': {
1675 'shards': 1,
1676 },
Sergey Ulanov48e11772019-01-29 22:35:521677 },
Stephen McGruer54cac792018-08-30 15:02:321678 'linux-blink-animation-use-time-delta': {
1679 'args': [
1680 '--debug',
1681 ],
1682 },
Karen Qian738ddb302019-04-01 21:50:231683 'linux-blink-heap-concurrent-marking-tsan-rel': {
1684 'args': [
1685 '--release',
1686 '--additional-driver-flag=--enable-blink-features=HeapConcurrentMarking',
1687 ],
1688 },
John Budorickab108712018-09-01 00:12:211689 'linux-blink-heap-unified-gc': {
1690 'args': [
1691 '--debug',
1692 '--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection',
1693 ],
1694 },
Dirk Pranke97f97ae62018-06-19 22:22:361695 'mac10.10-blink-rel-dummy': {
1696 'swarming': {
1697 'dimension_sets': [
1698 { # This should match Mac10.10 Tests on chromium.mac.
1699 'gpu': 'none',
1700 'os': 'Mac-10.10',
1701 }
1702 ]
1703 },
1704 },
1705 'mac10.11-blink-rel-dummy': {
1706 'swarming': {
1707 'dimension_sets': [
1708 { # This should match Mac10.11 Tests on chromium.mac.
1709 'gpu': 'none',
1710 'os': 'Mac-10.11',
1711 }
1712 ]
1713 },
1714 },
1715 'mac10.12-blink-rel-dummy': {
1716 'swarming': {
1717 'dimension_sets': [
1718 { # This should match Mac10.12 Tests on chromium.mac.
1719 'gpu': '8086:0a2e',
1720 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561721 'os': 'Mac-10.12.6',
Dirk Pranke97f97ae62018-06-19 22:22:361722 },
1723 ],
1724 },
1725 },
Dirk Pranke97f97ae62018-06-19 22:22:361726 'mac10.13-blink-rel-dummy': {
1727 'swarming': {
1728 'dimension_sets': [
1729 { # This should match Chromium Mac 10.13 on chromium.fyi.
1730 'gpu': '8086:0a2e',
1731 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561732 'os': 'Mac-10.13.6',
Dirk Pranke97f97ae62018-06-19 22:22:361733 },
1734 ],
1735 'shards': 12,
1736 },
1737 },
Philip Rogers639990262018-12-08 00:13:331738 'WebKit Linux composite_after_paint Dummy Builder': {
1739 'args': [
1740 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1741 ],
1742 },
Kenneth Russell8ceeabf2017-12-11 17:53:281743 'WebKit Linux layout_ng Dummy Builder': {
1744 'args': [
1745 '--additional-driver-flag=--enable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281746 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281747 },
1748 'WebKit Linux root_layer_scrolls Dummy Builder': {
1749 'args': [
1750 '--additional-driver-flag=--root-layer-scrolls',
1751 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281752 },
Kenneth Russell8ceeabf2017-12-11 17:53:281753 # chromium.linux
Sergey Ulanovb7e2d522019-04-09 23:24:481754 'Fuchsia x64': {
1755 'args': [
1756 '--platform=fuchsia',
1757 ],
1758 'swarming': {
1759 'shards': 1,
1760 },
1761 },
Kenneth Russelleb60cbd22017-12-05 07:54:281762 'Linux Tests': {
1763 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:281764 'shards': 6,
1765 },
1766 },
Yuke Liaobc9ff982019-04-30 06:56:161767 # Mirrors 'Linux Tests'
1768 'Linux Tests Code Coverage': {
1769 "args": [
1770 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1771 ],
1772 'swarming': {
1773 'shards': 6,
1774 },
1775 },
1776 'Linux Release Code Coverage (NVIDIA)': {
1777 "args": [
1778 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1779 ],
1780 },
Dirk Prankec1083b42018-06-15 02:43:321781 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131782 'args': [
1783 '--debug',
1784 ],
Dirk Prankec1083b42018-06-15 02:43:321785 'swarming': {
Dirk Prankec1083b42018-06-15 02:43:321786 'shards': 20,
1787 },
1788 },
Kenneth Russell8ceeabf2017-12-11 17:53:281789 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281790 'Mac10.10 Tests': {
1791 # TODO(kbr): this is essentially redundant.
1792 'swarming': {
1793 'dimension_sets': [
1794 {
1795 'gpu': 'none',
1796 'os': 'Mac-10.10.5',
1797 },
1798 ],
1799 },
1800 },
1801 'Mac10.11 Tests': {
1802 # TODO(kbr): this is essentially redundant.
1803 'swarming': {
1804 'dimension_sets': [
1805 {
1806 'gpu': 'none',
1807 'os': 'Mac-10.11.6',
1808 },
1809 ],
1810 },
1811 },
1812 'Mac10.12 Tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281813 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:281814 'shards': 12,
1815 },
1816 },
Dirk Pranke736e26f2018-04-07 01:54:301817 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531818 'swarming': {
1819 'dimension_sets': [
1820 {
Kenneth Russellbd784832019-04-26 19:50:171821 # Run the layout tests on a consistent set of hardware
1822 # (Mac Minis).
Ben Pastene62e179d52018-08-16 21:22:091823 'gpu': '8086:0a2e',
Dirk Prankec2917e92018-06-21 04:28:531824 },
1825 ],
1826 'shards': 12,
1827 },
Dirk Pranke736e26f2018-04-07 01:54:301828 },
Dirk Pranke15530fe2018-06-15 16:12:131829 'Mac10.13 Tests (dbg)': {
1830 'args': [
1831 '--debug',
1832 ],
1833 },
Dirk Pranke81ff51c2017-12-09 19:24:281834 # chromium.webkit.
Takuto Ikuta97d3c902019-05-30 04:01:091835 'WebKit Linux ASAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281836 'args': [
1837 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431838 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281839 '--time-out-ms',
1840 '48000',
1841 '--enable-sanitizer',
1842 ],
1843 'swarming': {
1844 'dimension_sets': [
1845 {
1846 'os': 'Ubuntu-14.04',
1847 },
1848 ],
1849 'shards': 20,
1850 },
1851 },
Takuto Ikuta97d3c902019-05-30 04:01:091852 'WebKit Linux Leak': {
Dirk Pranke81ff51c2017-12-09 19:24:281853 'args': [
1854 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431855 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281856 '--time-out-ms',
1857 '48000',
1858 '--enable-leak-detection',
1859 ],
1860 'swarming': {
1861 'dimension_sets': [
1862 {
1863 'os': 'Ubuntu-14.04',
1864 },
1865 ],
1866 'shards': 10,
1867 },
1868 },
Takuto Ikuta97d3c902019-05-30 04:01:091869 'WebKit Linux MSAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281870 'args': [
1871 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431872 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281873 '--time-out-ms',
1874 '66000',
1875 '--enable-sanitizer',
1876 ],
1877 'swarming': {
1878 'dimension_sets': [
1879 {
1880 'os': 'Ubuntu-14.04',
1881 },
1882 ],
1883 'expiration': 36000,
1884 'hard_timeout': 10800,
1885 'io_timeout': 3600,
1886 'shards': 20,
1887 },
1888 },
Dirk Pranke81ff51c2017-12-09 19:24:281889 'WebKit Win10': {
1890 'swarming': {
1891 'dimension_sets': [
1892 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:481893 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:281894 },
1895 ],
Dirk Pranke81ff51c2017-12-09 19:24:281896 },
1897 },
Kenneth Russell8ceeabf2017-12-11 17:53:281898 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281899 'Win7 Tests (dbg)(1)': {
1900 'args': [
1901 '--debug',
1902 '--time-out-ms',
1903 '60000'
1904 ],
Dirk Pranke028aa922018-05-25 18:37:341905 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281906 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1907 # from prefered_os_dimension in
1908 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1909 # Swarming dimensions would be either specified for all testers on the
1910 # waterfall (and therefore, explicitly specified for all tests in the
1911 # generated JSON), or this would be removed, and the implicit one used.
1912 'swarming': {
1913 'dimension_sets': [
1914 {
1915 'os': 'Windows-7-SP1',
1916 }
1917 ],
1918 },
1919 },
Takuto Ikuta6017210f2019-04-17 02:46:351920 'Win10 Tests x64': {
1921 'args': [
1922 '--target',
1923 'Release_x64',
1924 ],
1925 },
Stephen Martinis1c5d6aa2018-04-17 03:11:251926 'Win10 Tests x64 (dbg)': {
1927 'args': [
1928 '--debug',
Stephen Martinis29afff32018-04-19 03:03:111929 '--target',
1930 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:251931 ],
1932 },
John Budorickb1833612018-12-07 04:36:411933 # tryserver.chromium.android
1934 'android_blink_rel': {
1935 'args': [
John Budorick04e6d4b2018-12-07 21:08:421936 '--release',
John Budorickb1833612018-12-07 04:36:411937 '--android',
1938 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1939 # Android. Remove this when it no longer affects Android crash
1940 # log handling.
1941 '--disable-breakpad',
1942 # TODO(crbug.com/875172): run on the real GPU since the
1943 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
1944 '--additional-driver-flag=--use-gpu-in-tests',
1945 ],
1946 },
Kenneth Russelleb60cbd22017-12-05 07:54:281947 },
1948 },
Kenneth Russelleb60cbd22017-12-05 07:54:281949 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:281950 'modifications': {
John Budorick5052d552017-12-13 02:59:341951 # chromium.memory
1952 'Linux ASan LSan Tests (1)': {
1953 # These are very slow on the ASAN trybot for some reason.
1954 # crbug.com/794372
1955 'swarming': {
1956 'shards': 5,
1957 },
1958 },
arthursonzogni26889d82018-05-29 17:18:161959 'Marshmallow 64 bit Tester': {
1960 # Increase timeout. See https://crbug.com/847229.
1961 'swarming': {
1962 'hard_timeout': 1200,
1963 },
1964 },
Dirk Pranke81ff51c2017-12-09 19:24:281965 },
John Budorick5bf43a62019-03-19 00:43:501966 'remove_from': [
1967 # Flakily fails on Win7. https://crbug.com/943372.
1968 'Win7 Tests (1)',
1969 'Win 7 Tests x64 (1)',
1970 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281971 },
rbpotter870db8942019-04-09 03:11:131972 'webui_html_imports_polyfill_browser_tests': {
1973 'remove_from': [
1974 # chromium.win
1975 'Win10 Tests x64 (dbg)', # Matches browser_tests.
1976 # chromium.clang
1977 'CrWinAsan(dll)', # https://crbug.com/935598
1978 ],
1979 },
Kenneth Russelleb60cbd22017-12-05 07:54:281980 'webview_instrumentation_test_apk': {
1981 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:061982 # This test frequently fails on Android, https://crbug.com/824959
1983 # chromium.android
John Budorick2232bb982018-05-18 17:50:071984 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281985 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281986 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:281987 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:501988 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:501989 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:091990 # chromium.memory
1991 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:141992 # On chromium.swarm, this should possibly be being run (or removed
1993 # from Android N5X Swarm).
1994 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:281995 ],
Ben Pastenee17a8e92018-07-12 21:55:181996 'modifications': {
1997 'Oreo Phone Tester': {
1998 # TODO(crbug.com/863089): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:571999 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2000 # either passing or there is more capacity.
2001 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182002 },
2003 },
Kenneth Russelleb60cbd22017-12-05 07:54:282004 },
bsheedy800f5062018-08-07 00:47:542005 'xr_browser_tests': {
2006 'remove_from': [
2007 # chromium.gpu.fyi
2008 # This exception probably needs to stay due to lack of capacity
2009 # on the Win AMD bots.
2010 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482011 # Fails on the bot, http://crbug.com/868143
2012 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542013 ],
2014 },
Kenneth Russelleb60cbd22017-12-05 07:54:282015}