blob: ed858fa9ac96233413de9ca501bcf3ca38858c36 [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{
danakjcb3fb4c02019-06-28 17:43:0019 'android_browsertests': {
20 'remove_from': [
21 # TODO(crbug.com/961849): Remove these exceptions as the suite proves stable.
22 # chromium.android.json
23 'KitKat Phone Tester (dbg)',
24 'KitKat Tablet Tester',
25 'Lollipop Phone Tester',
26 'Lollipop Tablet Tester',
27 'Marshmallow 64 bit Tester',
28 'Marshmallow Tablet Tester',
danakjcb3fb4c02019-06-28 17:43:0029 # chromium.fyi.json
30 'android-code-coverage',
danakjcb3fb4c02019-06-28 17:43:0031 ],
32 },
Kenneth Russelleb60cbd22017-12-05 07:54:2833 'android_webview_unittests': {
34 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3235 # On chromium.android, these do not need to run prior to M.
John Budorick2232bb982018-05-18 17:50:0736 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2837 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:2838 'KitKat Tablet Tester',
Kenneth Russelleb60cbd22017-12-05 07:54:2839 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2840 },
Kenneth Russell8a386d42018-06-02 09:48:0141 'angle_end2end_tests': {
42 'remove_from': [
43 # chromium.gpu.fyi
44 # TODO(ynovikov) Investigate why the test breaks on older devices.
45 'Android FYI Release (Nexus 5)',
46 'Android FYI Release (Nexus 6)',
47 'Android FYI Release (Nexus 9)',
48 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
49 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0950 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
51 'Linux FYI Debug (NVIDIA)',
52 'Linux FYI GPU TSAN Release',
Kenneth Russell8a386d42018-06-02 09:48:0153 ],
54 },
55 'angle_perftests': {
56 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2157 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1658 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0959 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0160 ],
61 },
Kenneth Russellfbda3c532017-12-08 23:57:2462 'angle_unittests': {
63 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5264 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0165 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0166 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2467 ],
John Budorickca14c76f62017-12-09 14:19:1868 'modifications': {
69 'Linux ASan LSan Tests (1)': {
70 'swarming': {
71 'shards': 10,
72 },
73 },
74 },
Kenneth Russellfbda3c532017-12-08 23:57:2475 },
John Budorickca995852019-06-26 16:55:5576 'breakpad_unittests': {
77 'modifications': {
78 'android-asan': {
79 'args': [
80 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
81 ],
82 },
83 },
84 },
Kenneth Russelleb60cbd22017-12-05 07:54:2885 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2486 'remove_from': [
87 # chromium.clang
Brad Halla36886c2019-02-26 16:52:2988 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:4189 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2690 'ToTLinuxTSan', # https://crbug.com/368525
John Budorickca14c76f62017-12-09 14:19:1891 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4692 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:1193 # chromium.win
94 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2495 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2896 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:1997 # chromium.fyi
98 'linux-chromeos-code-coverage': {
99 'swarming': {
100 'shards': 21,
101 },
102 },
Ben Pastene21277632019-06-04 15:12:28103 'linux-chromeos-google-rel': {
104 # TODO(https://crbug.com/932269): Promote out of experiment when the
105 # tests are green.
Ben Pastenec942bae2019-06-18 02:27:29106 'args': [
107 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
108 ],
Ben Pastene21277632019-06-04 15:12:28109 },
Roberto Carrillo0c2b72312019-04-22 22:10:15110 'linux-chromeos-oobe-code-coverage': {
111 'swarming': {
112 'shards': 21,
113 },
114 },
Kenneth Russell8ceeabf2017-12-11 17:53:28115 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34116 'linux-chromeos-dbg': {
117 'swarming': {
James Cook1380ad162018-10-25 00:51:19118 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:34119 },
120 },
Nico Weber3f2a65de92018-06-11 14:04:17121 # chromium.clang
Nico Weber0c2861b2018-12-14 18:05:16122 'ToTMac': {
123 # A subset of tests seem to cause WindowServer deaths on VMs.
124 # crbug.com/828031 et al.
125 'args': [
126 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
127 '--gtest_shuffle',
128 ],
129 },
130 'ToTMacASan': {
131 # A subset of tests seem to cause WindowServer deaths on VMs.
132 # crbug.com/828031 et al.
133 'args': [
134 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
135 '--gtest_shuffle',
136 ],
137 },
Kenneth Russellfbda3c532017-12-08 23:57:24138 'ToTWin(dbg)': {
139 'swarming': {
140 'shards': 20,
141 },
142 },
143 'ToTWin64(dbg)': {
144 'swarming': {
145 'shards': 20,
146 },
147 },
Stephen Martinis4680bbf2019-03-25 21:39:00148 'mac-dummy-rel': {
149 # A subset of tests seem to cause WindowServer deaths on VMs.
150 # crbug.com/828031 et al.
151 'args': [
152 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
153 '--gtest_shuffle',
154 ],
155 },
Nico Weber0c2861b2018-12-14 18:05:16156 'mac-osxbeta-rel': {
157 # A subset of tests seem to cause WindowServer deaths on VMs.
158 # crbug.com/828031 et al.
159 'args': [
160 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
161 '--gtest_shuffle',
162 ],
163 },
Dirk Pranke9e20e8d2018-06-18 02:46:54164 # chromium.mac
Nico Weber0c2861b2018-12-14 18:05:16165 'Mac10.10 Tests': {
166 # A subset of tests seem to cause WindowServer deaths on VMs.
167 # crbug.com/828031 et al.
168 'args': [
169 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
170 '--gtest_shuffle',
171 ],
172 },
Dirk Pranke9e20e8d2018-06-18 02:46:54173 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12174 # A subset of tests seem to cause WindowServer deaths on VMs.
175 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54176 'args': [
John Budorick7b7a0f02018-10-10 22:51:12177 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54178 '--gtest_shuffle',
179 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54180 },
181 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12182 # A subset of tests seem to cause WindowServer deaths on VMs.
183 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54184 'args': [
John Budorick7b7a0f02018-10-10 22:51:12185 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54186 '--gtest_shuffle',
187 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54188 },
Robert Sesek2ce2c702018-10-18 18:46:29189 'Mac10.13 Tests': {
190 # A subset of tests seem to cause WindowServer deaths on VMs.
191 # crbug.com/828031 et al.
192 'args': [
193 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
194 '--gtest_shuffle',
195 ],
Robert Sesek2ce2c702018-10-18 18:46:29196 },
Dirk Pranke9e20e8d2018-06-18 02:46:54197 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12198 # A subset of tests seem to cause WindowServer deaths on VMs.
199 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54200 'args': [
John Budorick7b7a0f02018-10-10 22:51:12201 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54202 '--gtest_shuffle',
203 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54204 },
John Budorickca14c76f62017-12-09 14:19:18205 # chromium.memory
John Budorick5052d552017-12-13 02:59:34206 'Linux ASan LSan Tests (1)': {
207 # These are very slow on the ASAN trybot for some reason.
208 # crbug.com/794372
209 'swarming': {
210 'shards': 30,
211 },
212 },
John Budorickca14c76f62017-12-09 14:19:18213 'Mac ASan 64 Tests (1)': {
Nico Weber0c2861b2018-12-14 18:05:16214 # A subset of tests seem to cause WindowServer deaths on VMs.
215 # crbug.com/828031 et al.
216 'args': [
217 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
218 '--gtest_shuffle',
219 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28220 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18221 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28222 },
223 },
Takuto Ikuta54671d972018-07-19 19:06:35224 'Linux ChromiumOS MSan Tests': {
225 # These are very slow on the Chrome OS MSAN trybot for some reason.
226 # crbug.com/865455
227 'swarming': {
James Cook1380ad162018-10-25 00:51:19228 'shards': 25,
Takuto Ikuta54671d972018-07-19 19:06:35229 },
230 },
231 'Linux Chromium OS ASan LSan Tests (1)': {
232 # These are very slow on the ASAN trybot for some reason.
233 # crbug.com/794372
234 'swarming': {
James Cook1380ad162018-10-25 00:51:19235 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35236 },
237 },
Kenneth Russell8ceeabf2017-12-11 17:53:28238 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54239 'Win7 Tests (1)': {
240 # This is for slow test execution that often becomes a critical path of
241 # swarming jobs. crbug.com/868114
242 'swarming': {
243 'shards': 15,
244 },
245 },
Kenneth Russell8ceeabf2017-12-11 17:53:28246 'Win7 Tests (dbg)(1)': {
247 'swarming': {
248 'shards': 20,
249 },
250 },
Kenneth Russell6c83d212018-07-27 20:52:59251 'Win10 Tests x64': {
252 # crbug.com/868082
253 'args': [
254 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
255 ],
Takuto Ikutac9c269a2019-01-10 22:40:25256 'swarming': {
257 # This is for slow test execution that often becomes a critical path of
258 # swarming jobs. crbug.com/868114
259 'shards': 15,
260 }
Kenneth Russell6c83d212018-07-27 20:52:59261 },
Nico Weber0c2861b2018-12-14 18:05:16262 # client.v8.chromium
263 'Linux - Future (dbg)': {
264 'swarming': {
265 'shards': 10,
266 },
267 },
Kenneth Russelleb60cbd22017-12-05 07:54:28268 },
269 },
Kenneth Russelleb60cbd22017-12-05 07:54:28270 'cast_shell_browsertests': {
271 'modifications': {
272 'Cast Audio Linux': {
273 'args': [
274 '--enable-local-file-accesses',
275 '--ozone-platform=headless',
276 '--no-sandbox',
277 '--test-launcher-jobs=1',
278 ],
Colin Blundell629091a2018-07-10 14:50:28279 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27280 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28281 },
Kenneth Russelleb60cbd22017-12-05 07:54:28282 },
283 'Cast Linux': {
284 'args': [
285 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04286 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28287 '--no-sandbox',
288 '--test-launcher-jobs=1',
289 ],
Colin Blundell629091a2018-07-10 14:50:28290 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27291 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28292 },
Kenneth Russelleb60cbd22017-12-05 07:54:28293 },
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 },
Kenneth Russelleb60cbd22017-12-05 07:54:28304 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09305 'remove_from': [
306 'android-asan', # https://crbug.com/964562
307 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28308 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28309 # chromium.android
John Budorick2232bb982018-05-18 17:50:07310 'android-kitkat-arm-rel': {
311 'swarming': {
312 'shards': 12,
313 },
314 },
Ben Pastenea789de22018-10-30 02:22:23315 'android-marshmallow-arm64-rel': {
316 # TODO(crbug.com/731759): Enable this once we're confident that it
317 # passes.
Ben Pastene24af66b2018-12-10 20:28:27318 'experiment_percentage': 0,
Ben Pastenea789de22018-10-30 02:22:23319 },
Kenneth Russelleb60cbd22017-12-05 07:54:28320 'KitKat Phone Tester (dbg)': {
321 'swarming': {
322 'shards': 20,
323 },
324 },
Kenneth Russelleb60cbd22017-12-05 07:54:28325 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24326 # TODO(crbug.com/731759): Enable this once we're confident that it
327 # passes.
328 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28329 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28330 'shards': 14,
331 },
332 },
Ben Pastenec73e96e92018-07-12 01:40:35333 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57334 # TODO(https://crbug.com/884413): Re-enable this once the tests are
335 # either passing or there is more capacity.
336 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35337 },
John Budorick34009472018-04-03 17:38:44338 # chromium.swarm
339 'Android N5X Swarm': {
340 # TODO(crbug.com/731759): Enable this once we're confident that it
341 # passes.
342 'experiment_percentage': 100,
343 },
Kenneth Russelleb60cbd22017-12-05 07:54:28344 },
345 },
346 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15347 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09348 # chromium.android
349 'KitKat Tablet Tester',
350 'Lollipop Tablet Tester',
351 'Marshmallow Tablet Tester',
bsheedydf58b4e2018-11-01 19:42:16352 # chromium.clang
353 'ToTAndroid',
354 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09355 # chromium.memory
356 'android-asan', # https://crbug.com/964562
bsheedy410dd7c2018-06-15 22:42:09357 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28358 },
bsheedy75a4dd52018-11-27 23:24:30359 'chrome_public_test_vr_apk-vega': {
360 'modifications': {
361 # chromium.android
362 'Oreo Phone Tester': {
363 'swarming': {
364 'dimension_sets': [
365 {
366 'device_os': 'OVR1.180808.003',
367 'device_type': 'vega',
368 'os': 'Android',
369 },
370 ],
371 },
372 }
373 }
374 },
Takuto Ikuta1b749b902019-04-11 18:05:53375 'chromedriver_py_tests': {
376 'remove_from': [
377 # Timeout happens sometimes (crbug.com/951799).
378 'Win10 Tests x64',
379 'Win10 Tests x64 (dbg)',
380 ],
381 },
Kenneth Russelleb60cbd22017-12-05 07:54:28382 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28383 'modifications': {
John Budorick5052d552017-12-13 02:59:34384 # chromium.memory
385 'Linux ASan LSan Tests (1)': {
386 # These are very slow on the ASAN trybot for some reason.
387 # crbug.com/794372
388 'swarming': {
389 'shards': 5,
390 },
391 },
Takuto Ikuta54671d972018-07-19 19:06:35392 'Linux Chromium OS ASan LSan Tests (1)': {
393 # These are very slow on the ASAN trybot for some reason.
394 # crbug.com/794372
395 'swarming': {
396 'shards': 5,
397 },
398 },
Ben Pastenede31e19a2019-07-03 00:28:53399 'linux-chromeos-google-rel': {
400 # TODO(crbug.com/980748): Remove this filter.
401 'args': [
402 '--gtest_filter=-CrashAnalyzerTest.StackTraceCollection',
403 ],
404 },
Kenneth Russelleb60cbd22017-12-05 07:54:28405 },
406 },
407 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29408 'remove_from': [
409 # chromium.clang
410 'CrWinAsan(dll)', # https://crbug.com/935598
411 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28412 'modifications': {
Garrett Beaty42e802142019-03-11 22:03:42413 # chromium.android
414 'Lollipop Phone Tester': {
415 'swarming': {
Garrett Beatyf3c98282019-03-12 17:35:18416 'shards': 13,
Garrett Beaty42e802142019-03-11 22:03:42417 },
418 },
Kenneth Russellfbda3c532017-12-08 23:57:24419 # chromium.linux
420 'Cast Audio Linux': {
421 'args': [
Nico Weber02f30392018-07-16 18:39:43422 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24423 ],
Kenneth Russellfbda3c532017-12-08 23:57:24424 },
425 'Cast Linux': {
426 'args': [
Nico Weber02f30392018-07-16 18:39:43427 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24428 ],
Kenneth Russellfbda3c532017-12-08 23:57:24429 },
John Budorickf2283d72019-06-25 01:09:09430 # chromium.memory
431 'android-asan': {
432 'args': [
433 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
434 ],
435 'swarming': {
436 'shards': 18,
437 },
438 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18439 # chromium.win
440 'Win10 Tests x64 (dbg)': {
441 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59442 # crbug.com/868082
443 'args': [
444 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
445 ],
446 },
447 'Win10 Tests x64': {
448 # crbug.com/868082
449 'args': [
450 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
451 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18452 },
Chris Cunninghame1a04ea2019-04-24 01:49:32453 'Linux ASan Tests (sandboxed)': {
454 'swarming': {
455 'shards': 2, # https://crbug.com/955853
456 },
457 },
Kenneth Russelleb60cbd22017-12-05 07:54:28458 },
459 },
Nico Weber81e16ace22018-06-30 02:58:47460 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00461 'modifications': {
462 # chromium.win
463 'Win10 Tests x64 (dbg)': {
464 'experiment_percentage': 100, # https://crbug.com/861730
465 },
466 },
Nico Weber81e16ace22018-06-30 02:58:47467 },
John Budorick27d2d44e2019-05-20 20:26:09468 'content_shell_test_apk': {
469 'remove_from': [
470 # chromium.memory
471 'android-asan', # https://crbug.com/964562
472 ],
473 },
Kenneth Russelleb60cbd22017-12-05 07:54:28474 'content_unittests': {
475 'modifications': {
John Budorick5052d552017-12-13 02:59:34476 # chromium.memory
477 'Linux ASan LSan Tests (1)': {
478 # These are slow on the ASAN trybot for some reason.
479 # crbug.com/794372
480 'swarming': {
481 'shards': 2,
482 },
483 },
Takuto Ikuta54671d972018-07-19 19:06:35484 'Linux ChromiumOS MSan Tests': {
485 # These are very slow on the Chrome OS MSAN trybot for some reason.
486 # crbug.com/865455
487 'swarming': {
488 'shards': 2,
489 },
490 },
Kenneth Russelleb60cbd22017-12-05 07:54:28491 },
492 },
Kenneth Russellc1a09302018-07-10 01:12:54493 'context_lost_tests': {
494 'modifications': {
495 'Mac FYI GPU ASAN Release': {
496 'args': [
497 '--is-asan',
498 ]
499 },
500 },
501 },
Kenneth Russellfbda3c532017-12-08 23:57:24502 'crashpad_tests': {
503 'remove_from': [
504 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48505 'linux-win_cross-rel', # https://crbug.com/762167
Kenneth Russellfbda3c532017-12-08 23:57:24506 ],
507 },
John Budorick5bc387fe2019-05-09 20:02:53508 'cronet_sizes': {
509 'modifications': {
510 'android-cronet-arm-dbg': {
511 'swarming': {
512 'dimension_sets': [
513 {
514 'device_os': None,
515 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56516 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53517 },
518 ],
519 },
520 },
521 },
522 },
Zhenyao Moc307eeb72018-12-20 01:03:20523 'dawn_end2end_tests': {
524 'remove_from': [
525 # chromium.gpu.fyi
526 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
527 ],
528 },
Joe Downing41486042018-10-18 22:44:44529 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:29530 'remove_from': [
531 # chromium.clang
532 'CrWinAsan(dll)', # https://crbug.com/935598
533 ],
Joe Downing41486042018-10-18 22:44:44534 'modifications': {
535 'Win10 Tests x64 (dbg)': {
536 'experiment_percentage': 100, # https://crbug.com/876615
537 },
538 },
539 },
Kenneth Russelleb60cbd22017-12-05 07:54:28540 'gin_unittests': {
541 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24542 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47543 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18544 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46545 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47546 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28547 ],
548 },
549 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18550 'remove_from': [
551 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18552 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01553 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01554 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21555 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55556 # Can't run on MSAN because gl_tests uses the hardware driver,
557 # which isn't instrumented.
558 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18559 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28560 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45561 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45562 # TODO(kbr): figure out a better way to specify blocks of
563 # arguments like this for tests on multiple machines.
564 'Linux ASan LSan Tests (1)': {
565 'args': [
566 '--use-gpu-in-tests',
567 '--no-xvfb',
568 ],
569 'swarming': {
570 'dimension_sets': [
571 {
572 'gpu': '10de:1cb3',
573 'os': 'Ubuntu',
574 'pool': 'Chrome-GPU',
575 },
576 ],
577 },
578 'use_xvfb': False,
579 },
580 'Linux ASan LSan Tests (1)': {
581 'args': [
582 '--use-gpu-in-tests',
583 '--no-xvfb',
584 ],
585 'swarming': {
586 'dimension_sets': [
587 {
588 'gpu': '10de:1cb3',
589 'os': 'Ubuntu',
590 'pool': 'Chrome-GPU',
591 },
592 ],
593 },
594 'use_xvfb': False,
595 },
596 'Linux CFI': {
597 'args': [
598 '--use-gpu-in-tests',
599 '--no-xvfb',
600 ],
601 'swarming': {
602 'dimension_sets': [
603 {
604 'gpu': '10de:1cb3',
605 'os': 'Ubuntu',
606 'pool': 'Chrome-GPU',
607 },
608 ],
609 },
610 'use_xvfb': False,
611 },
612 'Linux TSan Tests': {
613 'args': [
614 '--use-gpu-in-tests',
615 '--no-xvfb',
616 ],
617 'swarming': {
618 'dimension_sets': [
619 {
620 'gpu': '10de:1cb3',
621 'os': 'Ubuntu',
622 'pool': 'Chrome-GPU',
623 },
624 ],
625 },
626 'use_xvfb': False,
627 },
Kenneth Russelleb60cbd22017-12-05 07:54:28628 },
629 },
630 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18631 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01632 # chromium.gpu.fyi
633 # On Android, these are already run on the main waterfall.
634 # Run them on the one-off Android FYI bots, though.
635 'Android FYI Release (Nexus 5X)',
636 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
637 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18638 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28639 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28640 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24641 'CFI Linux ToT': {
642 'args': [
643 '--use-gpu-in-tests',
644 '--no-xvfb',
645 ],
646 'swarming': {
647 'dimension_sets': [
648 {
649 'gpu': '10de:1cb3',
650 'os': 'Ubuntu',
651 'pool': 'Chrome-GPU',
652 },
653 ],
654 },
655 'use_xvfb': False,
656 },
Kenneth Russell8ceeabf2017-12-11 17:53:28657 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18658 'Linux CFI': {
659 'args': [
660 '--use-gpu-in-tests',
661 '--no-xvfb',
662 ],
663 'swarming': {
664 'dimension_sets': [
665 {
666 'gpu': '10de:1cb3',
667 'os': 'Ubuntu',
668 'pool': 'Chrome-GPU',
669 },
670 ],
671 },
672 'use_xvfb': False,
673 },
Kenneth Russelleb60cbd22017-12-05 07:54:28674 },
675 },
Nico Weber65338c02018-06-22 19:13:40676 'gl_unittests_ozone': {
677 'remove_from': [
678 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
679 # which isn't instrumented.
680 'Linux ChromiumOS MSan Tests',
681 ],
682 },
Brad Halla36886c2019-02-26 16:52:29683 'headless_browsertests': {
684 'remove_from': [
685 # chromium.clang
686 'CrWinAsan(dll)', # https://crbug.com/935598
687 ],
688 },
Kenneth Russell8a386d42018-06-02 09:48:01689 'info_collection_tests': {
690 'remove_from': [
691 # chromium.gpu.fyi
692 # The Mac ASAN swarming bot runs tests on two different GPU
693 # types, so we can't have one expected vendor ID / device ID.
694 'Mac FYI GPU ASAN Release',
695 # client.v8.fyi
696 'Android V8 FYI Release (Nexus 5X)',
697 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35698 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01699 'Mac V8 FYI Release (Intel)',
700 'Win V8 FYI Release (NVIDIA)',
701 ],
702 },
Kenneth Russelleb60cbd22017-12-05 07:54:28703 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:29704 'remove_from': [
705 # chromium.clang
706 'CrWinAsan(dll)', # https://crbug.com/935598
Ben Pastene352cf6c2019-04-22 23:53:49707 # chromium.fyi
708 # Not eough disk space in the VMs, crbug.com/913153
709 'chromeos-vm-code-coverage',
Brad Halla36886c2019-02-26 16:52:29710 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28711 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26712 # chromium.clang
713 'ToTLinuxTSan': {
714 # These are slow on the TSan bots for some reason, crbug.com/794372
715 'swarming': {
716 'shards': 6,
717 },
718 },
Kenneth Russell8ceeabf2017-12-11 17:53:28719 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28720 'Win7 Tests (dbg)(1)': {
721 'swarming': {
722 'shards': 4,
723 },
724 },
John Budorickca14c76f62017-12-09 14:19:18725 # chromium.memory
726 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17727 # These are slow on the ASan trybot for some reason, crbug.com/794372
728 'swarming': {
729 'shards': 6,
730 },
731 },
732 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26733 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18734 'swarming': {
John Budorick5052d552017-12-13 02:59:34735 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18736 },
737 },
Takuto Ikuta54671d972018-07-19 19:06:35738 'Linux ChromiumOS MSan Tests': {
739 # These are very slow on the Chrome OS MSAN trybot for some reason.
740 # crbug.com/865455
741 'swarming': {
742 'shards': 5,
743 },
744 },
Dirk Pranke8fd63c12017-12-10 18:06:27745 # client.v8.chromium
746 'Linux - Future (dbg)': {
747 'swarming': {
748 'shards': 3,
749 },
750 },
Greg Thompson3eb7e6522018-05-25 09:04:03751 # chromium.win; temporary, https://crbug.com/818832
752 'Win10 Tests x64 (dbg)': {
753 'experiment_percentage': 100,
754 },
Ben Pastene21277632019-06-04 15:12:28755 'linux-chromeos-google-rel': {
Ben Pastenef5006f02019-06-11 01:47:59756 # TODO(crbug.com/970649): Remove this filter.
757 'args': [
758 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
759 ],
Ben Pastene21277632019-06-04 15:12:28760 },
Kenneth Russelleb60cbd22017-12-05 07:54:28761 },
762 },
John Budorickf00e5ff2019-06-11 21:21:06763 'ipc_tests': {
764 'modifications': {
765 'android-asan': {
766 'swarming': {
767 'shards': 2,
768 },
769 },
770 },
771 },
772 'mojo_unittests': {
773 'modifications': {
774 'android-asan': {
775 'swarming': {
776 'shards': 2,
777 },
778 },
779 },
780 },
bsheedye9469572019-01-23 17:31:33781 'monochrome_public_test_ar_apk': {
782 'modifications': {
783 # chromium.android
784 # We need to match the Playstore version as well because AR tests fail on
785 # old versions of the Playstore.
786 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:08787 'args': [
788 # ArCore is not installed as a system app on O, so we can install it
789 # normally instead of replacing the system version.
790 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
791 ],
bsheedye9469572019-01-23 17:31:33792 'swarming': {
793 'dimension_sets': [
794 {
795 'device_os': 'OPR3.170623.008',
796 'device_playstore_version': '12.8.23-all',
797 'device_type': 'marlin',
798 'os': 'Android',
799 },
800 ],
801 },
802 },
Brian Sheedy2bcd16b2019-04-22 22:47:08803 'android-pie-arm64-dbg': {
804 'args': [
805 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
806 ]
807 }
bsheedye9469572019-01-23 17:31:33808 },
809 },
Nico Weberd3096fb2018-06-07 17:50:15810 'nacl_helper_nonsfi_unittests': {
811 'remove_from': [
812 # chromium.memory
813 'Linux TSan Tests', # Sets enable_nacl=false.
814 ],
815 },
Kenneth Russellfbda3c532017-12-08 23:57:24816 'nacl_loader_unittests': {
817 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35818 # chromium.clang
819 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51820 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18821 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11822 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48823 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24824 ],
825 },
Kenneth Russelleb60cbd22017-12-05 07:54:28826 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24827 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28828 # chromium.fyi
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:46829 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
830 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:24831 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28832 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24833 # chromium.clang
834 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33835 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24836 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33837 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24838 },
839 },
Nico Weberdae13cd92018-12-14 13:56:26840 'ToTLinuxTSan': {
841 'swarming': {
842 'shards': 4,
843 }
844 },
John Budorickca14c76f62017-12-09 14:19:18845 # chromium.memory
846 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34847 # These are very slow on the ASAN trybot for some reason.
848 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18849 'swarming': {
John Budorick5052d552017-12-13 02:59:34850 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18851 },
852 },
853 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35854 # These are very slow on the ASAN trybot for some reason.
855 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18856 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02857 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18858 }
859 },
Takuto Ikuta54671d972018-07-19 19:06:35860 'Linux ChromiumOS MSan Tests': {
861 # These are very slow on the Chrome OS MSAN trybot for some reason.
862 # crbug.com/865455
863 'swarming': {
864 'shards': 2,
865 },
866 },
John Budorickca14c76f62017-12-09 14:19:18867 'Linux TSan Tests': {
868 'swarming': {
869 'shards': 4,
870 }
871 },
Ben Pastene8bf205b2018-06-13 04:00:33872 # The suite runs signficantly slower on linux dbg, so increase shards.
873 'Linux Tests (dbg)(1)': {
874 'swarming': {
875 'shards': 2,
876 },
877 },
Ben Pastene8bf205b2018-06-13 04:00:33878 'linux-chromeos-dbg': {
879 'swarming': {
880 'shards': 2,
881 },
882 },
Kenneth Russelleb60cbd22017-12-05 07:54:28883 },
884 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31885 'network_service_browser_tests': {
886 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26887 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29888 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:26889 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17890 # chromium.memory
891 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
892 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31893 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19894 'Win7 Tests (1)', # For swarming capacity reasons.
895 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06896 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06897 'Mac10.10 Tests',
898 'Mac10.11 Tests',
899 'Mac10.13 Tests',
900 'Mac10.13 Tests (dbg)',
901 'Mac ASan 64 Tests (1)',
902 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06903 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31904 ],
Kenneth Russell6c83d212018-07-27 20:52:59905 'modifications': {
906 # chromium.win
907 'Win10 Tests x64': {
908 # crbug.com/868082
909 'args': [
910 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
911 ],
Takuto Ikutac9c269a2019-01-10 22:40:25912 # This is for slow test execution that often becomes a critical path of
913 # swarming jobs. crbug.com/868114
914 'swarming': {
915 'shards': 20,
916 },
Kenneth Russell6c83d212018-07-27 20:52:59917 },
918 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31919 },
John Abd-El-Malek4782bd12018-06-12 01:08:21920 'network_service_components_browsertests': {
921 'remove_from': [
Nico Weber073af192018-06-21 19:22:17922 # chromium.memory
923 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
924 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21925 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19926 'Win7 Tests (1)', # For swarming capacity reasons.
927 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06928 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06929 'Mac10.10 Tests',
930 'Mac10.11 Tests',
931 'Mac10.13 Tests',
932 'Mac10.13 Tests (dbg)',
933 'Mac ASan 64 Tests (1)',
934 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06935 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19936 ],
937 },
938 'network_service_content_browsertests': {
939 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10940 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29941 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:10942 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17943 # chromium.memory
944 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
945 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19946 # chromium.win
947 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11948 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06949 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06950 'Mac10.10 Tests',
951 'Mac10.11 Tests',
952 'Mac10.13 Tests',
953 'Mac10.13 Tests (dbg)',
954 'Mac ASan 64 Tests (1)',
955 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06956 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21957 ],
958 },
John Abd-El-Malek787a41a2018-06-12 18:10:53959 'network_service_extensions_browsertests': {
960 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29961 # chromium.clang
962 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:17963 # chromium.memory
964 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
965 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:53966 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19967 'Win7 Tests (1)', # For swarming capacity reasons.
968 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06969 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06970 'Mac10.10 Tests',
971 'Mac10.11 Tests',
972 'Mac10.13 Tests',
973 'Mac10.13 Tests (dbg)',
974 'Mac ASan 64 Tests (1)',
975 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06976 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:53977 ],
978 },
Brad Halla36886c2019-02-26 16:52:29979 'network_service_headless_browsertests': {
980 'remove_from': [
981 # chromium.clang
982 'CrWinAsan(dll)', # https://crbug.com/935598
983 ],
984 },
John Abd-El-Malek787a41a2018-06-12 18:10:53985 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:19986 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10987 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29988 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:10989 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17990 # chromium.memory
991 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
992 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19993 # chromium.win
994 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06995 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06996 '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',
Nico Weber17d2fcddb2018-06-14 18:28:191003 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531004 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:191005 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:111006 'Win10 Tests x64 (dbg)': {
1007 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531008 },
1009 },
1010 },
John Abd-El-Malekfabfb072019-05-30 20:50:191011 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191012 'remove_from': [
John Budorickea475de2019-06-07 21:16:241013 # chromium.android
1014 'android-asan',
1015 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191016 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311017 'android-marshmallow-arm64-rel',
1018 # No capacity for tablet testers.
1019 'KitKat Tablet Tester',
1020 'Lollipop Tablet Tester',
1021 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191022 ],
1023 },
1024 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191025 'remove_from': [
John Budorickea475de2019-06-07 21:16:241026 # chromium.android
1027 'android-asan',
1028 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191029 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311030 'android-marshmallow-arm64-rel',
1031 # No capacity for tablet testers.
1032 'KitKat Tablet Tester',
1033 'Lollipop Tablet Tester',
1034 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191035 ],
1036 },
1037 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191038 'remove_from': [
John Budorickea475de2019-06-07 21:16:241039 # chromium.android
1040 'android-asan',
1041 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191042 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311043 'android-marshmallow-arm64-rel',
1044 # No capacity for tablet testers.
1045 'KitKat Tablet Tester',
1046 'Lollipop Tablet Tester',
1047 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191048 ],
1049 },
1050 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191051 'remove_from': [
John Budorickea475de2019-06-07 21:16:241052 # chromium.android
1053 'android-asan',
1054 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191055 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311056 'android-marshmallow-arm64-rel',
1057 # No capacity for tablet testers.
1058 'KitKat Tablet Tester',
1059 'Lollipop Tablet Tester',
1060 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191061 ],
1062 },
Tim Volodinedac7f5e2019-05-09 18:07:281063 'network_service_webview_instrumentation_test_apk': {
1064 # Only run these on the phone testers for now due to capacity.
1065 'remove_from': [
1066 # chromium.android
1067 'android-kitkat-arm-rel',
1068 'android-marshmallow-arm64-rel',
1069 'KitKat Tablet Tester',
1070 'Lollipop Tablet Tester',
1071 'Marshmallow Tablet Tester',
1072 'KitKat Phone Tester (dbg)',
1073 # chromium.memory
John Budorick27d2d44e2019-05-20 20:26:091074 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281075 'Android CFI',
1076 # chromium.clang
1077 'ToTAndroid',
1078 'ToTAndroidCFI',
1079 ],
1080 },
John Abd-El-Malekd178f9bc2019-05-31 21:09:111081 'non_network_service_content_browsertests': {
John Abd-El-Malekd178f9bc2019-05-31 21:09:111082 'remove_from': [
John Budorickea475de2019-06-07 21:16:241083 # chromium.android
1084 'android-asan',
1085 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekd178f9bc2019-05-31 21:09:111086 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311087 'android-marshmallow-arm64-rel',
1088 # No capacity for tablet testers.
1089 'KitKat Tablet Tester',
1090 'Lollipop Tablet Tester',
1091 'Marshmallow Tablet Tester',
John Abd-El-Malekd178f9bc2019-05-31 21:09:111092 ],
1093 },
1094 'non_network_service_content_shell_test_apk': {
John Abd-El-Malekd178f9bc2019-05-31 21:09:111095 'remove_from': [
John Budorickea475de2019-06-07 21:16:241096 # chromium.android
1097 'android-asan',
1098 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekd178f9bc2019-05-31 21:09:111099 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311100 'android-marshmallow-arm64-rel',
1101 # No capacity for tablet testers.
1102 'KitKat Tablet Tester',
1103 'Lollipop Tablet Tester',
1104 'Marshmallow Tablet Tester',
John Abd-El-Malekd178f9bc2019-05-31 21:09:111105 ],
1106 },
John Abd-El-Malek708db9b2019-02-25 18:10:351107 'non_network_service_webkit_layout_tests' : {
1108 'remove_from': [
Stephen Martinis07a9f742019-03-20 19:16:561109 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201110 'mac-dummy-rel',
John Abd-El-Malek708db9b2019-02-25 18:10:351111 ],
1112 'modifications': {
Yuke Liaobc9ff982019-04-30 06:56:161113 'Linux Tests Code Coverage': {
1114 "args": [
1115 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1116 ],
1117 },
1118 'Linux Release Code Coverage (NVIDIA)': {
1119 "args": [
1120 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1121 ],
1122 },
John Abd-El-Malek708db9b2019-02-25 18:10:351123 'Linux Tests (dbg)(1)': {
1124 'args': [
1125 '--debug',
1126 ],
1127 'swarming': {
John Abd-El-Malek708db9b2019-02-25 18:10:351128 'shards': 20,
1129 },
1130 },
1131 },
1132 },
John Budorickea475de2019-06-07 21:16:241133 'nonperfetto_content_browsertests': {
1134 'remove_from': [
1135 'android-asan',
1136 ],
1137 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281138 'not_site_per_process_webkit_layout_tests': {
1139 'remove_from': [
1140 # chromium.linux
1141 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1142 'Linux Tests (dbg)(1)',
Takuto Ikuta515a46aa2019-06-19 23:36:511143
Stephen Martinis07a9f742019-03-20 19:16:561144 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201145 'mac-dummy-rel',
Lukasz Anforowicz04bc6302018-11-19 19:04:281146 ],
Yuke Liaobc9ff982019-04-30 06:56:161147 'modifications': {
1148 'Linux Tests Code Coverage': {
1149 "args": [
1150 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1151 ],
1152 },
1153 'Linux Release Code Coverage (NVIDIA)': {
1154 "args": [
1155 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1156 ],
1157 },
1158 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281159 },
Xi Cheng34ca4042018-02-23 00:10:121160 'notification_helper_unittests': {
1161 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121162 # The test uses WinRT, which only exists in Windows 8 or above.
1163 # (https://crbug.com/813553)
1164 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:121165 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121166 'Win7 Tests (1)',
1167 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:121168 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121169 'ToTWin',
1170 'ToTWin(dbg)',
1171 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031172 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121173 'ToTWin64',
1174 'ToTWin64(dbg)',
1175 'ToTWin64(dll)',
1176 'ToTWinCFI',
1177 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:121178 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:081179 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121180 ],
1181 },
Ben Pastenee723b2f2019-05-31 19:10:271182 'ozone_unittests': {
1183 'modifications': {
1184 'chromeos-betty-google-rel': {
1185 'args': [
1186 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1187 ],
1188 },
1189 'linux-chromeos-google-rel': {
1190 'args': [
1191 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1192 ],
1193 },
1194 },
1195 },
Karen Qian385d2ca2019-03-19 21:49:581196 'perfetto_unittests': {
1197 'remove_from': [
John Budorickf2283d72019-06-25 01:09:091198 'android-asan',
Yun Liu022f4512019-06-10 23:14:041199 'android-code-coverage',
Karen Qian385d2ca2019-03-19 21:49:581200 'android-kitkat-arm-rel',
1201 'android-marshmallow-arm64-rel',
1202 'Android CFI',
1203 'KitKat Phone Tester (dbg)',
1204 'KitKat Tablet Tester',
1205 'Lollipop Phone Tester',
1206 'Lollipop Tablet Tester',
1207 'Marshmallow 64 bit Tester',
1208 'Marshmallow Tablet Tester',
1209 'Nougat Phone Tester',
1210 'ToTAndroid',
1211 'ToTAndroidCFI'
1212 ]
1213 },
Stephen Martinis54d64ad2018-09-21 22:16:201214 'performance_test_suite': {
1215 'modifications': {
1216 'Mac10.13 Tests (dbg)': {
1217 'args': [
1218 '--browser=debug',
1219 ],
1220 },
1221 'Win10 Tests x64 (dbg)': {
1222 'args': [
1223 '--browser=debug_x64',
1224 ],
1225 'experiment_percentage': 100,
1226 },
1227 'Win7 Tests (dbg)(1)': {
1228 'args': [
1229 '--browser=debug',
1230 ],
1231 },
1232 },
1233 },
Brian Sheedye6ea0ee2019-07-11 02:54:371234 'pixel_skia_gold_test': {
1235 'replacements': {
1236 # client.v8.fyi
1237 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1238 # use ${got_cr_revision}, which is only set on the V8 bots.
1239 'Android V8 FYI Release (Nexus 5X)': {
1240 'args': {
1241 '--build-revision': '${got_cr_revision}',
1242 },
1243 },
1244 'Linux V8 FYI Release (NVIDIA)': {
1245 'args': {
1246 '--build-revision': '${got_cr_revision}',
1247 },
1248 },
1249 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1250 'args': {
1251 '--build-revision': '${got_cr_revision}',
1252 },
1253 },
1254 'Mac V8 FYI Release (Intel)': {
1255 'args': {
1256 '--build-revision': '${got_cr_revision}',
1257 },
1258 },
1259 'Win V8 FYI Release (NVIDIA)': {
1260 'args': {
1261 '--build-revision': '${got_cr_revision}',
1262 },
1263 },
1264 },
1265 },
1266 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461267 'modifications': {
1268 'Android Release (Nexus 5X)': {
1269 'swarming': {
1270 'shards': 2,
1271 },
1272 },
1273 },
Nico Weber128fd382018-06-14 23:29:271274 },
John Budorickdce9d462019-03-23 00:25:381275 'sandbox_linux_unittests': {
1276 'modifications': {
1277 'Lollipop Phone Tester': {
1278 'args': [
1279 '--shard-timeout=300',
1280 ],
1281 },
1282 },
John Budorick3ebfdf852019-05-13 22:28:161283 'remove_from': [
1284 # chromium.memory
1285 'android-asan', # https://crbug.com/962650
1286 ],
John Budorickdce9d462019-03-23 00:25:381287 },
Kenneth Russelleb60cbd22017-12-05 07:54:281288 'services_unittests': {
John Budorickf69f56c572019-07-02 19:39:291289 'modifications': {
1290 'android-asan': {
1291 'args': [
1292 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.services_unittests.filter',
1293 ],
1294 },
1295 },
Kenneth Russelleb60cbd22017-12-05 07:54:281296 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241297 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481298 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011299 # chromium.gpu.fyi
1300 # The face and barcode detection tests fail on the Mac Pros.
1301 'Mac Pro FYI Release (AMD)',
Wezadb2dd70c2019-06-01 00:16:441302 # chromium.linux
1303 'Fuchsia x64',
John Budorickca14c76f62017-12-09 14:19:181304 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461305 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1306 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281307 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281308 },
Stephen Martinis54d64ad2018-09-21 22:16:201309 'swiftshader_unittests': {
1310 'remove_from': [
1311 # Save capacity on the hardware where we have only a few machines.
1312 'Mac FYI Experimental Release (Intel)',
1313 'Mac FYI Experimental Retina Release (AMD)',
1314 'Mac FYI Experimental Retina Release (NVIDIA)',
1315 'Mac Pro FYI Release (AMD)',
1316 ],
1317 },
Kenneth Russelleb60cbd22017-12-05 07:54:281318 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:291319 'remove_from': [
1320 # chromium.clang
1321 'CrWinAsan(dll)', # https://crbug.com/935598
1322 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281323 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571324 # chromium.clang
1325 'ToTLinuxTSan': {
1326 'swarming': {
1327 'shards': 6,
1328 },
1329 },
1330 # chromium.memory
1331 'Linux TSan Tests': {
1332 'swarming': {
1333 'shards': 6,
1334 },
1335 },
1336 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281337 'Win7 Tests (dbg)(1)': {
1338 'swarming': {
1339 'shards': 2,
1340 },
1341 },
Dirk Prankef04af4362019-02-21 15:34:011342 'Win10 Tests x64': {
1343 'experiment_percentage': 100, # https://crbug.com/933356
1344 },
Stephen Martinis75ab55d2018-08-30 02:27:121345 'Win10 Tests x64 (dbg)': {
1346 'experiment_percentage': 100, # https://crbug.com/840369
1347 },
Kenneth Russelleb60cbd22017-12-05 07:54:281348 },
1349 },
Kenneth Russell8a386d42018-06-02 09:48:011350 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521351 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011352 'remove_from': [
1353 # chromium.gpu
1354 'Linux Debug (NVIDIA)',
1355 'Mac Debug (Intel)',
1356 'Mac Retina Debug (AMD)',
1357 'Win10 Debug (NVIDIA)',
1358 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:011359 'Win10 FYI Debug (NVIDIA)',
1360 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:391361 # Disabled due to dbus crashes crbug.com/927465
1362 'Linux FYI Experimental Release (Intel HD 630)',
1363 'Linux FYI Experimental Release (NVIDIA)',
Yuly Novikov5865ff72019-07-09 21:38:051364 'Linux FYI Release (Intel HD 630)',
1365 'Linux FYI Release (NVIDIA)',
1366 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
1367 'Linux Release (NVIDIA)',
1368 'Linux Release Code Coverage (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011369 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551370 },
Kenneth Russelleb60cbd22017-12-05 07:54:281371 'telemetry_perf_unittests': {
1372 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281373 # chromium.android
John Budorick2232bb982018-05-18 17:50:071374 'android-kitkat-arm-rel': {
1375 'args': [
1376 '--browser=android-chromium',
1377 '--device=android',
1378 ],
1379 'swarming': {
1380 'dimension_sets': [
1381 {
1382 'temp_band': '<30',
1383 },
1384 ],
John Budorick2232bb982018-05-18 17:50:071385 'shards': 15,
1386 },
1387 },
John Budorick8c4a989d2018-05-20 05:08:391388 'android-marshmallow-arm64-rel': {
1389 'args': [
1390 '--browser=android-chromium',
1391 '--device=android',
1392 ],
1393 'swarming': {
1394 'dimension_sets': [
1395 {
1396 'temp_band': '<30',
1397 },
1398 ],
John Budorick8c4a989d2018-05-20 05:08:391399 'shards': 15,
1400 },
1401 },
John Budorick5672ffd2018-09-07 18:25:581402 # chromium.fyi
1403 'linux-chromium-tests-staging-tests': {
1404 'args': [
1405 '--xvfb',
1406 '--jobs=1',
1407 ],
1408 },
Kenneth Russell8ceeabf2017-12-11 17:53:281409 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281410 'Linux Tests': {
1411 'args': [
1412 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481413 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281414 ],
1415 },
Yuke Liaobc9ff982019-04-30 06:56:161416 # Mirrors 'Linux Tests'
1417 'Linux Tests Code Coverage': {
1418 'args': [
1419 '--xvfb',
1420 '--jobs=1',
1421 ],
1422 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:351423 'Linux Tests (dbg)(1)': {
1424 'args': [
1425 '--xvfb',
1426 '--jobs=1',
1427 ],
1428 },
Takuto Ikutae6681382019-06-17 16:03:001429 'linux-trusty-rel': {
1430 'args': [
1431 '--xvfb',
1432 '--jobs=1',
1433 ],
1434 },
Kenneth Russell8ceeabf2017-12-11 17:53:281435 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281436 # Disable parallelism on all Mac bots.
1437 'Mac10.10 Tests': {
1438 'args': [
1439 '--jobs=1',
1440 ],
1441 },
1442 'Mac10.11 Tests': {
1443 'args': [
1444 '--jobs=1',
1445 ],
1446 },
1447 'Mac10.12 Tests': {
1448 'args': [
1449 '--jobs=1',
1450 ],
1451 },
Ned Nguyen6e6e5b32018-02-21 20:21:501452 'Win7 Tests (dbg)(1)': {
1453 'args': [
1454 '--jobs=1',
1455 ],
1456 'swarming': {
1457 'shards': 20,
1458 },
1459 'experiment_percentage': 100,
1460 },
Kenneth Russelleb60cbd22017-12-05 07:54:281461 },
1462 'remove_from': [
Garrett Beatyeef031a2019-02-28 01:55:411463 # crbug.com/936540
1464 'Mac10.10 Tests',
1465 'Mac10.11 Tests',
Shenghua Zhangbd6f1b22018-03-03 02:59:141466 'Mac10.13 Tests',
1467 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271468 # client.v8.chromium
1469 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111470 # chromium.win
Takuto Ikuta9aa015d2019-04-15 23:33:291471 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:111472 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281473 ],
1474 },
Stephen Martinis54d64ad2018-09-21 22:16:201475 'telemetry_unittests': {
1476 'modifications': {
1477 'Win10 Tests x64 (dbg)': {
1478 'experiment_percentage': 100, # crbug.com/870673
1479 }
John Budorickc498fd3c2019-03-14 01:16:261480 },
1481 'remove_from': [
1482 # crbug.com/936540
1483 'Mac10.10 Tests',
1484 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:291485
1486 'Win10 Tests x64',
John Budorickc498fd3c2019-03-14 01:16:261487 ],
Stephen Martinis54d64ad2018-09-21 22:16:201488 },
Kenneth Russelleb60cbd22017-12-05 07:54:281489 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281490 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241491 # chromium.clang
1492 'ToTLinuxASan': {
1493 'swarming': {
1494 'shards': 2,
1495 },
John Budorickca14c76f62017-12-09 14:19:181496 },
Dirk Pranke20eae9a72017-12-09 18:12:141497 # chromium.memory
John Budorickf2283d72019-06-25 01:09:091498 'android-asan': {
1499 'args': [
1500 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
1501 ],
1502 },
John Budorickca14c76f62017-12-09 14:19:181503 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341504 # These are slow on the ASAN trybot for some reason.
1505 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181506 'swarming': {
John Budorick5052d552017-12-13 02:59:341507 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181508 },
1509 },
John Budorickca14c76f62017-12-09 14:19:181510 'Linux TSan Tests': {
1511 'swarming': {
1512 'shards': 2,
1513 },
1514 },
Takuto Ikuta54671d972018-07-19 19:06:351515 'Linux ChromiumOS MSan Tests': {
1516 # These are very slow on the Chrome OS MSAN trybot for some reason.
1517 # crbug.com/865455
1518 'swarming': {
1519 'shards': 2,
1520 },
1521 },
1522 'Linux Chromium OS ASan LSan Tests (1)': {
1523 # These are slow on the ASAN trybot for some reason.
1524 # crbug.com/794372
1525 'swarming': {
1526 'shards': 2,
1527 },
1528 },
Dirk Pranke20eae9a72017-12-09 18:12:141529 # chromium.swarm
1530 'Android N5X Swarm': {
1531 'swarming': {
1532 'shards': 8,
1533 },
1534 },
Ben Pastene21277632019-06-04 15:12:281535 'linux-chromeos-google-rel': {
Ben Pasteneacd71f72019-06-05 20:41:561536 'args': [
1537 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
1538 ],
Ben Pastene21277632019-06-04 15:12:281539 },
Kenneth Russelleb60cbd22017-12-05 07:54:281540 },
1541 },
Kenneth Russell8a386d42018-06-02 09:48:011542 'video_decode_accelerator_gl_unittest': {
1543 'remove_from': [
1544 # chromium.gpu.fyi
1545 # Windows Intel doesn't have the GL extensions to support this test.
Jamie Madill7130d992019-01-08 14:26:581546 'ANGLE GPU Win10 Release (Intel HD 630)',
Kenneth Russell0272ab72018-06-04 17:22:241547 'Optional Win10 Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011548 'Win10 FYI Release (Intel HD 630)',
1549 'Win10 FYI Exp Release (Intel HD 630)',
1550 ],
1551 },
Stephen Martinis36977112018-04-06 06:09:461552 'viz_browser_tests': {
Takuto Ikuta4ef47d5f2018-06-11 13:15:361553 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:191554 # chromium.fyi
1555 'linux-chromeos-code-coverage': {
1556 'swarming': {
1557 'shards': 20,
1558 },
1559 },
Ben Pastene21277632019-06-04 15:12:281560 'linux-chromeos-google-rel': {
1561 # TODO(https://crbug.com/932269): Promote out of experiment when the
1562 # tests are green.
Ben Pastenec942bae2019-06-18 02:27:291563 'args': [
1564 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
1565 ],
Ben Pastene21277632019-06-04 15:12:281566 },
Roberto Carrillo0c2b72312019-04-22 22:10:151567 'linux-chromeos-oobe-code-coverage': {
1568 'swarming': {
1569 'shards': 20,
1570 },
1571 },
Nico Weber6b67a402018-06-18 21:45:011572 # chromium.chromiumos
1573 'linux-chromeos-dbg': {
1574 'swarming': {
1575 'shards': 20,
1576 },
1577 },
Nico Weber3f2a65de92018-06-11 14:04:171578 # chromium.memory
Takuto Ikuta54671d972018-07-19 19:06:351579 'Linux ChromiumOS MSan Tests': {
1580 # These are very slow on the Chrome OS MSAN trybot for some reason.
1581 # crbug.com/865455
1582 'swarming': {
Brad Hall1f4491e2019-03-09 06:20:081583 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351584 },
1585 },
1586 'Linux Chromium OS ASan LSan Tests (1)': {
1587 # These are very slow on the ASAN trybot for some reason.
1588 # crbug.com/794372
1589 'swarming': {
James Cook98759ec2018-07-30 22:02:131590 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:351591 },
1592 },
Takuto Ikuta4ef47d5f2018-06-11 13:15:361593 },
Stephen Martinis36977112018-04-06 06:09:461594 },
Stephen Martinis54d64ad2018-09-21 22:16:201595 'viz_content_browsertests': {
1596 'modifications': {
1597 # chromium.memory
1598 'Linux Chromium OS ASan LSan Tests (1)': {
1599 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1600 'swarming': {
1601 'shards': 4,
1602 }
1603 },
1604 'Linux ChromiumOS MSan Tests': {
1605 # These are very slow on the Chrome OS MSAN trybot for some reason.
1606 # crbug.com/865455
1607 'swarming': {
1608 'shards': 2,
1609 },
1610 },
1611 },
1612 },
Kenneth Russelleb60cbd22017-12-05 07:54:281613 'viz_unittests': {
1614 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281615 # chromium.win
1616 'Win10 Tests x64',
1617 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281618 },
Kenneth Russellfbda3c532017-12-08 23:57:241619 'vr_pixeltests': {
1620 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281621 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281622 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241623 ],
1624 },
Sunny Sachanandani917b074c2019-03-12 03:18:491625 'vulkan_content_browsertests' : {
1626 'remove_from': [
1627 # Flaky hangs crbug.com/940723
1628 'Linux FYI GPU TSAN Release',
jonrossa2043da2019-07-03 14:14:171629 # Vulkan Driver needs updating crbug.com/953535
Sunny Sachanandanie53cfb2f2019-03-13 05:57:121630 'Linux FYI Release (AMD R7 240)',
jonrossa2043da2019-07-03 14:14:171631 'Linux FYI Release (Intel HD 630)',
Corentin Wallez60810e62019-04-18 07:10:191632 'Linux FYI Debug (NVIDIA)',
Corentin Wallez60810e62019-04-18 07:10:191633 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
1634 'Linux FYI Release (NVIDIA)',
Sunny Sachanandani917b074c2019-03-12 03:18:491635 ],
1636 },
Nico Webere81999ee2018-07-01 23:52:431637 'wayland_client_perftests': {
1638 'remove_from': [
1639 'linux-chromeos-dbg', # https://crbug.com/859307
1640 ],
1641 },
John Budorick63357462019-02-27 23:02:511642 'webdriver_tests_suite': {
1643 'remove_from': [
1644 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
Yuke Liaobc9ff982019-04-30 06:56:161645 # Mirrors 'Linux Tests'
1646 'Linux Tests Code Coverage', # https://crbug.com/929689, https://crbug.com/936557
John Budorick63357462019-02-27 23:02:511647 ],
1648 },
bsheedy048cbdb2019-02-04 20:32:051649 'webgl2_conformance_gl_passthrough_tests': {
1650 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:491651 # Not enough capacity. https://crbug.com/946694
1652 'ANGLE GPU Win10 Release (Intel HD 630)',
bsheedy048cbdb2019-02-04 20:32:051653 ],
1654 },
Stephen Martinis54d64ad2018-09-21 22:16:201655 'webgl2_conformance_tests': {
1656 'remove_from': [
1657 # The Mac NVIDIA Retina bots don't have the capacity to run
1658 # this test suite on mac_optional_gpu_tests_rel.
1659 'Optional Mac Retina Release (NVIDIA)',
1660 ],
Kenneth Russell8a386d42018-06-02 09:48:011661 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011662 'Mac FYI GPU ASAN Release': {
1663 'args': [
1664 '--is-asan',
1665 ]
1666 },
1667 },
1668 },
1669 'webgl_conformance_gl_passthrough_tests': {
1670 'remove_from': [
1671 # crbug.com/555545 and crbug.com/649824:
1672 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1673 # Always fails on older cards, flaky on newer cards.
1674 'Win7 FYI Debug (AMD)',
1675 'Win7 FYI Release (AMD)',
1676 ],
1677 },
Stephen Martinis54d64ad2018-09-21 22:16:201678 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011679 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201680 # On desktop platforms these don't take very long (~7 minutes),
1681 # but on Android they take ~30 minutes and we want to use more
1682 # shards than on desktop.
1683 # chromium.gpu
1684 'Android Release (Nexus 5X)': {
1685 'swarming': {
1686 'shards': 6,
1687 },
1688 },
Kenneth Russell8a386d42018-06-02 09:48:011689 'Mac FYI GPU ASAN Release': {
1690 'args': [
1691 '--is-asan',
1692 ]
1693 },
Ben Pastene52890ace2019-05-24 20:03:361694 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:361695 'swarming': {
1696 'shards': 6,
1697 },
1698 },
Kenneth Russell8a386d42018-06-02 09:48:011699 },
Kenneth Russelle63e41f2019-04-09 02:45:281700 'remove_from': [
1701 # Too slow on this configuration, which is severely hardware
1702 # constrained. crbug.com/950690
1703 'Mac FYI Retina Debug (NVIDIA)',
1704 ],
Kenneth Russell8a386d42018-06-02 09:48:011705 },
Yuly Novikove27d1d22018-10-29 21:24:191706 'webgl_conformance_vulkan_passthrough_tests': {
1707 'remove_from': [
1708 'Win7 FYI Debug (AMD)',
1709 ],
1710 },
Kenneth Russelleb60cbd22017-12-05 07:54:281711 'webkit_layout_tests': {
1712 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241713 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321714 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131715 'Win10 Tests x64 (dbg)',
Takuto Ikuta9aa015d2019-04-15 23:33:291716
Stephen Martinis07a9f742019-03-20 19:16:561717 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201718 'mac-dummy-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281719 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281720 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281721 # chromium.fyi
Sergey Ulanov48e11772019-01-29 22:35:521722 'fuchsia-fyi-x64-rel': {
1723 'args': [
1724 '--platform=fuchsia',
1725 ],
Sergey Ulanovb7e2d522019-04-09 23:24:481726 'swarming': {
1727 'shards': 1,
1728 },
Sergey Ulanov48e11772019-01-29 22:35:521729 },
Stephen McGruer54cac792018-08-30 15:02:321730 'linux-blink-animation-use-time-delta': {
1731 'args': [
1732 '--debug',
1733 ],
1734 },
Karen Qian738ddb302019-04-01 21:50:231735 'linux-blink-heap-concurrent-marking-tsan-rel': {
1736 'args': [
1737 '--release',
1738 '--additional-driver-flag=--enable-blink-features=HeapConcurrentMarking',
1739 ],
1740 },
John Budorickab108712018-09-01 00:12:211741 'linux-blink-heap-unified-gc': {
1742 'args': [
1743 '--debug',
1744 '--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection',
1745 ],
1746 },
Dirk Pranke97f97ae62018-06-19 22:22:361747 'mac10.10-blink-rel-dummy': {
1748 'swarming': {
1749 'dimension_sets': [
1750 { # This should match Mac10.10 Tests on chromium.mac.
1751 'gpu': 'none',
1752 'os': 'Mac-10.10',
1753 }
1754 ]
1755 },
1756 },
1757 'mac10.11-blink-rel-dummy': {
1758 'swarming': {
1759 'dimension_sets': [
1760 { # This should match Mac10.11 Tests on chromium.mac.
1761 'gpu': 'none',
1762 'os': 'Mac-10.11',
1763 }
1764 ]
1765 },
1766 },
1767 'mac10.12-blink-rel-dummy': {
1768 'swarming': {
1769 'dimension_sets': [
1770 { # This should match Mac10.12 Tests on chromium.mac.
1771 'gpu': '8086:0a2e',
1772 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561773 'os': 'Mac-10.12.6',
Dirk Pranke97f97ae62018-06-19 22:22:361774 },
1775 ],
1776 },
1777 },
Dirk Pranke97f97ae62018-06-19 22:22:361778 'mac10.13-blink-rel-dummy': {
1779 'swarming': {
1780 'dimension_sets': [
Aaron Gableaec8fb8f2019-06-13 02:28:561781 { # This should match "Mac10.13 Tests" on the main waterfall.
Dirk Pranke97f97ae62018-06-19 22:22:361782 'gpu': '8086:0a2e',
1783 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561784 'os': 'Mac-10.13.6',
Dirk Pranke97f97ae62018-06-19 22:22:361785 },
1786 ],
1787 'shards': 12,
1788 },
1789 },
Philip Rogers639990262018-12-08 00:13:331790 'WebKit Linux composite_after_paint Dummy Builder': {
1791 'args': [
1792 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1793 ],
1794 },
Kenneth Russell8ceeabf2017-12-11 17:53:281795 'WebKit Linux layout_ng Dummy Builder': {
1796 'args': [
Christian Biesinger0cc2b3152019-06-25 19:57:461797 '--additional-driver-flag=--disable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281798 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281799 },
1800 'WebKit Linux root_layer_scrolls Dummy Builder': {
1801 'args': [
1802 '--additional-driver-flag=--root-layer-scrolls',
1803 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281804 },
Kenneth Russell8ceeabf2017-12-11 17:53:281805 # chromium.linux
Sergey Ulanovb7e2d522019-04-09 23:24:481806 'Fuchsia x64': {
1807 'args': [
1808 '--platform=fuchsia',
1809 ],
1810 'swarming': {
1811 'shards': 1,
1812 },
1813 },
Kenneth Russelleb60cbd22017-12-05 07:54:281814 'Linux Tests': {
1815 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:281816 'shards': 6,
1817 },
1818 },
Yuke Liaobc9ff982019-04-30 06:56:161819 # Mirrors 'Linux Tests'
1820 'Linux Tests Code Coverage': {
1821 "args": [
1822 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1823 ],
1824 'swarming': {
1825 'shards': 6,
1826 },
1827 },
1828 'Linux Release Code Coverage (NVIDIA)': {
1829 "args": [
1830 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1831 ],
1832 },
Dirk Prankec1083b42018-06-15 02:43:321833 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131834 'args': [
1835 '--debug',
1836 ],
Dirk Prankec1083b42018-06-15 02:43:321837 'swarming': {
Dirk Prankec1083b42018-06-15 02:43:321838 'shards': 20,
1839 },
1840 },
Kenneth Russell8ceeabf2017-12-11 17:53:281841 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281842 'Mac10.10 Tests': {
1843 # TODO(kbr): this is essentially redundant.
1844 'swarming': {
1845 'dimension_sets': [
1846 {
1847 'gpu': 'none',
1848 'os': 'Mac-10.10.5',
1849 },
1850 ],
1851 },
1852 },
1853 'Mac10.11 Tests': {
1854 # TODO(kbr): this is essentially redundant.
1855 'swarming': {
1856 'dimension_sets': [
1857 {
1858 'gpu': 'none',
1859 'os': 'Mac-10.11.6',
1860 },
1861 ],
1862 },
1863 },
1864 'Mac10.12 Tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281865 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:281866 'shards': 12,
1867 },
1868 },
Dirk Pranke736e26f2018-04-07 01:54:301869 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531870 'swarming': {
1871 'dimension_sets': [
1872 {
Kenneth Russellbd784832019-04-26 19:50:171873 # Run the layout tests on a consistent set of hardware
1874 # (Mac Minis).
Ben Pastene62e179d52018-08-16 21:22:091875 'gpu': '8086:0a2e',
Dirk Prankec2917e92018-06-21 04:28:531876 },
1877 ],
1878 'shards': 12,
1879 },
Dirk Pranke736e26f2018-04-07 01:54:301880 },
Dirk Pranke15530fe2018-06-15 16:12:131881 'Mac10.13 Tests (dbg)': {
1882 'args': [
1883 '--debug',
1884 ],
1885 },
Dirk Pranke81ff51c2017-12-09 19:24:281886 # chromium.webkit.
Takuto Ikuta97d3c902019-05-30 04:01:091887 'WebKit Linux ASAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281888 'args': [
1889 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431890 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281891 '--time-out-ms',
1892 '48000',
1893 '--enable-sanitizer',
1894 ],
1895 'swarming': {
1896 'dimension_sets': [
1897 {
Takuto Ikuta5e459b12019-07-09 05:30:561898 'os': 'Ubuntu-16.04',
Dirk Pranke81ff51c2017-12-09 19:24:281899 },
1900 ],
1901 'shards': 20,
1902 },
1903 },
Takuto Ikuta97d3c902019-05-30 04:01:091904 'WebKit Linux Leak': {
Dirk Pranke81ff51c2017-12-09 19:24:281905 'args': [
1906 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431907 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281908 '--time-out-ms',
1909 '48000',
1910 '--enable-leak-detection',
1911 ],
1912 'swarming': {
1913 'dimension_sets': [
1914 {
Takuto Ikuta5e459b12019-07-09 05:30:561915 'os': 'Ubuntu-16.04',
Dirk Pranke81ff51c2017-12-09 19:24:281916 },
1917 ],
1918 'shards': 10,
1919 },
1920 },
Takuto Ikuta97d3c902019-05-30 04:01:091921 'WebKit Linux MSAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281922 'args': [
1923 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431924 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281925 '--time-out-ms',
1926 '66000',
1927 '--enable-sanitizer',
1928 ],
1929 'swarming': {
1930 'dimension_sets': [
1931 {
1932 'os': 'Ubuntu-14.04',
1933 },
1934 ],
1935 'expiration': 36000,
1936 'hard_timeout': 10800,
1937 'io_timeout': 3600,
1938 'shards': 20,
1939 },
1940 },
Dirk Pranke81ff51c2017-12-09 19:24:281941 'WebKit Win10': {
1942 'swarming': {
1943 'dimension_sets': [
1944 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:481945 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:281946 },
1947 ],
Dirk Pranke81ff51c2017-12-09 19:24:281948 },
1949 },
Kenneth Russell8ceeabf2017-12-11 17:53:281950 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281951 'Win7 Tests (dbg)(1)': {
1952 'args': [
1953 '--debug',
1954 '--time-out-ms',
1955 '60000'
1956 ],
Dirk Pranke028aa922018-05-25 18:37:341957 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281958 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1959 # from prefered_os_dimension in
1960 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1961 # Swarming dimensions would be either specified for all testers on the
1962 # waterfall (and therefore, explicitly specified for all tests in the
1963 # generated JSON), or this would be removed, and the implicit one used.
1964 'swarming': {
1965 'dimension_sets': [
1966 {
1967 'os': 'Windows-7-SP1',
1968 }
1969 ],
1970 },
1971 },
Takuto Ikuta6017210f2019-04-17 02:46:351972 'Win10 Tests x64': {
1973 'args': [
1974 '--target',
1975 'Release_x64',
1976 ],
1977 },
Stephen Martinis1c5d6aa2018-04-17 03:11:251978 'Win10 Tests x64 (dbg)': {
1979 'args': [
1980 '--debug',
Stephen Martinis29afff32018-04-19 03:03:111981 '--target',
1982 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:251983 ],
1984 },
John Budorickb1833612018-12-07 04:36:411985 # tryserver.chromium.android
1986 'android_blink_rel': {
1987 'args': [
John Budorick04e6d4b2018-12-07 21:08:421988 '--release',
John Budorickb1833612018-12-07 04:36:411989 '--android',
1990 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1991 # Android. Remove this when it no longer affects Android crash
1992 # log handling.
1993 '--disable-breakpad',
1994 # TODO(crbug.com/875172): run on the real GPU since the
1995 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
1996 '--additional-driver-flag=--use-gpu-in-tests',
1997 ],
1998 },
Kenneth Russelleb60cbd22017-12-05 07:54:281999 },
2000 },
Kenneth Russelleb60cbd22017-12-05 07:54:282001 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:282002 'modifications': {
John Budorick5052d552017-12-13 02:59:342003 # chromium.memory
2004 'Linux ASan LSan Tests (1)': {
2005 # These are very slow on the ASAN trybot for some reason.
2006 # crbug.com/794372
2007 'swarming': {
2008 'shards': 5,
2009 },
2010 },
arthursonzogni26889d82018-05-29 17:18:162011 'Marshmallow 64 bit Tester': {
2012 # Increase timeout. See https://crbug.com/847229.
2013 'swarming': {
2014 'hard_timeout': 1200,
2015 },
2016 },
Dirk Pranke81ff51c2017-12-09 19:24:282017 },
John Budorick5bf43a62019-03-19 00:43:502018 'remove_from': [
2019 # Flakily fails on Win7. https://crbug.com/943372.
2020 'Win7 Tests (1)',
2021 'Win 7 Tests x64 (1)',
2022 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282023 },
rbpotter870db8942019-04-09 03:11:132024 'webui_html_imports_polyfill_browser_tests': {
2025 'remove_from': [
2026 # chromium.win
2027 'Win10 Tests x64 (dbg)', # Matches browser_tests.
2028 # chromium.clang
2029 'CrWinAsan(dll)', # https://crbug.com/935598
2030 ],
2031 },
Kenneth Russelleb60cbd22017-12-05 07:54:282032 'webview_instrumentation_test_apk': {
2033 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062034 # This test frequently fails on Android, https://crbug.com/824959
2035 # chromium.android
John Budorick2232bb982018-05-18 17:50:072036 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282037 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282038 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:282039 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:502040 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502041 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092042 # chromium.memory
2043 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142044 # On chromium.swarm, this should possibly be being run (or removed
2045 # from Android N5X Swarm).
2046 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:282047 ],
Ben Pastenee17a8e92018-07-12 21:55:182048 'modifications': {
2049 'Oreo Phone Tester': {
2050 # TODO(crbug.com/863089): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572051 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2052 # either passing or there is more capacity.
2053 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182054 },
2055 },
Kenneth Russelleb60cbd22017-12-05 07:54:282056 },
bsheedy800f5062018-08-07 00:47:542057 'xr_browser_tests': {
2058 'remove_from': [
2059 # chromium.gpu.fyi
2060 # This exception probably needs to stay due to lack of capacity
2061 # on the Win AMD bots.
2062 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482063 # Fails on the bot, http://crbug.com/868143
2064 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542065 ],
2066 },
Kenneth Russelleb60cbd22017-12-05 07:54:282067}