Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1 | # 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 Budorick | 826d5ed | 2017-12-28 19:27:32 | [diff] [blame] | 21 | # On chromium.android, these do not need to run prior to M. |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 22 | 'android-kitkat-arm-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 23 | 'KitKat Phone Tester (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 24 | 'KitKat Tablet Tester', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 25 | # chromium.android.fyi |
| 26 | 'x64 Device Tester', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 27 | # chromium.fyi |
| 28 | 'Out of Process Profiling Android', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 29 | ], |
| 30 | 'modifications': { |
| 31 | 'Lollipop Tablet Tester': { |
| 32 | 'swarming': { |
| 33 | 'hard_timeout': 900, |
| 34 | }, |
| 35 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 36 | 'Marshmallow Tablet Tester': { |
| 37 | 'swarming': { |
| 38 | 'hard_timeout': 900, |
| 39 | }, |
| 40 | }, |
| 41 | }, |
| 42 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 43 | 'angle_end2end_tests': { |
| 44 | 'remove_from': [ |
| 45 | # chromium.gpu.fyi |
| 46 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 47 | 'Android FYI Release (Nexus 5)', |
| 48 | 'Android FYI Release (Nexus 6)', |
| 49 | 'Android FYI Release (Nexus 9)', |
| 50 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 51 | 'Linux FYI Release (AMD R7 240)', |
| 52 | ], |
| 53 | }, |
| 54 | 'angle_perftests': { |
| 55 | 'remove_from': [ |
| 56 | # anglebug.com/2433 |
| 57 | 'Android FYI Release (Nexus 6)', |
| 58 | ], |
| 59 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 60 | 'angle_unittests': { |
| 61 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 62 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 63 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 64 | 'Chromium Mac 10.13', |
Nico Weber | ebde4f7 | 2018-06-12 23:13:52 | [diff] [blame] | 65 | # chromium.gpu.fyi |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 66 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 67 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 68 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 69 | 'modifications': { |
| 70 | 'Linux ASan LSan Tests (1)': { |
| 71 | 'swarming': { |
| 72 | 'shards': 10, |
| 73 | }, |
| 74 | }, |
| 75 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 76 | }, |
| 77 | 'app_shell_unittests': { |
| 78 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 79 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 80 | 'Out of Process Profiling Windows', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 81 | 'Win 10 Fast Ring', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 82 | ], |
| 83 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 84 | 'aura_unittests': { |
| 85 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 86 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 87 | 'Out of Process Profiling Windows', |
| 88 | 'Win 10 Fast Ring', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 89 | ], |
| 90 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 91 | 'base_unittests': { |
| 92 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 93 | # chromium.android |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 94 | 'android-marshmallow-arm64-rel': { |
| 95 | 'swarming': { |
| 96 | 'hard_timeout': 960, |
| 97 | }, |
| 98 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 99 | 'KitKat Tablet Tester': { |
| 100 | 'swarming': { |
| 101 | 'hard_timeout': 300, |
| 102 | }, |
| 103 | }, |
| 104 | 'Lollipop Tablet Tester': { |
| 105 | 'swarming': { |
| 106 | 'hard_timeout': 600, |
| 107 | }, |
| 108 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 109 | 'Marshmallow Tablet Tester': { |
| 110 | 'swarming': { |
| 111 | 'hard_timeout': 600, |
| 112 | }, |
| 113 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 114 | # chromium.clang |
| 115 | 'ToTMac': { |
| 116 | 'swarming': { |
| 117 | 'shards': 5, |
| 118 | }, |
| 119 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 120 | # chromium.fyi |
| 121 | 'Out of Process Profiling Mac': { |
| 122 | 'swarming': { |
| 123 | 'shards': 5, |
| 124 | }, |
| 125 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 126 | }, |
| 127 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 128 | 'blink_heap_unittests': { |
| 129 | 'remove_from': [ |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 130 | # chromium.memory |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 131 | 'Linux TSan Tests', # https://crbug.com/831674 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 132 | ], |
| 133 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 134 | # chromium.android |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 135 | 'android-kitkat-arm-rel': { |
| 136 | 'swarming': { |
| 137 | 'hard_timeout': 180, |
| 138 | }, |
| 139 | }, |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 140 | 'android-marshmallow-arm64-rel': { |
| 141 | 'swarming': { |
| 142 | 'hard_timeout': 960, |
| 143 | }, |
| 144 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 145 | 'KitKat Phone Tester (dbg)': { |
| 146 | 'swarming': { |
| 147 | 'hard_timeout': 180, |
| 148 | }, |
| 149 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 150 | # chromium.android.fyi |
| 151 | 'x86 Cloud Tester': { |
| 152 | 'swarming': { |
| 153 | 'hard_timeout': 120, |
| 154 | }, |
| 155 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 156 | }, |
| 157 | }, |
Alexander Timin | 2263e0a | 2018-06-13 11:59:30 | [diff] [blame] | 158 | 'blink_platform_unittests': { |
| 159 | 'modifications': { |
| 160 | 'android-kitkat-arm-rel': { |
| 161 | 'experiment_percentage': 100, |
| 162 | }, |
| 163 | 'android-marshmallow-arm64-rel': { |
| 164 | 'experiment_percentage': 100, |
| 165 | }, |
| 166 | }, |
| 167 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 168 | 'breakpad_unittests': { |
| 169 | 'modifications': { |
| 170 | 'KitKat Tablet Tester': { |
| 171 | 'swarming': { |
| 172 | 'hard_timeout': 60, |
| 173 | }, |
| 174 | }, |
| 175 | 'Lollipop Tablet Tester': { |
| 176 | 'swarming': { |
| 177 | 'hard_timeout': 60, |
| 178 | }, |
| 179 | }, |
| 180 | 'Marshmallow Tablet Tester': { |
| 181 | 'swarming': { |
| 182 | 'hard_timeout': 60, |
| 183 | }, |
| 184 | }, |
| 185 | }, |
| 186 | }, |
| 187 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 188 | 'remove_from': [ |
| 189 | # chromium.clang |
| 190 | 'CrWinAsanCov', |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 191 | 'linux-win_cross-rel', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 192 | 'ToTLinuxUBSanVptr', |
Dirk Pranke | 57c11a9 | 2018-06-17 21:23:42 | [diff] [blame] | 193 | 'ToTMac', # https://crbug.com/828031 |
| 194 | 'ToTMacASan', # https://crbug.com/828031 |
Kenneth Russell | 7822504 | 2018-02-23 09:43:13 | [diff] [blame] | 195 | 'UBSanVptr Linux', |
Dirk Pranke | 57c11a9 | 2018-06-17 21:23:42 | [diff] [blame] | 196 | # chromium.fyi |
| 197 | 'Chromium Mac 10.13', # https://crbug.com/828031 |
| 198 | 'Out of Process Profiling Mac', # https://crbug.com/828031 |
| 199 | 'mac-views-rel', # https://crbug.com/828031 |
Dirk Pranke | 9e8bb71 | 2018-06-18 05:02:38 | [diff] [blame] | 200 | # chromium.mac |
| 201 | 'Mac10.10 Tests', # https://crbug.com/828031 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 202 | # chromium.memory |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 203 | 'Linux TSan Tests', # https://crbug.com/368525 |
Dirk Pranke | 57c11a9 | 2018-06-17 21:23:42 | [diff] [blame] | 204 | 'Mac ASan 64 Tests (1)', # https://crbug.com/828031 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 205 | # chromium.win |
| 206 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 207 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 208 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 209 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 210 | 'linux-chromeos-dbg': { |
| 211 | 'swarming': { |
| 212 | 'shards': 20, |
| 213 | }, |
| 214 | }, |
Nico Weber | 3f2a65de9 | 2018-06-11 14:04:17 | [diff] [blame] | 215 | # chromium.clang |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 216 | 'ToTWin(dbg)': { |
| 217 | 'swarming': { |
| 218 | 'shards': 20, |
| 219 | }, |
| 220 | }, |
| 221 | 'ToTWin64(dbg)': { |
| 222 | 'swarming': { |
| 223 | 'shards': 20, |
| 224 | }, |
| 225 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 226 | # chromium.fyi |
| 227 | 'Out of Process Profiling Linux': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 228 | 'swarming': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 229 | 'shards': 5, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 230 | }, |
| 231 | }, |
Dirk Pranke | 9e20e8d | 2018-06-18 02:46:54 | [diff] [blame] | 232 | # chromium.mac |
Dirk Pranke | 9e20e8d | 2018-06-18 02:46:54 | [diff] [blame] | 233 | 'Mac10.11 Tests': { |
| 234 | # A subset of tests seem to cause WindowServer deaths on VMs. |
| 235 | # crbug.com/828031 et al. |
| 236 | 'args': [ |
| 237 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', |
| 238 | '--gtest_shuffle', |
| 239 | ], |
| 240 | 'swarming': { |
| 241 | 'dimension_sets': [ |
| 242 | { |
| 243 | 'pool': 'Chrome-quarantine', |
Dirk Pranke | 9e8bb71 | 2018-06-18 05:02:38 | [diff] [blame] | 244 | 'gpu': 'none', |
Dirk Pranke | 9e20e8d | 2018-06-18 02:46:54 | [diff] [blame] | 245 | }, |
| 246 | ], |
| 247 | }, |
| 248 | }, |
| 249 | 'Mac10.12 Tests': { |
| 250 | # A subset of tests seem to cause WindowServer deaths on VMs. |
| 251 | # crbug.com/828031 et al. |
| 252 | 'args': [ |
| 253 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', |
| 254 | '--gtest_shuffle', |
| 255 | ], |
| 256 | 'swarming': { |
| 257 | 'dimension_sets': [ |
| 258 | { |
| 259 | 'pool': 'Chrome-quarantine', |
Dirk Pranke | 9e8bb71 | 2018-06-18 05:02:38 | [diff] [blame] | 260 | 'gpu': 'none', |
Dirk Pranke | 9e20e8d | 2018-06-18 02:46:54 | [diff] [blame] | 261 | }, |
| 262 | ], |
| 263 | }, |
| 264 | }, |
| 265 | 'Mac10.13 Tests': { |
| 266 | # A subset of tests seem to cause WindowServer deaths on VMs. |
| 267 | # crbug.com/828031 et al. |
| 268 | 'args': [ |
| 269 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', |
| 270 | '--gtest_shuffle', |
| 271 | ], |
John Budorick | 96bff73 | 2018-06-18 23:24:10 | [diff] [blame] | 272 | 'experiment_percentage': 50, |
Dirk Pranke | 9e20e8d | 2018-06-18 02:46:54 | [diff] [blame] | 273 | 'swarming': { |
| 274 | 'dimension_sets': [ |
| 275 | { |
| 276 | 'pool': 'Chrome-quarantine', |
Dirk Pranke | 9e8bb71 | 2018-06-18 05:02:38 | [diff] [blame] | 277 | 'gpu': 'none', |
Dirk Pranke | 9e20e8d | 2018-06-18 02:46:54 | [diff] [blame] | 278 | }, |
| 279 | ], |
| 280 | }, |
| 281 | }, |
| 282 | 'Mac10.13 Tests (dbg)': { |
| 283 | # A subset of tests seem to cause WindowServer deaths on VMs. |
| 284 | # crbug.com/828031 et al. |
| 285 | 'args': [ |
| 286 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', |
| 287 | '--gtest_shuffle', |
| 288 | ], |
| 289 | 'swarming': { |
| 290 | 'dimension_sets': [ |
| 291 | { |
| 292 | 'pool': 'Chrome-quarantine', |
Dirk Pranke | 9e8bb71 | 2018-06-18 05:02:38 | [diff] [blame] | 293 | 'gpu': 'none', |
Dirk Pranke | 9e20e8d | 2018-06-18 02:46:54 | [diff] [blame] | 294 | }, |
| 295 | ], |
| 296 | }, |
| 297 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 298 | # chromium.memory |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 299 | 'Linux ASan LSan Tests (1)': { |
| 300 | # These are very slow on the ASAN trybot for some reason. |
| 301 | # crbug.com/794372 |
| 302 | 'swarming': { |
| 303 | 'shards': 30, |
| 304 | }, |
| 305 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 306 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 307 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 308 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 309 | }, |
| 310 | }, |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 311 | # client.v8.chromium |
| 312 | 'Linux - Future (dbg)': { |
| 313 | 'swarming': { |
| 314 | 'shards': 10, |
| 315 | }, |
| 316 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 317 | # chromium.win |
| 318 | 'Win7 Tests (dbg)(1)': { |
| 319 | 'swarming': { |
| 320 | 'shards': 20, |
| 321 | }, |
| 322 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 323 | }, |
| 324 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 325 | 'capture_unittests': { |
| 326 | 'modifications': { |
| 327 | 'KitKat Tablet Tester': { |
| 328 | 'swarming': { |
| 329 | 'hard_timeout': 120, |
| 330 | }, |
| 331 | }, |
| 332 | 'Marshmallow Tablet Tester': { |
| 333 | 'swarming': { |
| 334 | 'hard_timeout': 120, |
| 335 | }, |
| 336 | }, |
| 337 | }, |
| 338 | }, |
| 339 | 'cast_shell_browsertests': { |
| 340 | 'modifications': { |
| 341 | 'Cast Audio Linux': { |
| 342 | 'args': [ |
| 343 | '--enable-local-file-accesses', |
| 344 | '--ozone-platform=headless', |
| 345 | '--no-sandbox', |
| 346 | '--test-launcher-jobs=1', |
| 347 | ], |
| 348 | 'swarming': { |
| 349 | 'can_use_on_swarming_builders': False, |
| 350 | }, |
| 351 | }, |
| 352 | 'Cast Linux': { |
| 353 | 'args': [ |
| 354 | '--enable-local-file-accesses', |
| 355 | '--ozone-platform=cast', |
| 356 | '--no-sandbox', |
| 357 | '--test-launcher-jobs=1', |
| 358 | ], |
| 359 | 'swarming': { |
| 360 | 'can_use_on_swarming_builders': False, |
| 361 | }, |
| 362 | }, |
| 363 | }, |
| 364 | }, |
| 365 | 'cast_unittests': { |
| 366 | 'remove_from': [ |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 367 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 368 | 'linux-chromeos-dbg', |
| 369 | 'linux-chromeos-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 370 | # Unclear why these largely aren't run on Android. |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 371 | # TODO(kbr): why are the cast unit tests not run on the Cast bots?! |
| 372 | 'Cast Audio Linux', |
| 373 | 'Cast Linux', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 374 | # chromium.clang |
Peter Collingbourne | 6e3a081d | 2018-02-16 19:54:33 | [diff] [blame] | 375 | 'ToTAndroidCFI', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 376 | 'ToTLinuxThinLTO', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 377 | ], |
| 378 | }, |
| 379 | 'cc_unittests': { |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 380 | 'remove_from': [ |
| 381 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 382 | 'linux-chromeos-dbg', |
| 383 | 'linux-chromeos-rel', |
| 384 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 385 | }, |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 386 | 'checkbins': { |
| 387 | 'remove_from': [ |
| 388 | 'Linux x64', |
| 389 | 'Mac', |
| 390 | ], |
| 391 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 392 | 'chrome_app_unittests': { |
| 393 | 'remove_from': [ |
| 394 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 395 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 396 | 'Chromium Mac 10.13', |
| 397 | 'Out of Process Profiling Mac', |
| 398 | ], |
| 399 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 400 | 'chrome_elf_import_unittests': { |
| 401 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 402 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 403 | 'Out of Process Profiling Windows', |
| 404 | 'Win 10 Fast Ring', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 405 | ], |
| 406 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 407 | 'chrome_public_test_apk': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 408 | 'remove_gtest_from': [ |
| 409 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 410 | 'Unswarmed N5 Tests Dummy Builder', |
| 411 | 'Unswarmed N5X Tests Dummy Builder', |
| 412 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 413 | 'remove_from': [ |
Peter Collingbourne | 6e3a081d | 2018-02-16 19:54:33 | [diff] [blame] | 414 | # chromium.clang |
| 415 | 'ToTAndroidCFI', |
Peter Collingbourne | e07e84e8 | 2018-02-23 20:28:58 | [diff] [blame] | 416 | # chromium.memory |
| 417 | 'Android CFI', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 418 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 419 | 'key_removals': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 420 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 421 | 'Nougat Phone Tester': [ |
| 422 | 'args', |
| 423 | ], |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 424 | 'x86 Cloud Tester': [ |
| 425 | 'args', |
| 426 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 427 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 428 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 429 | # chromium.android |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 430 | 'android-kitkat-arm-rel': { |
| 431 | 'swarming': { |
| 432 | 'shards': 12, |
| 433 | }, |
| 434 | }, |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 435 | 'android-marshmallow-arm64-rel': { |
| 436 | # TODO(crbug.com/731759): Enable this once we're confident that it |
| 437 | # passes. |
| 438 | 'experiment_percentage': 100, |
| 439 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 440 | 'KitKat Phone Tester (dbg)': { |
| 441 | 'swarming': { |
| 442 | 'shards': 20, |
| 443 | }, |
| 444 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 445 | 'KitKat Tablet Tester': { |
| 446 | 'swarming': { |
| 447 | 'hard_timeout': 2400, |
| 448 | }, |
| 449 | }, |
| 450 | 'Lollipop Phone Tester': { |
| 451 | 'swarming': { |
| 452 | 'hard_timeout': 1800, |
| 453 | }, |
| 454 | }, |
| 455 | 'Lollipop Tablet Tester': { |
| 456 | 'swarming': { |
| 457 | 'hard_timeout': 1800, |
| 458 | }, |
| 459 | }, |
| 460 | 'Marshmallow 64 bit Tester': { |
Benjamin Pastene | ca196300 | 2018-04-18 18:58:24 | [diff] [blame] | 461 | # TODO(crbug.com/731759): Enable this once we're confident that it |
| 462 | # passes. |
| 463 | 'experiment_percentage': 100, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 464 | 'swarming': { |
| 465 | 'hard_timeout': 1200, |
| 466 | 'shards': 14, |
| 467 | }, |
| 468 | }, |
| 469 | 'Marshmallow Tablet Tester': { |
| 470 | 'swarming': { |
| 471 | 'hard_timeout': 1800, |
| 472 | }, |
| 473 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 474 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 475 | 'Nougat Phone Tester': { |
| 476 | 'swarming': { |
| 477 | 'hard_timeout': 1200, |
| 478 | 'shards': 8, |
| 479 | }, |
| 480 | }, |
| 481 | 'x64 Device Tester': { |
| 482 | 'swarming': { |
| 483 | 'hard_timeout': 0, |
| 484 | 'shards': 1, |
| 485 | }, |
| 486 | }, |
| 487 | 'x86 Cloud Tester': { |
| 488 | 'swarming': { |
| 489 | 'hard_timeout': 1200, |
| 490 | 'shards': 1, |
| 491 | }, |
| 492 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 493 | # chromium.clang |
| 494 | 'ToTAndroid x64': { |
| 495 | 'swarming': { |
| 496 | 'shards': 1, |
| 497 | 'hard_timeout': 0, |
| 498 | }, |
| 499 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 500 | # chromium.fyi |
| 501 | 'Out of Process Profiling Android': { |
| 502 | 'swarming': { |
| 503 | 'shards': 1, |
| 504 | 'hard_timeout': 0, |
| 505 | }, |
| 506 | }, |
John Budorick | 3400947 | 2018-04-03 17:38:44 | [diff] [blame] | 507 | # chromium.swarm |
| 508 | 'Android N5X Swarm': { |
| 509 | # TODO(crbug.com/731759): Enable this once we're confident that it |
| 510 | # passes. |
| 511 | 'experiment_percentage': 100, |
| 512 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 513 | }, |
| 514 | }, |
| 515 | 'chrome_public_test_vr_apk': { |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 516 | 'remove_gtest_from': [ |
| 517 | # chromium.android |
| 518 | 'KitKat Tablet Tester', |
| 519 | 'Lollipop Tablet Tester', |
| 520 | 'Marshmallow Tablet Tester', |
| 521 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 522 | 'modifications': { |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 523 | 'android-kitkat-arm-rel': { |
| 524 | 'args': [ |
| 525 | '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json', |
| 526 | '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk', |
| 527 | ], |
| 528 | 'swarming': { |
| 529 | 'hard_timeout': 1920, |
| 530 | }, |
| 531 | }, |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 532 | 'android-marshmallow-arm64-rel': { |
| 533 | 'args': [ |
| 534 | '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json', |
| 535 | '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk', |
| 536 | ], |
| 537 | 'swarming': { |
| 538 | 'hard_timeout': 1200, |
| 539 | }, |
| 540 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 541 | 'Lollipop Phone Tester': { |
| 542 | 'args': [ |
| 543 | '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json', |
| 544 | '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 545 | ], |
| 546 | 'swarming': { |
| 547 | 'hard_timeout': 1920, |
| 548 | }, |
| 549 | }, |
| 550 | 'Marshmallow 64 bit Tester': { |
| 551 | 'args': [ |
| 552 | '--shared-prefs-file=//chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json', |
| 553 | '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk', |
| 554 | ], |
| 555 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 556 | }, |
| 557 | }, |
| 558 | 'chrome_sync_shell_test_apk': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 559 | 'remove_gtest_from': [ |
| 560 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 561 | 'Unswarmed N5 Tests Dummy Builder', |
| 562 | 'Unswarmed N5X Tests Dummy Builder', |
| 563 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 564 | 'key_removals': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 565 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 566 | 'Nougat Phone Tester': [ |
| 567 | 'args', |
| 568 | ], |
| 569 | 'x64 Device Tester': [ |
| 570 | 'args', |
| 571 | ], |
| 572 | 'x86 Cloud Tester': [ |
| 573 | 'args', |
| 574 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 575 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 576 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 577 | # chromium.android |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 578 | 'KitKat Phone Tester (dbg)': { |
| 579 | 'swarming': { |
| 580 | 'shards': 2, |
| 581 | }, |
| 582 | }, |
| 583 | 'KitKat Tablet Tester': { |
| 584 | 'swarming': { |
| 585 | 'hard_timeout': 1200, |
| 586 | }, |
| 587 | }, |
| 588 | 'Lollipop Tablet Tester': { |
| 589 | 'swarming': { |
| 590 | 'hard_timeout': 1200, |
| 591 | }, |
| 592 | }, |
| 593 | 'Marshmallow Tablet Tester': { |
| 594 | 'swarming': { |
| 595 | 'hard_timeout': 1200, |
| 596 | }, |
| 597 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 598 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 599 | 'x64 Device Tester': { |
| 600 | 'swarming': { |
| 601 | 'hard_timeout': 0, |
| 602 | }, |
| 603 | }, |
| 604 | 'x86 Cloud Tester': { |
| 605 | 'swarming': { |
| 606 | 'hard_timeout': 600, |
| 607 | }, |
| 608 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 609 | # chromium.clang |
| 610 | 'ToTAndroid x64': { |
| 611 | 'swarming': { |
| 612 | 'hard_timeout': 0, |
| 613 | }, |
| 614 | }, |
| 615 | 'ToTAndroidCFI': { |
| 616 | 'swarming': { |
| 617 | 'hard_timeout': 0, |
| 618 | }, |
| 619 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 620 | # chromium.fyi |
| 621 | 'Out of Process Profiling Android': { |
| 622 | 'swarming': { |
| 623 | 'hard_timeout': 0, |
| 624 | }, |
| 625 | }, |
Peter Collingbourne | e07e84e8 | 2018-02-23 20:28:58 | [diff] [blame] | 626 | # chromium.memory |
| 627 | 'Android CFI': { |
| 628 | 'swarming': { |
| 629 | 'hard_timeout': 0, |
| 630 | }, |
| 631 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 632 | }, |
| 633 | }, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 634 | 'chromedriver_unittests': { |
| 635 | 'remove_from': [ |
| 636 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 637 | 'linux-chromeos-dbg', |
| 638 | 'linux-chromeos-rel', |
| 639 | ], |
| 640 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 641 | 'components_browsertests': { |
| 642 | 'remove_from': [ |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 643 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 644 | 'linux-chromeos-dbg', |
| 645 | 'linux-chromeos-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 646 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 647 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 648 | 'Chromium Mac 10.13', |
| 649 | 'Out of Process Profiling Linux', |
| 650 | 'Out of Process Profiling Mac', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 651 | # On chromium.linux, unclear why these aren't run on the Cast bots. |
| 652 | 'Cast Audio Linux', |
| 653 | 'Cast Linux', |
| 654 | 'Linux Tests (dbg)(1)(32)', |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 655 | # chromium.win |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 656 | 'Win7 Tests (dbg)(1)', |
Stephen Martinis | 6a0f4600 | 2018-05-19 00:32:19 | [diff] [blame] | 657 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 658 | ], |
| 659 | 'modifications': { |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 660 | 'android-marshmallow-arm64-rel': { |
| 661 | 'swarming': { |
| 662 | 'hard_timeout': 960, |
| 663 | }, |
| 664 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 665 | 'KitKat Tablet Tester': { |
| 666 | 'swarming': { |
| 667 | 'hard_timeout': 600, |
| 668 | }, |
| 669 | }, |
| 670 | 'Lollipop Tablet Tester': { |
| 671 | 'swarming': { |
| 672 | 'hard_timeout': 600, |
| 673 | }, |
| 674 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 675 | 'Marshmallow Tablet Tester': { |
| 676 | 'swarming': { |
| 677 | 'hard_timeout': 600, |
| 678 | }, |
| 679 | }, |
| 680 | }, |
| 681 | }, |
| 682 | 'components_unittests': { |
| 683 | 'remove_from': [ |
| 684 | # On chromium.linux, unclear why these aren't run on the Cast bots. |
| 685 | 'Cast Audio Linux', |
| 686 | 'Cast Linux', |
| 687 | ], |
| 688 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 689 | # chromium.android |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 690 | 'android-marshmallow-arm64-rel': { |
| 691 | 'swarming': { |
| 692 | 'hard_timeout': 960, |
| 693 | }, |
| 694 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 695 | 'KitKat Tablet Tester': { |
| 696 | 'swarming': { |
| 697 | 'hard_timeout': 1500, |
| 698 | }, |
| 699 | }, |
| 700 | 'Lollipop Phone Tester': { |
| 701 | 'swarming': { |
| 702 | 'hard_timeout': 960, |
| 703 | }, |
| 704 | }, |
| 705 | 'Lollipop Tablet Tester': { |
| 706 | 'swarming': { |
| 707 | 'hard_timeout': 1200, |
| 708 | }, |
| 709 | }, |
| 710 | 'Marshmallow 64 bit Tester': { |
| 711 | 'swarming': { |
| 712 | 'hard_timeout': 960, |
| 713 | }, |
| 714 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 715 | 'Marshmallow Tablet Tester': { |
| 716 | 'swarming': { |
| 717 | 'hard_timeout': 1500, |
| 718 | }, |
| 719 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 720 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 721 | 'Nougat Phone Tester': { |
| 722 | 'swarming': { |
| 723 | 'hard_timeout': 960, |
| 724 | 'shards': 1, |
| 725 | }, |
| 726 | }, |
| 727 | 'x64 Device Tester': { |
| 728 | 'swarming': { |
| 729 | 'hard_timeout': 0, |
| 730 | 'shards': 1, |
| 731 | }, |
| 732 | }, |
| 733 | 'x86 Cloud Tester': { |
| 734 | 'swarming': { |
| 735 | 'hard_timeout': 0, |
| 736 | 'shards': 1, |
| 737 | }, |
| 738 | }, |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 739 | # chromium.memory |
| 740 | 'Linux ASan LSan Tests (1)': { |
| 741 | # These are very slow on the ASAN trybot for some reason. |
| 742 | # crbug.com/794372 |
| 743 | 'swarming': { |
| 744 | 'shards': 5, |
| 745 | }, |
| 746 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 747 | }, |
| 748 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 749 | 'compositor_unittests': { |
| 750 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 751 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 752 | 'Out of Process Profiling Windows', |
| 753 | 'Win 10 Fast Ring', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 754 | ], |
| 755 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 756 | 'content_browsertests': { |
| 757 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 758 | # chromium.android |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 759 | 'android-marshmallow-arm64-rel': { |
| 760 | 'swarming': { |
| 761 | 'hard_timeout': 1200, |
| 762 | 'shards': 6, |
| 763 | }, |
| 764 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 765 | 'KitKat Tablet Tester': { |
| 766 | 'swarming': { |
| 767 | 'hard_timeout': 1800, |
| 768 | 'shards': 6, |
| 769 | }, |
| 770 | }, |
| 771 | 'Lollipop Phone Tester': { |
| 772 | 'swarming': { |
| 773 | 'hard_timeout': 1800, |
| 774 | 'shards': 6, |
| 775 | }, |
| 776 | }, |
| 777 | 'Lollipop Tablet Tester': { |
| 778 | 'swarming': { |
| 779 | 'hard_timeout': 1800, |
| 780 | 'shards': 6, |
| 781 | }, |
| 782 | }, |
| 783 | 'Marshmallow 64 bit Tester': { |
| 784 | 'swarming': { |
| 785 | 'hard_timeout': 1200, |
| 786 | 'shards': 6, |
| 787 | }, |
| 788 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 789 | 'Marshmallow Tablet Tester': { |
| 790 | 'swarming': { |
| 791 | 'hard_timeout': 1800, |
| 792 | 'shards': 6, |
| 793 | }, |
| 794 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 795 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 796 | 'Nougat Phone Tester': { |
| 797 | 'swarming': { |
| 798 | 'hard_timeout': 1200, |
| 799 | 'shards': 6, |
| 800 | }, |
| 801 | }, |
| 802 | 'Unswarmed N5 Tests Dummy Builder': { |
| 803 | 'args': [ |
| 804 | '--shard-timeout', |
| 805 | '600', |
| 806 | ], |
| 807 | }, |
| 808 | 'Unswarmed N5X Tests Dummy Builder': { |
| 809 | 'args': [ |
| 810 | '--shard-timeout', |
| 811 | '600', |
| 812 | ], |
| 813 | }, |
| 814 | 'x64 Device Tester': { |
| 815 | 'swarming': { |
| 816 | 'hard_timeout': 0, |
| 817 | 'shards': 1, |
| 818 | }, |
| 819 | }, |
| 820 | 'x86 Cloud Tester': { |
| 821 | 'swarming': { |
| 822 | 'hard_timeout': 960, |
| 823 | 'shards': 1, |
| 824 | }, |
| 825 | }, |
| 826 | # chromium.chromiumos |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 827 | 'linux-chromeos-dbg': { |
| 828 | 'swarming': { |
| 829 | 'shards': 2, |
| 830 | }, |
| 831 | }, |
| 832 | 'linux-chromeos-rel': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 833 | 'swarming': { |
| 834 | 'shards': 2, |
| 835 | }, |
| 836 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 837 | # chromium.clang |
| 838 | 'ToTLinuxUBSanVptr': { |
| 839 | 'swarming': { |
| 840 | 'shards': 5, |
| 841 | }, |
| 842 | }, |
Nico Weber | 825c6d0 | 2018-05-01 14:54:31 | [diff] [blame] | 843 | 'linux-win_cross-rel': { |
| 844 | # content_browsertests sometimes times out without this override on |
| 845 | # the cross bot, probably because of https://crbug.com/803591, |
| 846 | # see also https://crbug.com/838559 |
| 847 | # TODO(thakis): Remove this once 803591 is fixed. |
| 848 | 'swarming': { |
| 849 | 'shards': 5, |
| 850 | }, |
| 851 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 852 | # chromium.linux |
| 853 | 'Cast Audio Linux': { |
| 854 | 'args': [ |
| 855 | '--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter', |
| 856 | ], |
| 857 | 'swarming': { |
| 858 | 'can_use_on_swarming_builders': False, |
| 859 | }, |
| 860 | }, |
| 861 | 'Cast Linux': { |
| 862 | 'args': [ |
| 863 | '--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter', |
| 864 | ], |
| 865 | 'swarming': { |
| 866 | 'can_use_on_swarming_builders': False, |
| 867 | }, |
| 868 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 869 | # chromium.memory |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 870 | 'Linux ASan LSan Tests (1)': { |
| 871 | # These are very slow on the ASAN trybot for some reason. |
| 872 | # crbug.com/794372 |
| 873 | 'swarming': { |
Takuto Ikuta | 4ef47d5f | 2018-06-11 13:15:36 | [diff] [blame] | 874 | 'shards': 8, |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 875 | }, |
| 876 | }, |
Yuke Liao | 47450ee | 2018-03-21 19:32:11 | [diff] [blame] | 877 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 878 | # content_browsertests is slow on ASAN try bot. crbug.com/822461. |
| 879 | 'swarming': { |
| 880 | 'shards': 4, |
| 881 | } |
| 882 | }, |
Nico Weber | 4945dd5 | 2018-06-13 15:25:03 | [diff] [blame] | 883 | 'Linux TSan Tests': { |
| 884 | 'swarming': { |
| 885 | 'shards': 5, |
| 886 | }, |
| 887 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 888 | 'Mac ASan 64 Tests (1)': { |
| 889 | 'swarming': { |
| 890 | 'shards': 2, |
| 891 | }, |
| 892 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 893 | # chromium.win |
| 894 | 'Win7 Tests (dbg)(1)': { |
| 895 | 'swarming': { |
| 896 | 'shards': 2, |
| 897 | }, |
| 898 | }, |
Stephen Martinis | c1fd43fd | 2018-06-04 22:04:18 | [diff] [blame] | 899 | # chromium.win |
| 900 | 'Win10 Tests x64 (dbg)': { |
| 901 | 'experiment_percentage': 100, |
| 902 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 903 | }, |
| 904 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 905 | 'content_browsertests --mus': { |
| 906 | 'remove_from': [ |
| 907 | # chromium.memory |
| 908 | 'Linux Chromium OS ASan LSan Tests (1)', |
| 909 | ], |
| 910 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 911 | 'content_shell_crash_test': { |
| 912 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 913 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 914 | 'Chromium Mac 10.13', |
| 915 | 'Out of Process Profiling Mac', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 916 | # On chromium.linux, unclear why these only run on "Linux Tests". |
| 917 | 'Linux Tests (dbg)(1)', |
| 918 | 'Linux Tests (dbg)(1)(32)', |
Shenghua Zhang | bd6f1b2 | 2018-03-03 02:59:14 | [diff] [blame] | 919 | # On chromium.mac, unclear why these only run on "Mac10.13 Tests". |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 920 | 'Mac10.10 Tests', |
| 921 | 'Mac10.11 Tests', |
| 922 | 'Mac10.12 Tests', |
Shenghua Zhang | bd6f1b2 | 2018-03-03 02:59:14 | [diff] [blame] | 923 | 'Mac10.13 Tests (dbg)', |
Dirk Pranke | 0dbdf56 | 2018-05-25 16:21:36 | [diff] [blame] | 924 | # crbug.com/846729 - re-enable when this passes reliably. |
| 925 | 'Win7 Tests (1)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 926 | # On chromium.win, unclear why these only run on "Win7 Tests (1)". |
| 927 | 'Win 7 Tests x64 (1)', |
Stephen Martinis | 6a0f4600 | 2018-05-19 00:32:19 | [diff] [blame] | 928 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 929 | 'Win7 Tests (dbg)(1)', |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 930 | # client.v8.chromium |
| 931 | 'Linux - Future (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 932 | ], |
Shenghua Zhang | d0d97a3 | 2018-02-23 00:33:58 | [diff] [blame] | 933 | 'modifications': { |
Shenghua Zhang | bd6f1b2 | 2018-03-03 02:59:14 | [diff] [blame] | 934 | 'Mac10.13 Tests': { |
Shenghua Zhang | d0d97a3 | 2018-02-23 00:33:58 | [diff] [blame] | 935 | # Remove this once the tests is not flaky on Mac os 10.13 |
| 936 | # See crbug.com/813163 |
| 937 | 'experiment_percentage': 100, |
| 938 | }, |
| 939 | } |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 940 | }, |
| 941 | 'content_shell_test_apk': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 942 | 'remove_gtest_from': [ |
| 943 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 944 | 'Unswarmed N5 Tests Dummy Builder', |
| 945 | 'Unswarmed N5X Tests Dummy Builder', |
| 946 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 947 | 'key_removals': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 948 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 949 | 'Nougat Phone Tester': [ |
| 950 | 'args', |
| 951 | ], |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 952 | 'x86 Cloud Tester': [ |
| 953 | 'args', |
| 954 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 955 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 956 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 957 | # chromium.android |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 958 | 'KitKat Tablet Tester': { |
| 959 | 'swarming': { |
Benjamin Pastene | 0531d909 | 2018-03-07 22:08:34 | [diff] [blame] | 960 | 'hard_timeout': 1800, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 961 | 'shards': 2, |
| 962 | }, |
| 963 | }, |
| 964 | 'Lollipop Phone Tester': { |
| 965 | 'swarming': { |
| 966 | 'shards': 2, |
| 967 | }, |
| 968 | }, |
| 969 | 'Lollipop Tablet Tester': { |
| 970 | 'swarming': { |
| 971 | 'hard_timeout': 1200, |
| 972 | 'shards': 2, |
| 973 | }, |
| 974 | }, |
| 975 | 'Marshmallow Tablet Tester': { |
| 976 | 'swarming': { |
| 977 | 'hard_timeout': 1500, |
| 978 | 'shards': 2, |
| 979 | }, |
| 980 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 981 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 982 | 'Nougat Phone Tester': { |
| 983 | 'swarming': { |
| 984 | 'hard_timeout': 1200, |
| 985 | 'shards': 4, |
| 986 | }, |
| 987 | }, |
| 988 | 'x64 Device Tester': { |
| 989 | 'swarming': { |
| 990 | 'hard_timeout': 0, |
| 991 | 'shards': 1, |
| 992 | }, |
| 993 | }, |
| 994 | 'x86 Cloud Tester': { |
| 995 | 'swarming': { |
| 996 | 'hard_timeout': 1920, |
| 997 | 'shards': 1, |
| 998 | }, |
| 999 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1000 | # chromium.clang |
| 1001 | 'ToTAndroid x64': { |
| 1002 | 'swarming': { |
| 1003 | 'hard_timeout': 0, |
| 1004 | 'shards': 1, |
| 1005 | }, |
| 1006 | }, |
| 1007 | 'ToTAndroidCFI': { |
| 1008 | 'swarming': { |
| 1009 | 'hard_timeout': 0, |
| 1010 | 'shards': 1, |
| 1011 | }, |
| 1012 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1013 | # chromium.fyi |
| 1014 | 'Out of Process Profiling Android': { |
| 1015 | 'swarming': { |
| 1016 | 'hard_timeout': 0, |
| 1017 | 'shards': 1, |
| 1018 | }, |
| 1019 | }, |
Peter Collingbourne | e07e84e8 | 2018-02-23 20:28:58 | [diff] [blame] | 1020 | # chromium.memory |
| 1021 | 'Android CFI': { |
| 1022 | 'swarming': { |
| 1023 | 'hard_timeout': 0, |
| 1024 | 'shards': 1, |
| 1025 | }, |
| 1026 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1027 | }, |
| 1028 | }, |
| 1029 | 'content_unittests': { |
Dirk Pranke | dd1d2a0 | 2017-12-08 20:51:59 | [diff] [blame] | 1030 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1031 | # chromium.fyi |
| 1032 | 'Fuchsia (dbg)', |
| 1033 | 'Fuchsia ARM64', |
Dirk Pranke | dd1d2a0 | 2017-12-08 20:51:59 | [diff] [blame] | 1034 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1035 | 'modifications': { |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 1036 | # TODO(dpranke) - on chromium.swarm, remove this exception. |
| 1037 | 'Android N5X Swarm': { |
| 1038 | 'swarming': { |
| 1039 | 'shards': 4, |
| 1040 | }, |
| 1041 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1042 | # chromium.android |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1043 | 'KitKat Tablet Tester': { |
| 1044 | 'swarming': { |
| 1045 | 'hard_timeout': 1200, |
| 1046 | }, |
| 1047 | }, |
| 1048 | 'Lollipop Tablet Tester': { |
| 1049 | 'swarming': { |
| 1050 | 'hard_timeout': 1200, |
| 1051 | }, |
| 1052 | }, |
| 1053 | 'Marshmallow Tablet Tester': { |
| 1054 | 'swarming': { |
| 1055 | 'hard_timeout': 1500, |
| 1056 | }, |
| 1057 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1058 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1059 | 'Nougat Phone Tester': { |
| 1060 | 'swarming': { |
| 1061 | 'hard_timeout': 1200, |
| 1062 | 'shards': 2, |
| 1063 | }, |
| 1064 | }, |
| 1065 | 'x64 Device Tester': { |
| 1066 | 'swarming': { |
| 1067 | 'hard_timeout': 0, |
| 1068 | }, |
| 1069 | }, |
| 1070 | 'x86 Cloud Tester': { |
| 1071 | 'swarming': { |
| 1072 | 'hard_timeout': 0, |
| 1073 | }, |
| 1074 | }, |
| 1075 | # chromium.fyi |
| 1076 | 'Site Isolation Android': { |
| 1077 | 'swarming': { |
| 1078 | 'hard_timeout': 0, |
| 1079 | }, |
| 1080 | }, |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1081 | # chromium.memory |
| 1082 | 'Linux ASan LSan Tests (1)': { |
| 1083 | # These are slow on the ASAN trybot for some reason. |
| 1084 | # crbug.com/794372 |
| 1085 | 'swarming': { |
| 1086 | 'shards': 2, |
| 1087 | }, |
| 1088 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1089 | }, |
| 1090 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1091 | 'crashpad_tests': { |
| 1092 | 'remove_from': [ |
| 1093 | # chromium.clang |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1094 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1095 | ], |
| 1096 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1097 | 'cronet_test_instrumentation_apk': { |
| 1098 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1099 | 'Android Cronet Builder (dbg) chromium.android.fyi': { |
| 1100 | 'swarming': { |
| 1101 | 'hard_timeout': 1200, |
| 1102 | 'shards': 2, |
| 1103 | }, |
| 1104 | }, |
| 1105 | 'Android Cronet KitKat Builder chromium.android.fyi': { |
| 1106 | 'swarming': { |
| 1107 | 'hard_timeout': 1200, |
| 1108 | 'shards': 2, |
| 1109 | }, |
| 1110 | }, |
| 1111 | }, |
| 1112 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1113 | 'dbus_unittests': { |
| 1114 | 'remove_from': [ |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1115 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1116 | 'Linux Tests (dbg)(1)(32)', |
| 1117 | ], |
| 1118 | }, |
| 1119 | 'device_unittests': { |
| 1120 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1121 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 1122 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1123 | 'Chromium Mac 10.13', |
| 1124 | 'Out of Process Profiling Mac', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1125 | # chromium.win |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1126 | 'Win7 Tests (dbg)(1)', |
| 1127 | ], |
| 1128 | 'modifications': { |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 1129 | 'android-marshmallow-arm64-rel': { |
| 1130 | 'swarming': { |
| 1131 | 'hard_timeout': 960, |
| 1132 | }, |
| 1133 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1134 | 'KitKat Tablet Tester': { |
| 1135 | 'swarming': { |
| 1136 | 'hard_timeout': 120, |
| 1137 | }, |
| 1138 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1139 | 'Marshmallow Tablet Tester': { |
| 1140 | 'swarming': { |
| 1141 | 'hard_timeout': 120, |
| 1142 | }, |
| 1143 | }, |
| 1144 | }, |
| 1145 | }, |
| 1146 | 'devtools_closure_compile': { |
| 1147 | 'remove_from': [ |
| 1148 | # On chromium.linux, unclear why these only run on "Linux Tests". |
| 1149 | 'Linux Tests (dbg)(1)', |
| 1150 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1151 | # client.v8.chromium |
| 1152 | 'Linux - Future (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1153 | ], |
| 1154 | }, |
| 1155 | 'devtools_eslint': { |
| 1156 | 'remove_from': [ |
| 1157 | # On chromium.linux, unclear why these only run on "Linux Tests". |
| 1158 | 'Linux Tests (dbg)(1)', |
| 1159 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1160 | # client.v8.chromium |
| 1161 | 'Linux - Future (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1162 | ], |
| 1163 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1164 | 'events_unittests': { |
| 1165 | 'modifications': { |
| 1166 | 'KitKat Tablet Tester': { |
| 1167 | 'swarming': { |
| 1168 | 'hard_timeout': 60, |
| 1169 | }, |
| 1170 | }, |
| 1171 | 'Lollipop Tablet Tester': { |
| 1172 | 'swarming': { |
| 1173 | 'hard_timeout': 60, |
| 1174 | }, |
| 1175 | }, |
| 1176 | 'Marshmallow Tablet Tester': { |
| 1177 | 'swarming': { |
| 1178 | 'hard_timeout': 120, |
| 1179 | }, |
| 1180 | }, |
| 1181 | }, |
| 1182 | }, |
| 1183 | 'extensions_browsertests': { |
| 1184 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1185 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 1186 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1187 | 'Chromium Mac 10.13', |
| 1188 | 'Out of Process Profiling Linux', |
| 1189 | 'Out of Process Profiling Mac', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1190 | # On chromium.mac, unclear why these aren't run. |
| 1191 | 'Mac10.10 Tests', |
| 1192 | 'Mac10.11 Tests', |
| 1193 | 'Mac10.12 Tests', |
Shenghua Zhang | bd6f1b2 | 2018-03-03 02:59:14 | [diff] [blame] | 1194 | 'Mac10.13 Tests', |
| 1195 | 'Mac10.13 Tests (dbg)', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1196 | # chromium.memory |
Nico Weber | 711f9571 | 2018-06-18 17:36:31 | [diff] [blame] | 1197 | 'Mac ASan 64 Tests (1)', # https://crbug.com/853172 |
Stephen Martinis | 6a0f4600 | 2018-05-19 00:32:19 | [diff] [blame] | 1198 | # chromium.win |
| 1199 | 'Win10 Tests x64 (dbg)', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1200 | ], |
| 1201 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1202 | 'filesystem_service_unittests': { |
| 1203 | 'remove_from': [ |
| 1204 | 'Linux Tests (dbg)(1)(32)', |
| 1205 | ], |
| 1206 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1207 | 'gin_unittests': { |
| 1208 | 'remove_from': [ |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1209 | # chromium.clang |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1210 | 'ToTLinuxASan', # https://crbug.com/831667 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1211 | # chromium.memory |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1212 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1213 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1214 | # client.v8.chromium |
| 1215 | 'Linux - Future (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1216 | ], |
| 1217 | }, |
| 1218 | 'gl_tests': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1219 | 'remove_from': [ |
| 1220 | # chromium.clang |
| 1221 | 'CFI Linux (icall)', |
| 1222 | 'CFI Linux ToT', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1223 | # chromium.gpu.fyi |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1224 | 'Android FYI Release (Nexus 5X)', |
Morten Stenshorne | 615a8d0 | 2018-04-20 12:19:21 | [diff] [blame] | 1225 | # chromium.memory |
Kenneth Russell | 55bbec5 | 2018-05-03 18:44:55 | [diff] [blame] | 1226 | # Can't run on MSAN because gl_tests uses the hardware driver, |
| 1227 | # which isn't instrumented. |
| 1228 | 'Linux MSan Tests', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1229 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1230 | 'modifications': { |
| 1231 | 'KitKat Tablet Tester': { |
| 1232 | 'swarming': { |
| 1233 | 'hard_timeout': 120, |
| 1234 | }, |
| 1235 | }, |
| 1236 | 'Marshmallow Tablet Tester': { |
| 1237 | 'swarming': { |
| 1238 | 'hard_timeout': 120, |
| 1239 | }, |
| 1240 | }, |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1241 | # chromium.memory |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1242 | # TODO(kbr): figure out a better way to specify blocks of |
| 1243 | # arguments like this for tests on multiple machines. |
| 1244 | 'Linux ASan LSan Tests (1)': { |
| 1245 | 'args': [ |
| 1246 | '--use-gpu-in-tests', |
| 1247 | '--no-xvfb', |
| 1248 | ], |
| 1249 | 'swarming': { |
| 1250 | 'dimension_sets': [ |
| 1251 | { |
| 1252 | 'gpu': '10de:1cb3', |
| 1253 | 'os': 'Ubuntu', |
| 1254 | 'pool': 'Chrome-GPU', |
| 1255 | }, |
| 1256 | ], |
| 1257 | }, |
| 1258 | 'use_xvfb': False, |
| 1259 | }, |
| 1260 | 'Linux ASan LSan Tests (1)': { |
| 1261 | 'args': [ |
| 1262 | '--use-gpu-in-tests', |
| 1263 | '--no-xvfb', |
| 1264 | ], |
| 1265 | 'swarming': { |
| 1266 | 'dimension_sets': [ |
| 1267 | { |
| 1268 | 'gpu': '10de:1cb3', |
| 1269 | 'os': 'Ubuntu', |
| 1270 | 'pool': 'Chrome-GPU', |
| 1271 | }, |
| 1272 | ], |
| 1273 | }, |
| 1274 | 'use_xvfb': False, |
| 1275 | }, |
| 1276 | 'Linux CFI': { |
| 1277 | 'args': [ |
| 1278 | '--use-gpu-in-tests', |
| 1279 | '--no-xvfb', |
| 1280 | ], |
| 1281 | 'swarming': { |
| 1282 | 'dimension_sets': [ |
| 1283 | { |
| 1284 | 'gpu': '10de:1cb3', |
| 1285 | 'os': 'Ubuntu', |
| 1286 | 'pool': 'Chrome-GPU', |
| 1287 | }, |
| 1288 | ], |
| 1289 | }, |
| 1290 | 'use_xvfb': False, |
| 1291 | }, |
| 1292 | 'Linux TSan Tests': { |
| 1293 | 'args': [ |
| 1294 | '--use-gpu-in-tests', |
| 1295 | '--no-xvfb', |
| 1296 | ], |
| 1297 | 'swarming': { |
| 1298 | 'dimension_sets': [ |
| 1299 | { |
| 1300 | 'gpu': '10de:1cb3', |
| 1301 | 'os': 'Ubuntu', |
| 1302 | 'pool': 'Chrome-GPU', |
| 1303 | }, |
| 1304 | ], |
| 1305 | }, |
| 1306 | 'use_xvfb': False, |
| 1307 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1308 | }, |
| 1309 | }, |
| 1310 | 'gl_unittests': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1311 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1312 | # chromium.gpu.fyi |
| 1313 | # On Android, these are already run on the main waterfall. |
| 1314 | # Run them on the one-off Android FYI bots, though. |
| 1315 | 'Android FYI Release (Nexus 5X)', |
| 1316 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 1317 | 'Linux FYI Release (AMD R7 240)', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1318 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1319 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1320 | # chromium.android |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 1321 | 'android-marshmallow-arm64-rel': { |
| 1322 | 'swarming': { |
| 1323 | 'hard_timeout': 120, |
| 1324 | }, |
| 1325 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1326 | 'Lollipop Phone Tester': { |
| 1327 | 'swarming': { |
| 1328 | 'hard_timeout': 960, |
| 1329 | }, |
| 1330 | }, |
| 1331 | 'Marshmallow 64 bit Tester': { |
| 1332 | 'swarming': { |
| 1333 | 'hard_timeout': 960, |
| 1334 | }, |
| 1335 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1336 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1337 | 'Nougat Phone Tester': { |
| 1338 | 'swarming': { |
| 1339 | 'hard_timeout': 960, |
| 1340 | }, |
| 1341 | }, |
| 1342 | # chromium.clang |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1343 | 'CFI Linux (icall)': { |
| 1344 | 'args': [ |
| 1345 | '--use-gpu-in-tests', |
| 1346 | '--no-xvfb', |
| 1347 | ], |
| 1348 | 'swarming': { |
| 1349 | 'dimension_sets': [ |
| 1350 | { |
| 1351 | 'gpu': '10de:1cb3', |
| 1352 | 'os': 'Ubuntu', |
| 1353 | 'pool': 'Chrome-GPU', |
| 1354 | }, |
| 1355 | ], |
| 1356 | }, |
| 1357 | 'use_xvfb': False, |
| 1358 | }, |
| 1359 | 'CFI Linux ToT': { |
| 1360 | 'args': [ |
| 1361 | '--use-gpu-in-tests', |
| 1362 | '--no-xvfb', |
| 1363 | ], |
| 1364 | 'swarming': { |
| 1365 | 'dimension_sets': [ |
| 1366 | { |
| 1367 | 'gpu': '10de:1cb3', |
| 1368 | 'os': 'Ubuntu', |
| 1369 | 'pool': 'Chrome-GPU', |
| 1370 | }, |
| 1371 | ], |
| 1372 | }, |
| 1373 | 'use_xvfb': False, |
| 1374 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1375 | # chromium.memory |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1376 | 'Linux CFI': { |
| 1377 | 'args': [ |
| 1378 | '--use-gpu-in-tests', |
| 1379 | '--no-xvfb', |
| 1380 | ], |
| 1381 | 'swarming': { |
| 1382 | 'dimension_sets': [ |
| 1383 | { |
| 1384 | 'gpu': '10de:1cb3', |
| 1385 | 'os': 'Ubuntu', |
| 1386 | 'pool': 'Chrome-GPU', |
| 1387 | }, |
| 1388 | ], |
| 1389 | }, |
| 1390 | 'use_xvfb': False, |
| 1391 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1392 | }, |
| 1393 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1394 | 'gn_unittests': { |
| 1395 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1396 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 1397 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1398 | 'Chromium Mac 10.13', |
| 1399 | 'Out of Process Profiling Linux', |
| 1400 | 'Out of Process Profiling Mac', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1401 | ], |
| 1402 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1403 | 'headless_browsertests': { |
| 1404 | 'remove_from': [ |
Nico Weber | e140de21 | 2018-06-08 15:36:17 | [diff] [blame] | 1405 | # chromium.clang |
| 1406 | 'ToTLinuxASan', # https://crbug.com/843732 |
| 1407 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1408 | 'Linux Tests (dbg)(1)(32)', |
| 1409 | # On chromium.mac, unclear why these aren't run on "Mac10.11 Tests". |
| 1410 | 'Mac10.11 Tests', |
Nico Weber | 1c149502 | 2018-06-09 04:10:45 | [diff] [blame] | 1411 | # chromium.memory |
| 1412 | 'Linux ASan LSan Tests (1)', # https://crbug.com/843732 |
| 1413 | 'Linux TSan Tests', # https://crbug.com/843734 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1414 | # client.v8.chromium |
| 1415 | 'Linux - Future (dbg)', |
Stephen Martinis | 6a0f4600 | 2018-05-19 00:32:19 | [diff] [blame] | 1416 | # chromium.win |
| 1417 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1418 | ], |
| 1419 | }, |
| 1420 | 'headless_unittests': { |
| 1421 | 'remove_from': [ |
Nico Weber | e140de21 | 2018-06-08 15:36:17 | [diff] [blame] | 1422 | # chromium.clang |
| 1423 | 'ToTLinuxASan', # https://crbug.com/843732 |
| 1424 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1425 | 'Linux Tests (dbg)(1)(32)', |
| 1426 | # On chromium.mac, unclear why these aren't run on "Mac10.11 Tests". |
| 1427 | 'Mac10.11 Tests', |
Nico Weber | 1c149502 | 2018-06-09 04:10:45 | [diff] [blame] | 1428 | # chromium.memory |
| 1429 | 'Linux ASan LSan Tests (1)', # https://crbug.com/843732 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1430 | # client.v8.chromium |
| 1431 | 'Linux - Future (dbg)' |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1432 | ], |
| 1433 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1434 | 'info_collection_tests': { |
| 1435 | 'remove_from': [ |
| 1436 | # chromium.gpu.fyi |
| 1437 | # The Mac ASAN swarming bot runs tests on two different GPU |
| 1438 | # types, so we can't have one expected vendor ID / device ID. |
| 1439 | 'Mac FYI GPU ASAN Release', |
| 1440 | # client.v8.fyi |
| 1441 | 'Android V8 FYI Release (Nexus 5X)', |
| 1442 | 'Linux V8 FYI Release (NVIDIA)', |
| 1443 | 'Linux V8 FYI Release - concurrent marking (NVIDIA)', |
| 1444 | 'Mac V8 FYI Release (Intel)', |
| 1445 | 'Win V8 FYI Release (NVIDIA)', |
| 1446 | ], |
| 1447 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1448 | 'install_static_unittests': { |
| 1449 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1450 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1451 | 'Out of Process Profiling Windows', |
| 1452 | 'Win 10 Fast Ring', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1453 | ], |
| 1454 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1455 | 'interactive_ui_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1456 | 'remove_from': [ |
| 1457 | # chromium.clang |
Nico Weber | 2125f897 | 2018-06-08 23:19:53 | [diff] [blame] | 1458 | 'ToTLinuxUBSanVptr', # https://crbug.com/815190 |
| 1459 | 'UBSanVptr Linux', # https://crbug.com/815190 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1460 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1461 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1462 | # chromium.win |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1463 | 'Win7 Tests (dbg)(1)': { |
| 1464 | 'swarming': { |
| 1465 | 'shards': 4, |
| 1466 | }, |
| 1467 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1468 | # chromium.memory |
| 1469 | 'Linux ASan LSan Tests (1)': { |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame^] | 1470 | # These are slow on the ASan trybot for some reason, crbug.com/794372 |
| 1471 | 'swarming': { |
| 1472 | 'shards': 6, |
| 1473 | }, |
| 1474 | }, |
| 1475 | 'Linux TSan Tests': { |
| 1476 | # These are slow on the TSan trybot for some reason, crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1477 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1478 | 'shards': 6, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1479 | }, |
| 1480 | }, |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1481 | # client.v8.chromium |
| 1482 | 'Linux - Future (dbg)': { |
| 1483 | 'swarming': { |
| 1484 | 'shards': 3, |
| 1485 | }, |
| 1486 | }, |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 1487 | # chromium.win; temporary, https://crbug.com/818832 |
| 1488 | 'Win10 Tests x64 (dbg)': { |
| 1489 | 'experiment_percentage': 100, |
| 1490 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1491 | }, |
| 1492 | }, |
| 1493 | 'ipc_tests': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1494 | 'remove_from': [ |
| 1495 | # chromium.linux |
| 1496 | 'Fuchsia x64', |
| 1497 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1498 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1499 | # chromium.android |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1500 | 'KitKat Tablet Tester': { |
| 1501 | 'swarming': { |
| 1502 | 'hard_timeout': 60, |
| 1503 | }, |
| 1504 | }, |
| 1505 | 'Lollipop Tablet Tester': { |
| 1506 | 'swarming': { |
| 1507 | 'hard_timeout': 60, |
| 1508 | }, |
| 1509 | }, |
| 1510 | 'Marshmallow Tablet Tester': { |
| 1511 | 'swarming': { |
| 1512 | 'hard_timeout': 120, |
| 1513 | }, |
| 1514 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1515 | # chromium.android.fyi |
| 1516 | 'Unswarmed N5 Tests Dummy Builder': { |
| 1517 | 'args': [ |
| 1518 | '--shard-timeout', |
| 1519 | '600', |
| 1520 | ], |
| 1521 | }, |
| 1522 | 'Unswarmed N5X Tests Dummy Builder': { |
| 1523 | 'args': [ |
| 1524 | '--shard-timeout', |
| 1525 | '600', |
| 1526 | ], |
| 1527 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1528 | }, |
| 1529 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1530 | 'latency_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1531 | 'modifications': { |
| 1532 | 'KitKat Tablet Tester': { |
| 1533 | 'swarming': { |
| 1534 | 'hard_timeout': 60, |
| 1535 | }, |
| 1536 | }, |
| 1537 | }, |
| 1538 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1539 | 'mash_browser_tests': { |
| 1540 | 'remove_from': [ |
| 1541 | # chromium.memory |
James Cook | 4be7225 | 2018-02-23 00:36:17 | [diff] [blame] | 1542 | # Unclear why this isn't run. http://crbug.com/814403 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1543 | 'Linux Chromium OS ASan LSan Tests (1)', |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 1544 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/830944 |
James Cook | 4be7225 | 2018-02-23 00:36:17 | [diff] [blame] | 1545 | # Not needed on chromium.fyi because suite is on main waterfall. |
| 1546 | 'Mojo ChromiumOS', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1547 | ], |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1548 | }, |
| 1549 | 'mash_unittests': { |
| 1550 | 'remove_from': [ |
| 1551 | # chromium.fyi |
| 1552 | 'Mojo ChromiumOS', |
| 1553 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1554 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1555 | 'mac_installer_unittests': { |
| 1556 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1557 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 1558 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1559 | 'Chromium Mac 10.13', |
| 1560 | 'Out of Process Profiling Mac', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1561 | ], |
| 1562 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1563 | 'media_blink_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1564 | 'modifications': { |
| 1565 | 'Lollipop Tablet Tester': { |
| 1566 | 'swarming': { |
| 1567 | 'hard_timeout': 300, |
| 1568 | }, |
| 1569 | }, |
| 1570 | 'Marshmallow Tablet Tester': { |
| 1571 | 'swarming': { |
| 1572 | 'hard_timeout': 300, |
| 1573 | }, |
| 1574 | }, |
| 1575 | }, |
| 1576 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1577 | 'media_unittests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1578 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1579 | # chromium.linux |
| 1580 | 'Fuchsia x64', |
| 1581 | # chromium.fyi |
| 1582 | 'Fuchsia ARM64', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1583 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1584 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1585 | 'metrics_python_tests': { |
| 1586 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1587 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1588 | 'Chromium Mac 10.13', |
| 1589 | 'Out of Process Profiling Mac', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1590 | ], |
| 1591 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1592 | 'mojo_test_apk': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1593 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1594 | # chromium.clang |
| 1595 | 'ToTAndroidCFI': { |
| 1596 | 'swarming': { |
| 1597 | 'hard_timeout': 0, |
| 1598 | }, |
| 1599 | }, |
Peter Collingbourne | e07e84e8 | 2018-02-23 20:28:58 | [diff] [blame] | 1600 | # chromium.clang |
| 1601 | 'Android CFI': { |
| 1602 | 'swarming': { |
| 1603 | 'hard_timeout': 0, |
| 1604 | }, |
| 1605 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1606 | }, |
| 1607 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1608 | 'nacl_helper_nonsfi_unittests': { |
| 1609 | 'remove_from': [ |
| 1610 | # chromium.memory |
| 1611 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 1612 | ], |
| 1613 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1614 | 'nacl_loader_unittests': { |
| 1615 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 1616 | # chromium.clang |
| 1617 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 1618 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1619 | # chromium.memory |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 1620 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 1621 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1622 | ], |
| 1623 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1624 | 'native_theme_unittests': { |
| 1625 | 'remove_from': [ |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1626 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1627 | 'Linux Tests (dbg)(1)(32)', |
| 1628 | ], |
| 1629 | }, |
| 1630 | 'net_unittests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1631 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1632 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1633 | 'Fuchsia (dbg)', |
| 1634 | 'Fuchsia ARM64', |
| 1635 | # chromium.linux |
| 1636 | 'Fuchsia x64', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1637 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1638 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1639 | # chromium.clang |
| 1640 | 'ToTLinuxASan': { |
Reid Kleckner | 6b83624 | 2018-04-18 17:37:33 | [diff] [blame] | 1641 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1642 | 'swarming': { |
Reid Kleckner | 6b83624 | 2018-04-18 17:37:33 | [diff] [blame] | 1643 | 'shards': 16, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1644 | }, |
| 1645 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1646 | # chromium.memory |
| 1647 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1648 | # These are very slow on the ASAN trybot for some reason. |
| 1649 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1650 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1651 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1652 | }, |
| 1653 | }, |
| 1654 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 1655 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 1656 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1657 | } |
| 1658 | }, |
| 1659 | 'Linux TSan Tests': { |
| 1660 | 'swarming': { |
| 1661 | 'shards': 4, |
| 1662 | } |
| 1663 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1664 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 1665 | 'Linux Tests (dbg)(1)': { |
| 1666 | 'swarming': { |
| 1667 | 'shards': 2, |
| 1668 | }, |
| 1669 | }, |
| 1670 | 'Linux Tests (dbg)(1)(32)': { |
| 1671 | 'swarming': { |
| 1672 | 'shards': 2, |
| 1673 | }, |
| 1674 | }, |
| 1675 | 'linux-chromeos-dbg': { |
| 1676 | 'swarming': { |
| 1677 | 'shards': 2, |
| 1678 | }, |
| 1679 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1680 | }, |
| 1681 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1682 | 'network_service_browser_tests': { |
| 1683 | 'remove_from': [ |
| 1684 | # chromium.win |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1685 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1686 | 'Win10 Tests x64 (dbg)', # Matches browser_tests. |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1687 | ], |
| 1688 | }, |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1689 | 'network_service_components_browsertests': { |
| 1690 | 'remove_from': [ |
| 1691 | # chromium.win |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1692 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1693 | 'Win10 Tests x64 (dbg)', # Matches components_browsertests. |
| 1694 | ], |
| 1695 | }, |
| 1696 | 'network_service_content_browsertests': { |
| 1697 | 'remove_from': [ |
| 1698 | # chromium.win |
| 1699 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1700 | 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786 |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1701 | ], |
| 1702 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1703 | 'network_service_extensions_browsertests': { |
| 1704 | 'remove_from': [ |
| 1705 | # chromium.win |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1706 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1707 | 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests. |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1708 | ], |
| 1709 | }, |
| 1710 | 'network_service_interactive_ui_tests': { |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1711 | 'remove_from': [ |
| 1712 | # chromium.win |
| 1713 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1714 | ], |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1715 | 'modifications': { |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1716 | # chromium.win |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1717 | 'Win10 Tests x64 (dbg)': { |
| 1718 | 'experiment_percentage': 100, # https://crbug.com/852786 |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1719 | }, |
| 1720 | }, |
| 1721 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1722 | 'notification_helper_unittests': { |
| 1723 | 'remove_from': [ |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 1724 | # The test uses WinRT, which only exists in Windows 8 or above. |
| 1725 | # (https://crbug.com/813553) |
| 1726 | # chromium.win |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1727 | 'Win 7 Tests x64 (1)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1728 | 'Win7 Tests (1)', |
| 1729 | 'Win7 Tests (dbg)(1)', |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 1730 | # chromium.clang; all these bots run Windows 7. |
Oksana Zhuravlova | 7f99621 | 2018-02-28 04:23:08 | [diff] [blame] | 1731 | 'CrWinAsan', |
| 1732 | 'CrWinAsan(dll)', |
| 1733 | 'CrWinAsanCov', |
Oksana Zhuravlova | 7f99621 | 2018-02-28 04:23:08 | [diff] [blame] | 1734 | 'CrWinClangLLD', |
| 1735 | 'CrWinClangLLD64', |
| 1736 | 'CrWinClngLLD64dbg', |
| 1737 | 'CrWinClngLLDdbg', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1738 | 'ToTWin', |
| 1739 | 'ToTWin(dbg)', |
| 1740 | 'ToTWin(dll)', |
| 1741 | 'ToTWin64', |
| 1742 | 'ToTWin64(dbg)', |
| 1743 | 'ToTWin64(dll)', |
| 1744 | 'ToTWinCFI', |
| 1745 | 'ToTWinCFI64', |
Nico Weber | 6c23b35 | 2018-03-09 14:22:12 | [diff] [blame] | 1746 | 'ToTWinLibcxx64', |
Oksana Zhuravlova | 7f99621 | 2018-02-28 04:23:08 | [diff] [blame] | 1747 | 'ToTWinThinLTO64', |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 1748 | # chromium.fyi; all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1749 | 'Out of Process Profiling Windows', |
| 1750 | ], |
| 1751 | }, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1752 | 'printing_unittests': { |
| 1753 | 'remove_from': [ |
| 1754 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1755 | 'linux-chromeos-dbg', |
| 1756 | ], |
| 1757 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 1758 | 'remoting_unittests': { |
| 1759 | 'remove_from': [ |
| 1760 | # chromium.linux |
| 1761 | 'Linux Tests (dbg)(1)(32)', # https://crbug.com/852895 |
| 1762 | ], |
| 1763 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1764 | 'sandbox_linux_unittests': { |
| 1765 | 'modifications': { |
| 1766 | 'KitKat Tablet Tester': { |
| 1767 | 'swarming': { |
| 1768 | 'hard_timeout': 60, |
| 1769 | }, |
| 1770 | }, |
| 1771 | 'Marshmallow Tablet Tester': { |
| 1772 | 'swarming': { |
| 1773 | 'hard_timeout': 60, |
| 1774 | }, |
| 1775 | }, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1776 | 'linux-chromeos-dbg': { |
| 1777 | 'args': [ |
| 1778 | '--test-launcher-print-test-stdio=always', |
| 1779 | ], |
| 1780 | }, |
| 1781 | 'linux-chromeos-rel': { |
| 1782 | 'args': [ |
| 1783 | '--test-launcher-print-test-stdio=always', |
| 1784 | ], |
| 1785 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1786 | 'Linux Tests (dbg)(1)': { |
| 1787 | 'args': [ |
| 1788 | '--test-launcher-print-test-stdio=always', |
| 1789 | ], |
| 1790 | }, |
| 1791 | 'Linux Tests (dbg)(1)(32)': { |
| 1792 | 'args': [ |
| 1793 | '--test-launcher-print-test-stdio=always', |
| 1794 | ], |
| 1795 | }, |
| 1796 | 'Lollipop Tablet Tester': { |
| 1797 | 'swarming': { |
| 1798 | 'hard_timeout': 60, |
| 1799 | }, |
| 1800 | }, |
| 1801 | }, |
| 1802 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1803 | 'services_unittests': { |
| 1804 | 'remove_from': [ |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1805 | # chromium.clang |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1806 | 'ToTLinuxMSan', # https://crbug.com/831676 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1807 | # chromium.gpu.fyi |
| 1808 | # The face and barcode detection tests fail on the Mac Pros. |
| 1809 | 'Mac Pro FYI Release (AMD)', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1810 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 1811 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1812 | 'Chromium Mac 10.13', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1813 | 'Win 10 Fast Ring', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1814 | # On chromium.linux, unclear why these aren't run on Cast. |
| 1815 | 'Cast Audio Linux', |
| 1816 | 'Cast Linux', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1817 | # chromium.memory |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1818 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676 |
| 1819 | 'Linux MSan Tests', # https://crbug.com/831676 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1820 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1821 | }, |
Lukasz Anforowicz | fb1ccf0 | 2018-04-21 14:55:20 | [diff] [blame] | 1822 | 'not_site_per_process_browser_tests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1823 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1824 | # chromium.fyi |
| 1825 | 'Site Isolation Android', |
| 1826 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1827 | 'Linux Tests (dbg)(1)(32)', |
| 1828 | ], |
| 1829 | 'modifications': { |
| 1830 | 'Linux Tests (dbg)(1)': { |
| 1831 | 'swarming': { |
| 1832 | 'shards': 10, |
| 1833 | }, |
| 1834 | }, |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1835 | # client.v8.chromium |
| 1836 | 'Linux - Future (dbg)': { |
| 1837 | 'swarming': { |
| 1838 | 'shards': 10, |
| 1839 | }, |
| 1840 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1841 | }, |
| 1842 | }, |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1843 | 'site_per_process_components_browsertests': { |
| 1844 | 'remove_from': [ |
| 1845 | # chromium.linux |
| 1846 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1847 | ], |
| 1848 | }, |
| 1849 | 'site_per_process_components_unittests': { |
| 1850 | 'remove_from': [ |
| 1851 | # chromium.linux |
| 1852 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1853 | ], |
| 1854 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1855 | 'site_per_process_content_browsertests': { |
| 1856 | 'remove_from': [ |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1857 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1858 | 'Linux Tests (dbg)(1)(32)', |
| 1859 | ], |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1860 | 'modifications': { |
| 1861 | # chromium.fyi |
| 1862 | 'Site Isolation Android': { |
| 1863 | 'swarming': { |
| 1864 | 'shards': 6, |
| 1865 | }, |
| 1866 | }, |
| 1867 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1868 | }, |
| 1869 | 'site_per_process_content_unittests': { |
| 1870 | 'remove_from': [ |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1871 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1872 | 'Linux Tests (dbg)(1)(32)', |
| 1873 | ], |
| 1874 | }, |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1875 | 'site_per_process_extensions_browsertests': { |
| 1876 | 'remove_from': [ |
| 1877 | # chromium.linux |
| 1878 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1879 | ], |
| 1880 | }, |
| 1881 | 'site_per_process_extensions_unittests': { |
| 1882 | 'remove_from': [ |
| 1883 | # chromium.linux |
| 1884 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1885 | ], |
| 1886 | }, |
Lukasz Anforowicz | fb1ccf0 | 2018-04-21 14:55:20 | [diff] [blame] | 1887 | 'not_site_per_process_interactive_ui_tests': { |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1888 | 'remove_from': [ |
| 1889 | # chromium.linux |
| 1890 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1891 | ], |
| 1892 | }, |
Lukasz Anforowicz | fb1ccf0 | 2018-04-21 14:55:20 | [diff] [blame] | 1893 | 'not_site_per_process_sync_integration_tests': { |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1894 | 'remove_from': [ |
| 1895 | # chromium.linux |
| 1896 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | 7feb880 | 2017-12-14 19:27:45 | [diff] [blame] | 1897 | ], |
| 1898 | }, |
Lukasz Anforowicz | fb1ccf0 | 2018-04-21 14:55:20 | [diff] [blame] | 1899 | 'not_site_per_process_unit_tests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1900 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1901 | # chromium.fyi |
| 1902 | 'Site Isolation Android', |
| 1903 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1904 | 'Linux Tests (dbg)(1)(32)', |
| 1905 | ], |
| 1906 | }, |
Dirk Pranke | b4ab1e4 | 2017-12-19 22:00:53 | [diff] [blame] | 1907 | 'site_per_process_webkit_layout_tests': { |
| 1908 | 'remove_from': [ |
| 1909 | # chromium.linux |
John Budorick | 5fae58f | 2018-01-17 17:33:43 | [diff] [blame] | 1910 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 1911 | 'Linux Tests (dbg)(1)', |
Dirk Pranke | b4ab1e4 | 2017-12-19 22:00:53 | [diff] [blame] | 1912 | 'Linux Tests (dbg)(1)(32)', |
Dirk Pranke | b4ab1e4 | 2017-12-19 22:00:53 | [diff] [blame] | 1913 | ], |
| 1914 | }, |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 1915 | 'sizes': { |
| 1916 | 'remove_from': [ |
| 1917 | 'Win', |
| 1918 | 'Win x64', |
| 1919 | ], |
| 1920 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1921 | # chromium |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 1922 | 'Mac': { |
| 1923 | 'args': [ |
| 1924 | 'mac-release/sizes', |
| 1925 | ], |
| 1926 | }, |
| 1927 | 'Linux x64': { |
| 1928 | 'args': [ |
| 1929 | 'linux-release-64/sizes', |
| 1930 | ], |
| 1931 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1932 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1933 | 'Android Cronet KitKat Builder': { |
| 1934 | 'args': [ |
| 1935 | '--platform', |
| 1936 | 'android-cronet', |
| 1937 | '--perf-id', |
| 1938 | 'android_cronet_builder', |
| 1939 | 'cronet-arm/sizes', |
| 1940 | ], |
| 1941 | 'override_compile_targets': [ |
| 1942 | 'cronet', |
| 1943 | ], |
| 1944 | }, |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 1945 | }, |
| 1946 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1947 | 'snapshot_unittests': { |
| 1948 | 'remove_from': [ |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1949 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1950 | 'linux-chromeos-dbg', |
| 1951 | 'linux-chromeos-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1952 | # chromium.fyi |
Dirk Pranke | 46119d8 | 2018-03-21 00:13:59 | [diff] [blame] | 1953 | 'mac-views-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1954 | 'Chromium Mac 10.13', |
| 1955 | 'Out of Process Profiling Mac', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1956 | ], |
| 1957 | }, |
| 1958 | 'sql_unittests': { |
Dirk Pranke | dd1d2a0 | 2017-12-08 20:51:59 | [diff] [blame] | 1959 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1960 | # chromium.fyi |
| 1961 | 'Fuchsia ARM64', |
Dirk Pranke | dd1d2a0 | 2017-12-08 20:51:59 | [diff] [blame] | 1962 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1963 | 'modifications': { |
| 1964 | 'KitKat Tablet Tester': { |
| 1965 | 'swarming': { |
| 1966 | 'hard_timeout': 60, |
| 1967 | }, |
| 1968 | }, |
| 1969 | 'Lollipop Tablet Tester': { |
| 1970 | 'swarming': { |
| 1971 | 'hard_timeout': 60, |
| 1972 | }, |
| 1973 | }, |
| 1974 | 'Marshmallow Tablet Tester': { |
| 1975 | 'swarming': { |
Yuke Liao | 5d6014d | 2018-03-20 22:09:56 | [diff] [blame] | 1976 | 'hard_timeout': 120, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1977 | }, |
| 1978 | }, |
| 1979 | }, |
| 1980 | }, |
| 1981 | 'storage_unittests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1982 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1983 | # chromium.fyi |
| 1984 | 'Out of Process Profiling Mac', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1985 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1986 | 'modifications': { |
| 1987 | # chromium.android |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 1988 | 'android-kitkat-arm-rel': { |
| 1989 | 'swarming': { |
| 1990 | 'hard_timeout': 180, |
| 1991 | }, |
| 1992 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1993 | 'KitKat Phone Tester (dbg)': { |
| 1994 | 'swarming': { |
| 1995 | 'hard_timeout': 180, |
| 1996 | }, |
| 1997 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1998 | 'KitKat Tablet Tester': { |
| 1999 | 'swarming': { |
| 2000 | 'hard_timeout': 120, |
| 2001 | }, |
| 2002 | }, |
| 2003 | 'Lollipop Phone Tester': { |
| 2004 | 'swarming': { |
| 2005 | 'hard_timeout': 960, |
| 2006 | }, |
| 2007 | }, |
| 2008 | 'Lollipop Tablet Tester': { |
| 2009 | 'swarming': { |
| 2010 | 'hard_timeout': 300, |
| 2011 | }, |
| 2012 | }, |
| 2013 | 'Marshmallow 64 bit Tester': { |
| 2014 | 'swarming': { |
| 2015 | 'hard_timeout': 960, |
| 2016 | }, |
| 2017 | }, |
| 2018 | 'Marshmallow Tablet Tester': { |
| 2019 | 'swarming': { |
| 2020 | 'hard_timeout': 300, |
| 2021 | }, |
| 2022 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2023 | }, |
| 2024 | }, |
| 2025 | 'sync_integration_tests': { |
| 2026 | 'modifications': { |
| 2027 | 'Win7 Tests (dbg)(1)': { |
| 2028 | 'swarming': { |
| 2029 | 'shards': 2, |
| 2030 | }, |
| 2031 | }, |
| 2032 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2033 | 'remove_from': [ |
| 2034 | # chromium.memory |
Nico Weber | 996e65c | 2018-06-14 14:05:57 | [diff] [blame] | 2035 | 'Linux TSan Tests', # https://crbug.com/852002 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2036 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2037 | }, |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 2038 | 'performance_test_suite': { |
| 2039 | 'modifications': { |
| 2040 | 'Mac10.13 Tests (dbg)': { |
| 2041 | 'args': [ |
| 2042 | '--browser=debug', |
| 2043 | ], |
| 2044 | }, |
| 2045 | 'Win10 Tests x64 (dbg)': { |
| 2046 | 'args': [ |
| 2047 | '--browser=debug_x64', |
| 2048 | ], |
Stephen Martinis | c1fd43fd | 2018-06-04 22:04:18 | [diff] [blame] | 2049 | 'experiment_percentage': 100, |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 2050 | }, |
| 2051 | 'Win7 Tests (dbg)(1)': { |
| 2052 | 'args': [ |
| 2053 | '--browser=debug', |
| 2054 | ], |
| 2055 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2056 | }, |
| 2057 | }, |
Dirk Pranke | 57c11a9 | 2018-06-17 21:23:42 | [diff] [blame] | 2058 | 'surface_sync_browser_tests': { |
| 2059 | 'remove_from': [ |
| 2060 | # chromium.fyi |
| 2061 | 'Chromium Mac 10.13', # https://crbug.com/828031 |
| 2062 | 'Out of Process Profiling Mac', # https://crbug.com/828031 |
| 2063 | 'mac-views-rel', # https://crbug.com/828031 |
| 2064 | ], |
| 2065 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2066 | 'swiftshader_unittests': { |
| 2067 | 'remove_from': [ |
| 2068 | # Save capacity on the hardware where we have only a few machines. |
| 2069 | 'Mac FYI Experimental Release (Intel)', |
| 2070 | 'Mac FYI Experimental Retina Release (AMD)', |
| 2071 | 'Mac FYI Experimental Retina Release (NVIDIA)', |
| 2072 | 'Mac Pro FYI Release (AMD)', |
| 2073 | ], |
| 2074 | }, |
| 2075 | 'tab_capture_end2end_tests': { |
| 2076 | # Run these only on Release bots, and don't run them on TSAN. |
| 2077 | 'remove_from': [ |
| 2078 | # chromium.gpu |
| 2079 | 'Linux Debug (NVIDIA)', |
| 2080 | 'Mac Debug (Intel)', |
| 2081 | 'Mac Retina Debug (AMD)', |
| 2082 | 'Win10 Debug (NVIDIA)', |
| 2083 | # chromium.gpu.fyi |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2084 | 'Win10 FYI Debug (NVIDIA)', |
| 2085 | 'Win7 FYI Debug (AMD)', |
| 2086 | ], |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 2087 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2088 | 'telemetry_perf_unittests': { |
| 2089 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2090 | # chromium.android |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 2091 | 'android-kitkat-arm-rel': { |
| 2092 | 'args': [ |
| 2093 | '--browser=android-chromium', |
| 2094 | '--device=android', |
| 2095 | ], |
| 2096 | 'swarming': { |
| 2097 | 'dimension_sets': [ |
| 2098 | { |
| 2099 | 'temp_band': '<30', |
| 2100 | }, |
| 2101 | ], |
| 2102 | 'hard_timeout': 1500, |
| 2103 | 'shards': 15, |
| 2104 | }, |
| 2105 | }, |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 2106 | 'android-marshmallow-arm64-rel': { |
| 2107 | 'args': [ |
| 2108 | '--browser=android-chromium', |
| 2109 | '--device=android', |
| 2110 | ], |
| 2111 | 'swarming': { |
| 2112 | 'dimension_sets': [ |
| 2113 | { |
| 2114 | 'temp_band': '<30', |
| 2115 | }, |
| 2116 | ], |
| 2117 | 'hard_timeout': 1500, |
| 2118 | 'shards': 15, |
| 2119 | }, |
| 2120 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2121 | # chromium.android.fyi |
| 2122 | 'x86 Cloud Tester': { |
| 2123 | 'args': [ |
| 2124 | '--browser=android-chromium', |
| 2125 | '--device=android', |
| 2126 | ], |
| 2127 | 'swarming': { |
| 2128 | 'shards': 1, |
| 2129 | }, |
| 2130 | }, |
| 2131 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2132 | 'Linux Tests': { |
| 2133 | 'args': [ |
| 2134 | '--xvfb', |
Ned Nguyen | e6e2604 | 2018-01-17 20:42:48 | [diff] [blame] | 2135 | '--jobs=1', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2136 | ], |
| 2137 | }, |
Ned Nguyen | eb3911e | 2017-12-11 20:16:02 | [diff] [blame] | 2138 | 'Linux Tests (dbg)(1)': { |
| 2139 | 'args': [ |
| 2140 | '--xvfb', |
nednguyen | 35d625f2 | 2018-01-11 19:45:30 | [diff] [blame] | 2141 | '--jobs=1', |
Ned Nguyen | eb3911e | 2017-12-11 20:16:02 | [diff] [blame] | 2142 | ], |
| 2143 | }, |
John Budorick | 2593eb92 | 2018-05-09 19:31:49 | [diff] [blame] | 2144 | 'linux-xenial-rel': { |
| 2145 | 'args': [ |
| 2146 | '--xvfb', |
| 2147 | '--jobs=1', |
| 2148 | ], |
| 2149 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2150 | # chromium.mac |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2151 | # Disable parallelism on all Mac bots. |
| 2152 | 'Mac10.10 Tests': { |
| 2153 | 'args': [ |
| 2154 | '--jobs=1', |
| 2155 | ], |
| 2156 | }, |
| 2157 | 'Mac10.11 Tests': { |
| 2158 | 'args': [ |
| 2159 | '--jobs=1', |
| 2160 | ], |
| 2161 | }, |
| 2162 | 'Mac10.12 Tests': { |
| 2163 | 'args': [ |
| 2164 | '--jobs=1', |
| 2165 | ], |
| 2166 | }, |
Ned Nguyen | 6e6e5b3 | 2018-02-21 20:21:50 | [diff] [blame] | 2167 | 'Win7 Tests (dbg)(1)': { |
| 2168 | 'args': [ |
| 2169 | '--jobs=1', |
| 2170 | ], |
| 2171 | 'swarming': { |
| 2172 | 'shards': 20, |
| 2173 | }, |
| 2174 | 'experiment_percentage': 100, |
| 2175 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2176 | }, |
| 2177 | 'remove_from': [ |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2178 | 'Linux Tests (dbg)(1)(32)', |
Shenghua Zhang | bd6f1b2 | 2018-03-03 02:59:14 | [diff] [blame] | 2179 | 'Mac10.13 Tests', |
| 2180 | 'Mac10.13 Tests (dbg)', |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 2181 | # client.v8.chromium |
| 2182 | 'Linux - Future (dbg)', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2183 | # chromium.win |
| 2184 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2185 | ], |
| 2186 | }, |
Dirk Pranke | dd1d2a0 | 2017-12-08 20:51:59 | [diff] [blame] | 2187 | 'telemetry_unittests': { |
| 2188 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2189 | 'Out of Process Profiling Mac': { |
| 2190 | 'swarming': { |
| 2191 | 'shards': 2, |
| 2192 | }, |
| 2193 | }, |
Dirk Pranke | dd1d2a0 | 2017-12-08 20:51:59 | [diff] [blame] | 2194 | }, |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2195 | 'remove_from': [ |
| 2196 | # chromium.win |
| 2197 | 'Win10 Tests x64 (dbg)', |
| 2198 | ], |
Dirk Pranke | dd1d2a0 | 2017-12-08 20:51:59 | [diff] [blame] | 2199 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2200 | 'traffic_annotation_auditor_unittests': { |
| 2201 | 'modifications': { |
| 2202 | 'Linux Tests': { |
| 2203 | # Unclear why this isn't swarmed. |
| 2204 | 'swarming': { |
| 2205 | 'can_use_on_swarming_builders': False, |
| 2206 | }, |
| 2207 | }, |
| 2208 | }, |
| 2209 | 'remove_from': [ |
| 2210 | # On chromium.linux, unclear why these only run on "Linux Tests". |
| 2211 | 'Linux Tests (dbg)(1)', |
| 2212 | 'Linux Tests (dbg)(1)(32)', |
| 2213 | ], |
| 2214 | }, |
| 2215 | 'ui_android_unittests': { |
| 2216 | 'modifications': { |
| 2217 | 'KitKat Tablet Tester': { |
| 2218 | 'swarming': { |
| 2219 | 'hard_timeout': 120, |
| 2220 | }, |
| 2221 | }, |
| 2222 | 'Marshmallow Tablet Tester': { |
| 2223 | 'swarming': { |
| 2224 | 'hard_timeout': 120, |
| 2225 | }, |
| 2226 | }, |
| 2227 | }, |
| 2228 | }, |
| 2229 | 'ui_base_unittests': { |
| 2230 | 'modifications': { |
| 2231 | 'KitKat Tablet Tester': { |
| 2232 | 'swarming': { |
| 2233 | 'hard_timeout': 120, |
| 2234 | }, |
| 2235 | }, |
| 2236 | 'Marshmallow Tablet Tester': { |
| 2237 | 'swarming': { |
| 2238 | 'hard_timeout': 120, |
| 2239 | }, |
| 2240 | }, |
| 2241 | }, |
| 2242 | }, |
| 2243 | 'ui_touch_selection_unittests': { |
| 2244 | 'modifications': { |
| 2245 | 'KitKat Tablet Tester': { |
| 2246 | 'swarming': { |
| 2247 | 'hard_timeout': 120, |
| 2248 | }, |
| 2249 | }, |
| 2250 | 'Marshmallow Tablet Tester': { |
| 2251 | 'swarming': { |
| 2252 | 'hard_timeout': 120, |
| 2253 | }, |
| 2254 | }, |
| 2255 | }, |
| 2256 | }, |
| 2257 | 'unit_tests': { |
| 2258 | 'remove_from': [ |
| 2259 | # On chromium.linux, unclear why these aren't run on Cast. |
| 2260 | 'Cast Audio Linux', |
| 2261 | 'Cast Linux', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2262 | # chromium.win |
| 2263 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2264 | ], |
| 2265 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2266 | # chromium.android |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 2267 | 'android-marshmallow-arm64-rel': { |
| 2268 | 'swarming': { |
| 2269 | 'hard_timeout': 960, |
| 2270 | 'shards': 2, |
| 2271 | }, |
| 2272 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2273 | 'KitKat Tablet Tester': { |
| 2274 | 'swarming': { |
| 2275 | 'hard_timeout': 1200, |
| 2276 | 'shards': 2, |
| 2277 | }, |
| 2278 | }, |
| 2279 | 'Lollipop Phone Tester': { |
| 2280 | 'swarming': { |
| 2281 | 'hard_timeout': 960, |
| 2282 | 'shards': 2, |
| 2283 | }, |
| 2284 | }, |
| 2285 | 'Lollipop Tablet Tester': { |
| 2286 | 'swarming': { |
| 2287 | 'hard_timeout': 1200, |
| 2288 | 'shards': 2, |
| 2289 | }, |
| 2290 | }, |
| 2291 | 'Marshmallow 64 bit Tester': { |
| 2292 | 'swarming': { |
| 2293 | 'hard_timeout': 960, |
| 2294 | 'shards': 2, |
| 2295 | }, |
| 2296 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2297 | 'Marshmallow Tablet Tester': { |
| 2298 | 'swarming': { |
| 2299 | 'hard_timeout': 1200, |
| 2300 | 'shards': 2, |
| 2301 | }, |
| 2302 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2303 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2304 | 'Nougat Phone Tester': { |
| 2305 | 'swarming': { |
| 2306 | 'hard_timeout': 1200, |
| 2307 | 'shards': 2, |
| 2308 | }, |
| 2309 | }, |
| 2310 | 'x64 Device Tester': { |
| 2311 | 'swarming': { |
| 2312 | 'hard_timeout': 0, |
| 2313 | }, |
| 2314 | }, |
| 2315 | 'x86 Cloud Tester': { |
| 2316 | 'swarming': { |
| 2317 | 'hard_timeout': 0, |
| 2318 | }, |
| 2319 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2320 | # chromium.clang |
| 2321 | 'ToTLinuxASan': { |
| 2322 | 'swarming': { |
| 2323 | 'shards': 2, |
| 2324 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2325 | }, |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2326 | # chromium.memory |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2327 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2328 | # These are slow on the ASAN trybot for some reason. |
| 2329 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2330 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2331 | 'shards': 4, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2332 | }, |
| 2333 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2334 | 'Linux TSan Tests': { |
| 2335 | 'swarming': { |
| 2336 | 'shards': 2, |
| 2337 | }, |
| 2338 | }, |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2339 | # chromium.swarm |
| 2340 | 'Android N5X Swarm': { |
| 2341 | 'swarming': { |
| 2342 | 'shards': 8, |
| 2343 | }, |
| 2344 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2345 | }, |
| 2346 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2347 | 'video_decode_accelerator_gl_unittest': { |
| 2348 | 'remove_from': [ |
| 2349 | # chromium.gpu.fyi |
| 2350 | # Windows Intel doesn't have the GL extensions to support this test. |
Kenneth Russell | 0272ab7 | 2018-06-04 17:22:24 | [diff] [blame] | 2351 | 'Optional Win10 Release (Intel HD 630)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2352 | 'Win10 FYI Release (Intel HD 630)', |
| 2353 | 'Win10 FYI Exp Release (Intel HD 630)', |
| 2354 | ], |
| 2355 | }, |
jonross | 6b44aa5 | 2018-05-04 14:41:39 | [diff] [blame] | 2356 | 'viz_content_browsertests': { |
| 2357 | 'remove_from': [ |
| 2358 | # Currently flaky timeouts on Windows 10. crbug.com/839824 |
| 2359 | 'Win10 Tests x64 (dbg)', |
| 2360 | ], |
Takuto Ikuta | 4ef47d5f | 2018-06-11 13:15:36 | [diff] [blame] | 2361 | 'modifications': { |
Nico Weber | 4945dd5 | 2018-06-13 15:25:03 | [diff] [blame] | 2362 | # chromium.clang |
| 2363 | 'ToTLinuxUBSanVptr': { |
| 2364 | 'swarming': { |
| 2365 | 'shards': 5, |
| 2366 | }, |
| 2367 | }, |
| 2368 | 'linux-win_cross-rel': { |
| 2369 | # content_browsertests sometimes times out without this override on |
| 2370 | # the cross bot, probably because of https://crbug.com/803591, |
| 2371 | # see also https://crbug.com/838559 |
| 2372 | # TODO(thakis): Remove this once 803591 is fixed. |
| 2373 | 'swarming': { |
| 2374 | 'shards': 5, |
| 2375 | }, |
| 2376 | }, |
| 2377 | # chromium.memory |
Takuto Ikuta | 4ef47d5f | 2018-06-11 13:15:36 | [diff] [blame] | 2378 | 'Linux ASan LSan Tests (1)': { |
| 2379 | # These are very slow on the ASAN trybot for some reason. |
| 2380 | # crbug.com/794372 |
| 2381 | 'swarming': { |
| 2382 | 'shards': 8, |
| 2383 | }, |
| 2384 | }, |
Nico Weber | 4945dd5 | 2018-06-13 15:25:03 | [diff] [blame] | 2385 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 2386 | # content_browsertests is slow on ASAN try bot. crbug.com/822461. |
| 2387 | 'swarming': { |
| 2388 | 'shards': 4, |
| 2389 | } |
| 2390 | }, |
| 2391 | 'Linux TSan Tests': { |
| 2392 | 'swarming': { |
Takuto Ikuta | 10c14ca4 | 2018-06-18 14:16:40 | [diff] [blame] | 2393 | 'shards': 7, |
Nico Weber | 4945dd5 | 2018-06-13 15:25:03 | [diff] [blame] | 2394 | }, |
| 2395 | }, |
Takuto Ikuta | 4ef47d5f | 2018-06-11 13:15:36 | [diff] [blame] | 2396 | }, |
jonross | 6b44aa5 | 2018-05-04 14:41:39 | [diff] [blame] | 2397 | }, |
Stephen Martinis | 3697711 | 2018-04-06 06:09:46 | [diff] [blame] | 2398 | 'viz_browser_tests': { |
| 2399 | 'remove_from': [ |
Dirk Pranke | 57c11a9 | 2018-06-17 21:23:42 | [diff] [blame] | 2400 | # chromium.clang |
| 2401 | 'ToTMac', # https://crbug.com/828031 |
| 2402 | 'ToTMacASan', # https://crbug.com/828031 |
| 2403 | # chromium.fyi |
| 2404 | 'Chromium Mac 10.13', # https://crbug.com/828031 |
| 2405 | 'Out of Process Profiling Mac', # https://crbug.com/828031 |
| 2406 | 'mac-views-rel', # https://crbug.com/828031 |
| 2407 | # chromium.mac |
| 2408 | 'Mac10.10 Tests', # https://crbug.com/828031 |
| 2409 | 'Mac10.11 Tests', # https://crbug.com/828031 |
| 2410 | 'Mac10.12 Tests', # https://crbug.com/828031 |
| 2411 | 'Mac10.13 Tests', # https://crbug.com/828031 |
| 2412 | 'Mac10.13 Tests (dbg)', # https://crbug.com/828031 |
Nico Weber | 641b0a23 | 2018-06-07 06:07:11 | [diff] [blame] | 2413 | # chromium.memory |
| 2414 | 'Linux TSan Tests', # https://crbug.com/368525 |
Dirk Pranke | 57c11a9 | 2018-06-17 21:23:42 | [diff] [blame] | 2415 | 'Mac ASan 64 Tests (1)', # https://crbug.com/828031 |
Nico Weber | 641b0a23 | 2018-06-07 06:07:11 | [diff] [blame] | 2416 | # chromium.win |
Stephen Martinis | 3697711 | 2018-04-06 06:09:46 | [diff] [blame] | 2417 | # Currently too flaky on Windows. |
| 2418 | 'Win 7 Tests x64 (1)', |
| 2419 | 'Win10 Tests x64', |
| 2420 | 'Win7 Tests (1)', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2421 | 'Win10 Tests x64 (dbg)', |
Stephen Martinis | 3697711 | 2018-04-06 06:09:46 | [diff] [blame] | 2422 | ], |
Takuto Ikuta | 4ef47d5f | 2018-06-11 13:15:36 | [diff] [blame] | 2423 | 'modifications': { |
Nico Weber | 6b67a40 | 2018-06-18 21:45:01 | [diff] [blame] | 2424 | # chromium.chromiumos |
| 2425 | 'linux-chromeos-dbg': { |
| 2426 | 'swarming': { |
| 2427 | 'shards': 20, |
| 2428 | }, |
| 2429 | }, |
Nico Weber | 3f2a65de9 | 2018-06-11 14:04:17 | [diff] [blame] | 2430 | # chromium.clang |
| 2431 | 'ToTWin(dbg)': { |
| 2432 | 'swarming': { |
| 2433 | 'shards': 20, |
| 2434 | }, |
| 2435 | }, |
| 2436 | 'ToTWin64(dbg)': { |
| 2437 | 'swarming': { |
| 2438 | 'shards': 20, |
| 2439 | }, |
| 2440 | }, |
| 2441 | # chromium.memory |
Takuto Ikuta | 4ef47d5f | 2018-06-11 13:15:36 | [diff] [blame] | 2442 | 'Linux ASan LSan Tests (1)': { |
| 2443 | # These are very slow on the ASAN trybot for some reason. |
| 2444 | # crbug.com/794372 |
| 2445 | 'swarming': { |
| 2446 | 'shards': 20, |
| 2447 | }, |
| 2448 | }, |
Takuto Ikuta | 4ef47d5f | 2018-06-11 13:15:36 | [diff] [blame] | 2449 | }, |
Stephen Martinis | 3697711 | 2018-04-06 06:09:46 | [diff] [blame] | 2450 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2451 | 'viz_screenshot_sync_tests': { |
| 2452 | 'remove_from': [ |
| 2453 | # These tests don't work on TSAN right now. |
| 2454 | 'Linux FYI GPU TSAN Release', |
| 2455 | ], |
| 2456 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2457 | 'viz_unittests': { |
| 2458 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2459 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2460 | 'Out of Process Profiling Android', |
| 2461 | 'Out of Process Profiling Linux', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2462 | # chromium.win |
| 2463 | 'Win10 Tests x64', |
| 2464 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2465 | 'modifications': { |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 2466 | 'android-marshmallow-arm64-rel': { |
| 2467 | 'swarming': { |
| 2468 | 'hard_timeout': 960, |
| 2469 | }, |
| 2470 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2471 | 'KitKat Tablet Tester': { |
| 2472 | 'swarming': { |
| 2473 | 'hard_timeout': 300, |
| 2474 | }, |
| 2475 | }, |
| 2476 | 'Lollipop Tablet Tester': { |
| 2477 | 'swarming': { |
| 2478 | 'hard_timeout': 300, |
| 2479 | }, |
| 2480 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2481 | 'Marshmallow Tablet Tester': { |
| 2482 | 'swarming': { |
| 2483 | 'hard_timeout': 300, |
| 2484 | }, |
| 2485 | }, |
| 2486 | }, |
| 2487 | }, |
| 2488 | 'vr_common_unittests': { |
| 2489 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2490 | 'Out of Process Profiling Android', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2491 | # chromium.win |
| 2492 | 'Win 7 Tests x64 (1)', |
| 2493 | 'Win10 Tests x64', |
| 2494 | ], |
| 2495 | 'modifications': { |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 2496 | 'android-marshmallow-arm64-rel': { |
| 2497 | 'swarming': { |
| 2498 | 'hard_timeout': 960, |
| 2499 | }, |
| 2500 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2501 | 'KitKat Tablet Tester': { |
| 2502 | 'swarming': { |
| 2503 | 'hard_timeout': 300, |
| 2504 | }, |
| 2505 | }, |
| 2506 | 'Lollipop Tablet Tester': { |
| 2507 | 'swarming': { |
| 2508 | 'hard_timeout': 300, |
| 2509 | }, |
| 2510 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2511 | 'Marshmallow Tablet Tester': { |
| 2512 | 'swarming': { |
| 2513 | 'hard_timeout': 300, |
| 2514 | }, |
| 2515 | }, |
| 2516 | }, |
| 2517 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2518 | 'vr_browser_tests': { |
| 2519 | 'remove_from': [ |
| 2520 | # chromium.gpu.fyi |
| 2521 | # TODO(kbr): remove the following two exceptions after switching |
| 2522 | # to the new generate_buildbot_json script. |
| 2523 | 'Win10 FYI Exp Release (Intel HD 630)', |
| 2524 | 'Win7 FYI Release (AMD)', |
| 2525 | # This exception probably needs to stay due to lack of capacity |
| 2526 | # on the Win AMD bots. |
| 2527 | 'Win7 FYI Debug (AMD)', |
| 2528 | ], |
| 2529 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2530 | 'vr_pixeltests': { |
| 2531 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2532 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2533 | 'Out of Process Profiling Android', |
| 2534 | 'VR Linux', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2535 | # chromium.win |
| 2536 | 'Win 7 Tests x64 (1)', |
| 2537 | 'Win10 Tests x64', |
| 2538 | 'Win7 Tests (1)', |
| 2539 | 'Win7 Tests (dbg)(1)', |
| 2540 | ], |
| 2541 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2542 | 'webgl_conformance_d3d9_passthrough_tests': { |
| 2543 | 'remove_from': [ |
| 2544 | # TODO(jdarpinian): Re-enable when http://crbug.com/841789 is fixed. |
| 2545 | 'Win10 FYI Exp Release (Intel HD 630)', |
| 2546 | ], |
| 2547 | }, |
| 2548 | 'webgl_conformance_d3d9_tests': { |
| 2549 | 'remove_from': [ |
| 2550 | # TODO(jdarpinian): Re-enable when http://crbug.com/841789 is fixed. |
| 2551 | 'Win10 FYI Exp Release (Intel HD 630)', |
| 2552 | ], |
| 2553 | }, |
| 2554 | 'webgl_conformance_tests': { |
| 2555 | 'modifications': { |
| 2556 | # On desktop platforms these don't take very long (~7 minutes), |
| 2557 | # but on Android they take ~30 minutes and we want to use more |
| 2558 | # shards than on desktop. |
| 2559 | # chromium.gpu |
| 2560 | 'Android Release (Nexus 5X)': { |
| 2561 | 'swarming': { |
| 2562 | 'shards': 6, |
| 2563 | }, |
| 2564 | }, |
| 2565 | 'Mac FYI GPU ASAN Release': { |
| 2566 | 'args': [ |
| 2567 | '--is-asan', |
| 2568 | ] |
| 2569 | }, |
| 2570 | }, |
| 2571 | }, |
| 2572 | 'webgl_conformance_gl_passthrough_tests': { |
| 2573 | 'remove_from': [ |
| 2574 | # crbug.com/555545 and crbug.com/649824: |
| 2575 | # Disable webgl_conformance_gl_tests on some Win/AMD cards. |
| 2576 | # Always fails on older cards, flaky on newer cards. |
| 2577 | 'Win7 FYI Debug (AMD)', |
| 2578 | 'Win7 FYI Release (AMD)', |
| 2579 | ], |
| 2580 | }, |
| 2581 | 'webgl2_conformance_tests': { |
| 2582 | 'remove_from': [ |
| 2583 | # The Mac NVIDIA Retina bots don't have the capacity to run |
| 2584 | # this test suite on mac_optional_gpu_tests_rel. |
| 2585 | 'Optional Mac Retina Release (NVIDIA)', |
| 2586 | ], |
| 2587 | 'modifications': { |
| 2588 | 'Mac FYI GPU ASAN Release': { |
| 2589 | 'args': [ |
| 2590 | '--is-asan', |
| 2591 | ] |
| 2592 | }, |
| 2593 | }, |
| 2594 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2595 | 'webkit_layout_tests': { |
| 2596 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2597 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2598 | 'Out of Process Profiling Mac', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2599 | # chromium.linux |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 2600 | 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2601 | # chromium.win |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 2602 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
Dirk Pranke | 15530fe | 2018-06-15 16:12:13 | [diff] [blame] | 2603 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2604 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2605 | 'modifications': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2606 | # chromium.fyi |
John Budorick | 6650ef1 | 2018-05-16 23:33:17 | [diff] [blame] | 2607 | 'linux-blink-gen-property-trees': { |
| 2608 | 'args': [ |
John Budorick | 4779520 | 2018-05-18 01:30:35 | [diff] [blame] | 2609 | '--debug', |
John Budorick | 6650ef1 | 2018-05-16 23:33:17 | [diff] [blame] | 2610 | '--additional-driver-flag=--enable-blink-gen-property-trees', |
| 2611 | ], |
| 2612 | }, |
John Budorick | a14c2c39 | 2018-03-02 19:00:44 | [diff] [blame] | 2613 | 'linux-blink-heap-incremental-marking': { |
| 2614 | 'args': [ |
| 2615 | '--debug', |
Michael Lippautz | d48e4a5 | 2018-04-26 06:59:13 | [diff] [blame] | 2616 | '--additional-driver-flag=--enable-blink-features=HeapIncrementalMarkingStress', |
John Budorick | a14c2c39 | 2018-03-02 19:00:44 | [diff] [blame] | 2617 | ], |
| 2618 | }, |
Dirk Pranke | 97f97ae6 | 2018-06-19 22:22:36 | [diff] [blame] | 2619 | 'mac10.10-blink-rel-dummy': { |
| 2620 | 'swarming': { |
| 2621 | 'dimension_sets': [ |
| 2622 | { # This should match Mac10.10 Tests on chromium.mac. |
| 2623 | 'gpu': 'none', |
| 2624 | 'os': 'Mac-10.10', |
| 2625 | } |
| 2626 | ] |
| 2627 | }, |
| 2628 | }, |
| 2629 | 'mac10.11-blink-rel-dummy': { |
| 2630 | 'swarming': { |
| 2631 | 'dimension_sets': [ |
| 2632 | { # This should match Mac10.11 Tests on chromium.mac. |
| 2633 | 'gpu': 'none', |
| 2634 | 'os': 'Mac-10.11', |
| 2635 | } |
| 2636 | ] |
| 2637 | }, |
| 2638 | }, |
| 2639 | 'mac10.12-blink-rel-dummy': { |
| 2640 | 'swarming': { |
| 2641 | 'dimension_sets': [ |
| 2642 | { # This should match Mac10.12 Tests on chromium.mac. |
| 2643 | 'gpu': '8086:0a2e', |
| 2644 | 'hidpi': '0', |
| 2645 | 'os': 'Mac-10.12', |
| 2646 | }, |
| 2647 | ], |
| 2648 | }, |
| 2649 | }, |
| 2650 | 'mac10.12_retina-blink-rel-dummy': { |
| 2651 | 'swarming': { |
| 2652 | 'dimension_sets': [ |
| 2653 | { # This should match WebKit Mac10.12 (retina) on chromium.webkit. |
| 2654 | 'gpu': '8086:0a2e', |
| 2655 | 'hidpi': '1', |
| 2656 | 'os': 'Mac-10.12', |
| 2657 | }, |
| 2658 | ], |
| 2659 | }, |
| 2660 | }, |
| 2661 | 'mac10.13-blink-rel-dummy': { |
| 2662 | 'swarming': { |
| 2663 | 'dimension_sets': [ |
| 2664 | { # This should match Chromium Mac 10.13 on chromium.fyi. |
| 2665 | 'gpu': '8086:0a2e', |
| 2666 | 'hidpi': '0', |
| 2667 | 'os': 'Mac-10.13', |
| 2668 | }, |
| 2669 | ], |
| 2670 | 'shards': 12, |
| 2671 | }, |
| 2672 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2673 | 'WebKit Linux layout_ng Dummy Builder': { |
| 2674 | 'args': [ |
| 2675 | '--additional-driver-flag=--enable-blink-features=LayoutNG', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2676 | '--additional-driver-flag=--enable-slimming-paint-v175', |
| 2677 | ], |
| 2678 | 'swarming': { |
| 2679 | 'shards': 15, |
| 2680 | }, |
| 2681 | }, |
| 2682 | 'WebKit Linux root_layer_scrolls Dummy Builder': { |
| 2683 | 'args': [ |
| 2684 | '--additional-driver-flag=--root-layer-scrolls', |
| 2685 | ], |
| 2686 | 'swarming': { |
| 2687 | 'shards': 15, |
| 2688 | }, |
| 2689 | }, |
| 2690 | 'WebKit Linux slimming_paint_v2 Dummy Builder': { |
| 2691 | 'args': [ |
Xianzhu Wang | 0e4447e | 2018-02-19 06:44:32 | [diff] [blame] | 2692 | '--additional-driver-flag=--enable-slimming-paint-v2', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2693 | ], |
| 2694 | 'swarming': { |
| 2695 | 'shards': 15, |
| 2696 | }, |
| 2697 | }, |
| 2698 | # chromium.linux |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2699 | 'Linux Tests': { |
| 2700 | 'swarming': { |
| 2701 | 'dimension_sets': [ |
| 2702 | { |
| 2703 | # TODO(kbr): this is essentially redundant. |
| 2704 | 'os': 'Ubuntu-14.04', |
| 2705 | }, |
| 2706 | ], |
| 2707 | 'shards': 6, |
| 2708 | }, |
| 2709 | }, |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 2710 | 'Linux Tests (dbg)(1)': { |
Dirk Pranke | 15530fe | 2018-06-15 16:12:13 | [diff] [blame] | 2711 | 'args': [ |
| 2712 | '--debug', |
| 2713 | ], |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 2714 | 'swarming': { |
| 2715 | 'dimension_sets': [ |
| 2716 | { |
| 2717 | # TODO(kbr): this is essentially redundant. |
| 2718 | 'os': 'Ubuntu-14.04', |
| 2719 | }, |
| 2720 | ], |
| 2721 | 'shards': 20, |
| 2722 | }, |
| 2723 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2724 | # chromium.mac |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2725 | 'Mac10.10 Tests': { |
| 2726 | # TODO(kbr): this is essentially redundant. |
| 2727 | 'swarming': { |
| 2728 | 'dimension_sets': [ |
| 2729 | { |
| 2730 | 'gpu': 'none', |
| 2731 | 'os': 'Mac-10.10.5', |
| 2732 | }, |
| 2733 | ], |
| 2734 | }, |
| 2735 | }, |
| 2736 | 'Mac10.11 Tests': { |
| 2737 | # TODO(kbr): this is essentially redundant. |
| 2738 | 'swarming': { |
| 2739 | 'dimension_sets': [ |
| 2740 | { |
| 2741 | 'gpu': 'none', |
| 2742 | 'os': 'Mac-10.11.6', |
| 2743 | }, |
| 2744 | ], |
| 2745 | }, |
| 2746 | }, |
| 2747 | 'Mac10.12 Tests': { |
| 2748 | # TODO(kbr): if the Swarming dimensions were explicitly specified for |
| 2749 | # all jobs then this wouldn't be needed. However, note that this bot |
| 2750 | # implicitly specifies gpu:none rather than gpu:8086:0a2e. |
| 2751 | 'swarming': { |
| 2752 | 'dimension_sets': [ |
| 2753 | { |
| 2754 | 'gpu': '8086:0a2e', |
| 2755 | 'hidpi': '0', |
| 2756 | 'os': 'Mac-10.12.6', |
| 2757 | }, |
| 2758 | ], |
| 2759 | 'shards': 12, |
| 2760 | }, |
| 2761 | }, |
Dirk Pranke | 736e26f | 2018-04-07 01:54:30 | [diff] [blame] | 2762 | 'Mac10.13 Tests': { |
Kenneth Russell | beb175e | 2018-04-21 02:43:09 | [diff] [blame] | 2763 | # TODO(jbudorick,dpranke): Switch this to 10.13. |
Dirk Pranke | 736e26f | 2018-04-07 01:54:30 | [diff] [blame] | 2764 | |
| 2765 | # TODO(kbr): if the Swarming dimensions were explicitly specified for |
| 2766 | # all jobs then this wouldn't be needed. However, note that this bot |
| 2767 | # implicitly specifies gpu:none rather than gpu:8086:0a2e. |
| 2768 | 'swarming': { |
| 2769 | 'dimension_sets': [ |
| 2770 | { |
| 2771 | 'gpu': '8086:0a2e', |
| 2772 | 'hidpi': '0', |
| 2773 | 'os': 'Mac-10.12.6', |
| 2774 | }, |
| 2775 | ], |
| 2776 | 'shards': 12, |
| 2777 | }, |
| 2778 | }, |
Dirk Pranke | 15530fe | 2018-06-15 16:12:13 | [diff] [blame] | 2779 | 'Mac10.13 Tests (dbg)': { |
| 2780 | 'args': [ |
| 2781 | '--debug', |
| 2782 | ], |
| 2783 | }, |
Nico Weber | 109dd750 | 2018-06-15 13:56:30 | [diff] [blame] | 2784 | # chromium.clang |
| 2785 | 'ToTMac': { |
| 2786 | # TODO(thakis): Remove this once Mac10.13 Tests no longer runs tests on 10.12. |
| 2787 | 'swarming': { |
| 2788 | 'dimension_sets': [ |
| 2789 | { |
| 2790 | 'gpu': '8086:0a2e', |
| 2791 | 'hidpi': '0', |
| 2792 | 'os': 'Mac-10.12.6', |
| 2793 | }, |
| 2794 | ], |
| 2795 | 'shards': 12, |
| 2796 | }, |
| 2797 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2798 | |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2799 | # chromium.webkit. |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2800 | 'WebKit Linux Trusty ASAN': { |
| 2801 | 'args': [ |
| 2802 | '--additional-expectations', |
| 2803 | '../../third_party/WebKit/LayoutTests/ASANExpectations', |
| 2804 | '--time-out-ms', |
| 2805 | '48000', |
| 2806 | '--enable-sanitizer', |
| 2807 | ], |
| 2808 | 'swarming': { |
| 2809 | 'dimension_sets': [ |
| 2810 | { |
| 2811 | 'os': 'Ubuntu-14.04', |
| 2812 | }, |
| 2813 | ], |
| 2814 | 'shards': 20, |
| 2815 | }, |
| 2816 | }, |
| 2817 | 'WebKit Linux Trusty Leak': { |
| 2818 | 'args': [ |
| 2819 | '--additional-expectations', |
| 2820 | '../../third_party/WebKit/LayoutTests/LeakExpectations', |
| 2821 | '--time-out-ms', |
| 2822 | '48000', |
| 2823 | '--enable-leak-detection', |
| 2824 | ], |
| 2825 | 'swarming': { |
| 2826 | 'dimension_sets': [ |
| 2827 | { |
| 2828 | 'os': 'Ubuntu-14.04', |
| 2829 | }, |
| 2830 | ], |
| 2831 | 'shards': 10, |
| 2832 | }, |
| 2833 | }, |
| 2834 | 'WebKit Linux Trusty MSAN': { |
| 2835 | 'args': [ |
| 2836 | '--additional-expectations', |
| 2837 | '../../third_party/WebKit/LayoutTests/MSANExpectations', |
| 2838 | '--time-out-ms', |
| 2839 | '66000', |
| 2840 | '--enable-sanitizer', |
| 2841 | ], |
| 2842 | 'swarming': { |
| 2843 | 'dimension_sets': [ |
| 2844 | { |
| 2845 | 'os': 'Ubuntu-14.04', |
| 2846 | }, |
| 2847 | ], |
| 2848 | 'expiration': 36000, |
| 2849 | 'hard_timeout': 10800, |
| 2850 | 'io_timeout': 3600, |
| 2851 | 'shards': 20, |
| 2852 | }, |
| 2853 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2854 | 'WebKit Win10': { |
| 2855 | 'swarming': { |
| 2856 | 'dimension_sets': [ |
| 2857 | { |
Jao-ke Chin-Lee | ee7d149 | 2018-04-02 17:35:48 | [diff] [blame] | 2858 | 'os': 'Windows-10-15063', |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2859 | }, |
| 2860 | ], |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2861 | }, |
| 2862 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2863 | # chromium.win |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2864 | 'Win7 Tests (dbg)(1)': { |
| 2865 | 'args': [ |
| 2866 | '--debug', |
| 2867 | '--time-out-ms', |
| 2868 | '60000' |
| 2869 | ], |
Dirk Pranke | 028aa92 | 2018-05-25 18:37:34 | [diff] [blame] | 2870 | 'experiment_percentage': 100, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2871 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 2872 | # from prefered_os_dimension in |
| 2873 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 2874 | # Swarming dimensions would be either specified for all testers on the |
| 2875 | # waterfall (and therefore, explicitly specified for all tests in the |
| 2876 | # generated JSON), or this would be removed, and the implicit one used. |
| 2877 | 'swarming': { |
| 2878 | 'dimension_sets': [ |
| 2879 | { |
| 2880 | 'os': 'Windows-7-SP1', |
| 2881 | } |
| 2882 | ], |
| 2883 | }, |
| 2884 | }, |
Stephen Martinis | 1c5d6aa | 2018-04-17 03:11:25 | [diff] [blame] | 2885 | 'Win10 Tests x64 (dbg)': { |
| 2886 | 'args': [ |
| 2887 | '--debug', |
Stephen Martinis | 29afff3 | 2018-04-19 03:03:11 | [diff] [blame] | 2888 | '--target', |
| 2889 | 'Debug_x64', |
Stephen Martinis | 1c5d6aa | 2018-04-17 03:11:25 | [diff] [blame] | 2890 | ], |
| 2891 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2892 | }, |
| 2893 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2894 | 'webkit_unit_tests': { |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2895 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2896 | # chromium.memory |
| 2897 | 'Linux ASan LSan Tests (1)': { |
| 2898 | # These are very slow on the ASAN trybot for some reason. |
| 2899 | # crbug.com/794372 |
| 2900 | 'swarming': { |
| 2901 | 'shards': 5, |
| 2902 | }, |
| 2903 | }, |
arthursonzogni | 26889d8 | 2018-05-29 17:18:16 | [diff] [blame] | 2904 | 'Marshmallow 64 bit Tester': { |
| 2905 | # Increase timeout. See https://crbug.com/847229. |
| 2906 | 'swarming': { |
| 2907 | 'hard_timeout': 1200, |
| 2908 | }, |
| 2909 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2910 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2911 | }, |
| 2912 | 'webview_instrumentation_test_apk': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2913 | 'remove_gtest_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2914 | 'Unswarmed N5 Tests Dummy Builder', |
| 2915 | 'Unswarmed N5X Tests Dummy Builder', |
| 2916 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2917 | 'remove_from': [ |
Hans Wennborg | eac4c36c | 2018-05-23 16:04:06 | [diff] [blame] | 2918 | # This test frequently fails on Android, https://crbug.com/824959 |
| 2919 | # chromium.android |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 2920 | 'android-kitkat-arm-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2921 | 'KitKat Phone Tester (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2922 | 'KitKat Tablet Tester', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2923 | # chromium.android.fyi |
Hans Wennborg | a0b11ebe | 2018-05-15 16:26:50 | [diff] [blame] | 2924 | # chromium.clang; matching chromium.android, the test fails on these. |
Hans Wennborg | a0b11ebe | 2018-05-15 16:26:50 | [diff] [blame] | 2925 | 'ToTAndroid', |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2926 | # On chromium.swarm, this should possibly be being run (or removed |
| 2927 | # from Android N5X Swarm). |
| 2928 | 'Android N5 Swarm', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2929 | # chromium.fyi |
| 2930 | 'Out of Process Profiling Android', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2931 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2932 | 'key_removals': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2933 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2934 | 'Nougat Phone Tester': [ |
| 2935 | 'args', |
| 2936 | ], |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2937 | 'x86 Cloud Tester': [ |
| 2938 | 'args', |
| 2939 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2940 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2941 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2942 | # chromium.android |
John Budorick | 8c4a989d | 2018-05-20 05:08:39 | [diff] [blame] | 2943 | 'android-marshmallow-arm64-rel': { |
| 2944 | 'swarming': { |
| 2945 | 'hard_timeout': 1200, |
| 2946 | 'shards': 8, |
| 2947 | }, |
| 2948 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2949 | 'Lollipop Phone Tester': { |
| 2950 | 'swarming': { |
| 2951 | 'shards': 6, |
| 2952 | }, |
| 2953 | }, |
| 2954 | 'Lollipop Tablet Tester': { |
| 2955 | 'swarming': { |
| 2956 | 'hard_timeout': 1800, |
| 2957 | 'shards': 6, |
| 2958 | }, |
| 2959 | }, |
| 2960 | 'Marshmallow 64 bit Tester': { |
| 2961 | 'swarming': { |
| 2962 | 'hard_timeout': 1200, |
| 2963 | 'shards': 8, |
| 2964 | }, |
| 2965 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2966 | 'Marshmallow Tablet Tester': { |
| 2967 | 'swarming': { |
| 2968 | 'hard_timeout': 1800, |
| 2969 | 'shards': 6, |
| 2970 | }, |
| 2971 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2972 | # chromium.android.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2973 | 'Nougat Phone Tester': { |
| 2974 | 'swarming': { |
| 2975 | 'hard_timeout': 1500, |
| 2976 | 'shards': 6, |
| 2977 | }, |
| 2978 | }, |
| 2979 | 'x86 Cloud Tester': { |
| 2980 | 'swarming': { |
| 2981 | 'hard_timeout': 960, |
| 2982 | }, |
| 2983 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2984 | }, |
| 2985 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2986 | 'wm_unittests': { |
| 2987 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2988 | # chromium.fyi |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2989 | 'Out of Process Profiling Windows', |
| 2990 | 'Win 10 Fast Ring', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2991 | ], |
| 2992 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2993 | 'zucchini_unittests': { |
| 2994 | 'remove_from': [ |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2995 | # chromium.win |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2996 | 'Win10 Tests x64', |
| 2997 | ], |
| 2998 | }, |
| 2999 | } |