blob: 18c2254f75535cd07f99df3b9d60747c8d7d780b [file] [log] [blame]
Kenneth Russelleb60cbd22017-12-05 07:54:281# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is a .pyl, or "Python Literal", file. You can treat it just like a
6# .json file, with the following exceptions:
7# * all keys must be quoted (use single quotes, please);
8# * comments are allowed, using '#' syntax; and
9# * trailing commas are allowed.
10
11# Exceptions to the common test suites can only include removal from
12# particular bots, and modifications on particular bots. By design,
13# it's not possible to add one-off tests to bots. Instead they have to
14# be added to one of the test suites in test_suites.pyl.
15#
16# The goal is to drive the number of exceptions to zero, to make all
17# the bots behave similarly.
18{
19 'android_webview_unittests': {
20 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3221 # On chromium.android, these do not need to run prior to M.
John Budorick2232bb982018-05-18 17:50:0722 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2823 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:2824 'KitKat Tablet Tester',
Kenneth Russelleb60cbd22017-12-05 07:54:2825 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2826 },
Kenneth Russell8a386d42018-06-02 09:48:0127 'angle_end2end_tests': {
28 'remove_from': [
29 # chromium.gpu.fyi
30 # TODO(ynovikov) Investigate why the test breaks on older devices.
31 'Android FYI Release (Nexus 5)',
32 'Android FYI Release (Nexus 6)',
33 'Android FYI Release (Nexus 9)',
34 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
35 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0936 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
37 'Linux FYI Debug (NVIDIA)',
38 'Linux FYI GPU TSAN Release',
Kenneth Russell8a386d42018-06-02 09:48:0139 ],
40 },
41 'angle_perftests': {
42 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2143 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1644 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0945 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0146 ],
47 },
Kenneth Russellfbda3c532017-12-08 23:57:2448 'angle_unittests': {
49 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5250 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0151 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0152 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2453 ],
John Budorickca14c76f62017-12-09 14:19:1854 'modifications': {
55 'Linux ASan LSan Tests (1)': {
56 'swarming': {
57 'shards': 10,
58 },
59 },
60 },
Kenneth Russellfbda3c532017-12-08 23:57:2461 },
John Budorickca995852019-06-26 16:55:5562 'breakpad_unittests': {
63 'modifications': {
64 'android-asan': {
65 'args': [
66 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
67 ],
68 },
69 },
70 },
Kenneth Russelleb60cbd22017-12-05 07:54:2871 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2472 'remove_from': [
73 # chromium.clang
Brad Halla36886c2019-02-26 16:52:2974 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:4175 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2676 'ToTLinuxTSan', # https://crbug.com/368525
John Budorickca14c76f62017-12-09 14:19:1877 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4678 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:1179 # chromium.win
80 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2481 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2882 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:1983 # chromium.fyi
84 'linux-chromeos-code-coverage': {
85 'swarming': {
86 'shards': 21,
87 },
88 },
Ben Pastene21277632019-06-04 15:12:2889 'linux-chromeos-google-rel': {
90 # TODO(https://crbug.com/932269): Promote out of experiment when the
91 # tests are green.
Ben Pastenec942bae2019-06-18 02:27:2992 'args': [
93 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
94 ],
Ben Pastene21277632019-06-04 15:12:2895 },
Roberto Carrillo0c2b72312019-04-22 22:10:1596 'linux-chromeos-oobe-code-coverage': {
97 'swarming': {
98 'shards': 21,
99 },
100 },
Kenneth Russell8ceeabf2017-12-11 17:53:28101 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:34102 'linux-chromeos-dbg': {
103 'swarming': {
James Cook1380ad162018-10-25 00:51:19104 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:34105 },
106 },
Nico Weber3f2a65de92018-06-11 14:04:17107 # chromium.clang
Nico Weber0c2861b2018-12-14 18:05:16108 'ToTMac': {
109 # A subset of tests seem to cause WindowServer deaths on VMs.
110 # crbug.com/828031 et al.
111 'args': [
112 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
113 '--gtest_shuffle',
114 ],
115 },
116 'ToTMacASan': {
117 # A subset of tests seem to cause WindowServer deaths on VMs.
118 # crbug.com/828031 et al.
119 'args': [
120 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
121 '--gtest_shuffle',
122 ],
123 },
Kenneth Russellfbda3c532017-12-08 23:57:24124 'ToTWin(dbg)': {
125 'swarming': {
126 'shards': 20,
127 },
128 },
129 'ToTWin64(dbg)': {
130 'swarming': {
131 'shards': 20,
132 },
133 },
Stephen Martinis4680bbf2019-03-25 21:39:00134 'mac-dummy-rel': {
135 # A subset of tests seem to cause WindowServer deaths on VMs.
136 # crbug.com/828031 et al.
137 'args': [
138 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
139 '--gtest_shuffle',
140 ],
141 },
Nico Weber0c2861b2018-12-14 18:05:16142 'mac-osxbeta-rel': {
143 # A subset of tests seem to cause WindowServer deaths on VMs.
144 # crbug.com/828031 et al.
145 'args': [
146 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
147 '--gtest_shuffle',
148 ],
149 },
Dirk Pranke9e20e8d2018-06-18 02:46:54150 # chromium.mac
Nico Weber0c2861b2018-12-14 18:05:16151 'Mac10.10 Tests': {
152 # A subset of tests seem to cause WindowServer deaths on VMs.
153 # crbug.com/828031 et al.
154 'args': [
155 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
156 '--gtest_shuffle',
157 ],
158 },
Dirk Pranke9e20e8d2018-06-18 02:46:54159 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12160 # A subset of tests seem to cause WindowServer deaths on VMs.
161 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54162 'args': [
John Budorick7b7a0f02018-10-10 22:51:12163 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54164 '--gtest_shuffle',
165 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54166 },
167 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12168 # A subset of tests seem to cause WindowServer deaths on VMs.
169 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54170 'args': [
John Budorick7b7a0f02018-10-10 22:51:12171 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54172 '--gtest_shuffle',
173 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54174 },
Robert Sesek2ce2c702018-10-18 18:46:29175 'Mac10.13 Tests': {
176 # A subset of tests seem to cause WindowServer deaths on VMs.
177 # crbug.com/828031 et al.
178 'args': [
179 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
180 '--gtest_shuffle',
181 ],
Robert Sesek2ce2c702018-10-18 18:46:29182 },
Dirk Pranke9e20e8d2018-06-18 02:46:54183 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12184 # A subset of tests seem to cause WindowServer deaths on VMs.
185 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54186 'args': [
John Budorick7b7a0f02018-10-10 22:51:12187 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54188 '--gtest_shuffle',
189 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54190 },
John Budorickca14c76f62017-12-09 14:19:18191 # chromium.memory
John Budorick5052d552017-12-13 02:59:34192 'Linux ASan LSan Tests (1)': {
193 # These are very slow on the ASAN trybot for some reason.
194 # crbug.com/794372
195 'swarming': {
196 'shards': 30,
197 },
198 },
John Budorickca14c76f62017-12-09 14:19:18199 'Mac ASan 64 Tests (1)': {
Nico Weber0c2861b2018-12-14 18:05:16200 # A subset of tests seem to cause WindowServer deaths on VMs.
201 # crbug.com/828031 et al.
202 'args': [
203 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
204 '--gtest_shuffle',
205 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28206 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18207 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28208 },
209 },
Takuto Ikuta54671d972018-07-19 19:06:35210 'Linux ChromiumOS MSan Tests': {
211 # These are very slow on the Chrome OS MSAN trybot for some reason.
212 # crbug.com/865455
213 'swarming': {
James Cook1380ad162018-10-25 00:51:19214 'shards': 25,
Takuto Ikuta54671d972018-07-19 19:06:35215 },
216 },
217 'Linux Chromium OS ASan LSan Tests (1)': {
218 # These are very slow on the ASAN trybot for some reason.
219 # crbug.com/794372
220 'swarming': {
James Cook1380ad162018-10-25 00:51:19221 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35222 },
223 },
Kenneth Russell8ceeabf2017-12-11 17:53:28224 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54225 'Win7 Tests (1)': {
226 # This is for slow test execution that often becomes a critical path of
227 # swarming jobs. crbug.com/868114
228 'swarming': {
229 'shards': 15,
230 },
231 },
Kenneth Russell8ceeabf2017-12-11 17:53:28232 'Win7 Tests (dbg)(1)': {
233 'swarming': {
234 'shards': 20,
235 },
236 },
Kenneth Russell6c83d212018-07-27 20:52:59237 'Win10 Tests x64': {
238 # crbug.com/868082
239 'args': [
240 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
241 ],
Takuto Ikutac9c269a2019-01-10 22:40:25242 'swarming': {
243 # This is for slow test execution that often becomes a critical path of
244 # swarming jobs. crbug.com/868114
245 'shards': 15,
246 }
Kenneth Russell6c83d212018-07-27 20:52:59247 },
Nico Weber0c2861b2018-12-14 18:05:16248 # client.v8.chromium
249 'Linux - Future (dbg)': {
250 'swarming': {
251 'shards': 10,
252 },
253 },
Kenneth Russelleb60cbd22017-12-05 07:54:28254 },
255 },
Kenneth Russelleb60cbd22017-12-05 07:54:28256 'cast_shell_browsertests': {
257 'modifications': {
258 'Cast Audio Linux': {
259 'args': [
260 '--enable-local-file-accesses',
261 '--ozone-platform=headless',
262 '--no-sandbox',
263 '--test-launcher-jobs=1',
264 ],
Colin Blundell629091a2018-07-10 14:50:28265 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27266 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28267 },
Kenneth Russelleb60cbd22017-12-05 07:54:28268 },
269 'Cast Linux': {
270 'args': [
271 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04272 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28273 '--no-sandbox',
274 '--test-launcher-jobs=1',
275 ],
Colin Blundell629091a2018-07-10 14:50:28276 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27277 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28278 },
Kenneth Russelleb60cbd22017-12-05 07:54:28279 },
280 },
281 },
Dirk Pranke1b767092017-12-07 04:44:23282 'checkbins': {
283 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33284 'linux-archive-dbg',
285 'linux-archive-rel',
286 'mac-archive-dbg',
287 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23288 ],
289 },
Kenneth Russelleb60cbd22017-12-05 07:54:28290 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09291 'remove_from': [
292 'android-asan', # https://crbug.com/964562
293 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28294 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28295 # chromium.android
John Budorick2232bb982018-05-18 17:50:07296 'android-kitkat-arm-rel': {
297 'swarming': {
298 'shards': 12,
299 },
300 },
Ben Pastenea789de22018-10-30 02:22:23301 'android-marshmallow-arm64-rel': {
302 # TODO(crbug.com/731759): Enable this once we're confident that it
303 # passes.
Ben Pastene24af66b2018-12-10 20:28:27304 'experiment_percentage': 0,
Ben Pastenea789de22018-10-30 02:22:23305 },
Kenneth Russelleb60cbd22017-12-05 07:54:28306 'KitKat Phone Tester (dbg)': {
307 'swarming': {
308 'shards': 20,
309 },
310 },
Kenneth Russelleb60cbd22017-12-05 07:54:28311 'Marshmallow 64 bit Tester': {
Benjamin Pasteneca1963002018-04-18 18:58:24312 # TODO(crbug.com/731759): Enable this once we're confident that it
313 # passes.
314 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:28315 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28316 'shards': 14,
317 },
318 },
Ben Pastenec73e96e92018-07-12 01:40:35319 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57320 # TODO(https://crbug.com/884413): Re-enable this once the tests are
321 # either passing or there is more capacity.
322 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35323 },
John Budorick34009472018-04-03 17:38:44324 # chromium.swarm
325 'Android N5X Swarm': {
326 # TODO(crbug.com/731759): Enable this once we're confident that it
327 # passes.
328 'experiment_percentage': 100,
329 },
Kenneth Russelleb60cbd22017-12-05 07:54:28330 },
331 },
332 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15333 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09334 # chromium.android
335 'KitKat Tablet Tester',
336 'Lollipop Tablet Tester',
337 'Marshmallow Tablet Tester',
bsheedydf58b4e2018-11-01 19:42:16338 # chromium.clang
339 'ToTAndroid',
340 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09341 # chromium.memory
342 'android-asan', # https://crbug.com/964562
bsheedy410dd7c2018-06-15 22:42:09343 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28344 },
bsheedy75a4dd52018-11-27 23:24:30345 'chrome_public_test_vr_apk-vega': {
346 'modifications': {
347 # chromium.android
348 'Oreo Phone Tester': {
349 'swarming': {
350 'dimension_sets': [
351 {
352 'device_os': 'OVR1.180808.003',
353 'device_type': 'vega',
354 'os': 'Android',
355 },
356 ],
357 },
358 }
359 }
360 },
Takuto Ikuta1b749b902019-04-11 18:05:53361 'chromedriver_py_tests': {
362 'remove_from': [
363 # Timeout happens sometimes (crbug.com/951799).
364 'Win10 Tests x64',
365 'Win10 Tests x64 (dbg)',
366 ],
367 },
Kenneth Russelleb60cbd22017-12-05 07:54:28368 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28369 'modifications': {
John Budorick5052d552017-12-13 02:59:34370 # chromium.memory
371 'Linux ASan LSan Tests (1)': {
372 # These are very slow on the ASAN trybot for some reason.
373 # crbug.com/794372
374 'swarming': {
375 'shards': 5,
376 },
377 },
Takuto Ikuta54671d972018-07-19 19:06:35378 'Linux Chromium OS ASan LSan Tests (1)': {
379 # These are very slow on the ASAN trybot for some reason.
380 # crbug.com/794372
381 'swarming': {
382 'shards': 5,
383 },
384 },
Ben Pastenede31e19a2019-07-03 00:28:53385 'linux-chromeos-google-rel': {
386 # TODO(crbug.com/980748): Remove this filter.
387 'args': [
388 '--gtest_filter=-CrashAnalyzerTest.StackTraceCollection',
389 ],
390 },
Kenneth Russelleb60cbd22017-12-05 07:54:28391 },
392 },
393 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29394 'remove_from': [
395 # chromium.clang
396 'CrWinAsan(dll)', # https://crbug.com/935598
397 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28398 'modifications': {
Garrett Beaty42e802142019-03-11 22:03:42399 # chromium.android
400 'Lollipop Phone Tester': {
401 'swarming': {
Garrett Beatyf3c98282019-03-12 17:35:18402 'shards': 13,
Garrett Beaty42e802142019-03-11 22:03:42403 },
404 },
Kenneth Russellfbda3c532017-12-08 23:57:24405 # chromium.linux
406 'Cast Audio Linux': {
407 'args': [
Nico Weber02f30392018-07-16 18:39:43408 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24409 ],
Kenneth Russellfbda3c532017-12-08 23:57:24410 },
411 'Cast Linux': {
412 'args': [
Nico Weber02f30392018-07-16 18:39:43413 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24414 ],
Kenneth Russellfbda3c532017-12-08 23:57:24415 },
John Budorickf2283d72019-06-25 01:09:09416 # chromium.memory
417 'android-asan': {
418 'args': [
419 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
420 ],
421 'swarming': {
422 'shards': 18,
423 },
424 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18425 # chromium.win
426 'Win10 Tests x64 (dbg)': {
427 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59428 # crbug.com/868082
429 'args': [
430 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
431 ],
432 },
433 'Win10 Tests x64': {
434 # crbug.com/868082
435 'args': [
436 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
437 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18438 },
Chris Cunninghame1a04ea2019-04-24 01:49:32439 'Linux ASan Tests (sandboxed)': {
440 'swarming': {
441 'shards': 2, # https://crbug.com/955853
442 },
443 },
Kenneth Russelleb60cbd22017-12-05 07:54:28444 },
445 },
Nico Weber81e16ace22018-06-30 02:58:47446 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00447 'modifications': {
448 # chromium.win
449 'Win10 Tests x64 (dbg)': {
450 'experiment_percentage': 100, # https://crbug.com/861730
451 },
452 },
Nico Weber81e16ace22018-06-30 02:58:47453 },
John Budorick27d2d44e2019-05-20 20:26:09454 'content_shell_test_apk': {
455 'remove_from': [
456 # chromium.memory
457 'android-asan', # https://crbug.com/964562
458 ],
459 },
Kenneth Russelleb60cbd22017-12-05 07:54:28460 'content_unittests': {
461 'modifications': {
John Budorick5052d552017-12-13 02:59:34462 # chromium.memory
463 'Linux ASan LSan Tests (1)': {
464 # These are slow on the ASAN trybot for some reason.
465 # crbug.com/794372
466 'swarming': {
467 'shards': 2,
468 },
469 },
Takuto Ikuta54671d972018-07-19 19:06:35470 'Linux ChromiumOS MSan Tests': {
471 # These are very slow on the Chrome OS MSAN trybot for some reason.
472 # crbug.com/865455
473 'swarming': {
474 'shards': 2,
475 },
476 },
Kenneth Russelleb60cbd22017-12-05 07:54:28477 },
478 },
Kenneth Russellc1a09302018-07-10 01:12:54479 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46480 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
481 # exception once there is enough capacity to run these tests.
482 'remove_from': [
483 # chromium.gpu.fyi
484 'Android FYI Release (Pixel 2)',
485 ],
Kenneth Russellc1a09302018-07-10 01:12:54486 'modifications': {
487 'Mac FYI GPU ASAN Release': {
488 'args': [
489 '--is-asan',
490 ]
491 },
492 },
493 },
Kenneth Russellfbda3c532017-12-08 23:57:24494 'crashpad_tests': {
495 'remove_from': [
496 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48497 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39498 # https://crbug.com/crashpad/304
499 'Linux TSan Tests',
500 'ToTLinuxTSan',
501 # https://crbug.com/crashpad/306
502 'Linux CFI',
503 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24504 ],
505 },
John Budorick5bc387fe2019-05-09 20:02:53506 'cronet_sizes': {
507 'modifications': {
508 'android-cronet-arm-dbg': {
509 'swarming': {
510 'dimension_sets': [
511 {
512 'device_os': None,
513 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56514 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53515 },
516 ],
517 },
518 },
519 },
520 },
Zhenyao Moc307eeb72018-12-20 01:03:20521 'dawn_end2end_tests': {
522 'remove_from': [
523 # chromium.gpu.fyi
524 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
525 ],
526 },
Brian Sheedye285c9b2019-07-15 21:42:46527 'depth_capture_tests': {
528 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
529 # exception once there is enough capacity to run these tests.
530 'remove_from': [
531 # chromium.gpu.fyi
532 'Android FYI Release (Pixel 2)',
533 ],
534 },
Joe Downing41486042018-10-18 22:44:44535 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:29536 'remove_from': [
537 # chromium.clang
538 'CrWinAsan(dll)', # https://crbug.com/935598
539 ],
Joe Downing41486042018-10-18 22:44:44540 'modifications': {
541 'Win10 Tests x64 (dbg)': {
542 'experiment_percentage': 100, # https://crbug.com/876615
543 },
544 },
545 },
Kenneth Russelleb60cbd22017-12-05 07:54:28546 'gin_unittests': {
547 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24548 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47549 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18550 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46551 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47552 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28553 ],
554 },
555 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18556 'remove_from': [
557 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18558 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01559 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01560 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21561 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55562 # Can't run on MSAN because gl_tests uses the hardware driver,
563 # which isn't instrumented.
564 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18565 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28566 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45567 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45568 # TODO(kbr): figure out a better way to specify blocks of
569 # arguments like this for tests on multiple machines.
570 'Linux ASan LSan Tests (1)': {
571 'args': [
572 '--use-gpu-in-tests',
573 '--no-xvfb',
574 ],
575 'swarming': {
576 'dimension_sets': [
577 {
578 'gpu': '10de:1cb3',
579 'os': 'Ubuntu',
580 'pool': 'Chrome-GPU',
581 },
582 ],
583 },
584 'use_xvfb': False,
585 },
586 'Linux ASan LSan Tests (1)': {
587 'args': [
588 '--use-gpu-in-tests',
589 '--no-xvfb',
590 ],
591 'swarming': {
592 'dimension_sets': [
593 {
594 'gpu': '10de:1cb3',
595 'os': 'Ubuntu',
596 'pool': 'Chrome-GPU',
597 },
598 ],
599 },
600 'use_xvfb': False,
601 },
602 'Linux CFI': {
603 'args': [
604 '--use-gpu-in-tests',
605 '--no-xvfb',
606 ],
607 'swarming': {
608 'dimension_sets': [
609 {
610 'gpu': '10de:1cb3',
611 'os': 'Ubuntu',
612 'pool': 'Chrome-GPU',
613 },
614 ],
615 },
616 'use_xvfb': False,
617 },
618 'Linux TSan Tests': {
619 'args': [
620 '--use-gpu-in-tests',
621 '--no-xvfb',
622 ],
623 'swarming': {
624 'dimension_sets': [
625 {
626 'gpu': '10de:1cb3',
627 'os': 'Ubuntu',
628 'pool': 'Chrome-GPU',
629 },
630 ],
631 },
632 'use_xvfb': False,
633 },
Kenneth Russelleb60cbd22017-12-05 07:54:28634 },
635 },
636 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18637 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01638 # chromium.gpu.fyi
639 # On Android, these are already run on the main waterfall.
640 # Run them on the one-off Android FYI bots, though.
641 'Android FYI Release (Nexus 5X)',
642 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
643 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18644 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28645 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28646 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24647 'CFI Linux ToT': {
648 'args': [
649 '--use-gpu-in-tests',
650 '--no-xvfb',
651 ],
652 'swarming': {
653 'dimension_sets': [
654 {
655 'gpu': '10de:1cb3',
656 'os': 'Ubuntu',
657 'pool': 'Chrome-GPU',
658 },
659 ],
660 },
661 'use_xvfb': False,
662 },
Kenneth Russell8ceeabf2017-12-11 17:53:28663 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18664 'Linux CFI': {
665 'args': [
666 '--use-gpu-in-tests',
667 '--no-xvfb',
668 ],
669 'swarming': {
670 'dimension_sets': [
671 {
672 'gpu': '10de:1cb3',
673 'os': 'Ubuntu',
674 'pool': 'Chrome-GPU',
675 },
676 ],
677 },
678 'use_xvfb': False,
679 },
Kenneth Russelleb60cbd22017-12-05 07:54:28680 },
681 },
Nico Weber65338c02018-06-22 19:13:40682 'gl_unittests_ozone': {
683 'remove_from': [
684 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
685 # which isn't instrumented.
686 'Linux ChromiumOS MSan Tests',
687 ],
688 },
Brian Sheedye285c9b2019-07-15 21:42:46689 'gpu_process_launch_tests': {
690 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
691 # exception once there is enough capacity to run these tests.
692 'remove_from': [
693 # chromium.gpu.fyi
694 'Android FYI Release (Pixel 2)',
695 ],
696 },
697 'hardware_accelerated_feature_tests': {
698 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
699 # exception once there is enough capacity to run these tests.
700 'remove_from': [
701 # chromium.gpu.fyi
702 'Android FYI Release (Pixel 2)',
703 ],
704 },
Brad Halla36886c2019-02-26 16:52:29705 'headless_browsertests': {
706 'remove_from': [
707 # chromium.clang
708 'CrWinAsan(dll)', # https://crbug.com/935598
709 ],
710 },
Kenneth Russell8a386d42018-06-02 09:48:01711 'info_collection_tests': {
712 'remove_from': [
713 # chromium.gpu.fyi
714 # The Mac ASAN swarming bot runs tests on two different GPU
715 # types, so we can't have one expected vendor ID / device ID.
716 'Mac FYI GPU ASAN Release',
717 # client.v8.fyi
718 'Android V8 FYI Release (Nexus 5X)',
719 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35720 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01721 'Mac V8 FYI Release (Intel)',
722 'Win V8 FYI Release (NVIDIA)',
723 ],
724 },
Kenneth Russelleb60cbd22017-12-05 07:54:28725 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:29726 'remove_from': [
727 # chromium.clang
728 'CrWinAsan(dll)', # https://crbug.com/935598
Ben Pastene352cf6c2019-04-22 23:53:49729 # chromium.fyi
730 # Not eough disk space in the VMs, crbug.com/913153
731 'chromeos-vm-code-coverage',
Brad Halla36886c2019-02-26 16:52:29732 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28733 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26734 # chromium.clang
735 'ToTLinuxTSan': {
736 # These are slow on the TSan bots for some reason, crbug.com/794372
737 'swarming': {
738 'shards': 6,
739 },
740 },
Kenneth Russell8ceeabf2017-12-11 17:53:28741 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28742 'Win7 Tests (dbg)(1)': {
743 'swarming': {
744 'shards': 4,
745 },
746 },
John Budorickca14c76f62017-12-09 14:19:18747 # chromium.memory
748 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17749 # These are slow on the ASan trybot for some reason, crbug.com/794372
750 'swarming': {
751 'shards': 6,
752 },
753 },
754 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26755 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18756 'swarming': {
John Budorick5052d552017-12-13 02:59:34757 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18758 },
759 },
Takuto Ikuta54671d972018-07-19 19:06:35760 'Linux ChromiumOS MSan Tests': {
761 # These are very slow on the Chrome OS MSAN trybot for some reason.
762 # crbug.com/865455
763 'swarming': {
764 'shards': 5,
765 },
766 },
Dirk Pranke8fd63c12017-12-10 18:06:27767 # client.v8.chromium
768 'Linux - Future (dbg)': {
769 'swarming': {
770 'shards': 3,
771 },
772 },
Greg Thompson3eb7e6522018-05-25 09:04:03773 # chromium.win; temporary, https://crbug.com/818832
774 'Win10 Tests x64 (dbg)': {
775 'experiment_percentage': 100,
776 },
Ben Pastene21277632019-06-04 15:12:28777 'linux-chromeos-google-rel': {
Ben Pastenef5006f02019-06-11 01:47:59778 # TODO(crbug.com/970649): Remove this filter.
779 'args': [
780 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
781 ],
Ben Pastene21277632019-06-04 15:12:28782 },
Kenneth Russelleb60cbd22017-12-05 07:54:28783 },
784 },
John Budorickf00e5ff2019-06-11 21:21:06785 'ipc_tests': {
786 'modifications': {
787 'android-asan': {
788 'swarming': {
789 'shards': 2,
790 },
791 },
792 },
793 },
Brian Sheedye285c9b2019-07-15 21:42:46794 'maps_pixel_test': {
795 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
796 # exception once there is enough capacity to run these tests.
797 'remove_from': [
798 # chromium.gpu.fyi
799 'Android FYI Release (Pixel 2)',
800 ],
801 },
John Budorickf00e5ff2019-06-11 21:21:06802 'mojo_unittests': {
803 'modifications': {
804 'android-asan': {
805 'swarming': {
806 'shards': 2,
807 },
808 },
809 },
810 },
bsheedye9469572019-01-23 17:31:33811 'monochrome_public_test_ar_apk': {
812 'modifications': {
813 # chromium.android
814 # We need to match the Playstore version as well because AR tests fail on
815 # old versions of the Playstore.
816 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:08817 'args': [
818 # ArCore is not installed as a system app on O, so we can install it
819 # normally instead of replacing the system version.
820 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
821 ],
bsheedye9469572019-01-23 17:31:33822 'swarming': {
823 'dimension_sets': [
824 {
825 'device_os': 'OPR3.170623.008',
826 'device_playstore_version': '12.8.23-all',
827 'device_type': 'marlin',
828 'os': 'Android',
829 },
830 ],
831 },
832 },
Brian Sheedy2bcd16b2019-04-22 22:47:08833 'android-pie-arm64-dbg': {
834 'args': [
835 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
836 ]
837 }
bsheedye9469572019-01-23 17:31:33838 },
839 },
Nico Weberd3096fb2018-06-07 17:50:15840 'nacl_helper_nonsfi_unittests': {
841 'remove_from': [
842 # chromium.memory
843 'Linux TSan Tests', # Sets enable_nacl=false.
844 ],
845 },
Kenneth Russellfbda3c532017-12-08 23:57:24846 'nacl_loader_unittests': {
847 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35848 # chromium.clang
849 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51850 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18851 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11852 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48853 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24854 ],
855 },
Kenneth Russelleb60cbd22017-12-05 07:54:28856 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24857 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28858 # chromium.fyi
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:46859 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
860 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:24861 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28862 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24863 # chromium.clang
864 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33865 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24866 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33867 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24868 },
869 },
Nico Weberdae13cd92018-12-14 13:56:26870 'ToTLinuxTSan': {
871 'swarming': {
872 'shards': 4,
873 }
874 },
John Budorickca14c76f62017-12-09 14:19:18875 # chromium.memory
876 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34877 # These are very slow on the ASAN trybot for some reason.
878 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18879 'swarming': {
John Budorick5052d552017-12-13 02:59:34880 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18881 },
882 },
883 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35884 # These are very slow on the ASAN trybot for some reason.
885 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18886 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02887 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18888 }
889 },
Takuto Ikuta54671d972018-07-19 19:06:35890 'Linux ChromiumOS MSan Tests': {
891 # These are very slow on the Chrome OS MSAN trybot for some reason.
892 # crbug.com/865455
893 'swarming': {
894 'shards': 2,
895 },
896 },
John Budorickca14c76f62017-12-09 14:19:18897 'Linux TSan Tests': {
898 'swarming': {
899 'shards': 4,
900 }
901 },
Ben Pastene8bf205b2018-06-13 04:00:33902 # The suite runs signficantly slower on linux dbg, so increase shards.
903 'Linux Tests (dbg)(1)': {
904 'swarming': {
905 'shards': 2,
906 },
907 },
Ben Pastene72943982019-07-23 22:53:41908 'chromeos-betty-google-rel': {
909 # TODO(crbug.com/986904): Remove this filter.
910 'args': [
911 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
912 ],
913 },
Ben Pastene8bf205b2018-06-13 04:00:33914 'linux-chromeos-dbg': {
915 'swarming': {
916 'shards': 2,
917 },
918 },
Kenneth Russelleb60cbd22017-12-05 07:54:28919 },
920 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31921 'network_service_browser_tests': {
922 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26923 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29924 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:26925 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17926 # chromium.memory
927 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
928 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31929 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19930 'Win7 Tests (1)', # For swarming capacity reasons.
931 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06932 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06933 'Mac10.10 Tests',
934 'Mac10.11 Tests',
935 'Mac10.13 Tests',
936 'Mac10.13 Tests (dbg)',
937 'Mac ASan 64 Tests (1)',
938 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06939 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31940 ],
Kenneth Russell6c83d212018-07-27 20:52:59941 'modifications': {
942 # chromium.win
943 'Win10 Tests x64': {
944 # crbug.com/868082
945 'args': [
946 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
947 ],
Takuto Ikutac9c269a2019-01-10 22:40:25948 # This is for slow test execution that often becomes a critical path of
949 # swarming jobs. crbug.com/868114
950 'swarming': {
951 'shards': 20,
952 },
Kenneth Russell6c83d212018-07-27 20:52:59953 },
954 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31955 },
John Abd-El-Malek4782bd12018-06-12 01:08:21956 'network_service_components_browsertests': {
957 'remove_from': [
Nico Weber073af192018-06-21 19:22:17958 # chromium.memory
959 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
960 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21961 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19962 'Win7 Tests (1)', # For swarming capacity reasons.
963 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06964 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06965 'Mac10.10 Tests',
966 'Mac10.11 Tests',
967 'Mac10.13 Tests',
968 'Mac10.13 Tests (dbg)',
969 'Mac ASan 64 Tests (1)',
970 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06971 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19972 ],
973 },
974 'network_service_content_browsertests': {
975 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10976 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29977 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:10978 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17979 # chromium.memory
980 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
981 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19982 # chromium.win
983 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11984 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06985 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06986 'Mac10.10 Tests',
987 'Mac10.11 Tests',
988 'Mac10.13 Tests',
989 'Mac10.13 Tests (dbg)',
990 'Mac ASan 64 Tests (1)',
991 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06992 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21993 ],
994 },
John Abd-El-Malek787a41a2018-06-12 18:10:53995 'network_service_extensions_browsertests': {
996 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29997 # chromium.clang
998 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:17999 # chromium.memory
1000 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1001 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:531002 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:191003 'Win7 Tests (1)', # For swarming capacity reasons.
1004 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061005 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061006 'Mac10.10 Tests',
1007 'Mac10.11 Tests',
1008 'Mac10.13 Tests',
1009 'Mac10.13 Tests (dbg)',
1010 'Mac ASan 64 Tests (1)',
1011 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061012 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531013 ],
1014 },
Brad Halla36886c2019-02-26 16:52:291015 'network_service_headless_browsertests': {
1016 'remove_from': [
1017 # chromium.clang
1018 'CrWinAsan(dll)', # https://crbug.com/935598
1019 ],
1020 },
John Abd-El-Malek787a41a2018-06-12 18:10:531021 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191022 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:101023 # chromium.clang
Brad Halla36886c2019-02-26 16:52:291024 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101025 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171026 # chromium.memory
1027 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1028 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191029 # chromium.win
1030 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061031 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061032 'Mac10.10 Tests',
1033 'Mac10.11 Tests',
1034 'Mac10.13 Tests',
1035 'Mac10.13 Tests (dbg)',
1036 'Mac ASan 64 Tests (1)',
1037 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061038 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191039 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531040 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:191041 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:111042 'Win10 Tests x64 (dbg)': {
1043 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531044 },
1045 },
1046 },
John Abd-El-Malekfabfb072019-05-30 20:50:191047 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191048 'remove_from': [
John Budorickea475de2019-06-07 21:16:241049 # chromium.android
1050 'android-asan',
1051 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191052 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311053 'android-marshmallow-arm64-rel',
1054 # No capacity for tablet testers.
1055 'KitKat Tablet Tester',
1056 'Lollipop Tablet Tester',
1057 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191058 ],
1059 },
1060 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191061 'remove_from': [
John Budorickea475de2019-06-07 21:16:241062 # chromium.android
1063 'android-asan',
1064 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191065 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311066 'android-marshmallow-arm64-rel',
1067 # No capacity for tablet testers.
1068 'KitKat Tablet Tester',
1069 'Lollipop Tablet Tester',
1070 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191071 ],
1072 },
1073 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191074 'remove_from': [
John Budorickea475de2019-06-07 21:16:241075 # chromium.android
1076 'android-asan',
1077 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191078 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311079 'android-marshmallow-arm64-rel',
1080 # No capacity for tablet testers.
1081 'KitKat Tablet Tester',
1082 'Lollipop Tablet Tester',
1083 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191084 ],
1085 },
1086 'network_service_out_of_process_content_shell_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',
Clark DuVall3ef939a2019-06-10 20:35:311092 'android-marshmallow-arm64-rel',
1093 # No capacity for tablet testers.
1094 'KitKat Tablet Tester',
1095 'Lollipop Tablet Tester',
1096 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191097 ],
1098 },
Tim Volodinedac7f5e2019-05-09 18:07:281099 'network_service_webview_instrumentation_test_apk': {
1100 # Only run these on the phone testers for now due to capacity.
1101 'remove_from': [
1102 # chromium.android
1103 'android-kitkat-arm-rel',
1104 'android-marshmallow-arm64-rel',
1105 'KitKat Tablet Tester',
1106 'Lollipop Tablet Tester',
1107 'Marshmallow Tablet Tester',
1108 'KitKat Phone Tester (dbg)',
1109 # chromium.memory
John Budorick27d2d44e2019-05-20 20:26:091110 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281111 'Android CFI',
1112 # chromium.clang
1113 'ToTAndroid',
1114 'ToTAndroidCFI',
1115 ],
1116 },
John Abd-El-Malekd178f9bc2019-05-31 21:09:111117 'non_network_service_content_browsertests': {
John Abd-El-Malekd178f9bc2019-05-31 21:09:111118 'remove_from': [
John Budorickea475de2019-06-07 21:16:241119 # chromium.android
1120 'android-asan',
1121 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekd178f9bc2019-05-31 21:09:111122 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311123 'android-marshmallow-arm64-rel',
1124 # No capacity for tablet testers.
1125 'KitKat Tablet Tester',
1126 'Lollipop Tablet Tester',
1127 'Marshmallow Tablet Tester',
John Abd-El-Malekd178f9bc2019-05-31 21:09:111128 ],
1129 },
1130 'non_network_service_content_shell_test_apk': {
John Abd-El-Malekd178f9bc2019-05-31 21:09:111131 'remove_from': [
John Budorickea475de2019-06-07 21:16:241132 # chromium.android
1133 'android-asan',
1134 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekd178f9bc2019-05-31 21:09:111135 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311136 'android-marshmallow-arm64-rel',
1137 # No capacity for tablet testers.
1138 'KitKat Tablet Tester',
1139 'Lollipop Tablet Tester',
1140 'Marshmallow Tablet Tester',
John Abd-El-Malekd178f9bc2019-05-31 21:09:111141 ],
1142 },
John Abd-El-Malek708db9b2019-02-25 18:10:351143 'non_network_service_webkit_layout_tests' : {
1144 'remove_from': [
Stephen Martinis07a9f742019-03-20 19:16:561145 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201146 'mac-dummy-rel',
John Abd-El-Malek708db9b2019-02-25 18:10:351147 ],
1148 'modifications': {
Yuke Liaoe05477b2019-07-22 18:18:411149 'Linux Tests': {
1150 "args": [
1151 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1152 ],
1153 },
Yuke Liaobc9ff982019-04-30 06:56:161154 'Linux Tests Code Coverage': {
1155 "args": [
1156 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1157 ],
1158 },
1159 'Linux Release Code Coverage (NVIDIA)': {
1160 "args": [
1161 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1162 ],
1163 },
John Abd-El-Malek708db9b2019-02-25 18:10:351164 'Linux Tests (dbg)(1)': {
1165 'args': [
1166 '--debug',
1167 ],
1168 'swarming': {
John Abd-El-Malek708db9b2019-02-25 18:10:351169 'shards': 20,
1170 },
1171 },
1172 },
1173 },
kylecharbd5d5fe2019-07-19 21:50:581174 'non_viz_browser_tests': {
1175 'modifications': {
1176 # chromium.fyi
1177 'linux-chromeos-code-coverage': {
1178 'swarming': {
1179 'shards': 20,
1180 },
1181 },
1182 'linux-chromeos-google-rel': {
1183 # TODO(https://crbug.com/932269): Promote out of experiment when the
1184 # tests are green.
1185 'args': [
1186 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
1187 ],
1188 },
1189 'linux-chromeos-oobe-code-coverage': {
1190 'swarming': {
1191 'shards': 20,
1192 },
1193 },
1194 # chromium.chromiumos
1195 'linux-chromeos-dbg': {
1196 'swarming': {
1197 'shards': 20,
1198 },
1199 },
1200 # chromium.memory
1201 'Linux ChromiumOS MSan Tests': {
1202 # These are very slow on the Chrome OS MSAN trybot for some reason.
1203 # crbug.com/865455
1204 'swarming': {
1205 'shards': 30,
1206 },
1207 },
1208 'Linux Chromium OS ASan LSan Tests (1)': {
1209 # These are very slow on the ASAN trybot for some reason.
1210 # crbug.com/794372
1211 'swarming': {
1212 'shards': 30,
1213 },
1214 },
1215 },
1216 },
1217 'non_viz_content_browsertests': {
1218 'modifications': {
1219 # chromium.memory
1220 'Linux Chromium OS ASan LSan Tests (1)': {
1221 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1222 'swarming': {
1223 'shards': 4,
1224 }
1225 },
1226 'Linux ChromiumOS MSan Tests': {
1227 # These are very slow on the Chrome OS MSAN trybot for some reason.
1228 # crbug.com/865455
1229 'swarming': {
1230 'shards': 2,
1231 },
1232 },
1233 },
1234 },
John Budorickea475de2019-06-07 21:16:241235 'nonperfetto_content_browsertests': {
1236 'remove_from': [
1237 'android-asan',
1238 ],
1239 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281240 'not_site_per_process_webkit_layout_tests': {
1241 'remove_from': [
1242 # chromium.linux
1243 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1244 'Linux Tests (dbg)(1)',
Takuto Ikuta515a46aa2019-06-19 23:36:511245
Stephen Martinis07a9f742019-03-20 19:16:561246 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201247 'mac-dummy-rel',
Lukasz Anforowicz04bc6302018-11-19 19:04:281248 ],
Yuke Liaobc9ff982019-04-30 06:56:161249 'modifications': {
Yuke Liaoe05477b2019-07-22 18:18:411250 'Linux Tests': {
1251 "args": [
1252 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1253 ],
1254 },
Yuke Liaobc9ff982019-04-30 06:56:161255 'Linux Tests Code Coverage': {
1256 "args": [
1257 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1258 ],
1259 },
1260 'Linux Release Code Coverage (NVIDIA)': {
1261 "args": [
1262 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1263 ],
1264 },
1265 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281266 },
Xi Cheng34ca4042018-02-23 00:10:121267 'notification_helper_unittests': {
1268 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121269 # The test uses WinRT, which only exists in Windows 8 or above.
1270 # (https://crbug.com/813553)
1271 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:121272 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121273 'Win7 Tests (1)',
1274 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:121275 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121276 'ToTWin',
1277 'ToTWin(dbg)',
1278 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031279 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121280 'ToTWin64',
1281 'ToTWin64(dbg)',
1282 'ToTWin64(dll)',
1283 'ToTWinCFI',
1284 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:121285 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:081286 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121287 ],
1288 },
Ben Pastenee723b2f2019-05-31 19:10:271289 'ozone_unittests': {
1290 'modifications': {
1291 'chromeos-betty-google-rel': {
1292 'args': [
1293 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1294 ],
1295 },
1296 'linux-chromeos-google-rel': {
1297 'args': [
1298 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1299 ],
1300 },
1301 },
1302 },
Karen Qian385d2ca2019-03-19 21:49:581303 'perfetto_unittests': {
1304 'remove_from': [
John Budorickf2283d72019-06-25 01:09:091305 'android-asan',
Yun Liu022f4512019-06-10 23:14:041306 'android-code-coverage',
Karen Qian385d2ca2019-03-19 21:49:581307 'android-kitkat-arm-rel',
1308 'android-marshmallow-arm64-rel',
1309 'Android CFI',
1310 'KitKat Phone Tester (dbg)',
1311 'KitKat Tablet Tester',
1312 'Lollipop Phone Tester',
1313 'Lollipop Tablet Tester',
1314 'Marshmallow 64 bit Tester',
1315 'Marshmallow Tablet Tester',
1316 'Nougat Phone Tester',
1317 'ToTAndroid',
1318 'ToTAndroidCFI'
1319 ]
1320 },
Stephen Martinis54d64ad2018-09-21 22:16:201321 'performance_test_suite': {
1322 'modifications': {
1323 'Mac10.13 Tests (dbg)': {
1324 'args': [
1325 '--browser=debug',
1326 ],
1327 },
1328 'Win10 Tests x64 (dbg)': {
1329 'args': [
1330 '--browser=debug_x64',
1331 ],
1332 'experiment_percentage': 100,
1333 },
1334 'Win7 Tests (dbg)(1)': {
1335 'args': [
1336 '--browser=debug',
1337 ],
1338 },
1339 },
1340 },
Brian Sheedye6ea0ee2019-07-11 02:54:371341 'pixel_skia_gold_test': {
1342 'replacements': {
1343 # client.v8.fyi
1344 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1345 # use ${got_cr_revision}, which is only set on the V8 bots.
1346 'Android V8 FYI Release (Nexus 5X)': {
1347 'args': {
1348 '--build-revision': '${got_cr_revision}',
1349 },
1350 },
1351 'Linux V8 FYI Release (NVIDIA)': {
1352 'args': {
1353 '--build-revision': '${got_cr_revision}',
1354 },
1355 },
1356 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1357 'args': {
1358 '--build-revision': '${got_cr_revision}',
1359 },
1360 },
1361 'Mac V8 FYI Release (Intel)': {
1362 'args': {
1363 '--build-revision': '${got_cr_revision}',
1364 },
1365 },
1366 'Win V8 FYI Release (NVIDIA)': {
1367 'args': {
1368 '--build-revision': '${got_cr_revision}',
1369 },
1370 },
1371 },
1372 },
1373 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461374 'modifications': {
1375 'Android Release (Nexus 5X)': {
1376 'swarming': {
1377 'shards': 2,
1378 },
1379 },
1380 },
Nico Weber128fd382018-06-14 23:29:271381 },
John Budorickdce9d462019-03-23 00:25:381382 'sandbox_linux_unittests': {
1383 'modifications': {
1384 'Lollipop Phone Tester': {
1385 'args': [
1386 '--shard-timeout=300',
1387 ],
1388 },
1389 },
John Budorick3ebfdf852019-05-13 22:28:161390 'remove_from': [
1391 # chromium.memory
1392 'android-asan', # https://crbug.com/962650
1393 ],
John Budorickdce9d462019-03-23 00:25:381394 },
Kenneth Russelleb60cbd22017-12-05 07:54:281395 'services_unittests': {
John Budorickf69f56c572019-07-02 19:39:291396 'modifications': {
1397 'android-asan': {
1398 'args': [
1399 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.services_unittests.filter',
1400 ],
1401 },
1402 },
Kenneth Russelleb60cbd22017-12-05 07:54:281403 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241404 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481405 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011406 # chromium.gpu.fyi
1407 # The face and barcode detection tests fail on the Mac Pros.
1408 'Mac Pro FYI Release (AMD)',
Wezadb2dd70c2019-06-01 00:16:441409 # chromium.linux
1410 'Fuchsia x64',
John Budorickca14c76f62017-12-09 14:19:181411 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461412 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1413 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281414 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281415 },
Stephen Martinis54d64ad2018-09-21 22:16:201416 'swiftshader_unittests': {
1417 'remove_from': [
1418 # Save capacity on the hardware where we have only a few machines.
1419 'Mac FYI Experimental Release (Intel)',
1420 'Mac FYI Experimental Retina Release (AMD)',
1421 'Mac FYI Experimental Retina Release (NVIDIA)',
1422 'Mac Pro FYI Release (AMD)',
1423 ],
1424 },
Kenneth Russelleb60cbd22017-12-05 07:54:281425 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:291426 'remove_from': [
1427 # chromium.clang
1428 'CrWinAsan(dll)', # https://crbug.com/935598
1429 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281430 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571431 # chromium.clang
1432 'ToTLinuxTSan': {
1433 'swarming': {
1434 'shards': 6,
1435 },
1436 },
1437 # chromium.memory
1438 'Linux TSan Tests': {
1439 'swarming': {
1440 'shards': 6,
1441 },
1442 },
1443 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281444 'Win7 Tests (dbg)(1)': {
1445 'swarming': {
1446 'shards': 2,
1447 },
1448 },
Dirk Prankef04af4362019-02-21 15:34:011449 'Win10 Tests x64': {
1450 'experiment_percentage': 100, # https://crbug.com/933356
1451 },
Stephen Martinis75ab55d2018-08-30 02:27:121452 'Win10 Tests x64 (dbg)': {
1453 'experiment_percentage': 100, # https://crbug.com/840369
1454 },
Kenneth Russelleb60cbd22017-12-05 07:54:281455 },
1456 },
Kenneth Russell8a386d42018-06-02 09:48:011457 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521458 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011459 'remove_from': [
1460 # chromium.gpu
1461 'Linux Debug (NVIDIA)',
1462 'Mac Debug (Intel)',
1463 'Mac Retina Debug (AMD)',
1464 'Win10 Debug (NVIDIA)',
1465 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:011466 'Win10 FYI Debug (NVIDIA)',
1467 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:391468 # Disabled due to dbus crashes crbug.com/927465
1469 'Linux FYI Experimental Release (Intel HD 630)',
1470 'Linux FYI Experimental Release (NVIDIA)',
Yuly Novikov5865ff72019-07-09 21:38:051471 'Linux FYI Release (Intel HD 630)',
1472 'Linux FYI Release (NVIDIA)',
1473 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
1474 'Linux Release (NVIDIA)',
1475 'Linux Release Code Coverage (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011476 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551477 },
Kenneth Russelleb60cbd22017-12-05 07:54:281478 'telemetry_perf_unittests': {
1479 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281480 # chromium.android
John Budorick2232bb982018-05-18 17:50:071481 'android-kitkat-arm-rel': {
1482 'args': [
1483 '--browser=android-chromium',
1484 '--device=android',
1485 ],
1486 'swarming': {
1487 'dimension_sets': [
1488 {
1489 'temp_band': '<30',
1490 },
1491 ],
John Budorick2232bb982018-05-18 17:50:071492 'shards': 15,
1493 },
1494 },
John Budorick8c4a989d2018-05-20 05:08:391495 'android-marshmallow-arm64-rel': {
1496 'args': [
1497 '--browser=android-chromium',
1498 '--device=android',
1499 ],
1500 'swarming': {
1501 'dimension_sets': [
1502 {
1503 'temp_band': '<30',
1504 },
1505 ],
John Budorick8c4a989d2018-05-20 05:08:391506 'shards': 15,
1507 },
1508 },
John Budorick5672ffd2018-09-07 18:25:581509 # chromium.fyi
1510 'linux-chromium-tests-staging-tests': {
1511 'args': [
1512 '--xvfb',
1513 '--jobs=1',
1514 ],
1515 },
Kenneth Russell8ceeabf2017-12-11 17:53:281516 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281517 'Linux Tests': {
1518 'args': [
1519 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481520 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281521 ],
1522 },
Yuke Liaobc9ff982019-04-30 06:56:161523 # Mirrors 'Linux Tests'
1524 'Linux Tests Code Coverage': {
1525 'args': [
1526 '--xvfb',
1527 '--jobs=1',
1528 ],
1529 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:351530 'Linux Tests (dbg)(1)': {
1531 'args': [
1532 '--xvfb',
1533 '--jobs=1',
1534 ],
1535 },
Takuto Ikutae6681382019-06-17 16:03:001536 'linux-trusty-rel': {
1537 'args': [
1538 '--xvfb',
1539 '--jobs=1',
1540 ],
1541 },
Kenneth Russell8ceeabf2017-12-11 17:53:281542 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281543 # Disable parallelism on all Mac bots.
1544 'Mac10.10 Tests': {
1545 'args': [
1546 '--jobs=1',
1547 ],
1548 },
1549 'Mac10.11 Tests': {
1550 'args': [
1551 '--jobs=1',
1552 ],
1553 },
1554 'Mac10.12 Tests': {
1555 'args': [
1556 '--jobs=1',
1557 ],
1558 },
Ned Nguyen6e6e5b32018-02-21 20:21:501559 'Win7 Tests (dbg)(1)': {
1560 'args': [
1561 '--jobs=1',
1562 ],
1563 'swarming': {
1564 'shards': 20,
1565 },
1566 'experiment_percentage': 100,
1567 },
Kenneth Russelleb60cbd22017-12-05 07:54:281568 },
1569 'remove_from': [
Garrett Beatyeef031a2019-02-28 01:55:411570 # crbug.com/936540
1571 'Mac10.10 Tests',
1572 'Mac10.11 Tests',
Shenghua Zhangbd6f1b22018-03-03 02:59:141573 'Mac10.13 Tests',
1574 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271575 # client.v8.chromium
1576 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111577 # chromium.win
Takuto Ikuta9aa015d2019-04-15 23:33:291578 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:111579 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281580 ],
1581 },
Stephen Martinis54d64ad2018-09-21 22:16:201582 'telemetry_unittests': {
1583 'modifications': {
1584 'Win10 Tests x64 (dbg)': {
1585 'experiment_percentage': 100, # crbug.com/870673
1586 }
John Budorickc498fd3c2019-03-14 01:16:261587 },
1588 'remove_from': [
1589 # crbug.com/936540
1590 'Mac10.10 Tests',
1591 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:291592
1593 'Win10 Tests x64',
John Budorickc498fd3c2019-03-14 01:16:261594 ],
Stephen Martinis54d64ad2018-09-21 22:16:201595 },
Kenneth Russelleb60cbd22017-12-05 07:54:281596 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281597 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241598 # chromium.clang
1599 'ToTLinuxASan': {
1600 'swarming': {
1601 'shards': 2,
1602 },
John Budorickca14c76f62017-12-09 14:19:181603 },
Dirk Pranke20eae9a72017-12-09 18:12:141604 # chromium.memory
John Budorickf2283d72019-06-25 01:09:091605 'android-asan': {
1606 'args': [
1607 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
1608 ],
1609 },
John Budorickca14c76f62017-12-09 14:19:181610 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341611 # These are slow on the ASAN trybot for some reason.
1612 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181613 'swarming': {
John Budorick5052d552017-12-13 02:59:341614 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181615 },
1616 },
John Budorickca14c76f62017-12-09 14:19:181617 'Linux TSan Tests': {
1618 'swarming': {
1619 'shards': 2,
1620 },
1621 },
Takuto Ikuta54671d972018-07-19 19:06:351622 'Linux ChromiumOS MSan Tests': {
1623 # These are very slow on the Chrome OS MSAN trybot for some reason.
1624 # crbug.com/865455
1625 'swarming': {
1626 'shards': 2,
1627 },
1628 },
1629 'Linux Chromium OS ASan LSan Tests (1)': {
1630 # These are slow on the ASAN trybot for some reason.
1631 # crbug.com/794372
1632 'swarming': {
1633 'shards': 2,
1634 },
1635 },
Dirk Pranke20eae9a72017-12-09 18:12:141636 # chromium.swarm
1637 'Android N5X Swarm': {
1638 'swarming': {
1639 'shards': 8,
1640 },
1641 },
Ben Pastene21277632019-06-04 15:12:281642 'linux-chromeos-google-rel': {
Ben Pasteneacd71f72019-06-05 20:41:561643 'args': [
1644 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
1645 ],
Ben Pastene21277632019-06-04 15:12:281646 },
Kenneth Russelleb60cbd22017-12-05 07:54:281647 },
1648 },
Kenneth Russell8a386d42018-06-02 09:48:011649 'video_decode_accelerator_gl_unittest': {
1650 'remove_from': [
1651 # chromium.gpu.fyi
1652 # Windows Intel doesn't have the GL extensions to support this test.
Jamie Madill7130d992019-01-08 14:26:581653 'ANGLE GPU Win10 Release (Intel HD 630)',
Kenneth Russell0272ab72018-06-04 17:22:241654 'Optional Win10 Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011655 'Win10 FYI Release (Intel HD 630)',
1656 'Win10 FYI Exp Release (Intel HD 630)',
1657 ],
1658 },
Kenneth Russelleb60cbd22017-12-05 07:54:281659 'viz_unittests': {
1660 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281661 # chromium.win
1662 'Win10 Tests x64',
1663 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281664 },
Kenneth Russellfbda3c532017-12-08 23:57:241665 'vr_pixeltests': {
1666 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:281667 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281668 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241669 ],
1670 },
Sunny Sachanandani917b074c2019-03-12 03:18:491671 'vulkan_content_browsertests' : {
1672 'remove_from': [
1673 # Flaky hangs crbug.com/940723
1674 'Linux FYI GPU TSAN Release',
jonrossa2043da2019-07-03 14:14:171675 # Vulkan Driver needs updating crbug.com/953535
Sunny Sachanandanie53cfb2f2019-03-13 05:57:121676 'Linux FYI Release (AMD R7 240)',
jonrossa2043da2019-07-03 14:14:171677 'Linux FYI Release (Intel HD 630)',
Corentin Wallez60810e62019-04-18 07:10:191678 'Linux FYI Debug (NVIDIA)',
Corentin Wallez60810e62019-04-18 07:10:191679 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
1680 'Linux FYI Release (NVIDIA)',
Sunny Sachanandani917b074c2019-03-12 03:18:491681 ],
1682 },
Nico Webere81999ee2018-07-01 23:52:431683 'wayland_client_perftests': {
1684 'remove_from': [
1685 'linux-chromeos-dbg', # https://crbug.com/859307
1686 ],
1687 },
John Budorick63357462019-02-27 23:02:511688 'webdriver_tests_suite': {
1689 'remove_from': [
1690 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
Yuke Liaobc9ff982019-04-30 06:56:161691 # Mirrors 'Linux Tests'
1692 'Linux Tests Code Coverage', # https://crbug.com/929689, https://crbug.com/936557
John Budorick63357462019-02-27 23:02:511693 ],
1694 },
bsheedy048cbdb2019-02-04 20:32:051695 'webgl2_conformance_gl_passthrough_tests': {
1696 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:491697 # Not enough capacity. https://crbug.com/946694
1698 'ANGLE GPU Win10 Release (Intel HD 630)',
bsheedy048cbdb2019-02-04 20:32:051699 ],
1700 },
Stephen Martinis54d64ad2018-09-21 22:16:201701 'webgl2_conformance_tests': {
1702 'remove_from': [
1703 # The Mac NVIDIA Retina bots don't have the capacity to run
1704 # this test suite on mac_optional_gpu_tests_rel.
1705 'Optional Mac Retina Release (NVIDIA)',
1706 ],
Kenneth Russell8a386d42018-06-02 09:48:011707 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011708 'Mac FYI GPU ASAN Release': {
1709 'args': [
1710 '--is-asan',
1711 ]
1712 },
1713 },
1714 },
1715 'webgl_conformance_gl_passthrough_tests': {
1716 'remove_from': [
1717 # crbug.com/555545 and crbug.com/649824:
1718 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1719 # Always fails on older cards, flaky on newer cards.
1720 'Win7 FYI Debug (AMD)',
1721 'Win7 FYI Release (AMD)',
1722 ],
1723 },
Stephen Martinis54d64ad2018-09-21 22:16:201724 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011725 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201726 # On desktop platforms these don't take very long (~7 minutes),
1727 # but on Android they take ~30 minutes and we want to use more
1728 # shards than on desktop.
1729 # chromium.gpu
1730 'Android Release (Nexus 5X)': {
1731 'swarming': {
1732 'shards': 6,
1733 },
1734 },
Kenneth Russell8a386d42018-06-02 09:48:011735 'Mac FYI GPU ASAN Release': {
1736 'args': [
1737 '--is-asan',
1738 ]
1739 },
Ben Pastene52890ace2019-05-24 20:03:361740 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:361741 'swarming': {
1742 'shards': 6,
1743 },
1744 },
Kenneth Russell8a386d42018-06-02 09:48:011745 },
Ben Pastene1e9b93e2019-07-15 17:01:561746 'replacements': {
1747 'chromeos-kevin-rel-hw-tests': {
1748 # Replace VM args with the magic hostname that resolves to a CrOS
1749 # device in the test lab.
1750 'args': {
1751 '--remote': 'variable_chromeos_device_hostname',
1752 '--remote-ssh-port': None,
1753 },
1754 },
1755 },
Kenneth Russelle63e41f2019-04-09 02:45:281756 'remove_from': [
1757 # Too slow on this configuration, which is severely hardware
1758 # constrained. crbug.com/950690
1759 'Mac FYI Retina Debug (NVIDIA)',
1760 ],
Kenneth Russell8a386d42018-06-02 09:48:011761 },
Yuly Novikove27d1d22018-10-29 21:24:191762 'webgl_conformance_vulkan_passthrough_tests': {
1763 'remove_from': [
1764 'Win7 FYI Debug (AMD)',
1765 ],
1766 },
Kenneth Russelleb60cbd22017-12-05 07:54:281767 'webkit_layout_tests': {
1768 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241769 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321770 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131771 'Win10 Tests x64 (dbg)',
Takuto Ikuta9aa015d2019-04-15 23:33:291772
Stephen Martinis07a9f742019-03-20 19:16:561773 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201774 'mac-dummy-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281775 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281776 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281777 # chromium.fyi
Sergey Ulanov48e11772019-01-29 22:35:521778 'fuchsia-fyi-x64-rel': {
1779 'args': [
1780 '--platform=fuchsia',
1781 ],
Sergey Ulanovb7e2d522019-04-09 23:24:481782 'swarming': {
1783 'shards': 1,
1784 },
Sergey Ulanov48e11772019-01-29 22:35:521785 },
Stephen McGruer54cac792018-08-30 15:02:321786 'linux-blink-animation-use-time-delta': {
1787 'args': [
1788 '--debug',
1789 ],
1790 },
Karen Qian738ddb302019-04-01 21:50:231791 'linux-blink-heap-concurrent-marking-tsan-rel': {
1792 'args': [
1793 '--release',
1794 '--additional-driver-flag=--enable-blink-features=HeapConcurrentMarking',
1795 ],
1796 },
John Budorickab108712018-09-01 00:12:211797 'linux-blink-heap-unified-gc': {
1798 'args': [
1799 '--debug',
1800 '--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection',
1801 ],
1802 },
Dirk Pranke97f97ae62018-06-19 22:22:361803 'mac10.10-blink-rel-dummy': {
1804 'swarming': {
1805 'dimension_sets': [
1806 { # This should match Mac10.10 Tests on chromium.mac.
1807 'gpu': 'none',
1808 'os': 'Mac-10.10',
1809 }
1810 ]
1811 },
1812 },
1813 'mac10.11-blink-rel-dummy': {
1814 'swarming': {
1815 'dimension_sets': [
1816 { # This should match Mac10.11 Tests on chromium.mac.
1817 'gpu': 'none',
1818 'os': 'Mac-10.11',
1819 }
1820 ]
1821 },
1822 },
1823 'mac10.12-blink-rel-dummy': {
1824 'swarming': {
1825 'dimension_sets': [
1826 { # This should match Mac10.12 Tests on chromium.mac.
1827 'gpu': '8086:0a2e',
1828 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561829 'os': 'Mac-10.12.6',
Dirk Pranke97f97ae62018-06-19 22:22:361830 },
1831 ],
1832 },
1833 },
Dirk Pranke97f97ae62018-06-19 22:22:361834 'mac10.13-blink-rel-dummy': {
1835 'swarming': {
1836 'dimension_sets': [
Aaron Gableaec8fb8f2019-06-13 02:28:561837 { # This should match "Mac10.13 Tests" on the main waterfall.
Dirk Pranke97f97ae62018-06-19 22:22:361838 'gpu': '8086:0a2e',
1839 'hidpi': '0',
Takuto Ikutabdcde4c22019-03-25 21:49:561840 'os': 'Mac-10.13.6',
Dirk Pranke97f97ae62018-06-19 22:22:361841 },
1842 ],
1843 'shards': 12,
1844 },
1845 },
Philip Rogers639990262018-12-08 00:13:331846 'WebKit Linux composite_after_paint Dummy Builder': {
1847 'args': [
1848 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1849 ],
1850 },
Kenneth Russell8ceeabf2017-12-11 17:53:281851 'WebKit Linux layout_ng Dummy Builder': {
1852 'args': [
Christian Biesinger0cc2b3152019-06-25 19:57:461853 '--additional-driver-flag=--disable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281854 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281855 },
1856 'WebKit Linux root_layer_scrolls Dummy Builder': {
1857 'args': [
1858 '--additional-driver-flag=--root-layer-scrolls',
1859 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281860 },
Kenneth Russell8ceeabf2017-12-11 17:53:281861 # chromium.linux
Sergey Ulanovb7e2d522019-04-09 23:24:481862 'Fuchsia x64': {
1863 'args': [
1864 '--platform=fuchsia',
1865 ],
1866 'swarming': {
1867 'shards': 1,
1868 },
1869 },
Kenneth Russelleb60cbd22017-12-05 07:54:281870 'Linux Tests': {
Yuke Liaoe05477b2019-07-22 18:18:411871 "args": [
1872 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1873 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281874 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:281875 'shards': 6,
1876 },
1877 },
Yuke Liaobc9ff982019-04-30 06:56:161878 # Mirrors 'Linux Tests'
1879 'Linux Tests Code Coverage': {
1880 "args": [
1881 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1882 ],
1883 'swarming': {
1884 'shards': 6,
1885 },
1886 },
1887 'Linux Release Code Coverage (NVIDIA)': {
1888 "args": [
1889 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw",
1890 ],
1891 },
Dirk Prankec1083b42018-06-15 02:43:321892 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131893 'args': [
1894 '--debug',
1895 ],
Dirk Prankec1083b42018-06-15 02:43:321896 'swarming': {
Dirk Prankec1083b42018-06-15 02:43:321897 'shards': 20,
1898 },
1899 },
Kenneth Russell8ceeabf2017-12-11 17:53:281900 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281901 'Mac10.10 Tests': {
1902 # TODO(kbr): this is essentially redundant.
1903 'swarming': {
1904 'dimension_sets': [
1905 {
1906 'gpu': 'none',
1907 'os': 'Mac-10.10.5',
1908 },
1909 ],
1910 },
1911 },
1912 'Mac10.11 Tests': {
1913 # TODO(kbr): this is essentially redundant.
1914 'swarming': {
1915 'dimension_sets': [
1916 {
1917 'gpu': 'none',
1918 'os': 'Mac-10.11.6',
1919 },
1920 ],
1921 },
1922 },
1923 'Mac10.12 Tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281924 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:281925 'shards': 12,
1926 },
1927 },
Dirk Pranke736e26f2018-04-07 01:54:301928 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531929 'swarming': {
1930 'dimension_sets': [
1931 {
Kenneth Russellbd784832019-04-26 19:50:171932 # Run the layout tests on a consistent set of hardware
1933 # (Mac Minis).
Ben Pastene62e179d52018-08-16 21:22:091934 'gpu': '8086:0a2e',
Dirk Prankec2917e92018-06-21 04:28:531935 },
1936 ],
1937 'shards': 12,
1938 },
Dirk Pranke736e26f2018-04-07 01:54:301939 },
Dirk Pranke15530fe2018-06-15 16:12:131940 'Mac10.13 Tests (dbg)': {
1941 'args': [
1942 '--debug',
1943 ],
1944 },
Dirk Pranke81ff51c2017-12-09 19:24:281945 # chromium.webkit.
Takuto Ikuta97d3c902019-05-30 04:01:091946 'WebKit Linux ASAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281947 'args': [
1948 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431949 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281950 '--time-out-ms',
1951 '48000',
1952 '--enable-sanitizer',
1953 ],
1954 'swarming': {
1955 'dimension_sets': [
1956 {
Takuto Ikuta5e459b12019-07-09 05:30:561957 'os': 'Ubuntu-16.04',
Dirk Pranke81ff51c2017-12-09 19:24:281958 },
1959 ],
1960 'shards': 20,
1961 },
1962 },
Takuto Ikuta97d3c902019-05-30 04:01:091963 'WebKit Linux Leak': {
Dirk Pranke81ff51c2017-12-09 19:24:281964 'args': [
1965 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431966 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281967 '--time-out-ms',
1968 '48000',
1969 '--enable-leak-detection',
1970 ],
1971 'swarming': {
1972 'dimension_sets': [
1973 {
Takuto Ikuta5e459b12019-07-09 05:30:561974 'os': 'Ubuntu-16.04',
Dirk Pranke81ff51c2017-12-09 19:24:281975 },
1976 ],
1977 'shards': 10,
1978 },
1979 },
Takuto Ikuta97d3c902019-05-30 04:01:091980 'WebKit Linux MSAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281981 'args': [
1982 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431983 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281984 '--time-out-ms',
1985 '66000',
1986 '--enable-sanitizer',
1987 ],
1988 'swarming': {
1989 'dimension_sets': [
1990 {
1991 'os': 'Ubuntu-14.04',
1992 },
1993 ],
1994 'expiration': 36000,
1995 'hard_timeout': 10800,
1996 'io_timeout': 3600,
1997 'shards': 20,
1998 },
1999 },
Dirk Pranke81ff51c2017-12-09 19:24:282000 'WebKit Win10': {
2001 'swarming': {
2002 'dimension_sets': [
2003 {
Jao-ke Chin-Leeee7d1492018-04-02 17:35:482004 'os': 'Windows-10-15063',
Dirk Pranke81ff51c2017-12-09 19:24:282005 },
2006 ],
Dirk Pranke81ff51c2017-12-09 19:24:282007 },
2008 },
Kenneth Russell8ceeabf2017-12-11 17:53:282009 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:282010 'Win7 Tests (dbg)(1)': {
2011 'args': [
2012 '--debug',
2013 '--time-out-ms',
2014 '60000'
2015 ],
Dirk Pranke028aa922018-05-25 18:37:342016 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:282017 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
2018 # from prefered_os_dimension in
2019 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
2020 # Swarming dimensions would be either specified for all testers on the
2021 # waterfall (and therefore, explicitly specified for all tests in the
2022 # generated JSON), or this would be removed, and the implicit one used.
2023 'swarming': {
2024 'dimension_sets': [
2025 {
2026 'os': 'Windows-7-SP1',
2027 }
2028 ],
2029 },
2030 },
Takuto Ikuta6017210f2019-04-17 02:46:352031 'Win10 Tests x64': {
2032 'args': [
2033 '--target',
2034 'Release_x64',
2035 ],
2036 },
Stephen Martinis1c5d6aa2018-04-17 03:11:252037 'Win10 Tests x64 (dbg)': {
2038 'args': [
2039 '--debug',
Stephen Martinis29afff32018-04-19 03:03:112040 '--target',
2041 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:252042 ],
2043 },
John Budorickb1833612018-12-07 04:36:412044 # tryserver.chromium.android
2045 'android_blink_rel': {
2046 'args': [
John Budorick04e6d4b2018-12-07 21:08:422047 '--release',
John Budorickb1833612018-12-07 04:36:412048 '--android',
2049 # TODO(crbug.com/912120): Breakpad was entirely disabled on
2050 # Android. Remove this when it no longer affects Android crash
2051 # log handling.
2052 '--disable-breakpad',
2053 # TODO(crbug.com/875172): run on the real GPU since the
2054 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
2055 '--additional-driver-flag=--use-gpu-in-tests',
2056 ],
2057 },
Kenneth Russelleb60cbd22017-12-05 07:54:282058 },
2059 },
Kenneth Russelleb60cbd22017-12-05 07:54:282060 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:282061 'modifications': {
John Budorick5052d552017-12-13 02:59:342062 # chromium.memory
2063 'Linux ASan LSan Tests (1)': {
2064 # These are very slow on the ASAN trybot for some reason.
2065 # crbug.com/794372
2066 'swarming': {
2067 'shards': 5,
2068 },
2069 },
arthursonzogni26889d82018-05-29 17:18:162070 'Marshmallow 64 bit Tester': {
2071 # Increase timeout. See https://crbug.com/847229.
2072 'swarming': {
2073 'hard_timeout': 1200,
2074 },
2075 },
Dirk Pranke81ff51c2017-12-09 19:24:282076 },
John Budorick5bf43a62019-03-19 00:43:502077 'remove_from': [
2078 # Flakily fails on Win7. https://crbug.com/943372.
2079 'Win7 Tests (1)',
2080 'Win 7 Tests x64 (1)',
2081 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282082 },
rbpotter870db8942019-04-09 03:11:132083 'webui_html_imports_polyfill_browser_tests': {
2084 'remove_from': [
2085 # chromium.win
2086 'Win10 Tests x64 (dbg)', # Matches browser_tests.
2087 # chromium.clang
2088 'CrWinAsan(dll)', # https://crbug.com/935598
2089 ],
2090 },
Kenneth Russelleb60cbd22017-12-05 07:54:282091 'webview_instrumentation_test_apk': {
2092 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062093 # This test frequently fails on Android, https://crbug.com/824959
2094 # chromium.android
John Budorick2232bb982018-05-18 17:50:072095 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282096 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282097 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:282098 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:502099 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502100 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092101 # chromium.memory
2102 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142103 # On chromium.swarm, this should possibly be being run (or removed
2104 # from Android N5X Swarm).
2105 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:282106 ],
Ben Pastenee17a8e92018-07-12 21:55:182107 'modifications': {
2108 'Oreo Phone Tester': {
2109 # TODO(crbug.com/863089): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572110 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2111 # either passing or there is more capacity.
2112 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182113 },
2114 },
Kenneth Russelleb60cbd22017-12-05 07:54:282115 },
bsheedy800f5062018-08-07 00:47:542116 'xr_browser_tests': {
2117 'remove_from': [
2118 # chromium.gpu.fyi
2119 # This exception probably needs to stay due to lack of capacity
2120 # on the Win AMD bots.
2121 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482122 # Fails on the bot, http://crbug.com/868143
2123 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542124 ],
2125 },
Kenneth Russelleb60cbd22017-12-05 07:54:282126}