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 | { |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 19 | 'android_browsertests': { |
| 20 | 'modifications': { |
| 21 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 22 | 'args': [ |
| 23 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 24 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 25 | }, |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 26 | 'android-pie-x86-fyi-rel': { |
| 27 | 'args': [ |
| 28 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 29 | ], |
| 30 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 31 | }, |
| 32 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 33 | 'android_webview_unittests': { |
| 34 | 'remove_from': [ |
John Budorick | 826d5ed | 2017-12-28 19:27:32 | [diff] [blame] | 35 | # On chromium.android, these do not need to run prior to M. |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 36 | 'android-kitkat-arm-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 37 | 'KitKat Phone Tester (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 38 | 'KitKat Tablet Tester', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 39 | 'android-code-coverage-native', # crbug/1018434 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 40 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 41 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 42 | 'angle_end2end_tests': { |
| 43 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 44 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 45 | 'Android FYI Release (Nexus 5)', |
| 46 | 'Android FYI Release (Nexus 6)', |
| 47 | 'Android FYI Release (Nexus 9)', |
| 48 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 49 | 'Linux FYI Release (AMD R7 240)', |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 50 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 51 | 'Linux FYI Debug (NVIDIA)', |
| 52 | 'Linux FYI GPU TSAN Release', |
jonross | fb1c61b7 | 2019-11-19 01:43:59 | [diff] [blame] | 53 | # Disabling on RX 550 as we are currently qualifying the card and not |
| 54 | # checking for regressions. crbug.com/1025745 |
| 55 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 56 | ], |
| 57 | }, |
| 58 | 'angle_perftests': { |
| 59 | 'remove_from': [ |
Yuly Novikov | 04baee6d | 2018-12-21 21:22:21 | [diff] [blame] | 60 | 'Android FYI Release (Nexus 5)', # crbug.com/915429 |
Nico Weber | 521565b | 2018-07-12 22:50:16 | [diff] [blame] | 61 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 62 | 'Linux FYI GPU TSAN Release', # crbug.com/950542 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 63 | ], |
| 64 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 65 | 'angle_unittests': { |
| 66 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 67 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 68 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 69 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 70 | 'modifications': { |
| 71 | 'Linux ASan LSan Tests (1)': { |
| 72 | 'swarming': { |
| 73 | 'shards': 10, |
| 74 | }, |
| 75 | }, |
| 76 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 77 | }, |
Saman Sami | 8e2eedaa | 2019-12-18 20:23:07 | [diff] [blame] | 78 | 'angle_white_box_tests': { |
| 79 | 'remove_from': [ |
| 80 | # https://crbug.com/1035178 |
| 81 | 'Win10 FYI x64 Release (AMD RX 550)', |
| 82 | # https://crbug.com/1035461 |
| 83 | 'Linux FYI GPU TSAN Release', |
| 84 | ], |
| 85 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 86 | 'blink_web_tests': { |
| 87 | 'remove_from': [ |
| 88 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 89 | 'Win10 Tests x64 (dbg)', |
| 90 | ], |
| 91 | 'modifications': { |
| 92 | 'Fuchsia x64': { |
| 93 | 'args': [ |
| 94 | '--platform=fuchsia', |
| 95 | ], |
| 96 | 'swarming': { |
| 97 | 'shards': 1, |
| 98 | }, |
| 99 | }, |
| 100 | 'Linux Tests': { |
| 101 | "args": [ |
| 102 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 103 | ], |
| 104 | }, |
| 105 | 'Linux Tests (dbg)(1)': { |
| 106 | 'args': [ |
| 107 | '--debug', |
| 108 | ], |
| 109 | 'swarming': { |
| 110 | 'shards': 20, |
| 111 | }, |
| 112 | }, |
| 113 | 'Mac10.10 Tests': { |
| 114 | # TODO(kbr): this is essentially redundant. |
| 115 | 'swarming': { |
| 116 | 'dimension_sets': [ |
| 117 | { |
| 118 | 'gpu': 'none', |
| 119 | 'os': 'Mac-10.10.5', |
| 120 | }, |
| 121 | ], |
| 122 | 'shards': 25, |
| 123 | }, |
| 124 | }, |
| 125 | 'Mac10.11 Tests': { |
| 126 | # TODO(kbr): this is essentially redundant. |
| 127 | 'swarming': { |
| 128 | 'dimension_sets': [ |
| 129 | { |
| 130 | 'gpu': 'none', |
| 131 | 'os': 'Mac-10.11.6', |
| 132 | }, |
| 133 | ], |
| 134 | 'shards': 25, |
| 135 | }, |
| 136 | }, |
| 137 | 'Mac10.12 Tests': { |
| 138 | 'swarming': { |
| 139 | 'shards': 25, |
| 140 | }, |
| 141 | }, |
| 142 | 'Mac10.13 Tests': { |
| 143 | 'swarming': { |
| 144 | 'dimension_sets': [ |
| 145 | { |
| 146 | # Run the layout tests on a consistent set of hardware |
| 147 | # (Mac Minis). |
| 148 | 'gpu': '8086:0a2e', |
| 149 | }, |
| 150 | ], |
| 151 | 'shards': 25, |
| 152 | }, |
| 153 | }, |
| 154 | 'Mac10.13 Tests (dbg)': { |
| 155 | 'args': [ |
| 156 | '--debug', |
| 157 | ], |
| 158 | }, |
| 159 | 'V8 Blink Linux Debug': { |
| 160 | 'args': [ |
| 161 | '--debug', |
| 162 | ], |
| 163 | }, |
| 164 | 'V8 Blink Linux Future': { |
| 165 | 'args': [ |
| 166 | '--additional-driver-flag=--js-flags=--future', |
| 167 | ], |
| 168 | }, |
| 169 | 'WebKit Linux ASAN': { |
| 170 | 'args': [ |
| 171 | '--additional-expectations', |
| 172 | '../../third_party/blink/web_tests/ASANExpectations', |
| 173 | '--time-out-ms', |
| 174 | '48000', |
| 175 | '--enable-sanitizer', |
| 176 | ], |
| 177 | 'swarming': { |
| 178 | 'shards': 20, |
| 179 | }, |
| 180 | }, |
| 181 | 'WebKit Linux Leak': { |
| 182 | 'args': [ |
| 183 | '--additional-expectations', |
| 184 | '../../third_party/blink/web_tests/LeakExpectations', |
| 185 | '--time-out-ms', |
| 186 | '48000', |
| 187 | '--enable-leak-detection', |
| 188 | ], |
| 189 | 'swarming': { |
| 190 | 'shards': 10, |
| 191 | }, |
| 192 | }, |
| 193 | 'WebKit Linux MSAN': { |
| 194 | 'args': [ |
| 195 | '--additional-expectations', |
| 196 | '../../third_party/blink/web_tests/MSANExpectations', |
| 197 | '--time-out-ms', |
| 198 | '66000', |
| 199 | '--enable-sanitizer', |
| 200 | ], |
| 201 | 'swarming': { |
| 202 | 'expiration': 36000, |
| 203 | 'hard_timeout': 10800, |
| 204 | 'io_timeout': 3600, |
| 205 | 'shards': 20, |
| 206 | }, |
| 207 | }, |
| 208 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 209 | 'args': [ |
| 210 | '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint', |
| 211 | ], |
| 212 | }, |
| 213 | 'WebKit Linux layout_ng_disabled Builder': { |
| 214 | 'args': [ |
| 215 | '--additional-driver-flag=--disable-blink-features=LayoutNG', |
| 216 | ], |
| 217 | }, |
| 218 | 'Win10 Tests x64': { |
| 219 | 'args': [ |
| 220 | '--target', |
| 221 | 'Release_x64', |
| 222 | ], |
| 223 | 'swarming': { |
| 224 | "shards": 28 |
| 225 | }, |
| 226 | }, |
| 227 | 'Win10 Tests x64 (dbg)': { |
| 228 | 'args': [ |
| 229 | '--debug', |
| 230 | '--target', |
| 231 | 'Debug_x64', |
| 232 | ], |
| 233 | }, |
| 234 | 'Win10 Tests x64 Code Coverage': { |
| 235 | 'args': [ |
| 236 | '--target', |
| 237 | 'Release_x64', |
| 238 | ], |
| 239 | 'swarming': { |
| 240 | "shards": 28 |
| 241 | }, |
| 242 | }, |
| 243 | 'Win7 Tests (dbg)(1)': { |
| 244 | 'args': [ |
| 245 | '--debug', |
| 246 | '--time-out-ms', |
| 247 | '60000' |
| 248 | ], |
| 249 | 'experiment_percentage': 100, |
| 250 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 251 | # from prefered_os_dimension in |
| 252 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 253 | # Swarming dimensions would be either specified for all testers on the |
| 254 | # waterfall (and therefore, explicitly specified for all tests in the |
| 255 | # generated JSON), or this would be removed, and the implicit one used. |
| 256 | 'swarming': { |
| 257 | 'dimension_sets': [ |
| 258 | { |
| 259 | 'os': 'Windows-7-SP1', |
| 260 | } |
| 261 | ], |
| 262 | }, |
| 263 | }, |
| 264 | # tryserver.chromium.android |
| 265 | 'android_blink_rel': { |
| 266 | 'args': [ |
| 267 | '--release', |
| 268 | '--android', |
| 269 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 270 | # Android. Remove this when it no longer affects Android crash |
| 271 | # log handling. |
| 272 | '--disable-breakpad', |
| 273 | # TODO(crbug.com/875172): run on the real GPU since the |
| 274 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 275 | '--additional-driver-flag=--use-gpu-in-tests', |
| 276 | ], |
| 277 | }, |
| 278 | 'devtools_frontend_linux_blink_light_rel': { |
| 279 | 'args': [ |
| 280 | 'http/tests/devtools', |
| 281 | ], |
| 282 | 'swarming': { |
| 283 | 'shards': 4, |
| 284 | }, |
| 285 | }, |
| 286 | 'fuchsia-fyi-x64-rel': { |
| 287 | 'args': [ |
| 288 | '--platform=fuchsia', |
| 289 | ], |
| 290 | 'swarming': { |
| 291 | 'shards': 1, |
| 292 | }, |
| 293 | }, |
| 294 | 'linux-bfcache-debug': { |
| 295 | 'args': [ |
| 296 | '--debug', |
| 297 | '--additional-driver-flag=--enable-features=BackForwardCache', |
| 298 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache', |
| 299 | ], |
| 300 | }, |
| 301 | 'linux-blink-animation-use-time-delta': { |
| 302 | 'args': [ |
| 303 | '--debug', |
| 304 | ], |
| 305 | }, |
| 306 | 'linux-blink-cors-rel': { |
| 307 | 'args': [ |
| 308 | '--additional-driver-flag=--disable-features=OutOfBlinkCors', |
| 309 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors', |
| 310 | ], |
| 311 | }, |
| 312 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 313 | 'args': [ |
| 314 | '--release', |
| 315 | '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking', |
| 316 | ], |
| 317 | }, |
| 318 | 'linux-code-coverage': { |
| 319 | 'args': [ |
| 320 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 321 | ], |
| 322 | 'swarming': { |
| 323 | 'shards': 20, |
| 324 | }, |
| 325 | }, |
| 326 | 'linux-layout-tests-fragment-item': { |
| 327 | 'args': [ |
| 328 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem', |
| 329 | ], |
| 330 | }, |
| 331 | 'linux-layout-tests-fragment-paint': { |
| 332 | 'args': [ |
| 333 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentPaint', |
| 334 | ], |
| 335 | }, |
| 336 | 'mac-rel': { |
| 337 | 'swarming': { |
| 338 | 'dimension_sets': [ |
| 339 | { |
| 340 | # Run the layout tests on a consistent set of hardware |
| 341 | # (Mac Minis). |
| 342 | 'gpu': '8086:0a2e', |
| 343 | }, |
| 344 | ], |
| 345 | 'shards': 25, |
| 346 | }, |
| 347 | }, |
| 348 | 'mac10.10-blink-rel-dummy': { |
| 349 | 'swarming': { |
| 350 | 'shards': 20, |
| 351 | }, |
| 352 | }, |
| 353 | 'mac10.11-blink-rel-dummy': { |
| 354 | 'swarming': { |
| 355 | 'shards': 20, |
| 356 | }, |
| 357 | }, |
| 358 | 'mac10.12-blink-rel-dummy': { |
| 359 | 'swarming': { |
| 360 | 'shards': 20, |
| 361 | }, |
| 362 | }, |
| 363 | 'mac10.13-blink-rel-dummy': { |
| 364 | 'swarming': { |
| 365 | 'shards': 20, |
| 366 | }, |
| 367 | }, |
| 368 | 'mac10.13_retina-blink-rel-dummy': { |
| 369 | 'swarming': { |
| 370 | 'shards': 20, |
| 371 | }, |
| 372 | }, |
| 373 | 'mac10.14-blink-rel-dummy': { |
| 374 | 'swarming': { |
| 375 | 'shards': 20, |
| 376 | }, |
| 377 | }, |
| 378 | }, |
| 379 | }, |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 380 | 'boringssl_crypto_tests': { |
| 381 | 'remove_from': [ |
| 382 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 383 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 384 | 'Fuchsia x64', |
| 385 | ], |
| 386 | }, |
| 387 | 'boringssl_ssl_tests': { |
| 388 | 'remove_from': [ |
| 389 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 390 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 391 | 'Fuchsia x64', |
| 392 | ], |
| 393 | }, |
John Budorick | ca99585 | 2019-06-26 16:55:55 | [diff] [blame] | 394 | 'breakpad_unittests': { |
| 395 | 'modifications': { |
| 396 | 'android-asan': { |
| 397 | 'args': [ |
| 398 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter', |
| 399 | ], |
| 400 | }, |
| 401 | }, |
| 402 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 403 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 404 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 405 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 406 | 'linux-win_cross-rel', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 407 | 'mac-rel', # crbug.com/1042757 |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 408 | 'ToTLinuxTSan', # https://crbug.com/368525 |
John Budorick | 5ef1147 | 2019-12-18 22:02:33 | [diff] [blame] | 409 | 'Mac10.10 Tests', # https://crbug.com/828031 |
Aaron Gable | 30cda24 | 2020-01-22 21:02:58 | [diff] [blame] | 410 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 411 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 412 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 413 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 414 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 415 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 416 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 417 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 418 | }, |
| 419 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 420 | 'Linux ASan LSan Tests (1)': { |
| 421 | # These are very slow on the ASAN trybot for some reason. |
| 422 | # crbug.com/794372 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 423 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 424 | 'shards': 40, |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 425 | }, |
| 426 | }, |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 427 | 'Linux ASan Tests (sandboxed)': { |
| 428 | 'swarming': { |
| 429 | 'shards': 12, # https://crbug.com/1056300 |
| 430 | }, |
| 431 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 432 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 433 | # These are very slow on the ASAN trybot for some reason. |
| 434 | # crbug.com/794372 |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 435 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 436 | 'shards': 31, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 437 | }, |
| 438 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 439 | 'Linux ChromiumOS MSan Tests': { |
| 440 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 441 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 442 | 'swarming': { |
Ben Pastene | acd5739 | 2019-10-31 02:13:25 | [diff] [blame] | 443 | 'shards': 30, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 444 | }, |
| 445 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 446 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 447 | 'swarming': { |
| 448 | 'shards': 20, |
| 449 | }, |
| 450 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 451 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 452 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 453 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 454 | }, |
| 455 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 456 | 'ToTWin64(dbg)': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 457 | 'swarming': { |
| 458 | 'shards': 20, |
| 459 | }, |
| 460 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 461 | 'Win10 Tests x64': { |
| 462 | # crbug.com/868082 |
| 463 | 'args': [ |
| 464 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 465 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 466 | 'swarming': { |
| 467 | # This is for slow test execution that often becomes a critical path of |
| 468 | # swarming jobs. crbug.com/868114 |
| 469 | 'shards': 15, |
| 470 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 471 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 472 | 'Win10 Tests x64 Code Coverage': { |
| 473 | # crbug.com/868082 |
| 474 | 'args': [ |
| 475 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 476 | ], |
| 477 | 'swarming': { |
| 478 | # This is for slow test execution that often becomes a critical path of |
| 479 | # swarming jobs. crbug.com/868114 |
| 480 | 'shards': 15, |
| 481 | } |
| 482 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 483 | 'Win7 Tests (1)': { |
| 484 | # This is for slow test execution that often becomes a critical path of |
| 485 | # swarming jobs. crbug.com/868114 |
| 486 | 'swarming': { |
| 487 | 'shards': 15, |
| 488 | }, |
| 489 | }, |
| 490 | 'Win7 Tests (dbg)(1)': { |
Pavol Marko | c579e07 | 2019-12-05 22:42:02 | [diff] [blame] | 491 | 'swarming': { |
| 492 | 'shards': 20, |
| 493 | }, |
| 494 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 495 | 'linux-chromeos-chrome': { |
| 496 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 497 | # tests are green. |
| 498 | 'args': [ |
| 499 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 500 | ], |
Ben Pastene | 7032611 | 2020-01-13 17:49:03 | [diff] [blame] | 501 | # TODO(https://crbug.com/1039746): Move this back to the main pool. |
| 502 | 'swarming': { |
| 503 | 'dimension_sets': [ |
| 504 | { |
| 505 | 'pool': 'chrome.tests.browser_tests_killer', |
| 506 | }, |
| 507 | ], |
| 508 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 509 | }, |
| 510 | 'linux-chromeos-code-coverage': { |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 511 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 512 | 'shards': 50, |
| 513 | }, |
| 514 | }, |
| 515 | 'linux-chromeos-dbg': { |
| 516 | 'swarming': { |
| 517 | 'shards': 30, |
| 518 | }, |
| 519 | }, |
| 520 | 'linux-chromeos-rel': { |
| 521 | 'swarming': { |
| 522 | 'shards': 20, |
| 523 | }, |
| 524 | }, |
| 525 | 'linux-code-coverage': { |
| 526 | 'swarming': { |
| 527 | 'shards': 50, |
| 528 | }, |
| 529 | }, |
| 530 | 'linux-trusty-rel': { |
| 531 | 'args': [ |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 532 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter', |
| 533 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 534 | }, |
| 535 | 'mac-code-coverage': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 536 | 'swarming': { |
| 537 | 'shards': 15, |
| 538 | }, |
| 539 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 540 | 'win-asan': { |
| 541 | # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan |
| 542 | # (https://crbug.com/1031096). |
| 543 | 'swarming': { |
| 544 | 'shards': 20, |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 545 | }, |
| 546 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 547 | }, |
| 548 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 549 | 'cc_unittests': { |
| 550 | 'modifications': { |
| 551 | 'Linux TSan Tests': { |
| 552 | 'swarming': { |
| 553 | 'shards': 3, |
| 554 | }, |
| 555 | }, |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 556 | 'android-marshmallow-x86-fyi-rel': { |
| 557 | # https://crbug.com/1039860 |
| 558 | 'args': [ |
| 559 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 560 | ], |
| 561 | }, |
| 562 | 'android-pie-x86-fyi-rel': { |
| 563 | # https://crbug.com/1039860 |
| 564 | 'args': [ |
| 565 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 566 | ], |
| 567 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 568 | }, |
Chong Gu | 00dbbbf | 2020-01-31 23:51:45 | [diff] [blame] | 569 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 570 | 'Fuchsia ARM64', # https://crbug.com/1046552 |
Chong Gu | 00dbbbf | 2020-01-31 23:51:45 | [diff] [blame] | 571 | 'Fuchsia x64', # https://crbug.com/1046552 |
| 572 | ], |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 573 | }, |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 574 | 'checkbins': { |
| 575 | 'remove_from': [ |
Stephen Martinis | 47d7713 | 2019-04-24 23:51:33 | [diff] [blame] | 576 | 'linux-archive-dbg', |
| 577 | 'linux-archive-rel', |
| 578 | 'mac-archive-dbg', |
| 579 | 'mac-archive-rel', |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 580 | ], |
| 581 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 582 | 'chrome_java_test_pagecontroller_tests': { |
| 583 | 'modifications': { |
| 584 | 'android-pie-arm64-rel': { |
| 585 | 'experiment_percentage': 100, # https://crbug.com/924194 |
| 586 | }, |
| 587 | }, |
| 588 | }, |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 589 | 'chrome_public_smoke_test': { |
| 590 | 'remove_from': [ |
| 591 | 'android-code-coverage-native', # https://crbug.com/1018780 |
| 592 | ], |
| 593 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 594 | 'chrome_public_test_apk': { |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 595 | 'remove_from': [ |
| 596 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 597 | 'android-code-coverage-native', # https://crbug.com/1018780 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 598 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 599 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 600 | 'KitKat Phone Tester (dbg)': { |
| 601 | 'swarming': { |
| 602 | 'shards': 20, |
| 603 | }, |
| 604 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 605 | 'Marshmallow 64 bit Tester': { |
| 606 | 'swarming': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 607 | 'shards': 14, |
| 608 | }, |
| 609 | }, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 610 | 'Oreo Phone Tester': { |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 611 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 612 | # either passing or there is more capacity. |
| 613 | 'experiment_percentage': 0, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 614 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 615 | 'android-arm64-proguard-rel': { |
| 616 | 'swarming': { |
| 617 | 'shards': 25, |
| 618 | }, |
| 619 | }, |
| 620 | 'android-marshmallow-arm64-rel': { |
| 621 | 'swarming': { |
| 622 | 'shards': 25, |
| 623 | }, |
| 624 | }, |
| 625 | 'android-pie-arm64-rel': { |
| 626 | 'args': [ |
| 627 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211 |
| 628 | ], |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 629 | }, |
| 630 | 'android-pie-x86-fyi-rel': { |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 631 | 'args': [ |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 632 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 633 | # https://crbug.com/1046059 |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 634 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter', |
| 635 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 636 | 'swarming': { |
| 637 | 'named_caches': [ |
| 638 | { |
| 639 | 'name': 'avd_generic_playstore_android28', |
| 640 | 'path': '.android', |
| 641 | }, |
| 642 | { |
| 643 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 644 | 'path': '.emulator_sdk', |
| 645 | }, |
| 646 | ] |
| 647 | }, |
John Budorick | 3400947 | 2018-04-03 17:38:44 | [diff] [blame] | 648 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 649 | }, |
| 650 | }, |
| 651 | 'chrome_public_test_vr_apk': { |
Nico Weber | b0b3f586 | 2018-07-13 18:45:15 | [diff] [blame] | 652 | 'remove_from': [ |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 653 | 'KitKat Tablet Tester', |
| 654 | 'Lollipop Tablet Tester', |
| 655 | 'Marshmallow Tablet Tester', |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 656 | 'android-marshmallow-x86-fyi-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 657 | 'android-pie-x86-fyi-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 658 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
bsheedy | df58b4e | 2018-11-01 19:42:16 | [diff] [blame] | 659 | 'ToTAndroid', |
| 660 | 'ToTAndroidCFI', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 661 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 662 | 'android-code-coverage-native', # https://crbug.com/1018780 |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 663 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 664 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 665 | 'chrome_public_test_vr_apk-vega': { |
| 666 | 'modifications': { |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 667 | 'Oreo Phone Tester': { |
| 668 | 'swarming': { |
| 669 | 'dimension_sets': [ |
| 670 | { |
| 671 | 'device_os': 'OVR1.180808.003', |
| 672 | 'device_type': 'vega', |
| 673 | 'os': 'Android', |
| 674 | }, |
| 675 | ], |
| 676 | }, |
| 677 | } |
| 678 | } |
| 679 | }, |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 680 | 'chromedriver_py_tests': { |
| 681 | 'remove_from': [ |
| 682 | # Timeout happens sometimes (crbug.com/951799). |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 683 | 'Win10 Tests x64 (dbg)', |
| 684 | ], |
| 685 | }, |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 686 | 'components_browsertests': { |
| 687 | 'remove_from': [ |
| 688 | 'android-code-coverage-native', # crbug/1018434 |
| 689 | ], |
| 690 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 691 | 'components_unittests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 692 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 693 | 'Fuchsia ARM64', # https://crbug.com/961457 |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 694 | 'Fuchsia x64', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 695 | 'android-code-coverage-native', # crbug/1018431 |
Kevin Marshall | ce2afe1b | 2019-12-06 00:49:21 | [diff] [blame] | 696 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457 |
| 697 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457 |
| 698 | 'fuchsia-fyi-x64-rel', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 699 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 700 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 701 | 'Linux ASan LSan Tests (1)': { |
| 702 | # These are very slow on the ASAN trybot for some reason. |
| 703 | # crbug.com/794372 |
| 704 | 'swarming': { |
| 705 | 'shards': 5, |
| 706 | }, |
| 707 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 708 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 709 | # These are very slow on the ASAN trybot for some reason. |
| 710 | # crbug.com/794372 |
| 711 | 'swarming': { |
| 712 | 'shards': 5, |
| 713 | }, |
| 714 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 715 | 'Linux TSan Tests': { |
| 716 | 'swarming': { |
| 717 | 'shards': 2, |
| 718 | }, |
| 719 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 720 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 721 | 'swarming': { |
| 722 | 'shards': 2, |
| 723 | }, |
| 724 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 725 | }, |
| 726 | }, |
| 727 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 728 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 729 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 730 | 'android-code-coverage-native', # crbug/1018434 |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 731 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 732 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 733 | 'Cast Audio Linux': { |
| 734 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 735 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 736 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 737 | }, |
| 738 | 'Cast Linux': { |
| 739 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 740 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 741 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 742 | }, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 743 | 'Linux ASan LSan Tests (1)': { |
| 744 | 'swarming': { |
| 745 | 'shards': 12, |
| 746 | }, |
| 747 | }, |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 748 | 'Linux ASan Tests (sandboxed)': { |
| 749 | 'swarming': { |
Stephen McGruer | 640f0c3 | 2020-02-14 15:29:40 | [diff] [blame] | 750 | 'shards': 4, # https://crbug.com/1051944 |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 751 | }, |
| 752 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 753 | 'Linux TSan Tests': { |
| 754 | 'swarming': { |
| 755 | 'shards': 15, |
| 756 | }, |
| 757 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 758 | 'Lollipop Phone Tester': { |
| 759 | 'swarming': { |
| 760 | 'shards': 13, |
| 761 | }, |
| 762 | }, |
| 763 | 'Win10 Tests x64': { |
| 764 | # crbug.com/868082 |
| 765 | 'args': [ |
| 766 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 767 | ], |
| 768 | }, |
| 769 | 'Win10 Tests x64 (dbg)': { |
| 770 | 'experiment_percentage': 100, |
| 771 | # crbug.com/868082 |
| 772 | 'args': [ |
| 773 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 774 | ], |
| 775 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 776 | 'Win10 Tests x64 Code Coverage': { |
| 777 | # crbug.com/868082 |
| 778 | 'args': [ |
| 779 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 780 | ], |
| 781 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 782 | 'android-arm64-proguard-rel': { |
| 783 | 'swarming': { |
| 784 | 'shards': 16, |
| 785 | }, |
| 786 | }, |
| 787 | 'android-asan': { |
| 788 | 'args': [ |
| 789 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter', |
| 790 | ], |
| 791 | 'swarming': { |
| 792 | 'shards': 18, |
| 793 | }, |
| 794 | }, |
| 795 | 'android-kitkat-arm-rel': { |
| 796 | 'swarming': { |
| 797 | 'shards': 15, |
| 798 | }, |
| 799 | }, |
| 800 | 'android-marshmallow-arm64-rel': { |
| 801 | 'swarming': { |
| 802 | 'shards': 16, |
| 803 | }, |
| 804 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 805 | 'android-marshmallow-x86-fyi-rel': { |
| 806 | 'args': [ |
| 807 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 808 | ], |
| 809 | }, |
| 810 | 'android-pie-x86-fyi-rel': { |
| 811 | 'args': [ |
| 812 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 813 | ], |
| 814 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 815 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 816 | 'swarming': { |
| 817 | 'shards': 4, |
| 818 | }, |
| 819 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 820 | 'linux-chromeos-code-coverage': { |
| 821 | 'swarming': { |
| 822 | 'shards': 12, |
| 823 | }, |
| 824 | }, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 825 | 'linux-chromeos-rel': { |
| 826 | 'swarming': { |
| 827 | 'shards': 3, |
| 828 | }, |
| 829 | }, |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 830 | 'linux-code-coverage': { |
| 831 | 'swarming': { |
| 832 | 'shards': 12, |
| 833 | }, |
| 834 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 835 | }, |
| 836 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 837 | 'content_shell_crash_test': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 838 | 'modifications': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 839 | 'Win10 Tests x64 (dbg)': { |
| 840 | 'experiment_percentage': 100, # https://crbug.com/861730 |
| 841 | }, |
| 842 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 843 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 844 | 'content_shell_test_apk': { |
| 845 | 'remove_from': [ |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 846 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 847 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 848 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 849 | 'modifications': { |
| 850 | 'android-marshmallow-x86-fyi-rel': { |
| 851 | 'args': [ |
| 852 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 853 | ], |
| 854 | }, |
| 855 | 'android-pie-x86-fyi-rel': { |
| 856 | 'args': [ |
| 857 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 858 | ], |
| 859 | }, |
| 860 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 861 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 862 | 'content_unittests': { |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 863 | 'remove_from': [ |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 864 | 'android-code-coverage-native', # crbug/1018434 |
| 865 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 866 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 867 | 'Linux ASan LSan Tests (1)': { |
| 868 | # These are slow on the ASAN trybot for some reason. |
| 869 | # crbug.com/794372 |
| 870 | 'swarming': { |
| 871 | 'shards': 2, |
| 872 | }, |
| 873 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 874 | 'Linux ChromiumOS MSan Tests': { |
| 875 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 876 | # crbug.com/865455 |
| 877 | 'swarming': { |
| 878 | 'shards': 2, |
| 879 | }, |
| 880 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 881 | }, |
| 882 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 883 | 'context_lost_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 884 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 885 | # exception once there is enough capacity to run these tests. |
| 886 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 887 | 'Android FYI Release (Pixel 2)', |
| 888 | ], |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 889 | 'modifications': { |
| 890 | 'Mac FYI GPU ASAN Release': { |
| 891 | 'args': [ |
| 892 | '--is-asan', |
| 893 | ] |
| 894 | }, |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 895 | 'Win10 x64 Debug (NVIDIA)': { |
| 896 | 'args': [ |
| 897 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 898 | # longer necessary to figure out why the renderer process is hanging. |
| 899 | '--extra-browser-args=--no-sandbox', |
| 900 | ], |
| 901 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 902 | }, |
| 903 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 904 | 'crashpad_tests': { |
| 905 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 906 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 907 | # https://crbug.com/crashpad/304 |
| 908 | 'Linux TSan Tests', |
| 909 | 'ToTLinuxTSan', |
| 910 | # https://crbug.com/crashpad/306 |
| 911 | 'Linux CFI', |
| 912 | 'CFI Linux ToT', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 913 | ], |
| 914 | }, |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 915 | 'cronet_sizes': { |
| 916 | 'modifications': { |
| 917 | 'android-cronet-arm-dbg': { |
| 918 | 'swarming': { |
| 919 | 'dimension_sets': [ |
| 920 | { |
| 921 | 'device_os': None, |
| 922 | 'device_type': None, |
Takuto Ikuta | 5e459b1 | 2019-07-09 05:30:56 | [diff] [blame] | 923 | 'os': 'Ubuntu-16.04', |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 924 | }, |
| 925 | ], |
| 926 | }, |
| 927 | }, |
| 928 | }, |
| 929 | }, |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 930 | 'dawn_end2end_tests': { |
| 931 | 'remove_from': [ |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 932 | 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430 |
| 933 | ], |
| 934 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 935 | 'depth_capture_tests': { |
| 936 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 937 | # exception once there is enough capacity to run these tests. |
| 938 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 939 | 'Android FYI Release (Pixel 2)', |
| 940 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 941 | 'modifications': { |
| 942 | 'Win10 x64 Debug (NVIDIA)': { |
| 943 | 'args': [ |
| 944 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 945 | # longer necessary to figure out why the renderer process is hanging. |
| 946 | '--extra-browser-args=--no-sandbox', |
| 947 | ], |
| 948 | }, |
| 949 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 950 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 951 | 'extensions_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 952 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 953 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 954 | ], |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 955 | 'modifications': { |
| 956 | 'Win10 Tests x64 (dbg)': { |
| 957 | 'experiment_percentage': 100, # https://crbug.com/876615 |
| 958 | }, |
| 959 | }, |
| 960 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 961 | 'gin_unittests': { |
| 962 | 'remove_from': [ |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 963 | 'ToTLinuxASan', # https://crbug.com/831667 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 964 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 965 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 966 | ], |
| 967 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 968 | 'gl_tests': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 969 | 'remove_from': [ |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 970 | 'CFI Linux ToT', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 971 | 'Android FYI Release (Nexus 5X)', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 972 | # Can't run on MSAN because gl_tests uses the hardware driver, |
Kenneth Russell | 55bbec5 | 2018-05-03 18:44:55 | [diff] [blame] | 973 | # which isn't instrumented. |
| 974 | 'Linux MSan Tests', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 975 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 976 | 'modifications': { |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 977 | # TODO(kbr): figure out a better way to specify blocks of |
| 978 | # arguments like this for tests on multiple machines. |
| 979 | 'Linux ASan LSan Tests (1)': { |
| 980 | 'args': [ |
| 981 | '--use-gpu-in-tests', |
| 982 | '--no-xvfb', |
| 983 | ], |
| 984 | 'swarming': { |
| 985 | 'dimension_sets': [ |
| 986 | { |
| 987 | 'gpu': '10de:1cb3', |
| 988 | 'os': 'Ubuntu', |
John Budorick | b678c37 | 2019-12-19 22:27:32 | [diff] [blame] | 989 | 'pool': 'chromium.tests.gpu', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 990 | }, |
| 991 | ], |
| 992 | }, |
| 993 | 'use_xvfb': False, |
| 994 | }, |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 995 | 'Linux CFI': { |
| 996 | 'args': [ |
| 997 | '--use-gpu-in-tests', |
| 998 | '--no-xvfb', |
| 999 | ], |
| 1000 | 'swarming': { |
| 1001 | 'dimension_sets': [ |
| 1002 | { |
| 1003 | 'gpu': '10de:1cb3', |
| 1004 | 'os': 'Ubuntu', |
John Budorick | b678c37 | 2019-12-19 22:27:32 | [diff] [blame] | 1005 | 'pool': 'chromium.tests.gpu', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1006 | }, |
| 1007 | ], |
| 1008 | }, |
| 1009 | 'use_xvfb': False, |
| 1010 | }, |
| 1011 | 'Linux TSan Tests': { |
| 1012 | 'args': [ |
| 1013 | '--use-gpu-in-tests', |
| 1014 | '--no-xvfb', |
| 1015 | ], |
| 1016 | 'swarming': { |
| 1017 | 'dimension_sets': [ |
| 1018 | { |
| 1019 | 'gpu': '10de:1cb3', |
| 1020 | 'os': 'Ubuntu', |
John Budorick | b678c37 | 2019-12-19 22:27:32 | [diff] [blame] | 1021 | 'pool': 'chromium.tests.gpu', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1022 | }, |
| 1023 | ], |
| 1024 | }, |
| 1025 | 'use_xvfb': False, |
| 1026 | }, |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1027 | 'android-marshmallow-x86-fyi-rel': { |
| 1028 | 'args': [ |
| 1029 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1030 | ], |
| 1031 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1032 | 'android-pie-arm64-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1033 | 'args': [ |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1034 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 1035 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1036 | }, |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1037 | 'android-pie-x86-fyi-rel': { |
| 1038 | 'args': [ |
| 1039 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1040 | ], |
| 1041 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1042 | }, |
| 1043 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1044 | 'gl_unittests': { |
| 1045 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1046 | # On Android, these are already run on the main waterfall. |
| 1047 | # Run them on the one-off Android FYI bots, though. |
| 1048 | 'Android FYI Release (Nexus 5X)', |
| 1049 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 1050 | 'Linux FYI Release (AMD R7 240)', |
| 1051 | ], |
| 1052 | 'modifications': { |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1053 | 'CFI Linux ToT': { |
| 1054 | 'args': [ |
| 1055 | '--use-gpu-in-tests', |
| 1056 | '--no-xvfb', |
| 1057 | ], |
| 1058 | 'swarming': { |
| 1059 | 'dimension_sets': [ |
| 1060 | { |
| 1061 | 'gpu': '10de:1cb3', |
| 1062 | 'os': 'Ubuntu', |
John Budorick | b678c37 | 2019-12-19 22:27:32 | [diff] [blame] | 1063 | 'pool': 'chromium.tests.gpu', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1064 | }, |
| 1065 | ], |
| 1066 | }, |
| 1067 | 'use_xvfb': False, |
| 1068 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1069 | 'Linux CFI': { |
| 1070 | 'args': [ |
| 1071 | '--use-gpu-in-tests', |
| 1072 | '--no-xvfb', |
| 1073 | ], |
| 1074 | 'swarming': { |
| 1075 | 'dimension_sets': [ |
| 1076 | { |
| 1077 | 'gpu': '10de:1cb3', |
| 1078 | 'os': 'Ubuntu', |
John Budorick | b678c37 | 2019-12-19 22:27:32 | [diff] [blame] | 1079 | 'pool': 'chromium.tests.gpu', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1080 | }, |
| 1081 | ], |
| 1082 | }, |
| 1083 | 'use_xvfb': False, |
| 1084 | }, |
| 1085 | }, |
| 1086 | }, |
| 1087 | 'gl_unittests_ozone': { |
| 1088 | 'remove_from': [ |
| 1089 | # Can't run on MSAN because gl_unittests_ozone uses the hardware driver, |
| 1090 | # which isn't instrumented. |
| 1091 | 'Linux ChromiumOS MSan Tests', |
| 1092 | ], |
| 1093 | }, |
| 1094 | 'gpu_process_launch_tests': { |
| 1095 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1096 | # exception once there is enough capacity to run these tests. |
| 1097 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1098 | 'Android FYI Release (Pixel 2)', |
| 1099 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1100 | 'modifications': { |
| 1101 | 'Win10 x64 Debug (NVIDIA)': { |
| 1102 | 'args': [ |
| 1103 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 1104 | # longer necessary to figure out why the renderer process is hanging. |
| 1105 | '--extra-browser-args=--no-sandbox', |
| 1106 | ], |
| 1107 | }, |
| 1108 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1109 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1110 | 'hardware_accelerated_feature_tests': { |
| 1111 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1112 | # exception once there is enough capacity to run these tests. |
| 1113 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1114 | 'Android FYI Release (Pixel 2)', |
| 1115 | ], |
| 1116 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1117 | 'headless_browsertests': { |
| 1118 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1119 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1120 | ], |
| 1121 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1122 | 'info_collection_tests': { |
| 1123 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1124 | # The Mac ASAN swarming bot runs tests on two different GPU |
| 1125 | # types, so we can't have one expected vendor ID / device ID. |
| 1126 | 'Mac FYI GPU ASAN Release', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1127 | 'Android V8 FYI Release (Nexus 5X)', |
| 1128 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 1129 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1130 | 'Mac V8 FYI Release (Intel)', |
| 1131 | 'Win V8 FYI Release (NVIDIA)', |
| 1132 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1133 | 'modifications': { |
| 1134 | 'Win10 x64 Debug (NVIDIA)': { |
| 1135 | 'args': [ |
| 1136 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 1137 | # longer necessary to figure out why the renderer process is hanging. |
| 1138 | '--extra-browser-args=--no-sandbox', |
| 1139 | ], |
| 1140 | }, |
| 1141 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1142 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1143 | 'interactive_ui_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1144 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1145 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1146 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1147 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1148 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1149 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1150 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1151 | }, |
| 1152 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1153 | 'Linux ASan LSan Tests (1)': { |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 1154 | # These are slow on the ASan trybot for some reason, crbug.com/794372 |
| 1155 | 'swarming': { |
| 1156 | 'shards': 6, |
| 1157 | }, |
| 1158 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1159 | 'Linux ChromiumOS MSan Tests': { |
| 1160 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1161 | # crbug.com/865455 |
| 1162 | 'swarming': { |
| 1163 | 'shards': 5, |
| 1164 | }, |
| 1165 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1166 | 'Linux TSan Tests': { |
| 1167 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1168 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1169 | 'shards': 20, |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1170 | }, |
| 1171 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1172 | 'ToTLinuxTSan': { |
| 1173 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
| 1174 | 'swarming': { |
| 1175 | 'shards': 6, |
| 1176 | }, |
| 1177 | }, |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1178 | 'Win 7 Tests x64 (1)': { |
| 1179 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1180 | 'args': [ |
| 1181 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1182 | ], |
| 1183 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1184 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 1185 | 'Win10 Tests x64 (dbg)': { |
| 1186 | 'experiment_percentage': 100, |
| 1187 | }, |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1188 | 'Win7 Tests (1)': { |
| 1189 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1190 | 'args': [ |
| 1191 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1192 | ], |
| 1193 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1194 | 'Win7 Tests (dbg)(1)': { |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1195 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1196 | 'args': [ |
| 1197 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1198 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1199 | 'swarming': { |
| 1200 | 'shards': 4, |
| 1201 | }, |
| 1202 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1203 | 'linux-chromeos-chrome': { |
| 1204 | # TODO(crbug.com/970649): Remove this filter. |
| 1205 | 'args': [ |
| 1206 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 1207 | ], |
| 1208 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1209 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1210 | 'swarming': { |
| 1211 | 'shards': 10, |
| 1212 | }, |
| 1213 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1214 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1215 | 'swarming': { |
| 1216 | 'shards': 10, |
| 1217 | }, |
| 1218 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1219 | }, |
| 1220 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1221 | 'ipc_tests': { |
| 1222 | 'modifications': { |
| 1223 | 'android-asan': { |
| 1224 | 'swarming': { |
| 1225 | 'shards': 2, |
| 1226 | }, |
| 1227 | }, |
| 1228 | }, |
| 1229 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1230 | 'maps_pixel_test': { |
| 1231 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1232 | # exception once there is enough capacity to run these tests. |
| 1233 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1234 | 'Android FYI Release (Pixel 2)', |
| 1235 | ], |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1236 | 'replacements': { |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1237 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1238 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1239 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1240 | 'args': { |
| 1241 | '--build-revision': '${got_cr_revision}', |
| 1242 | }, |
| 1243 | }, |
| 1244 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1245 | 'args': { |
| 1246 | '--build-revision': '${got_cr_revision}', |
| 1247 | }, |
| 1248 | }, |
| 1249 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1250 | 'args': { |
| 1251 | '--build-revision': '${got_cr_revision}', |
| 1252 | }, |
| 1253 | }, |
| 1254 | 'Mac V8 FYI Release (Intel)': { |
| 1255 | 'args': { |
| 1256 | '--build-revision': '${got_cr_revision}', |
| 1257 | }, |
| 1258 | }, |
| 1259 | 'Win V8 FYI Release (NVIDIA)': { |
| 1260 | 'args': { |
| 1261 | '--build-revision': '${got_cr_revision}', |
| 1262 | }, |
| 1263 | }, |
| 1264 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1265 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1266 | 'media_unittests': { |
| 1267 | 'modifications': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1268 | 'android-marshmallow-x86-fyi-rel': { |
| 1269 | 'args': [ |
| 1270 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 1271 | ], |
| 1272 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1273 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1274 | 'args': [ |
| 1275 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 1276 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1277 | }, |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1278 | 'android-pie-x86-fyi-rel': { |
| 1279 | 'args': [ |
| 1280 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 1281 | ], |
| 1282 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1283 | }, |
| 1284 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1285 | 'mojo_unittests': { |
| 1286 | 'modifications': { |
| 1287 | 'android-asan': { |
| 1288 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 1289 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1290 | }, |
| 1291 | }, |
| 1292 | }, |
| 1293 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 1294 | 'monochrome_apk_checker': { |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1295 | 'modifications': { |
| 1296 | 'ToTAndroid': { |
| 1297 | 'swarming': { |
| 1298 | 'dimension_sets': [ |
| 1299 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1300 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1301 | 'device_os': None, |
| 1302 | 'device_playstore_version': None, |
| 1303 | 'device_type': None, |
| 1304 | 'os': 'Ubuntu-16.04', |
| 1305 | }, |
| 1306 | ], |
| 1307 | }, |
| 1308 | }, |
| 1309 | 'android-arm64-proguard-rel': { |
| 1310 | 'swarming': { |
| 1311 | 'dimension_sets': [ |
| 1312 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1313 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1314 | 'device_os': None, |
| 1315 | 'device_playstore_version': None, |
| 1316 | 'device_type': None, |
| 1317 | 'os': 'Ubuntu-16.04', |
| 1318 | }, |
| 1319 | ], |
| 1320 | }, |
| 1321 | }, |
| 1322 | 'android-pie-arm64-rel': { |
| 1323 | 'swarming': { |
| 1324 | 'dimension_sets': [ |
| 1325 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1326 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1327 | 'device_os': None, |
| 1328 | 'device_os_flavor': None, |
| 1329 | 'device_playstore_version': None, |
| 1330 | 'device_type': None, |
| 1331 | 'os': 'Ubuntu-16.04', |
| 1332 | }, |
| 1333 | ], |
| 1334 | }, |
| 1335 | }, |
| 1336 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 1337 | 'remove_from': [ |
| 1338 | # Don't run on trybots, which don't use proguard. |
| 1339 | # https://crbug.com/1029936. |
| 1340 | 'android-kitkat-arm-rel', |
| 1341 | ], |
| 1342 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1343 | 'monochrome_public_test_ar_apk': { |
| 1344 | 'modifications': { |
Brian Sheedy | 12169aa | 2019-10-16 23:38:03 | [diff] [blame] | 1345 | 'Nougat Phone Tester': { |
| 1346 | 'args': [ |
| 1347 | # ArCore is not installed as a system app on N, so we can install it |
| 1348 | # normally instead of replacing the system version. |
| 1349 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1350 | ], |
| 1351 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1352 | # We need to match the Playstore version as well because AR tests fail on |
| 1353 | # old versions of the Playstore. |
| 1354 | 'Oreo Phone Tester': { |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1355 | 'args': [ |
| 1356 | # ArCore is not installed as a system app on O, so we can install it |
| 1357 | # normally instead of replacing the system version. |
| 1358 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1359 | ], |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1360 | 'swarming': { |
| 1361 | 'dimension_sets': [ |
| 1362 | { |
| 1363 | 'device_os': 'OPR3.170623.008', |
| 1364 | 'device_playstore_version': '12.8.23-all', |
| 1365 | 'device_type': 'marlin', |
| 1366 | 'os': 'Android', |
| 1367 | }, |
| 1368 | ], |
| 1369 | }, |
| 1370 | }, |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1371 | 'android-pie-arm64-dbg': { |
| 1372 | 'args': [ |
| 1373 | '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1374 | ] |
| 1375 | } |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1376 | }, |
| 1377 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1378 | 'nacl_helper_nonsfi_unittests': { |
| 1379 | 'remove_from': [ |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1380 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 1381 | ], |
| 1382 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1383 | 'nacl_loader_unittests': { |
| 1384 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 1385 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 1386 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 1387 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 1388 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1389 | ], |
| 1390 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1391 | 'net_unittests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1392 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 1393 | 'Fuchsia ARM64', # https://crbug.com/877248 |
Fabrice de Gans-Riberi | a1541ca | 2019-01-09 20:05:46 | [diff] [blame] | 1394 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248 |
| 1395 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1396 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1397 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1398 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1399 | # These are very slow on the ASAN trybot for some reason. |
| 1400 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1401 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1402 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1403 | }, |
| 1404 | }, |
| 1405 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1406 | # These are very slow on the ASAN trybot for some reason. |
| 1407 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1408 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 1409 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1410 | } |
| 1411 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1412 | 'Linux ChromiumOS MSan Tests': { |
| 1413 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1414 | # crbug.com/865455 |
| 1415 | 'swarming': { |
| 1416 | 'shards': 2, |
| 1417 | }, |
| 1418 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1419 | 'Linux TSan Tests': { |
| 1420 | 'swarming': { |
| 1421 | 'shards': 4, |
| 1422 | } |
| 1423 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1424 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 1425 | 'Linux Tests (dbg)(1)': { |
| 1426 | 'swarming': { |
| 1427 | 'shards': 2, |
| 1428 | }, |
| 1429 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1430 | 'ToTLinuxASan': { |
| 1431 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1432 | 'swarming': { |
| 1433 | 'shards': 16, |
| 1434 | }, |
| 1435 | }, |
| 1436 | 'ToTLinuxTSan': { |
| 1437 | 'swarming': { |
| 1438 | 'shards': 4, |
| 1439 | } |
| 1440 | }, |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 1441 | 'android-marshmallow-x86-fyi-rel': { |
| 1442 | # crbug.com/1046060 |
| 1443 | 'args': [ |
| 1444 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1445 | ], |
| 1446 | }, |
| 1447 | 'android-pie-x86-fyi-rel': { |
| 1448 | # crbug.com/1046060 |
| 1449 | 'args': [ |
| 1450 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1451 | ], |
| 1452 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1453 | 'chromeos-betty-chrome': { |
| 1454 | # TODO(crbug.com/986904): Remove this filter. |
| 1455 | 'args': [ |
| 1456 | '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT', |
| 1457 | ], |
| 1458 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1459 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1460 | 'swarming': { |
| 1461 | 'shards': 4, |
| 1462 | } |
| 1463 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1464 | 'linux-chromeos-dbg': { |
| 1465 | 'swarming': { |
| 1466 | 'shards': 2, |
| 1467 | }, |
| 1468 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1469 | }, |
| 1470 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1471 | 'network_service_browser_tests': { |
| 1472 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1473 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1474 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1475 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1476 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1477 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1478 | 'Win10 Tests x64 (dbg)', # Matches browser_tests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1479 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1480 | 'Mac10.10 Tests', |
| 1481 | 'Mac10.11 Tests', |
| 1482 | 'Mac10.13 Tests', |
| 1483 | 'Mac10.13 Tests (dbg)', |
| 1484 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1485 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1486 | 'mac-rel', |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1487 | ], |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1488 | 'modifications': { |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1489 | 'Win10 Tests x64': { |
| 1490 | # crbug.com/868082 |
| 1491 | 'args': [ |
| 1492 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1493 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 1494 | # This is for slow test execution that often becomes a critical path of |
| 1495 | # swarming jobs. crbug.com/868114 |
| 1496 | 'swarming': { |
| 1497 | 'shards': 20, |
| 1498 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1499 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 1500 | 'Win10 Tests x64 Code Coverage': { |
| 1501 | # crbug.com/868082 |
| 1502 | 'args': [ |
| 1503 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1504 | ], |
| 1505 | # This is for slow test execution that often becomes a critical path of |
| 1506 | # swarming jobs. crbug.com/868114 |
| 1507 | 'swarming': { |
| 1508 | 'shards': 20, |
| 1509 | }, |
| 1510 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1511 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1512 | }, |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1513 | 'network_service_components_browsertests': { |
| 1514 | 'remove_from': [ |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1515 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1516 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1517 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1518 | 'Win10 Tests x64 (dbg)', # Matches components_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1519 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1520 | 'Mac10.10 Tests', |
| 1521 | 'Mac10.11 Tests', |
| 1522 | 'Mac10.13 Tests', |
| 1523 | 'Mac10.13 Tests (dbg)', |
| 1524 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1525 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1526 | 'mac-rel', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1527 | ], |
| 1528 | }, |
| 1529 | 'network_service_content_browsertests': { |
| 1530 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1531 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1532 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1533 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1534 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1535 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1536 | 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786 |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1537 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1538 | 'Mac10.10 Tests', |
| 1539 | 'Mac10.11 Tests', |
| 1540 | 'Mac10.13 Tests', |
| 1541 | 'Mac10.13 Tests (dbg)', |
| 1542 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1543 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1544 | 'mac-rel', |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1545 | ], |
| 1546 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1547 | 'network_service_extensions_browsertests': { |
| 1548 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1549 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1550 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1551 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1552 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1553 | 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1554 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1555 | 'Mac10.10 Tests', |
| 1556 | 'Mac10.11 Tests', |
| 1557 | 'Mac10.13 Tests', |
| 1558 | 'Mac10.13 Tests (dbg)', |
| 1559 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1560 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1561 | 'mac-rel', |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1562 | ], |
| 1563 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1564 | 'network_service_headless_browsertests': { |
| 1565 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1566 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1567 | ], |
| 1568 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1569 | 'network_service_interactive_ui_tests': { |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1570 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1571 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1572 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1573 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1574 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1575 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1576 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1577 | 'Mac10.10 Tests', |
| 1578 | 'Mac10.11 Tests', |
| 1579 | 'Mac10.13 Tests', |
| 1580 | 'Mac10.13 Tests (dbg)', |
| 1581 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1582 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1583 | 'mac-rel', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1584 | ], |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1585 | 'modifications': { |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1586 | 'Win10 Tests x64 (dbg)': { |
| 1587 | 'experiment_percentage': 100, # https://crbug.com/852786 |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1588 | }, |
| 1589 | }, |
| 1590 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1591 | 'network_service_out_of_process_chrome_public_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1592 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1593 | 'android-asan', |
| 1594 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1595 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1596 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1597 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1598 | # No capacity for tablet testers. |
| 1599 | 'KitKat Tablet Tester', |
| 1600 | 'Lollipop Tablet Tester', |
| 1601 | 'Marshmallow Tablet Tester', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1602 | 'android-code-coverage-native', # https://crbug.com/1018780 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1603 | ], |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1604 | 'modifications': { |
| 1605 | 'android-pie-x86-fyi-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1606 | 'args': [ |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame^] | 1607 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 1608 | # https://crbug.com/1046059 |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1609 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter', |
| 1610 | ], |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame^] | 1611 | 'swarming': { |
| 1612 | 'named_caches': [ |
| 1613 | { |
| 1614 | 'name': 'avd_generic_playstore_android28', |
| 1615 | 'path': '.android', |
| 1616 | }, |
| 1617 | { |
| 1618 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 1619 | 'path': '.emulator_sdk', |
| 1620 | }, |
| 1621 | ] |
| 1622 | }, |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1623 | }, |
| 1624 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1625 | }, |
| 1626 | 'network_service_out_of_process_components_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1627 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1628 | 'android-asan', |
| 1629 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1630 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1631 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1632 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1633 | # No capacity for tablet testers. |
| 1634 | 'KitKat Tablet Tester', |
| 1635 | 'Lollipop Tablet Tester', |
| 1636 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1637 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1638 | ], |
| 1639 | }, |
| 1640 | 'network_service_out_of_process_content_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1641 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1642 | 'android-asan', |
| 1643 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1644 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1645 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1646 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1647 | # No capacity for tablet testers. |
| 1648 | 'KitKat Tablet Tester', |
| 1649 | 'Lollipop Tablet Tester', |
| 1650 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1651 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1652 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1653 | 'modifications': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1654 | 'android-marshmallow-x86-fyi-rel': { |
| 1655 | 'args': [ |
| 1656 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 1657 | ], |
| 1658 | }, |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1659 | 'android-pie-x86-fyi-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1660 | 'args': [ |
| 1661 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 1662 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1663 | 'swarming': { |
| 1664 | 'shards': 10, |
| 1665 | }, |
| 1666 | }, |
| 1667 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1668 | }, |
| 1669 | 'network_service_out_of_process_content_shell_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1670 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1671 | 'android-asan', |
| 1672 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1673 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1674 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1675 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1676 | # No capacity for tablet testers. |
| 1677 | 'KitKat Tablet Tester', |
| 1678 | 'Lollipop Tablet Tester', |
| 1679 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1680 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1681 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1682 | 'modifications': { |
| 1683 | 'android-marshmallow-x86-fyi-rel': { |
| 1684 | 'args': [ |
| 1685 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1686 | ], |
| 1687 | }, |
| 1688 | 'android-pie-x86-fyi-rel': { |
| 1689 | 'args': [ |
| 1690 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1691 | ], |
| 1692 | }, |
| 1693 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1694 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1695 | 'network_service_webview_instrumentation_test_apk': { |
| 1696 | # Only run these on the phone testers for now due to capacity. |
| 1697 | 'remove_from': [ |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1698 | 'android-kitkat-arm-rel', |
| 1699 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1700 | 'android-pie-arm64-rel', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1701 | 'KitKat Tablet Tester', |
| 1702 | 'Lollipop Tablet Tester', |
| 1703 | 'Marshmallow Tablet Tester', |
| 1704 | 'KitKat Phone Tester (dbg)', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1705 | 'android-asan', # https://crbug.com/964562 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1706 | 'Android CFI', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1707 | 'ToTAndroid', |
| 1708 | 'ToTAndroidCFI', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1709 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1710 | ], |
| 1711 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 1712 | 'not_site_per_process_blink_web_tests': { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1713 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1714 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 1715 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1716 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 1717 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1718 | 'Linux Tests': { |
| 1719 | "args": [ |
| 1720 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1721 | ], |
| 1722 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1723 | 'linux-code-coverage': { |
| 1724 | 'args': [ |
| 1725 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1726 | ], |
| 1727 | 'swarming': { |
| 1728 | 'shards': 20, |
| 1729 | }, |
| 1730 | }, |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 1731 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1732 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1733 | 'notification_helper_unittests': { |
| 1734 | 'remove_from': [ |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 1735 | # The test uses WinRT, which only exists in Windows 8 or above. |
| 1736 | # (https://crbug.com/813553) |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1737 | 'Win 7 Tests x64 (1)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1738 | 'Win7 Tests (1)', |
| 1739 | 'Win7 Tests (dbg)(1)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1740 | # all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1741 | 'ToTWin', |
| 1742 | 'ToTWin(dbg)', |
| 1743 | 'ToTWin(dll)', |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 1744 | 'ToTWinOfficial', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1745 | 'ToTWin64', |
| 1746 | 'ToTWin64(dbg)', |
| 1747 | 'ToTWin64(dll)', |
| 1748 | 'ToTWinCFI', |
| 1749 | 'ToTWinCFI64', |
Oksana Zhuravlova | 7f99621 | 2018-02-28 04:23:08 | [diff] [blame] | 1750 | 'ToTWinThinLTO64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1751 | ], |
| 1752 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 1753 | 'ozone_unittests': { |
| 1754 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1755 | 'chromeos-betty-chrome': { |
| 1756 | 'args': [ |
| 1757 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1758 | ], |
| 1759 | }, |
| 1760 | 'chromeos-betty-pi-arc-chrome': { |
| 1761 | 'args': [ |
| 1762 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1763 | ], |
| 1764 | }, |
| 1765 | 'linux-chromeos-chrome': { |
| 1766 | 'args': [ |
| 1767 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1768 | ], |
| 1769 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 1770 | }, |
| 1771 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1772 | 'perfetto_unittests': { |
| 1773 | 'remove_from': [ |
John Budorick | d3fa599 | 2019-12-13 17:22:41 | [diff] [blame] | 1774 | 'android-arm64-proguard-rel', |
John Budorick | f2283d7 | 2019-06-25 01:09:09 | [diff] [blame] | 1775 | 'android-asan', |
Yun Liu | 022f451 | 2019-06-10 23:14:04 | [diff] [blame] | 1776 | 'android-code-coverage', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 1777 | 'android-code-coverage-native', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1778 | 'android-kitkat-arm-rel', |
| 1779 | 'android-marshmallow-arm64-rel', |
John Budorick | caafa91 | 2020-01-10 01:14:32 | [diff] [blame] | 1780 | 'android-marshmallow-x86-fyi-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1781 | 'android-pie-arm64-rel', |
John Budorick | caafa91 | 2020-01-10 01:14:32 | [diff] [blame] | 1782 | 'android-pie-x86-fyi-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1783 | 'Android CFI', |
| 1784 | 'KitKat Phone Tester (dbg)', |
| 1785 | 'KitKat Tablet Tester', |
| 1786 | 'Lollipop Phone Tester', |
| 1787 | 'Lollipop Tablet Tester', |
| 1788 | 'Marshmallow 64 bit Tester', |
| 1789 | 'Marshmallow Tablet Tester', |
| 1790 | 'Nougat Phone Tester', |
| 1791 | 'ToTAndroid', |
| 1792 | 'ToTAndroidCFI' |
| 1793 | ] |
| 1794 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1795 | 'performance_test_suite': { |
| 1796 | 'modifications': { |
| 1797 | 'Mac10.13 Tests (dbg)': { |
| 1798 | 'args': [ |
| 1799 | '--browser=debug', |
| 1800 | ], |
| 1801 | }, |
| 1802 | 'Win10 Tests x64 (dbg)': { |
| 1803 | 'args': [ |
| 1804 | '--browser=debug_x64', |
| 1805 | ], |
| 1806 | 'experiment_percentage': 100, |
| 1807 | }, |
| 1808 | 'Win7 Tests (dbg)(1)': { |
| 1809 | 'args': [ |
| 1810 | '--browser=debug', |
| 1811 | ], |
| 1812 | }, |
| 1813 | }, |
| 1814 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1815 | 'pixel_skia_gold_test': { |
| 1816 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1817 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1818 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1819 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1820 | 'args': { |
| 1821 | '--build-revision': '${got_cr_revision}', |
| 1822 | }, |
| 1823 | }, |
| 1824 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1825 | 'args': { |
| 1826 | '--build-revision': '${got_cr_revision}', |
| 1827 | }, |
| 1828 | }, |
| 1829 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1830 | 'args': { |
| 1831 | '--build-revision': '${got_cr_revision}', |
| 1832 | }, |
| 1833 | }, |
| 1834 | 'Mac V8 FYI Release (Intel)': { |
| 1835 | 'args': { |
| 1836 | '--build-revision': '${got_cr_revision}', |
| 1837 | }, |
| 1838 | }, |
| 1839 | 'Win V8 FYI Release (NVIDIA)': { |
| 1840 | 'args': { |
| 1841 | '--build-revision': '${got_cr_revision}', |
| 1842 | }, |
| 1843 | }, |
| 1844 | }, |
| 1845 | }, |
| 1846 | 'pixel_test':{ |
Takuto Ikuta | 35c8552 | 2019-06-04 16:55:46 | [diff] [blame] | 1847 | 'modifications': { |
| 1848 | 'Android Release (Nexus 5X)': { |
| 1849 | 'swarming': { |
| 1850 | 'shards': 2, |
| 1851 | }, |
| 1852 | }, |
| 1853 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 1854 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 1855 | 'rendering_representative_perf_tests': { |
| 1856 | 'modifications': { |
| 1857 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 1858 | 'args': [ |
| 1859 | '--browser=release_x64', |
| 1860 | ], |
| 1861 | }, |
| 1862 | 'Win10 FYI x64 Exp Release (NVIDIA)': { |
| 1863 | 'args': [ |
| 1864 | '--browser=release_x64', |
| 1865 | ], |
| 1866 | }, |
| 1867 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 1868 | 'args': [ |
| 1869 | '--browser=release_x64', |
| 1870 | ], |
| 1871 | }, |
| 1872 | 'Win10 FYI x64 Release (Intel UHD 630)': { |
| 1873 | 'args': [ |
| 1874 | '--browser=release_x64', |
| 1875 | ], |
| 1876 | }, |
| 1877 | 'Win10 FYI x64 Release (NVIDIA)': { |
| 1878 | 'args': [ |
| 1879 | '--browser=release_x64', |
| 1880 | ], |
| 1881 | }, |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 1882 | 'Win10 x64 Release (NVIDIA)': { |
| 1883 | 'args': [ |
| 1884 | '--browser=release_x64', |
| 1885 | ], |
| 1886 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 1887 | }, |
| 1888 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1889 | 'sandbox_linux_unittests': { |
| 1890 | 'modifications': { |
| 1891 | 'Lollipop Phone Tester': { |
| 1892 | 'args': [ |
| 1893 | '--shard-timeout=300', |
| 1894 | ], |
| 1895 | }, |
John Budorick | 6e8e595b | 2020-01-27 18:15:58 | [diff] [blame] | 1896 | 'android-marshmallow-x86-fyi-rel': { |
| 1897 | 'args': [ |
| 1898 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 1899 | ] |
| 1900 | }, |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 1901 | 'android-pie-x86-fyi-rel': { |
| 1902 | 'args': [ |
| 1903 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 1904 | ] |
| 1905 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1906 | }, |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 1907 | 'remove_from': [ |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 1908 | 'android-asan', # https://crbug.com/962650 |
| 1909 | ], |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1910 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1911 | 'services_unittests': { |
| 1912 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1913 | 'ToTLinuxMSan', # https://crbug.com/831676 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1914 | # The face and barcode detection tests fail on the Mac Pros. |
| 1915 | 'Mac Pro FYI Release (AMD)', |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1916 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676 |
| 1917 | 'Linux MSan Tests', # https://crbug.com/831676 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1918 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1919 | }, |
jonross | 61a2cd2 | 2019-10-11 22:22:05 | [diff] [blame] | 1920 | 'skia_renderer_gl_blink_web_tests': { |
| 1921 | 'modifications': { |
jonross | 61a2cd2 | 2019-10-11 22:22:05 | [diff] [blame] | 1922 | 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': { |
| 1923 | 'args': [ |
| 1924 | '--target', |
| 1925 | 'Release_x64', |
| 1926 | ], |
| 1927 | }, |
| 1928 | }, |
| 1929 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1930 | 'swiftshader_unittests': { |
| 1931 | 'remove_from': [ |
| 1932 | # Save capacity on the hardware where we have only a few machines. |
| 1933 | 'Mac FYI Experimental Release (Intel)', |
| 1934 | 'Mac FYI Experimental Retina Release (AMD)', |
| 1935 | 'Mac FYI Experimental Retina Release (NVIDIA)', |
| 1936 | 'Mac Pro FYI Release (AMD)', |
| 1937 | ], |
| 1938 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1939 | 'sync_integration_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1940 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1941 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1942 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1943 | 'modifications': { |
Erik Chen | e84bc1c | 2019-11-25 23:23:52 | [diff] [blame] | 1944 | 'Linux ASan LSan Tests (1)': { |
| 1945 | 'swarming': { |
| 1946 | 'shards': 4, |
| 1947 | }, |
| 1948 | }, |
Nico Weber | 8fbc283 | 2018-12-14 16:00:57 | [diff] [blame] | 1949 | 'Linux TSan Tests': { |
| 1950 | 'swarming': { |
| 1951 | 'shards': 6, |
| 1952 | }, |
| 1953 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1954 | 'ToTLinuxTSan': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1955 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1956 | 'shards': 6, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1957 | }, |
| 1958 | }, |
Stephen Martinis | 75ab55d | 2018-08-30 02:27:12 | [diff] [blame] | 1959 | 'Win10 Tests x64 (dbg)': { |
| 1960 | 'experiment_percentage': 100, # https://crbug.com/840369 |
| 1961 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1962 | 'Win7 Tests (dbg)(1)': { |
| 1963 | 'swarming': { |
| 1964 | 'shards': 2, |
| 1965 | }, |
| 1966 | }, |
| 1967 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1968 | 'swarming': { |
| 1969 | 'shards': 4, |
| 1970 | }, |
| 1971 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1972 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1973 | 'swarming': { |
| 1974 | 'shards': 4, |
| 1975 | }, |
| 1976 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1977 | }, |
| 1978 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1979 | 'tab_capture_end2end_tests': { |
Nico Weber | e89a3c9 | 2018-07-01 01:30:52 | [diff] [blame] | 1980 | # Run these only on Release bots. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1981 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1982 | 'Linux Debug (NVIDIA)', |
| 1983 | 'Mac Debug (Intel)', |
| 1984 | 'Mac Retina Debug (AMD)', |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 1985 | 'Win10 FYI x64 Debug (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1986 | 'Win7 FYI Debug (AMD)', |
Yuly Novikov | f28f1eca | 2019-07-04 22:43:39 | [diff] [blame] | 1987 | # Disabled due to dbus crashes crbug.com/927465 |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 1988 | 'Linux FYI Release (Intel HD 630)', |
Brian Sheedy | 4dd9843 | 2019-08-13 22:57:00 | [diff] [blame] | 1989 | 'Linux FYI Release (Intel UHD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 1990 | 'Linux FYI Release (NVIDIA)', |
Brian Sheedy | 22d051e | 2019-08-07 00:50:16 | [diff] [blame] | 1991 | 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 1992 | 'Linux FYI SkiaRenderer Vulkan (NVIDIA)', |
| 1993 | 'Linux Release (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1994 | ], |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 1995 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1996 | 'telemetry_perf_unittests': { |
| 1997 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1998 | 'Linux Tests': { |
| 1999 | 'args': [ |
| 2000 | '--xvfb', |
Ned Nguyen | e6e2604 | 2018-01-17 20:42:48 | [diff] [blame] | 2001 | '--jobs=1', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2002 | ], |
| 2003 | }, |
Juan Antonio Navarro Perez | 4899edf | 2019-03-14 13:05:35 | [diff] [blame] | 2004 | 'Linux Tests (dbg)(1)': { |
| 2005 | 'args': [ |
| 2006 | '--xvfb', |
| 2007 | '--jobs=1', |
| 2008 | ], |
| 2009 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2010 | # Disable parallelism on all Mac bots. |
| 2011 | 'Mac10.10 Tests': { |
| 2012 | 'args': [ |
| 2013 | '--jobs=1', |
| 2014 | ], |
| 2015 | }, |
| 2016 | 'Mac10.11 Tests': { |
| 2017 | 'args': [ |
| 2018 | '--jobs=1', |
| 2019 | ], |
| 2020 | }, |
| 2021 | 'Mac10.12 Tests': { |
| 2022 | 'args': [ |
| 2023 | '--jobs=1', |
| 2024 | ], |
| 2025 | }, |
Ned Nguyen | 6e6e5b3 | 2018-02-21 20:21:50 | [diff] [blame] | 2026 | 'Win7 Tests (dbg)(1)': { |
| 2027 | 'args': [ |
| 2028 | '--jobs=1', |
| 2029 | ], |
| 2030 | 'swarming': { |
| 2031 | 'shards': 20, |
| 2032 | }, |
| 2033 | 'experiment_percentage': 100, |
| 2034 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2035 | 'android-kitkat-arm-rel': { |
| 2036 | 'args': [ |
| 2037 | '--browser=android-chromium', |
| 2038 | '--device=android', |
| 2039 | ], |
| 2040 | 'swarming': { |
| 2041 | 'dimension_sets': [ |
| 2042 | { |
| 2043 | 'temp_band': '<30', |
| 2044 | }, |
| 2045 | ], |
| 2046 | 'shards': 15, |
| 2047 | }, |
| 2048 | }, |
| 2049 | 'linux-chromium-tests-staging-tests': { |
| 2050 | 'args': [ |
| 2051 | '--xvfb', |
| 2052 | '--jobs=1', |
| 2053 | ], |
| 2054 | }, |
| 2055 | 'linux-trusty-rel': { |
| 2056 | 'args': [ |
| 2057 | '--xvfb', |
| 2058 | '--jobs=1', |
| 2059 | ], |
| 2060 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2061 | }, |
| 2062 | 'remove_from': [ |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2063 | # There's no need to run telemetry_perf_unittests on both kitkat and |
| 2064 | # marshmallow on the CQ. https://crbug.com/1026487. |
| 2065 | 'android-marshmallow-arm64-rel', |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 2066 | 'android-pie-arm64-rel', |
Garrett Beaty | eef031a | 2019-02-28 01:55:41 | [diff] [blame] | 2067 | # crbug.com/936540 |
| 2068 | 'Mac10.10 Tests', |
| 2069 | 'Mac10.11 Tests', |
Shenghua Zhang | bd6f1b23 | 2018-03-03 02:59:14 | [diff] [blame] | 2070 | 'Mac10.13 Tests', |
| 2071 | 'Mac10.13 Tests (dbg)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2072 | 'Linux - Future (dbg)', # client.v8.chromium |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2073 | 'Win10 Tests x64', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2074 | 'Win10 Tests x64 (dbg)', |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 2075 | 'Win10 Tests x64 Code Coverage', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 2076 | 'mac-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2077 | ], |
| 2078 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2079 | 'telemetry_unittests': { |
| 2080 | 'modifications': { |
| 2081 | 'Win10 Tests x64 (dbg)': { |
| 2082 | 'experiment_percentage': 100, # crbug.com/870673 |
| 2083 | } |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2084 | }, |
| 2085 | 'remove_from': [ |
| 2086 | # crbug.com/936540 |
| 2087 | 'Mac10.10 Tests', |
| 2088 | 'Mac10.11 Tests', |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2089 | |
| 2090 | 'Win10 Tests x64', |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 2091 | 'Win10 Tests x64 Code Coverage', |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2092 | ], |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2093 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2094 | 'unit_tests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2095 | 'remove_from': [ |
| 2096 | 'android-code-coverage-native', # crbug/1018434 |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2097 | # There's no need to run unit_tests on both kitkat and marshmallow |
| 2098 | # on the CQ. https://crbug.com/1026487. |
| 2099 | 'android-marshmallow-arm64-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2100 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2101 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2102 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2103 | # These are slow on the ASAN trybot for some reason. |
| 2104 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2105 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2106 | 'shards': 4, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2107 | }, |
| 2108 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2109 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 2110 | # These are slow on the ASAN trybot for some reason. |
| 2111 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2112 | 'swarming': { |
| 2113 | 'shards': 2, |
| 2114 | }, |
| 2115 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2116 | 'Linux ChromiumOS MSan Tests': { |
| 2117 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 2118 | # crbug.com/865455 |
| 2119 | 'swarming': { |
| 2120 | 'shards': 2, |
| 2121 | }, |
| 2122 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2123 | 'Linux TSan Tests': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2124 | 'swarming': { |
| 2125 | 'shards': 2, |
| 2126 | }, |
| 2127 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2128 | 'ToTLinuxASan': { |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2129 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2130 | 'shards': 2, |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2131 | }, |
| 2132 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2133 | 'android-asan': { |
| 2134 | 'args': [ |
| 2135 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter', |
| 2136 | ], |
| 2137 | }, |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 2138 | 'android-marshmallow-arm64-rel-swarming': { |
| 2139 | 'swarming': { |
| 2140 | 'shards': 8, |
| 2141 | }, |
| 2142 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2143 | 'android-pie-arm64-rel': { |
| 2144 | 'experiment_percentage': 100, # https://crbug.com/1010211 |
| 2145 | }, |
| 2146 | 'linux-chromeos-chrome': { |
| 2147 | 'args': [ |
| 2148 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter', |
| 2149 | ], |
| 2150 | }, |
Ben Pastene | acd5739 | 2019-10-31 02:13:25 | [diff] [blame] | 2151 | 'linux-chromeos-dbg': { |
| 2152 | 'swarming': { |
| 2153 | 'shards': 2, |
| 2154 | }, |
| 2155 | }, |
Erik Chen | d063aef7 | 2019-11-18 19:13:10 | [diff] [blame] | 2156 | 'linux-chromeos-rel': { |
| 2157 | 'swarming': { |
| 2158 | 'shards': 2, |
| 2159 | }, |
| 2160 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2161 | }, |
| 2162 | }, |
Chong Gu | 4602f4d | 2020-02-20 03:43:07 | [diff] [blame] | 2163 | 'url_unittests': { |
| 2164 | 'remove_from': [ |
| 2165 | # crbug.com/1054240 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 2166 | 'Fuchsia ARM64', |
Chong Gu | 4602f4d | 2020-02-20 03:43:07 | [diff] [blame] | 2167 | 'Fuchsia x64', |
| 2168 | ], |
| 2169 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2170 | 'video_decode_accelerator_gl_unittest': { |
| 2171 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2172 | # Windows Intel doesn't have the GL extensions to support this test. |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2173 | 'ANGLE GPU Win10 x64 Release (Intel HD 630)', |
| 2174 | 'Optional Win10 x64 Release (Intel HD 630)', |
| 2175 | 'Win10 FYI x64 Release (Intel HD 630)', |
Brian Sheedy | f9387db7b | 2019-08-05 19:26:10 | [diff] [blame] | 2176 | 'Win10 FYI x64 Release (Intel UHD 630)', |
Yuly Novikov | 5ff1550 | 2019-07-31 00:55:48 | [diff] [blame] | 2177 | 'Win10 FYI x64 Exp Release (Intel HD 630)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2178 | ], |
| 2179 | }, |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2180 | 'viz_unittests': { |
| 2181 | 'modifications': { |
| 2182 | 'android-marshmallow-x86-fyi-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 2183 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2184 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 2185 | ], |
| 2186 | }, |
| 2187 | 'android-pie-x86-fyi-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 2188 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2189 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 2190 | ], |
| 2191 | }, |
| 2192 | }, |
| 2193 | }, |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2194 | 'vr_android_unittests': { |
| 2195 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 2196 | 'android-marshmallow-x86-fyi-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2197 | 'android-pie-x86-fyi-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2198 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2199 | ], |
| 2200 | }, |
| 2201 | 'vr_common_unittests': { |
| 2202 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 2203 | 'android-marshmallow-x86-fyi-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2204 | 'android-pie-x86-fyi-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2205 | 'android-code-coverage-native', # crbug/1018431 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2206 | ], |
| 2207 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2208 | 'vr_pixeltests': { |
| 2209 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 2210 | 'android-marshmallow-x86-fyi-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2211 | 'android-pie-x86-fyi-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2212 | 'VR Linux', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2213 | 'android-code-coverage-native', # crbug/1018431 |
Alex Cooper | 29432cf | 2020-01-09 01:12:06 | [diff] [blame] | 2214 | # These tests fail on Win7, and given that We don't support VR there, |
| 2215 | # these tests are unnecessary there. |
| 2216 | # chromium.win |
| 2217 | 'Win 7 Tests x64 (1)', |
| 2218 | 'Win7 Tests (1)', |
| 2219 | 'Win7 Tests (dbg)(1)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2220 | ], |
| 2221 | }, |
Nico Weber | e81999ee | 2018-07-01 23:52:43 | [diff] [blame] | 2222 | 'wayland_client_perftests': { |
| 2223 | 'remove_from': [ |
| 2224 | 'linux-chromeos-dbg', # https://crbug.com/859307 |
| 2225 | ], |
| 2226 | }, |
John Budorick | 6335746 | 2019-02-27 23:02:51 | [diff] [blame] | 2227 | 'webdriver_tests_suite': { |
| 2228 | 'remove_from': [ |
| 2229 | 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557 |
| 2230 | ], |
| 2231 | }, |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 2232 | 'webgl2_conformance_gl_passthrough_tests': { |
| 2233 | 'remove_from': [ |
Yuly Novikov | 783ffa7b | 2019-03-28 00:22:49 | [diff] [blame] | 2234 | # Not enough capacity. https://crbug.com/946694 |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2235 | 'ANGLE GPU Win10 x64 Release (Intel HD 630)', |
Geoff Lang | 1fede15 | 2019-10-10 23:03:44 | [diff] [blame] | 2236 | # Not enough capacity. https://crbug.com/982294 |
| 2237 | 'Mac Pro FYI Release (AMD)', |
| 2238 | 'Mac FYI Retina Release (NVIDIA)', |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 2239 | ], |
| 2240 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 2241 | 'webgl2_conformance_validating_tests': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2242 | 'remove_from': [ |
| 2243 | # The Mac NVIDIA Retina bots don't have the capacity to run |
| 2244 | # this test suite on mac_optional_gpu_tests_rel. |
| 2245 | 'Optional Mac Retina Release (NVIDIA)', |
| 2246 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2247 | 'modifications': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2248 | 'Mac FYI GPU ASAN Release': { |
| 2249 | 'args': [ |
| 2250 | '--is-asan', |
| 2251 | ] |
| 2252 | }, |
| 2253 | }, |
| 2254 | }, |
| 2255 | 'webgl_conformance_gl_passthrough_tests': { |
| 2256 | 'remove_from': [ |
| 2257 | # crbug.com/555545 and crbug.com/649824: |
| 2258 | # Disable webgl_conformance_gl_tests on some Win/AMD cards. |
| 2259 | # Always fails on older cards, flaky on newer cards. |
| 2260 | 'Win7 FYI Debug (AMD)', |
| 2261 | 'Win7 FYI Release (AMD)', |
Zhenyao Mo | 2328674 | 2019-09-20 00:11:00 | [diff] [blame] | 2262 | # crbug.com/1005814 |
| 2263 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2264 | ], |
| 2265 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2266 | 'webgl_conformance_tests': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2267 | 'modifications': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2268 | # On desktop platforms these don't take very long (~7 minutes), |
| 2269 | # but on Android they take ~30 minutes and we want to use more |
| 2270 | # shards than on desktop. |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2271 | 'Android Release (Nexus 5X)': { |
| 2272 | 'swarming': { |
| 2273 | 'shards': 6, |
| 2274 | }, |
| 2275 | }, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2276 | 'chromeos-amd64-generic-rel': { |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2277 | 'swarming': { |
Brian Sheedy | db0417e | 2019-12-11 01:14:20 | [diff] [blame] | 2278 | 'shards': 12, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2279 | }, |
| 2280 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2281 | }, |
Ben Pastene | 1e9b93e | 2019-07-15 17:01:56 | [diff] [blame] | 2282 | 'replacements': { |
| 2283 | 'chromeos-kevin-rel-hw-tests': { |
| 2284 | # Replace VM args with the magic hostname that resolves to a CrOS |
| 2285 | # device in the test lab. |
| 2286 | 'args': { |
| 2287 | '--remote': 'variable_chromeos_device_hostname', |
| 2288 | '--remote-ssh-port': None, |
| 2289 | }, |
| 2290 | }, |
| 2291 | }, |
Kenneth Russell | e63e41f | 2019-04-09 02:45:28 | [diff] [blame] | 2292 | 'remove_from': [ |
| 2293 | # Too slow on this configuration, which is severely hardware |
| 2294 | # constrained. crbug.com/950690 |
| 2295 | 'Mac FYI Retina Debug (NVIDIA)', |
| 2296 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2297 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 2298 | 'webgl_conformance_validating_tests': { |
| 2299 | 'modifications': { |
| 2300 | 'Mac FYI GPU ASAN Release': { |
| 2301 | 'args': [ |
| 2302 | '--is-asan', |
| 2303 | ] |
| 2304 | }, |
| 2305 | }, |
| 2306 | }, |
Yuly Novikov | e27d1d2 | 2018-10-29 21:24:19 | [diff] [blame] | 2307 | 'webgl_conformance_vulkan_passthrough_tests': { |
| 2308 | 'remove_from': [ |
| 2309 | 'Win7 FYI Debug (AMD)', |
| 2310 | ], |
| 2311 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2312 | 'webkit_unit_tests': { |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2313 | 'remove_from': [ |
| 2314 | # Flakily fails on Win7. https://crbug.com/943372. |
| 2315 | 'Win7 Tests (1)', |
| 2316 | 'Win 7 Tests x64 (1)', |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2317 | 'android-code-coverage-native', # crbug/1018431 |
| 2318 | ], |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2319 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2320 | 'Linux ASan LSan Tests (1)': { |
| 2321 | # These are very slow on the ASAN trybot for some reason. |
| 2322 | # crbug.com/794372 |
| 2323 | 'swarming': { |
| 2324 | 'shards': 5, |
| 2325 | }, |
| 2326 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 2327 | 'Linux TSan Tests': { |
| 2328 | 'swarming': { |
| 2329 | 'shards': 2, |
| 2330 | }, |
| 2331 | }, |
arthursonzogni | 26889d8 | 2018-05-29 17:18:16 | [diff] [blame] | 2332 | 'Marshmallow 64 bit Tester': { |
| 2333 | # Increase timeout. See https://crbug.com/847229. |
| 2334 | 'swarming': { |
| 2335 | 'hard_timeout': 1200, |
| 2336 | }, |
| 2337 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 2338 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 2339 | 'swarming': { |
| 2340 | 'shards': 2, |
| 2341 | }, |
| 2342 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2343 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2344 | }, |
Yuke Liao | 46c2273 | 2019-12-19 23:34:23 | [diff] [blame] | 2345 | 'weblayer_browsertests': { |
| 2346 | 'remove_from': [ |
| 2347 | # TODO(crbug.com/1034002): Remove this entry once the bug is fixed. |
| 2348 | 'linux-code-coverage', |
| 2349 | ], |
| 2350 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2351 | 'webview_instrumentation_test_apk': { |
| 2352 | 'remove_from': [ |
Hans Wennborg | eac4c36c | 2018-05-23 16:04:06 | [diff] [blame] | 2353 | # This test frequently fails on Android, https://crbug.com/824959 |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 2354 | 'android-kitkat-arm-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2355 | 'KitKat Phone Tester (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2356 | 'KitKat Tablet Tester', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2357 | # matching android builders, the test fails on these. |
Hans Wennborg | a0b11ebe | 2018-05-15 16:26:50 | [diff] [blame] | 2358 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2359 | 'android-asan', # https://crbug.com/964562 |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2360 | # On chromium.swarm, this should possibly be being run (or removed |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 2361 | # from android-marshmallow-arm64-rel-swarming). |
| 2362 | 'android-kitkat-arm-rel-swarming', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 2363 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2364 | ], |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2365 | 'modifications': { |
Andrew Luo | f08500ae | 2020-01-10 01:24:45 | [diff] [blame] | 2366 | # chromium.android.fyi |
| 2367 | 'Android WebView P FYI (rel)': { |
| 2368 | 'args': [ |
| 2369 | '--annotation', |
| 2370 | 'DisabledTest,FlakyTest' # Monitor status of disabled tests. |
| 2371 | ], |
| 2372 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2373 | 'Oreo Phone Tester': { |
Andrew Luo | 93c4a1e | 2019-08-30 05:26:30 | [diff] [blame] | 2374 | # TODO(crbug.com/997362): Enable this once it's passing. |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 2375 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 2376 | # either passing or there is more capacity. |
| 2377 | 'experiment_percentage': 0, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2378 | }, |
| 2379 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2380 | }, |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2381 | 'xr_browser_tests': { |
| 2382 | 'remove_from': [ |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2383 | # Randomly hangs indefinitely https://crbug.com/1018896. |
| 2384 | 'Win10 FYI x64 Release (AMD RX 550)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2385 | # This exception probably needs to stay due to lack of capacity |
| 2386 | # on the Win AMD bots. |
| 2387 | 'Win7 FYI Debug (AMD)', |
Maggie Chen | 4fc2984 | 2018-08-07 19:12:48 | [diff] [blame] | 2388 | # Fails on the bot, http://crbug.com/868143 |
| 2389 | 'Win7 FYI Release (AMD)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2390 | ], |
| 2391 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2392 | } |