blob: c8954ca6ccdd90ded7683f961c38ad1dc1cfd1ad [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{
Andrew Luo38b311f2019-10-04 03:42:0919 'android_browsertests': {
20 'modifications': {
21 'android-pie-arm64-rel': {
22 'experiment_percentage': 100, # https://crbug.com/1010211
23 },
24 },
25 },
Kenneth Russelleb60cbd22017-12-05 07:54:2826 'android_webview_unittests': {
27 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3228 # On chromium.android, these do not need to run prior to M.
John Budorick2232bb982018-05-18 17:50:0729 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2830 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:2831 'KitKat Tablet Tester',
Kenneth Russelleb60cbd22017-12-05 07:54:2832 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2833 },
Kenneth Russell8a386d42018-06-02 09:48:0134 'angle_end2end_tests': {
35 'remove_from': [
36 # chromium.gpu.fyi
37 # TODO(ynovikov) Investigate why the test breaks on older devices.
38 'Android FYI Release (Nexus 5)',
39 'Android FYI Release (Nexus 6)',
40 'Android FYI Release (Nexus 9)',
41 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
42 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0943 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
44 'Linux FYI Debug (NVIDIA)',
45 'Linux FYI GPU TSAN Release',
Kenneth Russell8a386d42018-06-02 09:48:0146 ],
47 },
48 'angle_perftests': {
49 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2150 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1651 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0952 'Linux FYI GPU TSAN Release', # crbug.com/950542
Zhenyao Moea125ab2019-09-17 02:33:3253 'Win10 FYI x64 Exp Release (Intel HD 630)', # crbug.com/1002313
Kenneth Russell8a386d42018-06-02 09:48:0154 ],
55 },
Kenneth Russellfbda3c532017-12-08 23:57:2456 'angle_unittests': {
57 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5258 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0159 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0160 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2461 ],
John Budorickca14c76f62017-12-09 14:19:1862 'modifications': {
63 'Linux ASan LSan Tests (1)': {
64 'swarming': {
65 'shards': 10,
66 },
67 },
68 },
Kenneth Russellfbda3c532017-12-08 23:57:2469 },
John Budorickca995852019-06-26 16:55:5570 'breakpad_unittests': {
71 'modifications': {
72 'android-asan': {
73 'args': [
74 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
75 ],
76 },
77 },
78 },
Kenneth Russelleb60cbd22017-12-05 07:54:2879 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2480 'remove_from': [
81 # chromium.clang
Brad Halla36886c2019-02-26 16:52:2982 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:4183 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2684 'ToTLinuxTSan', # https://crbug.com/368525
John Budorickca14c76f62017-12-09 14:19:1885 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4686 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:1187 # chromium.win
88 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2489 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2890 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:1991 # chromium.fyi
92 'linux-chromeos-code-coverage': {
93 'swarming': {
94 'shards': 21,
95 },
96 },
Ben Pastene21277632019-06-04 15:12:2897 'linux-chromeos-google-rel': {
98 # TODO(https://crbug.com/932269): Promote out of experiment when the
99 # tests are green.
Ben Pastenec942bae2019-06-18 02:27:29100 'args': [
101 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
102 ],
Ben Pastene21277632019-06-04 15:12:28103 },
Kenneth Russell8ceeabf2017-12-11 17:53:28104 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34105 'linux-chromeos-dbg': {
106 'swarming': {
James Cook1380ad162018-10-25 00:51:19107 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:34108 },
109 },
Nico Weber3f2a65de92018-06-11 14:04:17110 # chromium.clang
Nico Weber0c2861b2018-12-14 18:05:16111 'ToTMac': {
112 # A subset of tests seem to cause WindowServer deaths on VMs.
113 # crbug.com/828031 et al.
114 'args': [
115 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
116 '--gtest_shuffle',
117 ],
118 },
119 'ToTMacASan': {
120 # A subset of tests seem to cause WindowServer deaths on VMs.
121 # crbug.com/828031 et al.
122 'args': [
123 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
124 '--gtest_shuffle',
125 ],
126 },
Kenneth Russellfbda3c532017-12-08 23:57:24127 'ToTWin(dbg)': {
128 'swarming': {
129 'shards': 20,
130 },
131 },
132 'ToTWin64(dbg)': {
133 'swarming': {
134 'shards': 20,
135 },
136 },
Nico Weber0c2861b2018-12-14 18:05:16137 'mac-osxbeta-rel': {
138 # A subset of tests seem to cause WindowServer deaths on VMs.
139 # crbug.com/828031 et al.
140 'args': [
141 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
142 '--gtest_shuffle',
143 ],
144 },
Dirk Pranke9e20e8d2018-06-18 02:46:54145 # chromium.mac
Nico Weber0c2861b2018-12-14 18:05:16146 'Mac10.10 Tests': {
147 # A subset of tests seem to cause WindowServer deaths on VMs.
148 # crbug.com/828031 et al.
149 'args': [
150 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
151 '--gtest_shuffle',
152 ],
153 },
Dirk Pranke9e20e8d2018-06-18 02:46:54154 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12155 # A subset of tests seem to cause WindowServer deaths on VMs.
156 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54157 'args': [
John Budorick7b7a0f02018-10-10 22:51:12158 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54159 '--gtest_shuffle',
160 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54161 },
162 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12163 # A subset of tests seem to cause WindowServer deaths on VMs.
164 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54165 'args': [
John Budorick7b7a0f02018-10-10 22:51:12166 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54167 '--gtest_shuffle',
168 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54169 },
Robert Sesek2ce2c702018-10-18 18:46:29170 'Mac10.13 Tests': {
171 # A subset of tests seem to cause WindowServer deaths on VMs.
172 # crbug.com/828031 et al.
173 'args': [
174 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
175 '--gtest_shuffle',
176 ],
Robert Sesek2ce2c702018-10-18 18:46:29177 },
Dirk Pranke9e20e8d2018-06-18 02:46:54178 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12179 # A subset of tests seem to cause WindowServer deaths on VMs.
180 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54181 'args': [
John Budorick7b7a0f02018-10-10 22:51:12182 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54183 '--gtest_shuffle',
184 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54185 },
John Budorickca14c76f62017-12-09 14:19:18186 # chromium.memory
John Budorick5052d552017-12-13 02:59:34187 'Linux ASan LSan Tests (1)': {
188 # These are very slow on the ASAN trybot for some reason.
189 # crbug.com/794372
190 'swarming': {
191 'shards': 30,
192 },
193 },
John Budorickca14c76f62017-12-09 14:19:18194 'Mac ASan 64 Tests (1)': {
Nico Weber0c2861b2018-12-14 18:05:16195 # A subset of tests seem to cause WindowServer deaths on VMs.
196 # crbug.com/828031 et al.
197 'args': [
198 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
199 '--gtest_shuffle',
200 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28201 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18202 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28203 },
204 },
Takuto Ikuta54671d972018-07-19 19:06:35205 'Linux ChromiumOS MSan Tests': {
206 # These are very slow on the Chrome OS MSAN trybot for some reason.
207 # crbug.com/865455
208 'swarming': {
Ben Pastenea7166f32019-08-09 02:59:52209 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:35210 },
211 },
212 'Linux Chromium OS ASan LSan Tests (1)': {
213 # These are very slow on the ASAN trybot for some reason.
214 # crbug.com/794372
215 'swarming': {
James Cook1380ad162018-10-25 00:51:19216 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35217 },
218 },
Kenneth Russell8ceeabf2017-12-11 17:53:28219 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54220 'Win7 Tests (1)': {
221 # This is for slow test execution that often becomes a critical path of
222 # swarming jobs. crbug.com/868114
223 'swarming': {
224 'shards': 15,
225 },
226 },
Kenneth Russell8ceeabf2017-12-11 17:53:28227 'Win7 Tests (dbg)(1)': {
228 'swarming': {
229 'shards': 20,
230 },
231 },
Kenneth Russell6c83d212018-07-27 20:52:59232 'Win10 Tests x64': {
233 # crbug.com/868082
234 'args': [
235 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
236 ],
Takuto Ikutac9c269a2019-01-10 22:40:25237 'swarming': {
238 # This is for slow test execution that often becomes a critical path of
239 # swarming jobs. crbug.com/868114
240 'shards': 15,
241 }
Kenneth Russell6c83d212018-07-27 20:52:59242 },
Nico Weber0c2861b2018-12-14 18:05:16243 # client.v8.chromium
244 'Linux - Future (dbg)': {
245 'swarming': {
246 'shards': 10,
247 },
248 },
Kenneth Russelleb60cbd22017-12-05 07:54:28249 },
250 },
Kenneth Russelleb60cbd22017-12-05 07:54:28251 'cast_shell_browsertests': {
252 'modifications': {
253 'Cast Audio Linux': {
254 'args': [
255 '--enable-local-file-accesses',
256 '--ozone-platform=headless',
257 '--no-sandbox',
258 '--test-launcher-jobs=1',
259 ],
Colin Blundell629091a2018-07-10 14:50:28260 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27261 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28262 },
Kenneth Russelleb60cbd22017-12-05 07:54:28263 },
264 'Cast Linux': {
265 'args': [
266 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04267 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28268 '--no-sandbox',
269 '--test-launcher-jobs=1',
270 ],
Colin Blundell629091a2018-07-10 14:50:28271 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27272 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28273 },
Kenneth Russelleb60cbd22017-12-05 07:54:28274 },
275 },
276 },
Dirk Pranke1b767092017-12-07 04:44:23277 'checkbins': {
278 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33279 'linux-archive-dbg',
280 'linux-archive-rel',
281 'mac-archive-dbg',
282 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23283 ],
284 },
Kenneth Russelleb60cbd22017-12-05 07:54:28285 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09286 'remove_from': [
287 'android-asan', # https://crbug.com/964562
288 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28289 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28290 # chromium.android
Andrew Luo38b311f2019-10-04 03:42:09291 'android-pie-arm64-rel': {
292 'experiment_percentage': 100, # https://crbug.com/1010211
293 },
Kenneth Russelleb60cbd22017-12-05 07:54:28294 'KitKat Phone Tester (dbg)': {
295 'swarming': {
296 'shards': 20,
297 },
298 },
Kenneth Russelleb60cbd22017-12-05 07:54:28299 'Marshmallow 64 bit Tester': {
300 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28301 'shards': 14,
302 },
303 },
Ben Pastenec73e96e92018-07-12 01:40:35304 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57305 # TODO(https://crbug.com/884413): Re-enable this once the tests are
306 # either passing or there is more capacity.
307 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35308 },
John Budorick34009472018-04-03 17:38:44309 # chromium.swarm
310 'Android N5X Swarm': {
311 # TODO(crbug.com/731759): Enable this once we're confident that it
312 # passes.
313 'experiment_percentage': 100,
314 },
Kenneth Russelleb60cbd22017-12-05 07:54:28315 },
316 },
317 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15318 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09319 # chromium.android
320 'KitKat Tablet Tester',
321 'Lollipop Tablet Tester',
322 'Marshmallow Tablet Tester',
John Budorick20f4fa8d2019-08-02 22:58:29323 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:09324 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:29325 'android-pie-x86-fyi-rel',
Andrew Luo38b311f2019-10-04 03:42:09326 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16327 # chromium.clang
328 'ToTAndroid',
329 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09330 # chromium.memory
331 'android-asan', # https://crbug.com/964562
bsheedy410dd7c2018-06-15 22:42:09332 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28333 },
bsheedy75a4dd52018-11-27 23:24:30334 'chrome_public_test_vr_apk-vega': {
335 'modifications': {
336 # chromium.android
337 'Oreo Phone Tester': {
338 'swarming': {
339 'dimension_sets': [
340 {
341 'device_os': 'OVR1.180808.003',
342 'device_type': 'vega',
343 'os': 'Android',
344 },
345 ],
346 },
347 }
348 }
349 },
Takuto Ikuta1b749b902019-04-11 18:05:53350 'chromedriver_py_tests': {
351 'remove_from': [
352 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53353 'Win10 Tests x64 (dbg)',
354 ],
355 },
Kenneth Russelleb60cbd22017-12-05 07:54:28356 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28357 'modifications': {
Andrew Luo38b311f2019-10-04 03:42:09358 'android-pie-arm64-rel': {
359 'experiment_percentage': 100, # https://crbug.com/1010211
360 },
John Budorick5052d552017-12-13 02:59:34361 # chromium.memory
362 'Linux ASan LSan Tests (1)': {
363 # These are very slow on the ASAN trybot for some reason.
364 # crbug.com/794372
365 'swarming': {
366 'shards': 5,
367 },
368 },
Takuto Ikuta54671d972018-07-19 19:06:35369 'Linux Chromium OS ASan LSan Tests (1)': {
370 # These are very slow on the ASAN trybot for some reason.
371 # crbug.com/794372
372 'swarming': {
373 'shards': 5,
374 },
375 },
Kenneth Russelleb60cbd22017-12-05 07:54:28376 },
Wezcdafa7e2019-09-16 21:54:25377 'remove_from': [
378 # chromium.linux
379 'Fuchsia x64', # https://crbug.com/961457
380 ]
Kenneth Russelleb60cbd22017-12-05 07:54:28381 },
382 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29383 'remove_from': [
384 # chromium.clang
385 'CrWinAsan(dll)', # https://crbug.com/935598
386 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28387 'modifications': {
Garrett Beaty42e802142019-03-11 22:03:42388 # chromium.android
389 'Lollipop Phone Tester': {
390 'swarming': {
Garrett Beatyf3c98282019-03-12 17:35:18391 'shards': 13,
Garrett Beaty42e802142019-03-11 22:03:42392 },
393 },
Takuto Ikuta6d8c86f92019-09-27 02:54:39394 'android-kitkat-arm-rel': {
395 'swarming': {
396 'shards': 15,
397 },
398 },
Kenneth Russellfbda3c532017-12-08 23:57:24399 # chromium.linux
400 'Cast Audio Linux': {
401 'args': [
Nico Weber02f30392018-07-16 18:39:43402 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24403 ],
Kenneth Russellfbda3c532017-12-08 23:57:24404 },
405 'Cast Linux': {
406 'args': [
Nico Weber02f30392018-07-16 18:39:43407 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24408 ],
Kenneth Russellfbda3c532017-12-08 23:57:24409 },
John Budorickf2283d72019-06-25 01:09:09410 # chromium.memory
411 'android-asan': {
412 'args': [
413 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
414 ],
415 'swarming': {
416 'shards': 18,
417 },
418 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18419 # chromium.win
420 'Win10 Tests x64 (dbg)': {
421 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59422 # crbug.com/868082
423 'args': [
424 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
425 ],
426 },
427 'Win10 Tests x64': {
428 # crbug.com/868082
429 'args': [
430 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
431 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18432 },
Chris Cunninghame1a04ea2019-04-24 01:49:32433 'Linux ASan Tests (sandboxed)': {
434 'swarming': {
435 'shards': 2, # https://crbug.com/955853
436 },
437 },
Kenneth Russelleb60cbd22017-12-05 07:54:28438 },
439 },
Nico Weber81e16ace22018-06-30 02:58:47440 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00441 'modifications': {
442 # chromium.win
443 'Win10 Tests x64 (dbg)': {
444 'experiment_percentage': 100, # https://crbug.com/861730
445 },
446 },
Nico Weber81e16ace22018-06-30 02:58:47447 },
John Budorick27d2d44e2019-05-20 20:26:09448 'content_shell_test_apk': {
449 'remove_from': [
450 # chromium.memory
451 'android-asan', # https://crbug.com/964562
452 ],
Andrew Luo38b311f2019-10-04 03:42:09453 'modifications': {
454 'android-pie-arm64-rel': {
455 'experiment_percentage': 100, # https://crbug.com/1010211
456 },
457 },
John Budorick27d2d44e2019-05-20 20:26:09458 },
Kenneth Russelleb60cbd22017-12-05 07:54:28459 'content_unittests': {
460 'modifications': {
John Budorick5052d552017-12-13 02:59:34461 # chromium.memory
462 'Linux ASan LSan Tests (1)': {
463 # These are slow on the ASAN trybot for some reason.
464 # crbug.com/794372
465 'swarming': {
466 'shards': 2,
467 },
468 },
Takuto Ikuta54671d972018-07-19 19:06:35469 'Linux ChromiumOS MSan Tests': {
470 # These are very slow on the Chrome OS MSAN trybot for some reason.
471 # crbug.com/865455
472 'swarming': {
473 'shards': 2,
474 },
475 },
Kenneth Russelleb60cbd22017-12-05 07:54:28476 },
477 },
Kenneth Russellc1a09302018-07-10 01:12:54478 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46479 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
480 # exception once there is enough capacity to run these tests.
481 'remove_from': [
482 # chromium.gpu.fyi
483 'Android FYI Release (Pixel 2)',
484 ],
Kenneth Russellc1a09302018-07-10 01:12:54485 'modifications': {
486 'Mac FYI GPU ASAN Release': {
487 'args': [
488 '--is-asan',
489 ]
490 },
491 },
492 },
Kenneth Russellfbda3c532017-12-08 23:57:24493 'crashpad_tests': {
494 'remove_from': [
495 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48496 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39497 # https://crbug.com/crashpad/304
498 'Linux TSan Tests',
499 'ToTLinuxTSan',
500 # https://crbug.com/crashpad/306
501 'Linux CFI',
502 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24503 ],
504 },
John Budorick5bc387fe2019-05-09 20:02:53505 'cronet_sizes': {
506 'modifications': {
507 'android-cronet-arm-dbg': {
508 'swarming': {
509 'dimension_sets': [
510 {
511 'device_os': None,
512 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56513 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53514 },
515 ],
516 },
517 },
518 },
519 },
Zhenyao Moc307eeb72018-12-20 01:03:20520 'dawn_end2end_tests': {
521 'remove_from': [
522 # chromium.gpu.fyi
523 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
524 ],
525 },
Brian Sheedye285c9b2019-07-15 21:42:46526 'depth_capture_tests': {
527 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
528 # exception once there is enough capacity to run these tests.
529 'remove_from': [
530 # chromium.gpu.fyi
531 'Android FYI Release (Pixel 2)',
532 ],
533 },
Joe Downing41486042018-10-18 22:44:44534 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:29535 'remove_from': [
536 # chromium.clang
537 'CrWinAsan(dll)', # https://crbug.com/935598
538 ],
Joe Downing41486042018-10-18 22:44:44539 'modifications': {
540 'Win10 Tests x64 (dbg)': {
541 'experiment_percentage': 100, # https://crbug.com/876615
542 },
543 },
544 },
Kenneth Russelleb60cbd22017-12-05 07:54:28545 'gin_unittests': {
546 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24547 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47548 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18549 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46550 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47551 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28552 ],
553 },
554 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18555 'remove_from': [
556 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18557 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01558 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01559 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21560 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55561 # Can't run on MSAN because gl_tests uses the hardware driver,
562 # which isn't instrumented.
563 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18564 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28565 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45566 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45567 # TODO(kbr): figure out a better way to specify blocks of
568 # arguments like this for tests on multiple machines.
569 'Linux ASan LSan Tests (1)': {
570 'args': [
571 '--use-gpu-in-tests',
572 '--no-xvfb',
573 ],
574 'swarming': {
575 'dimension_sets': [
576 {
577 'gpu': '10de:1cb3',
578 'os': 'Ubuntu',
579 'pool': 'Chrome-GPU',
580 },
581 ],
582 },
583 'use_xvfb': False,
584 },
585 'Linux ASan LSan Tests (1)': {
586 'args': [
587 '--use-gpu-in-tests',
588 '--no-xvfb',
589 ],
590 'swarming': {
591 'dimension_sets': [
592 {
593 'gpu': '10de:1cb3',
594 'os': 'Ubuntu',
595 'pool': 'Chrome-GPU',
596 },
597 ],
598 },
599 'use_xvfb': False,
600 },
601 'Linux CFI': {
602 'args': [
603 '--use-gpu-in-tests',
604 '--no-xvfb',
605 ],
606 'swarming': {
607 'dimension_sets': [
608 {
609 'gpu': '10de:1cb3',
610 'os': 'Ubuntu',
611 'pool': 'Chrome-GPU',
612 },
613 ],
614 },
615 'use_xvfb': False,
616 },
617 'Linux TSan Tests': {
618 'args': [
619 '--use-gpu-in-tests',
620 '--no-xvfb',
621 ],
622 'swarming': {
623 'dimension_sets': [
624 {
625 'gpu': '10de:1cb3',
626 'os': 'Ubuntu',
627 'pool': 'Chrome-GPU',
628 },
629 ],
630 },
631 'use_xvfb': False,
632 },
Andrew Luo38b311f2019-10-04 03:42:09633 'android-pie-arm64-rel': {
634 'experiment_percentage': 100, # https://crbug.com/1010211
635 },
Kenneth Russelleb60cbd22017-12-05 07:54:28636 },
637 },
638 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18639 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01640 # chromium.gpu.fyi
641 # On Android, these are already run on the main waterfall.
642 # Run them on the one-off Android FYI bots, though.
643 'Android FYI Release (Nexus 5X)',
644 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
645 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18646 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28647 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28648 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24649 'CFI Linux ToT': {
650 'args': [
651 '--use-gpu-in-tests',
652 '--no-xvfb',
653 ],
654 'swarming': {
655 'dimension_sets': [
656 {
657 'gpu': '10de:1cb3',
658 'os': 'Ubuntu',
659 'pool': 'Chrome-GPU',
660 },
661 ],
662 },
663 'use_xvfb': False,
664 },
Kenneth Russell8ceeabf2017-12-11 17:53:28665 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18666 'Linux CFI': {
667 'args': [
668 '--use-gpu-in-tests',
669 '--no-xvfb',
670 ],
671 'swarming': {
672 'dimension_sets': [
673 {
674 'gpu': '10de:1cb3',
675 'os': 'Ubuntu',
676 'pool': 'Chrome-GPU',
677 },
678 ],
679 },
680 'use_xvfb': False,
681 },
Kenneth Russelleb60cbd22017-12-05 07:54:28682 },
683 },
Nico Weber65338c02018-06-22 19:13:40684 'gl_unittests_ozone': {
685 'remove_from': [
686 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
687 # which isn't instrumented.
688 'Linux ChromiumOS MSan Tests',
689 ],
690 },
Brian Sheedye285c9b2019-07-15 21:42:46691 'gpu_process_launch_tests': {
692 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
693 # exception once there is enough capacity to run these tests.
694 'remove_from': [
695 # chromium.gpu.fyi
696 'Android FYI Release (Pixel 2)',
697 ],
698 },
699 'hardware_accelerated_feature_tests': {
700 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
701 # exception once there is enough capacity to run these tests.
702 'remove_from': [
703 # chromium.gpu.fyi
704 'Android FYI Release (Pixel 2)',
705 ],
706 },
Brad Halla36886c2019-02-26 16:52:29707 'headless_browsertests': {
708 'remove_from': [
709 # chromium.clang
710 'CrWinAsan(dll)', # https://crbug.com/935598
711 ],
712 },
Kenneth Russell8a386d42018-06-02 09:48:01713 'info_collection_tests': {
714 'remove_from': [
715 # chromium.gpu.fyi
716 # The Mac ASAN swarming bot runs tests on two different GPU
717 # types, so we can't have one expected vendor ID / device ID.
718 'Mac FYI GPU ASAN Release',
719 # client.v8.fyi
720 'Android V8 FYI Release (Nexus 5X)',
721 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35722 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01723 'Mac V8 FYI Release (Intel)',
724 'Win V8 FYI Release (NVIDIA)',
725 ],
726 },
Kenneth Russelleb60cbd22017-12-05 07:54:28727 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:29728 'remove_from': [
729 # chromium.clang
730 'CrWinAsan(dll)', # https://crbug.com/935598
Ben Pastene352cf6c2019-04-22 23:53:49731 # chromium.fyi
732 # Not eough disk space in the VMs, crbug.com/913153
733 'chromeos-vm-code-coverage',
Brad Halla36886c2019-02-26 16:52:29734 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28735 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26736 # chromium.clang
737 'ToTLinuxTSan': {
738 # These are slow on the TSan bots for some reason, crbug.com/794372
739 'swarming': {
740 'shards': 6,
741 },
742 },
Kenneth Russell8ceeabf2017-12-11 17:53:28743 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28744 'Win7 Tests (dbg)(1)': {
745 'swarming': {
746 'shards': 4,
747 },
748 },
John Budorickca14c76f62017-12-09 14:19:18749 # chromium.memory
750 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17751 # These are slow on the ASan trybot for some reason, crbug.com/794372
752 'swarming': {
753 'shards': 6,
754 },
755 },
756 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26757 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18758 'swarming': {
John Budorick5052d552017-12-13 02:59:34759 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18760 },
761 },
Takuto Ikuta54671d972018-07-19 19:06:35762 'Linux ChromiumOS MSan Tests': {
763 # These are very slow on the Chrome OS MSAN trybot for some reason.
764 # crbug.com/865455
765 'swarming': {
766 'shards': 5,
767 },
768 },
Dirk Pranke8fd63c12017-12-10 18:06:27769 # client.v8.chromium
770 'Linux - Future (dbg)': {
771 'swarming': {
772 'shards': 3,
773 },
774 },
Greg Thompson3eb7e6522018-05-25 09:04:03775 # chromium.win; temporary, https://crbug.com/818832
776 'Win10 Tests x64 (dbg)': {
777 'experiment_percentage': 100,
778 },
Ben Pastene21277632019-06-04 15:12:28779 'linux-chromeos-google-rel': {
Ben Pastenef5006f02019-06-11 01:47:59780 # TODO(crbug.com/970649): Remove this filter.
781 'args': [
782 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
783 ],
Ben Pastene21277632019-06-04 15:12:28784 },
Kenneth Russelleb60cbd22017-12-05 07:54:28785 },
786 },
John Budorickf00e5ff2019-06-11 21:21:06787 'ipc_tests': {
788 'modifications': {
789 'android-asan': {
790 'swarming': {
791 'shards': 2,
792 },
793 },
794 },
795 },
Brian Sheedye285c9b2019-07-15 21:42:46796 'maps_pixel_test': {
797 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
798 # exception once there is enough capacity to run these tests.
799 'remove_from': [
800 # chromium.gpu.fyi
801 'Android FYI Release (Pixel 2)',
802 ],
Brian Sheedy44fd891b2019-10-03 20:07:54803 'replacements': {
804 # client.v8.fyi
805 # The V8 builders pass the V8 revision for ${got_revision}, so instead
806 # use ${got_cr_revision}, which is only set on the V8 bots.
807 'Android V8 FYI Release (Nexus 5X)': {
808 'args': {
809 '--build-revision': '${got_cr_revision}',
810 },
811 },
812 'Linux V8 FYI Release (NVIDIA)': {
813 'args': {
814 '--build-revision': '${got_cr_revision}',
815 },
816 },
817 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
818 'args': {
819 '--build-revision': '${got_cr_revision}',
820 },
821 },
822 'Mac V8 FYI Release (Intel)': {
823 'args': {
824 '--build-revision': '${got_cr_revision}',
825 },
826 },
827 'Win V8 FYI Release (NVIDIA)': {
828 'args': {
829 '--build-revision': '${got_cr_revision}',
830 },
831 },
832 },
Brian Sheedye285c9b2019-07-15 21:42:46833 },
Andrew Luo38b311f2019-10-04 03:42:09834 'media_unittests': {
835 'modifications': {
836 'android-pie-arm64-rel': {
837 'experiment_percentage': 100, # https://crbug.com/1010211
838 },
839 },
840 },
John Budorickf00e5ff2019-06-11 21:21:06841 'mojo_unittests': {
842 'modifications': {
843 'android-asan': {
844 'swarming': {
845 'shards': 2,
846 },
847 },
848 },
849 },
bsheedye9469572019-01-23 17:31:33850 'monochrome_public_test_ar_apk': {
851 'modifications': {
852 # chromium.android
853 # We need to match the Playstore version as well because AR tests fail on
854 # old versions of the Playstore.
855 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:08856 'args': [
857 # ArCore is not installed as a system app on O, so we can install it
858 # normally instead of replacing the system version.
859 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
860 ],
bsheedye9469572019-01-23 17:31:33861 'swarming': {
862 'dimension_sets': [
863 {
864 'device_os': 'OPR3.170623.008',
865 'device_playstore_version': '12.8.23-all',
866 'device_type': 'marlin',
867 'os': 'Android',
868 },
869 ],
870 },
871 },
Brian Sheedy2bcd16b2019-04-22 22:47:08872 'android-pie-arm64-dbg': {
873 'args': [
874 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
875 ]
876 }
bsheedye9469572019-01-23 17:31:33877 },
878 },
Nico Weberd3096fb2018-06-07 17:50:15879 'nacl_helper_nonsfi_unittests': {
880 'remove_from': [
881 # chromium.memory
882 'Linux TSan Tests', # Sets enable_nacl=false.
883 ],
884 },
Kenneth Russellfbda3c532017-12-08 23:57:24885 'nacl_loader_unittests': {
886 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35887 # chromium.clang
888 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51889 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18890 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11891 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48892 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24893 ],
894 },
Kenneth Russelleb60cbd22017-12-05 07:54:28895 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24896 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28897 # chromium.fyi
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:46898 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
899 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:24900 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28901 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24902 # chromium.clang
903 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33904 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24905 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33906 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24907 },
908 },
Nico Weberdae13cd92018-12-14 13:56:26909 'ToTLinuxTSan': {
910 'swarming': {
911 'shards': 4,
912 }
913 },
John Budorickca14c76f62017-12-09 14:19:18914 # chromium.memory
915 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34916 # These are very slow on the ASAN trybot for some reason.
917 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18918 'swarming': {
John Budorick5052d552017-12-13 02:59:34919 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18920 },
921 },
922 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35923 # These are very slow on the ASAN trybot for some reason.
924 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18925 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02926 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18927 }
928 },
Takuto Ikuta54671d972018-07-19 19:06:35929 'Linux ChromiumOS MSan Tests': {
930 # These are very slow on the Chrome OS MSAN trybot for some reason.
931 # crbug.com/865455
932 'swarming': {
933 'shards': 2,
934 },
935 },
John Budorickca14c76f62017-12-09 14:19:18936 'Linux TSan Tests': {
937 'swarming': {
938 'shards': 4,
939 }
940 },
Ben Pastene8bf205b2018-06-13 04:00:33941 # The suite runs signficantly slower on linux dbg, so increase shards.
942 'Linux Tests (dbg)(1)': {
943 'swarming': {
944 'shards': 2,
945 },
946 },
Ben Pastene72943982019-07-23 22:53:41947 'chromeos-betty-google-rel': {
948 # TODO(crbug.com/986904): Remove this filter.
949 'args': [
950 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
951 ],
952 },
Ben Pastene8bf205b2018-06-13 04:00:33953 'linux-chromeos-dbg': {
954 'swarming': {
955 'shards': 2,
956 },
957 },
Kenneth Russelleb60cbd22017-12-05 07:54:28958 },
959 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31960 'network_service_browser_tests': {
961 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26962 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29963 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:26964 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17965 # chromium.memory
966 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
967 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31968 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19969 'Win7 Tests (1)', # For swarming capacity reasons.
970 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06971 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06972 'Mac10.10 Tests',
973 'Mac10.11 Tests',
974 'Mac10.13 Tests',
975 'Mac10.13 Tests (dbg)',
976 'Mac ASan 64 Tests (1)',
977 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06978 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31979 ],
Kenneth Russell6c83d212018-07-27 20:52:59980 'modifications': {
981 # chromium.win
982 'Win10 Tests x64': {
983 # crbug.com/868082
984 'args': [
985 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
986 ],
Takuto Ikutac9c269a2019-01-10 22:40:25987 # This is for slow test execution that often becomes a critical path of
988 # swarming jobs. crbug.com/868114
989 'swarming': {
990 'shards': 20,
991 },
Kenneth Russell6c83d212018-07-27 20:52:59992 },
993 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31994 },
John Abd-El-Malek4782bd12018-06-12 01:08:21995 'network_service_components_browsertests': {
996 'remove_from': [
Nico Weber073af192018-06-21 19:22:17997 # chromium.memory
998 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
999 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:211000 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:191001 'Win7 Tests (1)', # For swarming capacity reasons.
1002 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061003 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061004 'Mac10.10 Tests',
1005 'Mac10.11 Tests',
1006 'Mac10.13 Tests',
1007 'Mac10.13 Tests (dbg)',
1008 'Mac ASan 64 Tests (1)',
1009 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061010 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191011 ],
1012 },
1013 'network_service_content_browsertests': {
1014 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:101015 # chromium.clang
Brad Halla36886c2019-02-26 16:52:291016 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101017 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171018 # chromium.memory
1019 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1020 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191021 # chromium.win
1022 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111023 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061024 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061025 'Mac10.10 Tests',
1026 'Mac10.11 Tests',
1027 'Mac10.13 Tests',
1028 'Mac10.13 Tests (dbg)',
1029 'Mac ASan 64 Tests (1)',
1030 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061031 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:211032 ],
1033 },
John Abd-El-Malek787a41a2018-06-12 18:10:531034 'network_service_extensions_browsertests': {
1035 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291036 # chromium.clang
1037 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171038 # chromium.memory
1039 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1040 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:531041 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:191042 'Win7 Tests (1)', # For swarming capacity reasons.
1043 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061044 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061045 'Mac10.10 Tests',
1046 'Mac10.11 Tests',
1047 'Mac10.13 Tests',
1048 'Mac10.13 Tests (dbg)',
1049 'Mac ASan 64 Tests (1)',
1050 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061051 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531052 ],
1053 },
Brad Halla36886c2019-02-26 16:52:291054 'network_service_headless_browsertests': {
1055 'remove_from': [
1056 # chromium.clang
1057 'CrWinAsan(dll)', # https://crbug.com/935598
1058 ],
1059 },
John Abd-El-Malek787a41a2018-06-12 18:10:531060 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191061 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:101062 # chromium.clang
Brad Halla36886c2019-02-26 16:52:291063 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101064 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171065 # chromium.memory
1066 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1067 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191068 # chromium.win
1069 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061070 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061071 'Mac10.10 Tests',
1072 'Mac10.11 Tests',
1073 'Mac10.13 Tests',
1074 'Mac10.13 Tests (dbg)',
1075 'Mac ASan 64 Tests (1)',
1076 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061077 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191078 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531079 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:191080 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:111081 'Win10 Tests x64 (dbg)': {
1082 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531083 },
1084 },
1085 },
John Abd-El-Malekfabfb072019-05-30 20:50:191086 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191087 'remove_from': [
John Budorickea475de2019-06-07 21:16:241088 # chromium.android
1089 'android-asan',
1090 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191091 'android-kitkat-arm-rel',
Yun Liub3b1ed4bd12019-09-24 03:20:231092 'android-marshmallow-arm64-coverage-rel',
Clark DuVall3ef939a2019-06-10 20:35:311093 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091094 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311095 # No capacity for tablet testers.
1096 'KitKat Tablet Tester',
1097 'Lollipop Tablet Tester',
1098 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191099 ],
1100 },
1101 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191102 'remove_from': [
John Budorickea475de2019-06-07 21:16:241103 # chromium.android
1104 'android-asan',
1105 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191106 'android-kitkat-arm-rel',
Yun Liub3b1ed4bd12019-09-24 03:20:231107 'android-marshmallow-arm64-coverage-rel',
Clark DuVall3ef939a2019-06-10 20:35:311108 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091109 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311110 # No capacity for tablet testers.
1111 'KitKat Tablet Tester',
1112 'Lollipop Tablet Tester',
1113 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191114 ],
1115 },
1116 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191117 'remove_from': [
John Budorickea475de2019-06-07 21:16:241118 # chromium.android
1119 'android-asan',
1120 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191121 'android-kitkat-arm-rel',
Yun Liub3b1ed4bd12019-09-24 03:20:231122 'android-marshmallow-arm64-coverage-rel',
Clark DuVall3ef939a2019-06-10 20:35:311123 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091124 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311125 # No capacity for tablet testers.
1126 'KitKat Tablet Tester',
1127 'Lollipop Tablet Tester',
1128 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191129 ],
Haiyang Pand09889852019-08-10 00:26:181130 'modifications': {
1131 'android-pie-x86-fyi-rel': {
1132 'swarming': {
1133 'shards': 10,
1134 },
1135 },
1136 },
John Abd-El-Malekfabfb072019-05-30 20:50:191137 },
1138 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191139 'remove_from': [
John Budorickea475de2019-06-07 21:16:241140 # chromium.android
1141 'android-asan',
1142 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191143 'android-kitkat-arm-rel',
Yun Liub3b1ed4bd12019-09-24 03:20:231144 'android-marshmallow-arm64-coverage-rel',
Clark DuVall3ef939a2019-06-10 20:35:311145 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091146 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311147 # No capacity for tablet testers.
1148 'KitKat Tablet Tester',
1149 'Lollipop Tablet Tester',
1150 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191151 ],
1152 },
Tim Volodinedac7f5e2019-05-09 18:07:281153 'network_service_webview_instrumentation_test_apk': {
1154 # Only run these on the phone testers for now due to capacity.
1155 'remove_from': [
1156 # chromium.android
Tim Volodinedac7f5e2019-05-09 18:07:281157 'android-kitkat-arm-rel',
Yun Liub3b1ed4bd12019-09-24 03:20:231158 'android-marshmallow-arm64-coverage-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281159 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091160 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281161 'KitKat Tablet Tester',
1162 'Lollipop Tablet Tester',
1163 'Marshmallow Tablet Tester',
1164 'KitKat Phone Tester (dbg)',
1165 # chromium.memory
John Budorick27d2d44e2019-05-20 20:26:091166 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281167 'Android CFI',
1168 # chromium.clang
1169 'ToTAndroid',
1170 'ToTAndroidCFI',
1171 ],
1172 },
kylecharbd5d5fe2019-07-19 21:50:581173 'non_viz_browser_tests': {
1174 'modifications': {
1175 # chromium.fyi
1176 'linux-chromeos-code-coverage': {
1177 'swarming': {
1178 'shards': 20,
1179 },
1180 },
1181 'linux-chromeos-google-rel': {
1182 # TODO(https://crbug.com/932269): Promote out of experiment when the
1183 # tests are green.
1184 'args': [
1185 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
1186 ],
1187 },
kylecharbd5d5fe2019-07-19 21:50:581188 # chromium.chromiumos
1189 'linux-chromeos-dbg': {
1190 'swarming': {
1191 'shards': 20,
1192 },
1193 },
1194 # chromium.memory
1195 'Linux ChromiumOS MSan Tests': {
1196 # These are very slow on the Chrome OS MSAN trybot for some reason.
1197 # crbug.com/865455
1198 'swarming': {
1199 'shards': 30,
1200 },
1201 },
1202 'Linux Chromium OS ASan LSan Tests (1)': {
1203 # These are very slow on the ASAN trybot for some reason.
1204 # crbug.com/794372
1205 'swarming': {
1206 'shards': 30,
1207 },
1208 },
1209 },
1210 },
1211 'non_viz_content_browsertests': {
1212 'modifications': {
1213 # chromium.memory
1214 'Linux Chromium OS ASan LSan Tests (1)': {
1215 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1216 'swarming': {
1217 'shards': 4,
1218 }
1219 },
1220 'Linux ChromiumOS MSan Tests': {
1221 # These are very slow on the Chrome OS MSAN trybot for some reason.
1222 # crbug.com/865455
1223 'swarming': {
1224 'shards': 2,
1225 },
1226 },
1227 },
1228 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281229 'not_site_per_process_webkit_layout_tests': {
1230 'remove_from': [
1231 # chromium.linux
1232 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1233 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:281234 ],
Yuke Liaobc9ff982019-04-30 06:56:161235 'modifications': {
Yuke Liaoe05477b2019-07-22 18:18:411236 'Linux Tests': {
1237 "args": [
Sajjad Mirzad9edaf4e2019-07-26 02:28:421238 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Yuke Liaoe05477b2019-07-22 18:18:411239 ],
1240 },
Yuke Liaobc9ff982019-04-30 06:56:161241 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281242 },
Xi Cheng34ca4042018-02-23 00:10:121243 'notification_helper_unittests': {
1244 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121245 # The test uses WinRT, which only exists in Windows 8 or above.
1246 # (https://crbug.com/813553)
1247 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:121248 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121249 'Win7 Tests (1)',
1250 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:121251 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121252 'ToTWin',
1253 'ToTWin(dbg)',
1254 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031255 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121256 'ToTWin64',
1257 'ToTWin64(dbg)',
1258 'ToTWin64(dll)',
1259 'ToTWinCFI',
1260 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:121261 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:081262 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121263 ],
1264 },
Ben Pastenee723b2f2019-05-31 19:10:271265 'ozone_unittests': {
1266 'modifications': {
1267 'chromeos-betty-google-rel': {
1268 'args': [
1269 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1270 ],
1271 },
Anushruth644a57f82019-09-27 21:46:351272 'chromeos-betty-pi-arc-google-rel': {
1273 'args': [
1274 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1275 ],
1276 },
Ben Pastenee723b2f2019-05-31 19:10:271277 'linux-chromeos-google-rel': {
1278 'args': [
1279 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1280 ],
1281 },
1282 },
1283 },
Karen Qian385d2ca2019-03-19 21:49:581284 'perfetto_unittests': {
1285 'remove_from': [
John Budorickf2283d72019-06-25 01:09:091286 'android-asan',
Yun Liu022f4512019-06-10 23:14:041287 'android-code-coverage',
Karen Qian385d2ca2019-03-19 21:49:581288 'android-kitkat-arm-rel',
Yun Liub3b1ed4bd12019-09-24 03:20:231289 'android-marshmallow-arm64-coverage-rel',
Karen Qian385d2ca2019-03-19 21:49:581290 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091291 'android-pie-arm64-rel',
Karen Qian385d2ca2019-03-19 21:49:581292 'Android CFI',
1293 'KitKat Phone Tester (dbg)',
1294 'KitKat Tablet Tester',
1295 'Lollipop Phone Tester',
1296 'Lollipop Tablet Tester',
1297 'Marshmallow 64 bit Tester',
1298 'Marshmallow Tablet Tester',
1299 'Nougat Phone Tester',
1300 'ToTAndroid',
1301 'ToTAndroidCFI'
1302 ]
1303 },
Stephen Martinis54d64ad2018-09-21 22:16:201304 'performance_test_suite': {
1305 'modifications': {
1306 'Mac10.13 Tests (dbg)': {
1307 'args': [
1308 '--browser=debug',
1309 ],
1310 },
1311 'Win10 Tests x64 (dbg)': {
1312 'args': [
1313 '--browser=debug_x64',
1314 ],
1315 'experiment_percentage': 100,
1316 },
1317 'Win7 Tests (dbg)(1)': {
1318 'args': [
1319 '--browser=debug',
1320 ],
1321 },
1322 },
1323 },
Brian Sheedye6ea0ee2019-07-11 02:54:371324 'pixel_skia_gold_test': {
1325 'replacements': {
1326 # client.v8.fyi
1327 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1328 # use ${got_cr_revision}, which is only set on the V8 bots.
1329 'Android V8 FYI Release (Nexus 5X)': {
1330 'args': {
1331 '--build-revision': '${got_cr_revision}',
1332 },
1333 },
1334 'Linux V8 FYI Release (NVIDIA)': {
1335 'args': {
1336 '--build-revision': '${got_cr_revision}',
1337 },
1338 },
1339 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1340 'args': {
1341 '--build-revision': '${got_cr_revision}',
1342 },
1343 },
1344 'Mac V8 FYI Release (Intel)': {
1345 'args': {
1346 '--build-revision': '${got_cr_revision}',
1347 },
1348 },
1349 'Win V8 FYI Release (NVIDIA)': {
1350 'args': {
1351 '--build-revision': '${got_cr_revision}',
1352 },
1353 },
1354 },
1355 },
1356 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461357 'modifications': {
1358 'Android Release (Nexus 5X)': {
1359 'swarming': {
1360 'shards': 2,
1361 },
1362 },
1363 },
Nico Weber128fd382018-06-14 23:29:271364 },
Brian Sheedy9653f152019-08-07 17:02:441365 'rendering_representative_perf_tests': {
1366 'modifications': {
1367 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1368 'args': [
1369 '--browser=release_x64',
1370 ],
1371 },
1372 'Win10 FYI x64 Exp Release (NVIDIA)': {
1373 'args': [
1374 '--browser=release_x64',
1375 ],
1376 },
1377 'Win10 FYI x64 Release (Intel HD 630)': {
1378 'args': [
1379 '--browser=release_x64',
1380 ],
1381 },
1382 'Win10 FYI x64 Release (Intel UHD 630)': {
1383 'args': [
1384 '--browser=release_x64',
1385 ],
1386 },
1387 'Win10 FYI x64 Release (NVIDIA)': {
1388 'args': [
1389 '--browser=release_x64',
1390 ],
1391 },
1392 },
1393 },
John Budorickdce9d462019-03-23 00:25:381394 'sandbox_linux_unittests': {
1395 'modifications': {
1396 'Lollipop Phone Tester': {
1397 'args': [
1398 '--shard-timeout=300',
1399 ],
1400 },
1401 },
John Budorick3ebfdf852019-05-13 22:28:161402 'remove_from': [
1403 # chromium.memory
1404 'android-asan', # https://crbug.com/962650
1405 ],
John Budorickdce9d462019-03-23 00:25:381406 },
Kenneth Russelleb60cbd22017-12-05 07:54:281407 'services_unittests': {
John Budorickf69f56c572019-07-02 19:39:291408 'modifications': {
1409 'android-asan': {
1410 'args': [
1411 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.services_unittests.filter',
1412 ],
1413 },
1414 },
Kenneth Russelleb60cbd22017-12-05 07:54:281415 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241416 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481417 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011418 # chromium.gpu.fyi
1419 # The face and barcode detection tests fail on the Mac Pros.
1420 'Mac Pro FYI Release (AMD)',
John Budorickca14c76f62017-12-09 14:19:181421 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461422 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1423 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281424 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281425 },
Stephen Martinis54d64ad2018-09-21 22:16:201426 'swiftshader_unittests': {
1427 'remove_from': [
1428 # Save capacity on the hardware where we have only a few machines.
1429 'Mac FYI Experimental Release (Intel)',
1430 'Mac FYI Experimental Retina Release (AMD)',
1431 'Mac FYI Experimental Retina Release (NVIDIA)',
1432 'Mac Pro FYI Release (AMD)',
1433 ],
1434 },
Kenneth Russelleb60cbd22017-12-05 07:54:281435 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:291436 'remove_from': [
1437 # chromium.clang
1438 'CrWinAsan(dll)', # https://crbug.com/935598
1439 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281440 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571441 # chromium.clang
1442 'ToTLinuxTSan': {
1443 'swarming': {
1444 'shards': 6,
1445 },
1446 },
1447 # chromium.memory
1448 'Linux TSan Tests': {
1449 'swarming': {
1450 'shards': 6,
1451 },
1452 },
1453 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281454 'Win7 Tests (dbg)(1)': {
1455 'swarming': {
1456 'shards': 2,
1457 },
1458 },
Stephen Martinis75ab55d2018-08-30 02:27:121459 'Win10 Tests x64 (dbg)': {
1460 'experiment_percentage': 100, # https://crbug.com/840369
1461 },
Kenneth Russelleb60cbd22017-12-05 07:54:281462 },
1463 },
Kenneth Russell8a386d42018-06-02 09:48:011464 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521465 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011466 'remove_from': [
1467 # chromium.gpu
1468 'Linux Debug (NVIDIA)',
1469 'Mac Debug (Intel)',
1470 'Mac Retina Debug (AMD)',
Kenneth Russell8a386d42018-06-02 09:48:011471 # chromium.gpu.fyi
Yuly Novikovbc1ccff2019-08-03 00:05:491472 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011473 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:391474 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:051475 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:001476 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:051477 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:161478 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:051479 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
1480 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011481 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551482 },
Kenneth Russelleb60cbd22017-12-05 07:54:281483 'telemetry_perf_unittests': {
1484 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281485 # chromium.android
John Budorick2232bb982018-05-18 17:50:071486 'android-kitkat-arm-rel': {
1487 'args': [
1488 '--browser=android-chromium',
1489 '--device=android',
1490 ],
1491 'swarming': {
1492 'dimension_sets': [
1493 {
1494 'temp_band': '<30',
1495 },
1496 ],
John Budorick2232bb982018-05-18 17:50:071497 'shards': 15,
1498 },
1499 },
Yun Liub3b1ed4bd12019-09-24 03:20:231500 'android-marshmallow-arm64-coverage-rel': {
1501 'args': [
1502 '--browser=android-chromium',
1503 '--device=android',
1504 ],
1505 'swarming': {
1506 'dimension_sets': [
1507 {
1508 'temp_band': '<30',
1509 },
1510 ],
1511 'shards': 15,
1512 },
1513 },
John Budorick8c4a989d2018-05-20 05:08:391514 'android-marshmallow-arm64-rel': {
1515 'args': [
1516 '--browser=android-chromium',
1517 '--device=android',
1518 ],
1519 'swarming': {
1520 'dimension_sets': [
1521 {
1522 'temp_band': '<30',
1523 },
1524 ],
John Budorick8c4a989d2018-05-20 05:08:391525 'shards': 15,
1526 },
1527 },
Andrew Luo38b311f2019-10-04 03:42:091528 'android-pie-arm64-rel': {
1529 'args': [
1530 '--browser=android-chromium',
1531 '--device=android',
1532 ],
1533 'experiment_percentage': 100, # https://crbug.com/1010211
1534 },
John Budorick5672ffd2018-09-07 18:25:581535 # chromium.fyi
1536 'linux-chromium-tests-staging-tests': {
1537 'args': [
1538 '--xvfb',
1539 '--jobs=1',
1540 ],
1541 },
Kenneth Russell8ceeabf2017-12-11 17:53:281542 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281543 'Linux Tests': {
1544 'args': [
1545 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481546 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281547 ],
1548 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:351549 'Linux Tests (dbg)(1)': {
1550 'args': [
1551 '--xvfb',
1552 '--jobs=1',
1553 ],
1554 },
Takuto Ikutae6681382019-06-17 16:03:001555 'linux-trusty-rel': {
1556 'args': [
1557 '--xvfb',
1558 '--jobs=1',
1559 ],
1560 },
Kenneth Russell8ceeabf2017-12-11 17:53:281561 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281562 # Disable parallelism on all Mac bots.
1563 'Mac10.10 Tests': {
1564 'args': [
1565 '--jobs=1',
1566 ],
1567 },
1568 'Mac10.11 Tests': {
1569 'args': [
1570 '--jobs=1',
1571 ],
1572 },
1573 'Mac10.12 Tests': {
1574 'args': [
1575 '--jobs=1',
1576 ],
1577 },
Ned Nguyen6e6e5b32018-02-21 20:21:501578 'Win7 Tests (dbg)(1)': {
1579 'args': [
1580 '--jobs=1',
1581 ],
1582 'swarming': {
1583 'shards': 20,
1584 },
1585 'experiment_percentage': 100,
1586 },
Kenneth Russelleb60cbd22017-12-05 07:54:281587 },
1588 'remove_from': [
Garrett Beatyeef031a2019-02-28 01:55:411589 # crbug.com/936540
1590 'Mac10.10 Tests',
1591 'Mac10.11 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:141592 'Mac10.13 Tests',
1593 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271594 # client.v8.chromium
1595 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111596 # chromium.win
Takuto Ikuta9aa015d2019-04-15 23:33:291597 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:111598 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281599 ],
1600 },
Stephen Martinis54d64ad2018-09-21 22:16:201601 'telemetry_unittests': {
1602 'modifications': {
1603 'Win10 Tests x64 (dbg)': {
1604 'experiment_percentage': 100, # crbug.com/870673
1605 }
John Budorickc498fd3c2019-03-14 01:16:261606 },
1607 'remove_from': [
1608 # crbug.com/936540
1609 'Mac10.10 Tests',
1610 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:291611
1612 'Win10 Tests x64',
John Budorickc498fd3c2019-03-14 01:16:261613 ],
Stephen Martinis54d64ad2018-09-21 22:16:201614 },
Kenneth Russelleb60cbd22017-12-05 07:54:281615 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281616 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241617 # chromium.clang
1618 'ToTLinuxASan': {
1619 'swarming': {
1620 'shards': 2,
1621 },
John Budorickca14c76f62017-12-09 14:19:181622 },
Dirk Pranke20eae9a72017-12-09 18:12:141623 # chromium.memory
John Budorickf2283d72019-06-25 01:09:091624 'android-asan': {
1625 'args': [
1626 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
1627 ],
1628 },
John Budorickca14c76f62017-12-09 14:19:181629 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341630 # These are slow on the ASAN trybot for some reason.
1631 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181632 'swarming': {
John Budorick5052d552017-12-13 02:59:341633 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181634 },
1635 },
John Budorickca14c76f62017-12-09 14:19:181636 'Linux TSan Tests': {
1637 'swarming': {
1638 'shards': 2,
1639 },
1640 },
Takuto Ikuta54671d972018-07-19 19:06:351641 'Linux ChromiumOS MSan Tests': {
1642 # These are very slow on the Chrome OS MSAN trybot for some reason.
1643 # crbug.com/865455
1644 'swarming': {
1645 'shards': 2,
1646 },
1647 },
1648 'Linux Chromium OS ASan LSan Tests (1)': {
1649 # These are slow on the ASAN trybot for some reason.
1650 # crbug.com/794372
1651 'swarming': {
1652 'shards': 2,
1653 },
1654 },
Dirk Pranke20eae9a72017-12-09 18:12:141655 # chromium.swarm
1656 'Android N5X Swarm': {
1657 'swarming': {
1658 'shards': 8,
1659 },
1660 },
Ben Pastene21277632019-06-04 15:12:281661 'linux-chromeos-google-rel': {
Ben Pasteneacd71f72019-06-05 20:41:561662 'args': [
1663 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
1664 ],
Ben Pastene21277632019-06-04 15:12:281665 },
Andrew Luo38b311f2019-10-04 03:42:091666 'android-pie-arm64-rel': {
1667 'experiment_percentage': 100, # https://crbug.com/1010211
1668 },
Kenneth Russelleb60cbd22017-12-05 07:54:281669 },
1670 },
Kenneth Russell8a386d42018-06-02 09:48:011671 'video_decode_accelerator_gl_unittest': {
1672 'remove_from': [
1673 # chromium.gpu.fyi
1674 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:491675 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
1676 'Optional Win10 x64 Release (Intel HD 630)',
1677 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:101678 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:481679 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011680 ],
1681 },
Kenneth Russelleb60cbd22017-12-05 07:54:281682 'viz_unittests': {
1683 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281684 # chromium.win
1685 'Win10 Tests x64',
1686 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281687 },
John Budorick20f4fa8d2019-08-02 22:58:291688 'vr_android_unittests': {
1689 'remove_from': [
1690 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:091691 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:291692 'android-pie-x86-fyi-rel',
1693 ],
1694 },
1695 'vr_common_unittests': {
1696 'remove_from': [
1697 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:091698 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:291699 'android-pie-x86-fyi-rel',
1700 ],
1701 },
Kenneth Russellfbda3c532017-12-08 23:57:241702 'vr_pixeltests': {
1703 'remove_from': [
John Budorick20f4fa8d2019-08-02 22:58:291704 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:091705 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:291706 'android-pie-x86-fyi-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281707 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281708 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241709 ],
1710 },
Nico Webere81999ee2018-07-01 23:52:431711 'wayland_client_perftests': {
1712 'remove_from': [
1713 'linux-chromeos-dbg', # https://crbug.com/859307
1714 ],
1715 },
John Budorick63357462019-02-27 23:02:511716 'webdriver_tests_suite': {
1717 'remove_from': [
1718 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
1719 ],
1720 },
bsheedy048cbdb2019-02-04 20:32:051721 'webgl2_conformance_gl_passthrough_tests': {
1722 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:491723 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:491724 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
bsheedy048cbdb2019-02-04 20:32:051725 ],
1726 },
Stephen Martinis54d64ad2018-09-21 22:16:201727 'webgl2_conformance_tests': {
1728 'remove_from': [
1729 # The Mac NVIDIA Retina bots don't have the capacity to run
1730 # this test suite on mac_optional_gpu_tests_rel.
1731 'Optional Mac Retina Release (NVIDIA)',
1732 ],
Kenneth Russell8a386d42018-06-02 09:48:011733 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011734 'Mac FYI GPU ASAN Release': {
1735 'args': [
1736 '--is-asan',
1737 ]
1738 },
1739 },
1740 },
1741 'webgl_conformance_gl_passthrough_tests': {
1742 'remove_from': [
1743 # crbug.com/555545 and crbug.com/649824:
1744 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1745 # Always fails on older cards, flaky on newer cards.
1746 'Win7 FYI Debug (AMD)',
1747 'Win7 FYI Release (AMD)',
Zhenyao Mo23286742019-09-20 00:11:001748 # crbug.com/1005814
1749 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:011750 ],
1751 },
Stephen Martinis54d64ad2018-09-21 22:16:201752 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011753 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201754 # On desktop platforms these don't take very long (~7 minutes),
1755 # but on Android they take ~30 minutes and we want to use more
1756 # shards than on desktop.
1757 # chromium.gpu
1758 'Android Release (Nexus 5X)': {
1759 'swarming': {
1760 'shards': 6,
1761 },
1762 },
Kenneth Russell8a386d42018-06-02 09:48:011763 'Mac FYI GPU ASAN Release': {
1764 'args': [
1765 '--is-asan',
1766 ]
1767 },
Ben Pastene52890ace2019-05-24 20:03:361768 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:361769 'swarming': {
1770 'shards': 6,
1771 },
1772 },
Kenneth Russell8a386d42018-06-02 09:48:011773 },
Ben Pastene1e9b93e2019-07-15 17:01:561774 'replacements': {
1775 'chromeos-kevin-rel-hw-tests': {
1776 # Replace VM args with the magic hostname that resolves to a CrOS
1777 # device in the test lab.
1778 'args': {
1779 '--remote': 'variable_chromeos_device_hostname',
1780 '--remote-ssh-port': None,
1781 },
1782 },
1783 },
Kenneth Russelle63e41f2019-04-09 02:45:281784 'remove_from': [
1785 # Too slow on this configuration, which is severely hardware
1786 # constrained. crbug.com/950690
1787 'Mac FYI Retina Debug (NVIDIA)',
1788 ],
Kenneth Russell8a386d42018-06-02 09:48:011789 },
Yuly Novikove27d1d22018-10-29 21:24:191790 'webgl_conformance_vulkan_passthrough_tests': {
1791 'remove_from': [
1792 'Win7 FYI Debug (AMD)',
1793 ],
1794 },
Kenneth Russelleb60cbd22017-12-05 07:54:281795 'webkit_layout_tests': {
1796 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241797 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321798 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131799 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281800 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281801 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281802 # chromium.fyi
Sergey Ulanov48e11772019-01-29 22:35:521803 'fuchsia-fyi-x64-rel': {
1804 'args': [
1805 '--platform=fuchsia',
1806 ],
Sergey Ulanovb7e2d522019-04-09 23:24:481807 'swarming': {
1808 'shards': 1,
1809 },
Sergey Ulanov48e11772019-01-29 22:35:521810 },
Arthur Hemery6e4ee5d2019-09-18 12:23:591811 'linux-bfcache-debug': {
Arthur Hemerye222d132019-08-07 15:32:171812 'args': [
arthursonzogniae71eb92019-09-20 15:37:411813 '--debug',
Arthur Hemerye222d132019-08-07 15:32:171814 '--additional-driver-flag=--enable-features=BackForwardCache',
1815 ],
1816 },
Stephen McGruer54cac792018-08-30 15:02:321817 'linux-blink-animation-use-time-delta': {
1818 'args': [
1819 '--debug',
1820 ],
1821 },
Karen Qian738ddb302019-04-01 21:50:231822 'linux-blink-heap-concurrent-marking-tsan-rel': {
1823 'args': [
1824 '--release',
Omer Katzb83f98d2019-08-05 15:36:141825 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
Karen Qian738ddb302019-04-01 21:50:231826 ],
1827 },
Takashi Toyoshimaf0bd322b2019-09-09 10:58:371828 'linux-oor-cors-rel': {
1829 'args': [
1830 '--additional-driver-flag=--enable-features=OutOfBlinkCors',
1831 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=OutOfBlinkCors'
1832 ],
1833 },
Dirk Pranke97f97ae62018-06-19 22:22:361834 'mac10.10-blink-rel-dummy': {
1835 'swarming': {
Robert Ma062007d2019-09-04 21:45:251836 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361837 },
1838 },
1839 'mac10.11-blink-rel-dummy': {
1840 'swarming': {
Robert Ma062007d2019-09-04 21:45:251841 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361842 },
1843 },
1844 'mac10.12-blink-rel-dummy': {
1845 'swarming': {
Robert Ma062007d2019-09-04 21:45:251846 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361847 },
1848 },
Dirk Pranke97f97ae62018-06-19 22:22:361849 'mac10.13-blink-rel-dummy': {
1850 'swarming': {
Robert Ma062007d2019-09-04 21:45:251851 'shards': 20,
1852 },
1853 },
1854 'mac10.13_retina-blink-rel-dummy': {
1855 'swarming': {
1856 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361857 },
1858 },
Philip Rogers639990262018-12-08 00:13:331859 'WebKit Linux composite_after_paint Dummy Builder': {
1860 'args': [
1861 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1862 ],
1863 },
Scott Violet744e04662019-08-19 23:51:531864 'WebKit Linux layout_ng_disabled Builder': {
Kenneth Russell8ceeabf2017-12-11 17:53:281865 'args': [
Christian Biesinger0cc2b3152019-06-25 19:57:461866 '--additional-driver-flag=--disable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281867 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281868 },
Kenneth Russell8ceeabf2017-12-11 17:53:281869 # chromium.linux
Sergey Ulanovb7e2d522019-04-09 23:24:481870 'Fuchsia x64': {
1871 'args': [
1872 '--platform=fuchsia',
1873 ],
1874 'swarming': {
1875 'shards': 1,
1876 },
1877 },
Kenneth Russelleb60cbd22017-12-05 07:54:281878 'Linux Tests': {
Yuke Liaoe05477b2019-07-22 18:18:411879 "args": [
Sajjad Mirzad9edaf4e2019-07-26 02:28:421880 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Yuke Liaoe05477b2019-07-22 18:18:411881 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281882 },
Dirk Prankec1083b42018-06-15 02:43:321883 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131884 'args': [
1885 '--debug',
1886 ],
Dirk Prankec1083b42018-06-15 02:43:321887 'swarming': {
Dirk Prankec1083b42018-06-15 02:43:321888 'shards': 20,
1889 },
1890 },
Kenneth Russell8ceeabf2017-12-11 17:53:281891 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281892 'Mac10.10 Tests': {
1893 # TODO(kbr): this is essentially redundant.
1894 'swarming': {
1895 'dimension_sets': [
1896 {
1897 'gpu': 'none',
1898 'os': 'Mac-10.10.5',
1899 },
1900 ],
Robert Ma062007d2019-09-04 21:45:251901 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281902 },
1903 },
1904 'Mac10.11 Tests': {
1905 # TODO(kbr): this is essentially redundant.
1906 'swarming': {
1907 'dimension_sets': [
1908 {
1909 'gpu': 'none',
1910 'os': 'Mac-10.11.6',
1911 },
1912 ],
Robert Ma062007d2019-09-04 21:45:251913 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281914 },
1915 },
1916 'Mac10.12 Tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281917 'swarming': {
Robert Ma062007d2019-09-04 21:45:251918 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281919 },
1920 },
Dirk Pranke736e26f2018-04-07 01:54:301921 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531922 'swarming': {
1923 'dimension_sets': [
1924 {
Kenneth Russellbd784832019-04-26 19:50:171925 # Run the layout tests on a consistent set of hardware
1926 # (Mac Minis).
Ben Pastene62e179d52018-08-16 21:22:091927 'gpu': '8086:0a2e',
Dirk Prankec2917e92018-06-21 04:28:531928 },
1929 ],
Robert Ma062007d2019-09-04 21:45:251930 'shards': 20,
Dirk Prankec2917e92018-06-21 04:28:531931 },
Dirk Pranke736e26f2018-04-07 01:54:301932 },
Dirk Pranke15530fe2018-06-15 16:12:131933 'Mac10.13 Tests (dbg)': {
1934 'args': [
1935 '--debug',
1936 ],
1937 },
Dirk Pranke81ff51c2017-12-09 19:24:281938 # chromium.webkit.
Takuto Ikuta97d3c902019-05-30 04:01:091939 'WebKit Linux ASAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281940 'args': [
1941 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431942 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281943 '--time-out-ms',
1944 '48000',
1945 '--enable-sanitizer',
1946 ],
1947 'swarming': {
Dirk Pranke81ff51c2017-12-09 19:24:281948 'shards': 20,
1949 },
1950 },
Takuto Ikuta97d3c902019-05-30 04:01:091951 'WebKit Linux Leak': {
Dirk Pranke81ff51c2017-12-09 19:24:281952 'args': [
1953 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431954 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281955 '--time-out-ms',
1956 '48000',
1957 '--enable-leak-detection',
1958 ],
1959 'swarming': {
Dirk Pranke81ff51c2017-12-09 19:24:281960 'shards': 10,
1961 },
1962 },
Takuto Ikuta97d3c902019-05-30 04:01:091963 'WebKit Linux MSAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281964 'args': [
1965 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431966 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281967 '--time-out-ms',
1968 '66000',
1969 '--enable-sanitizer',
1970 ],
1971 'swarming': {
Dirk Pranke81ff51c2017-12-09 19:24:281972 'expiration': 36000,
1973 'hard_timeout': 10800,
1974 'io_timeout': 3600,
1975 'shards': 20,
1976 },
1977 },
Kenneth Russell8ceeabf2017-12-11 17:53:281978 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281979 'Win7 Tests (dbg)(1)': {
1980 'args': [
1981 '--debug',
1982 '--time-out-ms',
1983 '60000'
1984 ],
Dirk Pranke028aa922018-05-25 18:37:341985 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281986 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1987 # from prefered_os_dimension in
1988 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1989 # Swarming dimensions would be either specified for all testers on the
1990 # waterfall (and therefore, explicitly specified for all tests in the
1991 # generated JSON), or this would be removed, and the implicit one used.
1992 'swarming': {
1993 'dimension_sets': [
1994 {
1995 'os': 'Windows-7-SP1',
1996 }
1997 ],
1998 },
1999 },
Takuto Ikuta6017210f2019-04-17 02:46:352000 'Win10 Tests x64': {
2001 'args': [
2002 '--target',
2003 'Release_x64',
2004 ],
2005 },
Stephen Martinis1c5d6aa2018-04-17 03:11:252006 'Win10 Tests x64 (dbg)': {
2007 'args': [
2008 '--debug',
Stephen Martinis29afff32018-04-19 03:03:112009 '--target',
2010 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:252011 ],
2012 },
John Budorickb1833612018-12-07 04:36:412013 # tryserver.chromium.android
2014 'android_blink_rel': {
2015 'args': [
John Budorick04e6d4b2018-12-07 21:08:422016 '--release',
John Budorickb1833612018-12-07 04:36:412017 '--android',
2018 # TODO(crbug.com/912120): Breakpad was entirely disabled on
2019 # Android. Remove this when it no longer affects Android crash
2020 # log handling.
2021 '--disable-breakpad',
2022 # TODO(crbug.com/875172): run on the real GPU since the
2023 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
2024 '--additional-driver-flag=--use-gpu-in-tests',
2025 ],
2026 },
Tamer Tas0626ea02019-08-07 15:18:142027 # client.v8.fyi
2028 'V8 Blink Linux Debug': {
2029 'args': [
2030 '--debug',
2031 ],
2032 },
Tamer Tas1a4977a2019-08-08 09:21:552033 'V8 Blink Linux Future': {
2034 'args': [
2035 '--additional-driver-flag=--js-flags=--future',
2036 ],
2037 },
Kenneth Russelleb60cbd22017-12-05 07:54:282038 },
2039 },
Kenneth Russelleb60cbd22017-12-05 07:54:282040 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:282041 'modifications': {
John Budorick5052d552017-12-13 02:59:342042 # chromium.memory
2043 'Linux ASan LSan Tests (1)': {
2044 # These are very slow on the ASAN trybot for some reason.
2045 # crbug.com/794372
2046 'swarming': {
2047 'shards': 5,
2048 },
2049 },
arthursonzogni26889d82018-05-29 17:18:162050 'Marshmallow 64 bit Tester': {
2051 # Increase timeout. See https://crbug.com/847229.
2052 'swarming': {
2053 'hard_timeout': 1200,
2054 },
2055 },
Dirk Pranke81ff51c2017-12-09 19:24:282056 },
John Budorick5bf43a62019-03-19 00:43:502057 'remove_from': [
2058 # Flakily fails on Win7. https://crbug.com/943372.
2059 'Win7 Tests (1)',
2060 'Win 7 Tests x64 (1)',
2061 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282062 },
rbpotter870db8942019-04-09 03:11:132063 'webui_html_imports_polyfill_browser_tests': {
2064 'remove_from': [
2065 # chromium.win
2066 'Win10 Tests x64 (dbg)', # Matches browser_tests.
2067 # chromium.clang
2068 'CrWinAsan(dll)', # https://crbug.com/935598
2069 ],
2070 },
Kenneth Russelleb60cbd22017-12-05 07:54:282071 'webview_instrumentation_test_apk': {
2072 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062073 # This test frequently fails on Android, https://crbug.com/824959
2074 # chromium.android
John Budorick2232bb982018-05-18 17:50:072075 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282076 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282077 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:282078 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:502079 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502080 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092081 # chromium.memory
2082 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142083 # On chromium.swarm, this should possibly be being run (or removed
2084 # from Android N5X Swarm).
2085 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:282086 ],
Ben Pastenee17a8e92018-07-12 21:55:182087 'modifications': {
2088 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302089 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572090 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2091 # either passing or there is more capacity.
2092 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182093 },
Ben Pastenee17a8e92018-07-12 21:55:182094 },
Kenneth Russelleb60cbd22017-12-05 07:54:282095 },
bsheedy800f5062018-08-07 00:47:542096 'xr_browser_tests': {
2097 'remove_from': [
2098 # chromium.gpu.fyi
2099 # This exception probably needs to stay due to lack of capacity
2100 # on the Win AMD bots.
2101 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482102 # Fails on the bot, http://crbug.com/868143
2103 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542104 ],
2105 },
Kenneth Russelleb60cbd22017-12-05 07:54:282106}