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 | { |
Chong Gu | 7d62147 | 2020-04-03 00:54:30 | [diff] [blame] | 19 | 'accessibility_unittests': { |
| 20 | 'remove_from': [ |
| 21 | # crbug.com/1067355 |
| 22 | 'Fuchsia ARM64', |
| 23 | 'Fuchsia x64', |
| 24 | ], |
| 25 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 26 | 'android_browsertests': { |
| 27 | 'modifications': { |
| 28 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 29 | 'args': [ |
| 30 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 31 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 32 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 33 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 34 | 'args': [ |
| 35 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 36 | ], |
| 37 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 38 | }, |
| 39 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 40 | 'android_webview_unittests': { |
| 41 | 'remove_from': [ |
John Budorick | 826d5ed | 2017-12-28 19:27:32 | [diff] [blame] | 42 | # On chromium.android, these do not need to run prior to M. |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 43 | 'android-kitkat-arm-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 44 | 'KitKat Phone Tester (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 45 | 'KitKat Tablet Tester', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 46 | 'android-code-coverage-native', # crbug/1018434 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 47 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 48 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 49 | 'angle_end2end_tests': { |
| 50 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 51 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 52 | 'Android FYI Release (Nexus 5)', |
| 53 | 'Android FYI Release (Nexus 6)', |
| 54 | 'Android FYI Release (Nexus 9)', |
| 55 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 56 | 'Linux FYI Release (AMD R7 240)', |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 57 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 58 | 'Linux FYI Debug (NVIDIA)', |
| 59 | 'Linux FYI GPU TSAN Release', |
jonross | fb1c61b7 | 2019-11-19 01:43:59 | [diff] [blame] | 60 | # Disabling on RX 550 as we are currently qualifying the card and not |
| 61 | # checking for regressions. crbug.com/1025745 |
| 62 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 63 | ], |
| 64 | }, |
| 65 | 'angle_perftests': { |
| 66 | 'remove_from': [ |
Yuly Novikov | 04baee6d | 2018-12-21 21:22:21 | [diff] [blame] | 67 | 'Android FYI Release (Nexus 5)', # crbug.com/915429 |
Nico Weber | 521565b | 2018-07-12 22:50:16 | [diff] [blame] | 68 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 69 | 'Linux FYI GPU TSAN Release', # crbug.com/950542 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 70 | ], |
| 71 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 72 | 'angle_unittests': { |
| 73 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 74 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 75 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 76 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 77 | 'modifications': { |
| 78 | 'Linux ASan LSan Tests (1)': { |
| 79 | 'swarming': { |
| 80 | 'shards': 10, |
| 81 | }, |
| 82 | }, |
| 83 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 84 | }, |
Saman Sami | 8e2eedaa | 2019-12-18 20:23:07 | [diff] [blame] | 85 | 'angle_white_box_tests': { |
| 86 | 'remove_from': [ |
| 87 | # https://crbug.com/1035178 |
| 88 | 'Win10 FYI x64 Release (AMD RX 550)', |
| 89 | # https://crbug.com/1035461 |
| 90 | 'Linux FYI GPU TSAN Release', |
| 91 | ], |
| 92 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 93 | 'blink_web_tests': { |
| 94 | 'remove_from': [ |
| 95 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 96 | 'Win10 Tests x64 (dbg)', |
| 97 | ], |
| 98 | 'modifications': { |
| 99 | 'Fuchsia x64': { |
| 100 | 'args': [ |
| 101 | '--platform=fuchsia', |
| 102 | ], |
| 103 | 'swarming': { |
| 104 | 'shards': 1, |
| 105 | }, |
| 106 | }, |
| 107 | 'Linux Tests': { |
| 108 | "args": [ |
| 109 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 110 | ], |
| 111 | }, |
| 112 | 'Linux Tests (dbg)(1)': { |
| 113 | 'args': [ |
| 114 | '--debug', |
| 115 | ], |
| 116 | 'swarming': { |
| 117 | 'shards': 20, |
| 118 | }, |
| 119 | }, |
| 120 | 'Mac10.10 Tests': { |
| 121 | # TODO(kbr): this is essentially redundant. |
| 122 | 'swarming': { |
| 123 | 'dimension_sets': [ |
| 124 | { |
| 125 | 'gpu': 'none', |
| 126 | 'os': 'Mac-10.10.5', |
| 127 | }, |
| 128 | ], |
| 129 | 'shards': 25, |
| 130 | }, |
| 131 | }, |
| 132 | 'Mac10.11 Tests': { |
| 133 | # TODO(kbr): this is essentially redundant. |
| 134 | 'swarming': { |
| 135 | 'dimension_sets': [ |
| 136 | { |
| 137 | 'gpu': 'none', |
| 138 | 'os': 'Mac-10.11.6', |
| 139 | }, |
| 140 | ], |
| 141 | 'shards': 25, |
| 142 | }, |
| 143 | }, |
| 144 | 'Mac10.12 Tests': { |
| 145 | 'swarming': { |
| 146 | 'shards': 25, |
| 147 | }, |
| 148 | }, |
| 149 | 'Mac10.13 Tests': { |
| 150 | 'swarming': { |
| 151 | 'dimension_sets': [ |
| 152 | { |
| 153 | # Run the layout tests on a consistent set of hardware |
| 154 | # (Mac Minis). |
| 155 | 'gpu': '8086:0a2e', |
| 156 | }, |
| 157 | ], |
| 158 | 'shards': 25, |
| 159 | }, |
| 160 | }, |
| 161 | 'Mac10.13 Tests (dbg)': { |
| 162 | 'args': [ |
| 163 | '--debug', |
| 164 | ], |
John Budorick | d3375fa | 2020-03-17 20:49:11 | [diff] [blame] | 165 | 'swarming': { |
| 166 | 'shards': 25, |
| 167 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 168 | }, |
| 169 | 'V8 Blink Linux Debug': { |
| 170 | 'args': [ |
| 171 | '--debug', |
| 172 | ], |
| 173 | }, |
| 174 | 'V8 Blink Linux Future': { |
| 175 | 'args': [ |
| 176 | '--additional-driver-flag=--js-flags=--future', |
| 177 | ], |
| 178 | }, |
| 179 | 'WebKit Linux ASAN': { |
| 180 | 'args': [ |
| 181 | '--additional-expectations', |
| 182 | '../../third_party/blink/web_tests/ASANExpectations', |
| 183 | '--time-out-ms', |
| 184 | '48000', |
| 185 | '--enable-sanitizer', |
| 186 | ], |
| 187 | 'swarming': { |
| 188 | 'shards': 20, |
| 189 | }, |
| 190 | }, |
| 191 | 'WebKit Linux Leak': { |
| 192 | 'args': [ |
| 193 | '--additional-expectations', |
| 194 | '../../third_party/blink/web_tests/LeakExpectations', |
| 195 | '--time-out-ms', |
| 196 | '48000', |
| 197 | '--enable-leak-detection', |
| 198 | ], |
| 199 | 'swarming': { |
| 200 | 'shards': 10, |
| 201 | }, |
| 202 | }, |
| 203 | 'WebKit Linux MSAN': { |
| 204 | 'args': [ |
| 205 | '--additional-expectations', |
| 206 | '../../third_party/blink/web_tests/MSANExpectations', |
| 207 | '--time-out-ms', |
| 208 | '66000', |
| 209 | '--enable-sanitizer', |
| 210 | ], |
| 211 | 'swarming': { |
| 212 | 'expiration': 36000, |
| 213 | 'hard_timeout': 10800, |
| 214 | 'io_timeout': 3600, |
| 215 | 'shards': 20, |
| 216 | }, |
| 217 | }, |
| 218 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 219 | 'args': [ |
| 220 | '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint', |
| 221 | ], |
| 222 | }, |
| 223 | 'WebKit Linux layout_ng_disabled Builder': { |
| 224 | 'args': [ |
| 225 | '--additional-driver-flag=--disable-blink-features=LayoutNG', |
| 226 | ], |
| 227 | }, |
| 228 | 'Win10 Tests x64': { |
| 229 | 'args': [ |
| 230 | '--target', |
| 231 | 'Release_x64', |
| 232 | ], |
| 233 | 'swarming': { |
| 234 | "shards": 28 |
| 235 | }, |
| 236 | }, |
| 237 | 'Win10 Tests x64 (dbg)': { |
| 238 | 'args': [ |
| 239 | '--debug', |
| 240 | '--target', |
| 241 | 'Debug_x64', |
| 242 | ], |
| 243 | }, |
| 244 | 'Win10 Tests x64 Code Coverage': { |
| 245 | 'args': [ |
| 246 | '--target', |
| 247 | 'Release_x64', |
| 248 | ], |
| 249 | 'swarming': { |
| 250 | "shards": 28 |
| 251 | }, |
| 252 | }, |
| 253 | 'Win7 Tests (dbg)(1)': { |
| 254 | 'args': [ |
| 255 | '--debug', |
| 256 | '--time-out-ms', |
| 257 | '60000' |
| 258 | ], |
| 259 | 'experiment_percentage': 100, |
| 260 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 261 | # from prefered_os_dimension in |
| 262 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 263 | # Swarming dimensions would be either specified for all testers on the |
| 264 | # waterfall (and therefore, explicitly specified for all tests in the |
| 265 | # generated JSON), or this would be removed, and the implicit one used. |
| 266 | 'swarming': { |
| 267 | 'dimension_sets': [ |
| 268 | { |
| 269 | 'os': 'Windows-7-SP1', |
| 270 | } |
| 271 | ], |
| 272 | }, |
| 273 | }, |
| 274 | # tryserver.chromium.android |
| 275 | 'android_blink_rel': { |
| 276 | 'args': [ |
| 277 | '--release', |
| 278 | '--android', |
| 279 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 280 | # Android. Remove this when it no longer affects Android crash |
| 281 | # log handling. |
| 282 | '--disable-breakpad', |
| 283 | # TODO(crbug.com/875172): run on the real GPU since the |
| 284 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 285 | '--additional-driver-flag=--use-gpu-in-tests', |
| 286 | ], |
| 287 | }, |
| 288 | 'devtools_frontend_linux_blink_light_rel': { |
| 289 | 'args': [ |
| 290 | 'http/tests/devtools', |
| 291 | ], |
| 292 | 'swarming': { |
| 293 | 'shards': 4, |
| 294 | }, |
| 295 | }, |
| 296 | 'fuchsia-fyi-x64-rel': { |
| 297 | 'args': [ |
| 298 | '--platform=fuchsia', |
| 299 | ], |
| 300 | 'swarming': { |
| 301 | 'shards': 1, |
| 302 | }, |
| 303 | }, |
Mathias Carlen | 30968a6 | 2020-03-31 08:47:04 | [diff] [blame] | 304 | 'linux-autofill-assistant': { |
| 305 | 'args': [ |
| 306 | '--release', |
| 307 | ], |
| 308 | }, |
Yuzu Saijo | 9709bcc | 2020-03-18 09:12:20 | [diff] [blame] | 309 | 'linux-bfcache-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 310 | 'args': [ |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 311 | '--additional-driver-flag=--enable-features=BackForwardCache', |
| 312 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache', |
| 313 | ], |
| 314 | }, |
| 315 | 'linux-blink-animation-use-time-delta': { |
| 316 | 'args': [ |
| 317 | '--debug', |
| 318 | ], |
| 319 | }, |
| 320 | 'linux-blink-cors-rel': { |
| 321 | 'args': [ |
| 322 | '--additional-driver-flag=--disable-features=OutOfBlinkCors', |
| 323 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors', |
| 324 | ], |
| 325 | }, |
| 326 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 327 | 'args': [ |
| 328 | '--release', |
| 329 | '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking', |
| 330 | ], |
| 331 | }, |
| 332 | 'linux-code-coverage': { |
| 333 | 'args': [ |
| 334 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 335 | ], |
| 336 | 'swarming': { |
| 337 | 'shards': 20, |
| 338 | }, |
| 339 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 340 | 'linux-layout-tests-edit-ng': { |
| 341 | 'args': [ |
Yoshifumi Inoue | bebca26 | 2020-04-08 22:03:49 | [diff] [blame] | 342 | '--additional-driver-flag=--enable-blink-features=EditingNG', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 343 | ], |
| 344 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 345 | 'linux-layout-tests-fragment-item': { |
| 346 | 'args': [ |
| 347 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem', |
| 348 | ], |
| 349 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 350 | 'mac-rel': { |
| 351 | 'swarming': { |
| 352 | 'dimension_sets': [ |
| 353 | { |
| 354 | # Run the layout tests on a consistent set of hardware |
| 355 | # (Mac Minis). |
| 356 | 'gpu': '8086:0a2e', |
| 357 | }, |
| 358 | ], |
| 359 | 'shards': 25, |
| 360 | }, |
| 361 | }, |
| 362 | 'mac10.10-blink-rel-dummy': { |
| 363 | 'swarming': { |
| 364 | 'shards': 20, |
| 365 | }, |
| 366 | }, |
| 367 | 'mac10.11-blink-rel-dummy': { |
| 368 | 'swarming': { |
| 369 | 'shards': 20, |
| 370 | }, |
| 371 | }, |
| 372 | 'mac10.12-blink-rel-dummy': { |
| 373 | 'swarming': { |
| 374 | 'shards': 20, |
| 375 | }, |
| 376 | }, |
| 377 | 'mac10.13-blink-rel-dummy': { |
| 378 | 'swarming': { |
| 379 | 'shards': 20, |
| 380 | }, |
| 381 | }, |
| 382 | 'mac10.13_retina-blink-rel-dummy': { |
| 383 | 'swarming': { |
| 384 | 'shards': 20, |
| 385 | }, |
| 386 | }, |
| 387 | 'mac10.14-blink-rel-dummy': { |
| 388 | 'swarming': { |
| 389 | 'shards': 20, |
| 390 | }, |
| 391 | }, |
| 392 | }, |
| 393 | }, |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 394 | 'boringssl_crypto_tests': { |
| 395 | 'remove_from': [ |
| 396 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 397 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 398 | ], |
| 399 | }, |
| 400 | 'boringssl_ssl_tests': { |
| 401 | 'remove_from': [ |
| 402 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 403 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 404 | ], |
| 405 | }, |
John Budorick | ca99585d | 2019-06-26 16:55:55 | [diff] [blame] | 406 | 'breakpad_unittests': { |
| 407 | 'modifications': { |
| 408 | 'android-asan': { |
| 409 | 'args': [ |
| 410 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter', |
| 411 | ], |
| 412 | }, |
| 413 | }, |
| 414 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 415 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 416 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 417 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 418 | 'linux-win_cross-rel', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 419 | 'mac-rel', # crbug.com/1042757 |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 420 | 'ToTLinuxTSan', # https://crbug.com/368525 |
John Budorick | 5ef1147 | 2019-12-18 22:02:33 | [diff] [blame] | 421 | 'Mac10.10 Tests', # https://crbug.com/828031 |
Aaron Gable | 30cda24 | 2020-01-22 21:02:58 | [diff] [blame] | 422 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 423 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 424 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 425 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 426 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 427 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 428 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 429 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 430 | }, |
| 431 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 432 | 'Linux ASan LSan Tests (1)': { |
| 433 | # These are very slow on the ASAN trybot for some reason. |
| 434 | # crbug.com/794372 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 435 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 436 | 'shards': 40, |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 437 | }, |
| 438 | }, |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 439 | 'Linux ASan Tests (sandboxed)': { |
| 440 | 'swarming': { |
| 441 | 'shards': 12, # https://crbug.com/1056300 |
| 442 | }, |
| 443 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 444 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 445 | # These are very slow on the ASAN trybot for some reason. |
| 446 | # crbug.com/794372 |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 447 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 448 | 'shards': 31, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 449 | }, |
| 450 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 451 | 'Linux ChromiumOS MSan Tests': { |
| 452 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 453 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 454 | 'swarming': { |
Ben Pastene | acd5739 | 2019-10-31 02:13:25 | [diff] [blame] | 455 | 'shards': 30, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 456 | }, |
| 457 | }, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 458 | 'Linux Tests (dbg)(1)': { |
| 459 | # crbug.com/1066161 |
| 460 | 'swarming': { |
| 461 | 'shards': 20, |
| 462 | }, |
| 463 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 464 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 465 | 'swarming': { |
John Budorick | 542f476 | 2020-03-17 20:40:14 | [diff] [blame] | 466 | 'dimension_sets': [ |
| 467 | { |
| 468 | # These shards are liable to time out when running on minis. |
| 469 | 'cores': '8', |
| 470 | } |
| 471 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 472 | 'shards': 20, |
| 473 | }, |
| 474 | }, |
John Budorick | d3375fa | 2020-03-17 20:49:11 | [diff] [blame] | 475 | 'Mac10.13 Tests (dbg)': { |
| 476 | 'swarming': { |
| 477 | 'shards': 20, |
| 478 | }, |
| 479 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 480 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 481 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 482 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 483 | }, |
| 484 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 485 | 'ToTWin64(dbg)': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 486 | 'swarming': { |
| 487 | 'shards': 20, |
| 488 | }, |
| 489 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 490 | 'Win10 Tests x64': { |
| 491 | # crbug.com/868082 |
| 492 | 'args': [ |
| 493 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 494 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 495 | 'swarming': { |
| 496 | # This is for slow test execution that often becomes a critical path of |
| 497 | # swarming jobs. crbug.com/868114 |
| 498 | 'shards': 15, |
| 499 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 500 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 501 | 'Win10 Tests x64 Code Coverage': { |
| 502 | # crbug.com/868082 |
| 503 | 'args': [ |
| 504 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 505 | ], |
| 506 | 'swarming': { |
| 507 | # This is for slow test execution that often becomes a critical path of |
| 508 | # swarming jobs. crbug.com/868114 |
| 509 | 'shards': 15, |
| 510 | } |
| 511 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 512 | 'Win7 Tests (1)': { |
| 513 | # This is for slow test execution that often becomes a critical path of |
| 514 | # swarming jobs. crbug.com/868114 |
| 515 | 'swarming': { |
| 516 | 'shards': 15, |
| 517 | }, |
| 518 | }, |
| 519 | 'Win7 Tests (dbg)(1)': { |
Pavol Marko | c579e07 | 2019-12-05 22:42:02 | [diff] [blame] | 520 | 'swarming': { |
| 521 | 'shards': 20, |
| 522 | }, |
| 523 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 524 | 'linux-chromeos-chrome': { |
| 525 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 526 | # tests are green. |
| 527 | 'args': [ |
| 528 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 529 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 530 | }, |
| 531 | 'linux-chromeos-code-coverage': { |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 532 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 533 | 'shards': 50, |
| 534 | }, |
| 535 | }, |
| 536 | 'linux-chromeos-dbg': { |
| 537 | 'swarming': { |
| 538 | 'shards': 30, |
| 539 | }, |
| 540 | }, |
| 541 | 'linux-chromeos-rel': { |
| 542 | 'swarming': { |
| 543 | 'shards': 20, |
Stephanie Kim | e9008f7 | 2020-03-05 23:01:16 | [diff] [blame] | 544 | 'dimension_sets': [ |
| 545 | { |
| 546 | 'kvm': '1', |
| 547 | }, |
| 548 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 549 | }, |
| 550 | }, |
| 551 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 552 | 'args': [ |
| 553 | '--no-sandbox', |
| 554 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 555 | 'swarming': { |
| 556 | 'shards': 50, |
| 557 | }, |
| 558 | }, |
| 559 | 'linux-trusty-rel': { |
| 560 | 'args': [ |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 561 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter', |
| 562 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 563 | }, |
| 564 | 'mac-code-coverage': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 565 | 'swarming': { |
| 566 | 'shards': 15, |
| 567 | }, |
| 568 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 569 | 'win-asan': { |
| 570 | # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan |
| 571 | # (https://crbug.com/1031096). |
| 572 | 'swarming': { |
| 573 | 'shards': 20, |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 574 | }, |
| 575 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 576 | }, |
| 577 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 578 | 'cc_unittests': { |
| 579 | 'modifications': { |
| 580 | 'Linux TSan Tests': { |
| 581 | 'swarming': { |
| 582 | 'shards': 3, |
| 583 | }, |
| 584 | }, |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 585 | 'android-marshmallow-x86-fyi-rel': { |
| 586 | # https://crbug.com/1039860 |
| 587 | 'args': [ |
| 588 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 589 | ], |
| 590 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 591 | 'android-pie-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 592 | # https://crbug.com/1039860 |
| 593 | 'args': [ |
| 594 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 595 | ], |
| 596 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 597 | }, |
Chong Gu | 00dbbbf | 2020-01-31 23:51:45 | [diff] [blame] | 598 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 599 | 'Fuchsia ARM64', # https://crbug.com/1046552 |
Chong Gu | 00dbbbf | 2020-01-31 23:51:45 | [diff] [blame] | 600 | 'Fuchsia x64', # https://crbug.com/1046552 |
Stephen Roe | 0b16913 | 2020-03-03 19:04:21 | [diff] [blame] | 601 | 'fuchsia-fyi-arm64-rel', |
Chong Gu | 00dbbbf | 2020-01-31 23:51:45 | [diff] [blame] | 602 | ], |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 603 | }, |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 604 | 'checkbins': { |
| 605 | 'remove_from': [ |
Stephen Martinis | 47d7713 | 2019-04-24 23:51:33 | [diff] [blame] | 606 | 'linux-archive-dbg', |
| 607 | 'linux-archive-rel', |
| 608 | 'mac-archive-dbg', |
| 609 | 'mac-archive-rel', |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 610 | ], |
| 611 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 612 | 'chrome_java_test_pagecontroller_tests': { |
| 613 | 'modifications': { |
| 614 | 'android-pie-arm64-rel': { |
| 615 | 'experiment_percentage': 100, # https://crbug.com/924194 |
| 616 | }, |
| 617 | }, |
| 618 | }, |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 619 | 'chrome_public_smoke_test': { |
| 620 | 'remove_from': [ |
| 621 | 'android-code-coverage-native', # https://crbug.com/1018780 |
| 622 | ], |
| 623 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 624 | 'chrome_public_test_apk': { |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 625 | 'remove_from': [ |
| 626 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 627 | 'android-code-coverage-native', # https://crbug.com/1018780 |
Haiyang Pan | 32f35f18d | 2020-03-10 17:38:38 | [diff] [blame] | 628 | 'android-kitkat-arm-rel', # https://crbug.com/1060245 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 629 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 630 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 631 | 'KitKat Phone Tester (dbg)': { |
| 632 | 'swarming': { |
| 633 | 'shards': 20, |
| 634 | }, |
| 635 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 636 | 'Marshmallow 64 bit Tester': { |
| 637 | 'swarming': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 638 | 'shards': 14, |
| 639 | }, |
| 640 | }, |
Arthur Wang | 5dd7b07c | 2020-04-04 01:05:22 | [diff] [blame] | 641 | 'Marshmallow Tablet Tester': { |
| 642 | 'args': [ |
| 643 | '--timeout-scale', |
| 644 | '2.0', |
| 645 | ], |
| 646 | }, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 647 | 'Oreo Phone Tester': { |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 648 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 649 | # either passing or there is more capacity. |
| 650 | 'experiment_percentage': 0, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 651 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 652 | 'android-arm64-proguard-rel': { |
| 653 | 'swarming': { |
| 654 | 'shards': 25, |
| 655 | }, |
| 656 | }, |
| 657 | 'android-marshmallow-arm64-rel': { |
| 658 | 'swarming': { |
| 659 | 'shards': 25, |
| 660 | }, |
| 661 | }, |
| 662 | 'android-pie-arm64-rel': { |
| 663 | 'args': [ |
| 664 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211 |
| 665 | ], |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 666 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 667 | 'android-pie-x86-rel': { |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 668 | 'args': [ |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 669 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 670 | # https://crbug.com/1046059 |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 671 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter', |
| 672 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 673 | 'swarming': { |
| 674 | 'named_caches': [ |
| 675 | { |
| 676 | 'name': 'avd_generic_playstore_android28', |
| 677 | 'path': '.android', |
| 678 | }, |
| 679 | { |
| 680 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 681 | 'path': '.emulator_sdk', |
| 682 | }, |
| 683 | ] |
| 684 | }, |
John Budorick | 3400947 | 2018-04-03 17:38:44 | [diff] [blame] | 685 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 686 | }, |
| 687 | }, |
| 688 | 'chrome_public_test_vr_apk': { |
Nico Weber | b0b3f586 | 2018-07-13 18:45:15 | [diff] [blame] | 689 | 'remove_from': [ |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 690 | 'KitKat Tablet Tester', |
| 691 | 'Lollipop Tablet Tester', |
| 692 | 'Marshmallow Tablet Tester', |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 693 | 'android-marshmallow-x86-fyi-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 694 | 'android-pie-x86-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 695 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
bsheedy | df58b4e | 2018-11-01 19:42:16 | [diff] [blame] | 696 | 'ToTAndroid', |
| 697 | 'ToTAndroidCFI', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 698 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 699 | 'android-code-coverage-native', # https://crbug.com/1018780 |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 700 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 701 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 702 | 'chrome_public_test_vr_apk-vega': { |
| 703 | 'modifications': { |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 704 | 'Oreo Phone Tester': { |
| 705 | 'swarming': { |
| 706 | 'dimension_sets': [ |
| 707 | { |
| 708 | 'device_os': 'OVR1.180808.003', |
| 709 | 'device_type': 'vega', |
| 710 | 'os': 'Android', |
| 711 | }, |
| 712 | ], |
| 713 | }, |
| 714 | } |
| 715 | } |
| 716 | }, |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 717 | 'chromedriver_py_tests': { |
| 718 | 'remove_from': [ |
| 719 | # Timeout happens sometimes (crbug.com/951799). |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 720 | 'Win10 Tests x64 (dbg)', |
| 721 | ], |
| 722 | }, |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 723 | 'components_browsertests': { |
| 724 | 'remove_from': [ |
| 725 | 'android-code-coverage-native', # crbug/1018434 |
| 726 | ], |
| 727 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 728 | 'components_unittests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 729 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 730 | 'Fuchsia ARM64', # https://crbug.com/961457 |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 731 | 'Fuchsia x64', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 732 | 'android-code-coverage-native', # crbug/1018431 |
Kevin Marshall | ce2afe1b | 2019-12-06 00:49:21 | [diff] [blame] | 733 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457 |
| 734 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457 |
| 735 | 'fuchsia-fyi-x64-rel', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 736 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 737 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 738 | 'Linux ASan LSan Tests (1)': { |
| 739 | # These are very slow on the ASAN trybot for some reason. |
| 740 | # crbug.com/794372 |
| 741 | 'swarming': { |
| 742 | 'shards': 5, |
| 743 | }, |
| 744 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 745 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 746 | # These are very slow on the ASAN trybot for some reason. |
| 747 | # crbug.com/794372 |
| 748 | 'swarming': { |
| 749 | 'shards': 5, |
| 750 | }, |
| 751 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 752 | 'Linux TSan Tests': { |
| 753 | 'swarming': { |
| 754 | 'shards': 2, |
| 755 | }, |
| 756 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 757 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 758 | 'swarming': { |
| 759 | 'shards': 2, |
| 760 | }, |
| 761 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 762 | }, |
| 763 | }, |
| 764 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 765 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 766 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 767 | 'android-code-coverage-native', # crbug/1018434 |
Yuke Liao | d7da81b | 2020-03-20 18:57:57 | [diff] [blame] | 768 | # http://crbug.com/1060245#c30: due to low utility and capacity. |
| 769 | 'android-marshmallow-arm64-rel', |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 770 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 771 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 772 | 'Cast Audio Linux': { |
| 773 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 774 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 775 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 776 | }, |
| 777 | 'Cast Linux': { |
| 778 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 779 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 780 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 781 | }, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 782 | 'Linux ASan LSan Tests (1)': { |
| 783 | 'swarming': { |
| 784 | 'shards': 12, |
| 785 | }, |
| 786 | }, |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 787 | 'Linux ASan Tests (sandboxed)': { |
| 788 | 'swarming': { |
Stephen McGruer | 640f0c3 | 2020-02-14 15:29:40 | [diff] [blame] | 789 | 'shards': 4, # https://crbug.com/1051944 |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 790 | }, |
| 791 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 792 | 'Linux TSan Tests': { |
| 793 | 'swarming': { |
| 794 | 'shards': 15, |
| 795 | }, |
| 796 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 797 | 'Lollipop Phone Tester': { |
| 798 | 'swarming': { |
| 799 | 'shards': 13, |
| 800 | }, |
| 801 | }, |
| 802 | 'Win10 Tests x64': { |
| 803 | # crbug.com/868082 |
| 804 | 'args': [ |
| 805 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 806 | ], |
| 807 | }, |
| 808 | 'Win10 Tests x64 (dbg)': { |
| 809 | 'experiment_percentage': 100, |
| 810 | # crbug.com/868082 |
| 811 | 'args': [ |
| 812 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 813 | ], |
| 814 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 815 | 'Win10 Tests x64 Code Coverage': { |
| 816 | # crbug.com/868082 |
| 817 | 'args': [ |
| 818 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 819 | ], |
| 820 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 821 | 'android-arm64-proguard-rel': { |
| 822 | 'swarming': { |
| 823 | 'shards': 16, |
| 824 | }, |
| 825 | }, |
| 826 | 'android-asan': { |
| 827 | 'args': [ |
| 828 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter', |
| 829 | ], |
| 830 | 'swarming': { |
| 831 | 'shards': 18, |
| 832 | }, |
| 833 | }, |
| 834 | 'android-kitkat-arm-rel': { |
| 835 | 'swarming': { |
| 836 | 'shards': 15, |
| 837 | }, |
| 838 | }, |
Haiyang Pan | 32b8339 | 2020-03-14 01:38:46 | [diff] [blame] | 839 | 'android-lollipop-arm-rel': { |
| 840 | 'swarming': { |
| 841 | 'shards': 15, |
| 842 | }, |
| 843 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 844 | 'android-marshmallow-arm64-rel': { |
| 845 | 'swarming': { |
| 846 | 'shards': 16, |
| 847 | }, |
| 848 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 849 | 'android-marshmallow-x86-fyi-rel': { |
| 850 | 'args': [ |
| 851 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 852 | ], |
| 853 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 854 | 'android-pie-x86-rel': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 855 | 'args': [ |
| 856 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 857 | ], |
| 858 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 859 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 860 | 'swarming': { |
| 861 | 'shards': 4, |
| 862 | }, |
| 863 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 864 | 'linux-chromeos-code-coverage': { |
| 865 | 'swarming': { |
| 866 | 'shards': 12, |
| 867 | }, |
| 868 | }, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 869 | 'linux-chromeos-rel': { |
| 870 | 'swarming': { |
| 871 | 'shards': 3, |
| 872 | }, |
| 873 | }, |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 874 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 875 | 'args': [ |
| 876 | '--no-sandbox', |
| 877 | ], |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 878 | 'swarming': { |
| 879 | 'shards': 12, |
| 880 | }, |
| 881 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 882 | }, |
| 883 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 884 | 'content_shell_crash_test': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 885 | 'modifications': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 886 | 'Win10 Tests x64 (dbg)': { |
| 887 | 'experiment_percentage': 100, # https://crbug.com/861730 |
| 888 | }, |
| 889 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 890 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 891 | 'content_shell_test_apk': { |
| 892 | 'remove_from': [ |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 893 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 894 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 895 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 896 | 'modifications': { |
| 897 | 'android-marshmallow-x86-fyi-rel': { |
| 898 | 'args': [ |
| 899 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 900 | ], |
| 901 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 902 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 903 | 'args': [ |
| 904 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 905 | ], |
| 906 | }, |
| 907 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 908 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 909 | 'content_unittests': { |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 910 | 'remove_from': [ |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 911 | 'android-code-coverage-native', # crbug/1018434 |
| 912 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 913 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 914 | 'Linux ASan LSan Tests (1)': { |
| 915 | # These are slow on the ASAN trybot for some reason. |
| 916 | # crbug.com/794372 |
| 917 | 'swarming': { |
| 918 | 'shards': 2, |
| 919 | }, |
| 920 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 921 | 'Linux ChromiumOS MSan Tests': { |
| 922 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 923 | # crbug.com/865455 |
| 924 | 'swarming': { |
| 925 | 'shards': 2, |
| 926 | }, |
| 927 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 928 | }, |
| 929 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 930 | 'context_lost_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 931 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 932 | # exception once there is enough capacity to run these tests. |
| 933 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 934 | 'Android FYI Release (Pixel 2)', |
| 935 | ], |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 936 | 'modifications': { |
| 937 | 'Mac FYI GPU ASAN Release': { |
| 938 | 'args': [ |
| 939 | '--is-asan', |
| 940 | ] |
| 941 | }, |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 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 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 949 | }, |
| 950 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 951 | 'crashpad_tests': { |
| 952 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 953 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 954 | # https://crbug.com/crashpad/304 |
| 955 | 'Linux TSan Tests', |
| 956 | 'ToTLinuxTSan', |
| 957 | # https://crbug.com/crashpad/306 |
| 958 | 'Linux CFI', |
| 959 | 'CFI Linux ToT', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 960 | ], |
| 961 | }, |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 962 | 'cronet_sizes': { |
| 963 | 'modifications': { |
| 964 | 'android-cronet-arm-dbg': { |
| 965 | 'swarming': { |
| 966 | 'dimension_sets': [ |
| 967 | { |
| 968 | 'device_os': None, |
| 969 | 'device_type': None, |
Takuto Ikuta | 5e459b1 | 2019-07-09 05:30:56 | [diff] [blame] | 970 | 'os': 'Ubuntu-16.04', |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 971 | }, |
| 972 | ], |
| 973 | }, |
| 974 | }, |
| 975 | }, |
| 976 | }, |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 977 | 'dawn_end2end_tests': { |
| 978 | 'remove_from': [ |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 979 | 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430 |
| 980 | ], |
| 981 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 982 | 'depth_capture_tests': { |
| 983 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 984 | # exception once there is enough capacity to run these tests. |
| 985 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 986 | 'Android FYI Release (Pixel 2)', |
| 987 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 988 | 'modifications': { |
| 989 | 'Win10 x64 Debug (NVIDIA)': { |
| 990 | 'args': [ |
| 991 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 992 | # longer necessary to figure out why the renderer process is hanging. |
| 993 | '--extra-browser-args=--no-sandbox', |
| 994 | ], |
| 995 | }, |
| 996 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 997 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 998 | 'extensions_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 999 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1000 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1001 | ], |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1002 | 'modifications': { |
| 1003 | 'Win10 Tests x64 (dbg)': { |
| 1004 | 'experiment_percentage': 100, # https://crbug.com/876615 |
| 1005 | }, |
| 1006 | }, |
| 1007 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1008 | 'gin_unittests': { |
| 1009 | 'remove_from': [ |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1010 | 'ToTLinuxASan', # https://crbug.com/831667 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1011 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1012 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1013 | ], |
| 1014 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1015 | 'gl_tests': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1016 | 'remove_from': [ |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1017 | 'CFI Linux ToT', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1018 | 'Android FYI Release (Nexus 5X)', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1019 | # Can't run on MSAN because gl_tests uses the hardware driver, |
Kenneth Russell | 55bbec5 | 2018-05-03 18:44:55 | [diff] [blame] | 1020 | # which isn't instrumented. |
| 1021 | 'Linux MSan Tests', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1022 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1023 | 'modifications': { |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1024 | # TODO(kbr): figure out a better way to specify blocks of |
| 1025 | # arguments like this for tests on multiple machines. |
| 1026 | 'Linux ASan LSan Tests (1)': { |
| 1027 | 'args': [ |
| 1028 | '--use-gpu-in-tests', |
| 1029 | '--no-xvfb', |
| 1030 | ], |
| 1031 | 'swarming': { |
| 1032 | 'dimension_sets': [ |
| 1033 | { |
| 1034 | 'gpu': '10de:1cb3', |
| 1035 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1036 | 'pool': 'chromium.tests.gpu.template', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1037 | }, |
| 1038 | ], |
| 1039 | }, |
| 1040 | 'use_xvfb': False, |
| 1041 | }, |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1042 | 'Linux CFI': { |
| 1043 | 'args': [ |
| 1044 | '--use-gpu-in-tests', |
| 1045 | '--no-xvfb', |
| 1046 | ], |
| 1047 | 'swarming': { |
| 1048 | 'dimension_sets': [ |
| 1049 | { |
| 1050 | 'gpu': '10de:1cb3', |
| 1051 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1052 | 'pool': 'chromium.tests.gpu.template', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1053 | }, |
| 1054 | ], |
| 1055 | }, |
| 1056 | 'use_xvfb': False, |
| 1057 | }, |
| 1058 | 'Linux TSan Tests': { |
| 1059 | 'args': [ |
| 1060 | '--use-gpu-in-tests', |
| 1061 | '--no-xvfb', |
| 1062 | ], |
| 1063 | 'swarming': { |
| 1064 | 'dimension_sets': [ |
| 1065 | { |
| 1066 | 'gpu': '10de:1cb3', |
| 1067 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1068 | 'pool': 'chromium.tests.gpu.template', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1069 | }, |
| 1070 | ], |
| 1071 | }, |
| 1072 | 'use_xvfb': False, |
| 1073 | }, |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1074 | 'android-marshmallow-x86-fyi-rel': { |
| 1075 | 'args': [ |
| 1076 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1077 | ], |
| 1078 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1079 | 'android-pie-arm64-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1080 | 'args': [ |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1081 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 1082 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1083 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1084 | 'android-pie-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1085 | 'args': [ |
| 1086 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1087 | ], |
| 1088 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1089 | }, |
| 1090 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1091 | 'gl_unittests': { |
| 1092 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1093 | # On Android, these are already run on the main waterfall. |
| 1094 | # Run them on the one-off Android FYI bots, though. |
| 1095 | 'Android FYI Release (Nexus 5X)', |
| 1096 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 1097 | 'Linux FYI Release (AMD R7 240)', |
| 1098 | ], |
| 1099 | 'modifications': { |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1100 | 'CFI Linux ToT': { |
| 1101 | 'args': [ |
| 1102 | '--use-gpu-in-tests', |
| 1103 | '--no-xvfb', |
| 1104 | ], |
| 1105 | 'swarming': { |
| 1106 | 'dimension_sets': [ |
| 1107 | { |
| 1108 | 'gpu': '10de:1cb3', |
| 1109 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1110 | 'pool': 'chromium.tests.gpu.template', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1111 | }, |
| 1112 | ], |
| 1113 | }, |
| 1114 | 'use_xvfb': False, |
| 1115 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1116 | 'Linux CFI': { |
| 1117 | 'args': [ |
| 1118 | '--use-gpu-in-tests', |
| 1119 | '--no-xvfb', |
| 1120 | ], |
| 1121 | 'swarming': { |
| 1122 | 'dimension_sets': [ |
| 1123 | { |
| 1124 | 'gpu': '10de:1cb3', |
| 1125 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1126 | 'pool': 'chromium.tests.gpu.template', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1127 | }, |
| 1128 | ], |
| 1129 | }, |
| 1130 | 'use_xvfb': False, |
| 1131 | }, |
| 1132 | }, |
| 1133 | }, |
| 1134 | 'gl_unittests_ozone': { |
| 1135 | 'remove_from': [ |
| 1136 | # Can't run on MSAN because gl_unittests_ozone uses the hardware driver, |
| 1137 | # which isn't instrumented. |
| 1138 | 'Linux ChromiumOS MSan Tests', |
| 1139 | ], |
| 1140 | }, |
Chong Gu | 7d62147 | 2020-04-03 00:54:30 | [diff] [blame] | 1141 | 'google_apis_unittests': { |
| 1142 | 'remove_from': [ |
| 1143 | # crbug.com/1067355 |
| 1144 | 'Fuchsia ARM64', |
| 1145 | 'Fuchsia x64', |
| 1146 | ], |
| 1147 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1148 | 'gpu_process_launch_tests': { |
| 1149 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1150 | # exception once there is enough capacity to run these tests. |
| 1151 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1152 | 'Android FYI Release (Pixel 2)', |
| 1153 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1154 | 'modifications': { |
| 1155 | 'Win10 x64 Debug (NVIDIA)': { |
| 1156 | 'args': [ |
| 1157 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 1158 | # longer necessary to figure out why the renderer process is hanging. |
| 1159 | '--extra-browser-args=--no-sandbox', |
| 1160 | ], |
| 1161 | }, |
| 1162 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1163 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1164 | 'hardware_accelerated_feature_tests': { |
| 1165 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1166 | # exception once there is enough capacity to run these tests. |
| 1167 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1168 | 'Android FYI Release (Pixel 2)', |
| 1169 | ], |
| 1170 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1171 | 'headless_browsertests': { |
| 1172 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1173 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1174 | ], |
| 1175 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1176 | 'info_collection_tests': { |
| 1177 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1178 | # The Mac ASAN swarming bot runs tests on two different GPU |
| 1179 | # types, so we can't have one expected vendor ID / device ID. |
| 1180 | 'Mac FYI GPU ASAN Release', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1181 | 'Android V8 FYI Release (Nexus 5X)', |
| 1182 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 1183 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1184 | 'Mac V8 FYI Release (Intel)', |
| 1185 | 'Win V8 FYI Release (NVIDIA)', |
| 1186 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1187 | 'modifications': { |
| 1188 | 'Win10 x64 Debug (NVIDIA)': { |
| 1189 | 'args': [ |
| 1190 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 1191 | # longer necessary to figure out why the renderer process is hanging. |
| 1192 | '--extra-browser-args=--no-sandbox', |
| 1193 | ], |
| 1194 | }, |
| 1195 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1196 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1197 | 'interactive_ui_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1198 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1199 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1200 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1201 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1202 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1203 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1204 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1205 | }, |
| 1206 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1207 | 'Linux ASan LSan Tests (1)': { |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 1208 | # These are slow on the ASan trybot for some reason, crbug.com/794372 |
| 1209 | 'swarming': { |
| 1210 | 'shards': 6, |
| 1211 | }, |
| 1212 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1213 | 'Linux ChromiumOS MSan Tests': { |
| 1214 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1215 | # crbug.com/865455 |
| 1216 | 'swarming': { |
| 1217 | 'shards': 5, |
| 1218 | }, |
| 1219 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1220 | 'Linux TSan Tests': { |
| 1221 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1222 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1223 | 'shards': 20, |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1224 | }, |
| 1225 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1226 | 'ToTLinuxTSan': { |
| 1227 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
| 1228 | 'swarming': { |
| 1229 | 'shards': 6, |
| 1230 | }, |
| 1231 | }, |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1232 | 'Win 7 Tests x64 (1)': { |
| 1233 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1234 | 'args': [ |
| 1235 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1236 | ], |
| 1237 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1238 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 1239 | 'Win10 Tests x64 (dbg)': { |
| 1240 | 'experiment_percentage': 100, |
| 1241 | }, |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1242 | 'Win7 Tests (1)': { |
| 1243 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1244 | 'args': [ |
| 1245 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1246 | ], |
| 1247 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1248 | 'Win7 Tests (dbg)(1)': { |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1249 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1250 | 'args': [ |
| 1251 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1252 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1253 | 'swarming': { |
| 1254 | 'shards': 4, |
| 1255 | }, |
| 1256 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1257 | 'linux-chromeos-chrome': { |
| 1258 | # TODO(crbug.com/970649): Remove this filter. |
| 1259 | 'args': [ |
| 1260 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 1261 | ], |
| 1262 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1263 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1264 | 'swarming': { |
| 1265 | 'shards': 10, |
| 1266 | }, |
| 1267 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1268 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1269 | 'swarming': { |
| 1270 | 'shards': 10, |
| 1271 | }, |
| 1272 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1273 | }, |
| 1274 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1275 | 'ipc_tests': { |
| 1276 | 'modifications': { |
| 1277 | 'android-asan': { |
| 1278 | 'swarming': { |
| 1279 | 'shards': 2, |
| 1280 | }, |
| 1281 | }, |
| 1282 | }, |
| 1283 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1284 | 'maps_pixel_test': { |
| 1285 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1286 | # exception once there is enough capacity to run these tests. |
| 1287 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1288 | 'Android FYI Release (Pixel 2)', |
| 1289 | ], |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1290 | 'replacements': { |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1291 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1292 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1293 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1294 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1295 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1296 | }, |
| 1297 | }, |
| 1298 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1299 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1300 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1301 | }, |
| 1302 | }, |
| 1303 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1304 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1305 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1306 | }, |
| 1307 | }, |
| 1308 | 'Mac V8 FYI Release (Intel)': { |
| 1309 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1310 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1311 | }, |
| 1312 | }, |
| 1313 | 'Win V8 FYI Release (NVIDIA)': { |
| 1314 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1315 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1316 | }, |
| 1317 | }, |
| 1318 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1319 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1320 | 'media_unittests': { |
| 1321 | 'modifications': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1322 | 'android-marshmallow-x86-fyi-rel': { |
| 1323 | 'args': [ |
| 1324 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 1325 | ], |
| 1326 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1327 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1328 | 'args': [ |
| 1329 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 1330 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1331 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1332 | 'android-pie-x86-rel': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1333 | 'args': [ |
| 1334 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 1335 | ], |
| 1336 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1337 | }, |
| 1338 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1339 | 'mojo_unittests': { |
| 1340 | 'modifications': { |
| 1341 | 'android-asan': { |
| 1342 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 1343 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1344 | }, |
| 1345 | }, |
| 1346 | }, |
| 1347 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 1348 | 'monochrome_apk_checker': { |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1349 | 'modifications': { |
| 1350 | 'ToTAndroid': { |
| 1351 | 'swarming': { |
| 1352 | 'dimension_sets': [ |
| 1353 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1354 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1355 | 'device_os': None, |
| 1356 | 'device_playstore_version': None, |
| 1357 | 'device_type': None, |
| 1358 | 'os': 'Ubuntu-16.04', |
| 1359 | }, |
| 1360 | ], |
| 1361 | }, |
| 1362 | }, |
| 1363 | 'android-arm64-proguard-rel': { |
| 1364 | 'swarming': { |
| 1365 | 'dimension_sets': [ |
| 1366 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1367 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1368 | 'device_os': None, |
| 1369 | 'device_playstore_version': None, |
| 1370 | 'device_type': None, |
| 1371 | 'os': 'Ubuntu-16.04', |
| 1372 | }, |
| 1373 | ], |
| 1374 | }, |
| 1375 | }, |
| 1376 | 'android-pie-arm64-rel': { |
| 1377 | 'swarming': { |
| 1378 | 'dimension_sets': [ |
| 1379 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1380 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1381 | 'device_os': None, |
| 1382 | 'device_os_flavor': None, |
| 1383 | 'device_playstore_version': None, |
| 1384 | 'device_type': None, |
| 1385 | 'os': 'Ubuntu-16.04', |
| 1386 | }, |
| 1387 | ], |
| 1388 | }, |
| 1389 | }, |
| 1390 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 1391 | 'remove_from': [ |
| 1392 | # Don't run on trybots, which don't use proguard. |
| 1393 | # https://crbug.com/1029936. |
| 1394 | 'android-kitkat-arm-rel', |
| 1395 | ], |
| 1396 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1397 | 'monochrome_public_test_ar_apk': { |
| 1398 | 'modifications': { |
Brian Sheedy | 12169aa | 2019-10-16 23:38:03 | [diff] [blame] | 1399 | 'Nougat Phone Tester': { |
| 1400 | 'args': [ |
| 1401 | # ArCore is not installed as a system app on N, so we can install it |
| 1402 | # normally instead of replacing the system version. |
| 1403 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1404 | ], |
| 1405 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1406 | # We need to match the Playstore version as well because AR tests fail on |
| 1407 | # old versions of the Playstore. |
| 1408 | 'Oreo Phone Tester': { |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1409 | 'args': [ |
| 1410 | # ArCore is not installed as a system app on O, so we can install it |
| 1411 | # normally instead of replacing the system version. |
| 1412 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1413 | ], |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1414 | 'swarming': { |
| 1415 | 'dimension_sets': [ |
| 1416 | { |
| 1417 | 'device_os': 'OPR3.170623.008', |
| 1418 | 'device_playstore_version': '12.8.23-all', |
| 1419 | 'device_type': 'marlin', |
| 1420 | 'os': 'Android', |
| 1421 | }, |
| 1422 | ], |
| 1423 | }, |
| 1424 | }, |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1425 | 'android-pie-arm64-dbg': { |
| 1426 | 'args': [ |
| 1427 | '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1428 | ] |
| 1429 | } |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1430 | }, |
| 1431 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1432 | 'nacl_helper_nonsfi_unittests': { |
| 1433 | 'remove_from': [ |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1434 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 1435 | ], |
| 1436 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1437 | 'nacl_loader_unittests': { |
| 1438 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 1439 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 1440 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 1441 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 1442 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Aaron Gable | 38265fe | 2020-04-09 23:49:07 | [diff] [blame^] | 1443 | 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1444 | ], |
| 1445 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1446 | 'net_unittests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1447 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 1448 | 'Fuchsia ARM64', # https://crbug.com/877248 |
Fabrice de Gans-Riberi | a1541ca | 2019-01-09 20:05:46 | [diff] [blame] | 1449 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248 |
| 1450 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1451 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1452 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1453 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1454 | # These are very slow on the ASAN trybot for some reason. |
| 1455 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1456 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1457 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1458 | }, |
| 1459 | }, |
| 1460 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1461 | # These are very slow on the ASAN trybot for some reason. |
| 1462 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1463 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 1464 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1465 | } |
| 1466 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1467 | 'Linux ChromiumOS MSan Tests': { |
| 1468 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1469 | # crbug.com/865455 |
| 1470 | 'swarming': { |
| 1471 | 'shards': 2, |
| 1472 | }, |
| 1473 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1474 | 'Linux TSan Tests': { |
| 1475 | 'swarming': { |
| 1476 | 'shards': 4, |
| 1477 | } |
| 1478 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1479 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 1480 | 'Linux Tests (dbg)(1)': { |
| 1481 | 'swarming': { |
| 1482 | 'shards': 2, |
| 1483 | }, |
| 1484 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1485 | 'ToTLinuxASan': { |
| 1486 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1487 | 'swarming': { |
| 1488 | 'shards': 16, |
| 1489 | }, |
| 1490 | }, |
| 1491 | 'ToTLinuxTSan': { |
| 1492 | 'swarming': { |
| 1493 | 'shards': 4, |
| 1494 | } |
| 1495 | }, |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 1496 | 'android-marshmallow-x86-fyi-rel': { |
| 1497 | # crbug.com/1046060 |
| 1498 | 'args': [ |
| 1499 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1500 | ], |
| 1501 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1502 | 'android-pie-x86-rel': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 1503 | # crbug.com/1046060 |
| 1504 | 'args': [ |
| 1505 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1506 | ], |
| 1507 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1508 | 'chromeos-betty-chrome': { |
| 1509 | # TODO(crbug.com/986904): Remove this filter. |
| 1510 | 'args': [ |
| 1511 | '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT', |
| 1512 | ], |
| 1513 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1514 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1515 | 'swarming': { |
| 1516 | 'shards': 4, |
| 1517 | } |
| 1518 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1519 | 'linux-chromeos-dbg': { |
| 1520 | 'swarming': { |
| 1521 | 'shards': 2, |
| 1522 | }, |
| 1523 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1524 | }, |
| 1525 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1526 | 'network_service_browser_tests': { |
| 1527 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1528 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1529 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1530 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1531 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1532 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1533 | 'Win10 Tests x64 (dbg)', # Matches browser_tests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1534 | # 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] | 1535 | 'Mac10.10 Tests', |
| 1536 | 'Mac10.11 Tests', |
| 1537 | 'Mac10.13 Tests', |
| 1538 | 'Mac10.13 Tests (dbg)', |
| 1539 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1540 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1541 | 'mac-rel', |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1542 | ], |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1543 | 'modifications': { |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1544 | 'Win10 Tests x64': { |
| 1545 | # crbug.com/868082 |
| 1546 | 'args': [ |
| 1547 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1548 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 1549 | # This is for slow test execution that often becomes a critical path of |
| 1550 | # swarming jobs. crbug.com/868114 |
| 1551 | 'swarming': { |
| 1552 | 'shards': 20, |
| 1553 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1554 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 1555 | 'Win10 Tests x64 Code Coverage': { |
| 1556 | # crbug.com/868082 |
| 1557 | 'args': [ |
| 1558 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1559 | ], |
| 1560 | # This is for slow test execution that often becomes a critical path of |
| 1561 | # swarming jobs. crbug.com/868114 |
| 1562 | 'swarming': { |
| 1563 | 'shards': 20, |
| 1564 | }, |
| 1565 | }, |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 1566 | 'linux-code-coverage': { |
| 1567 | 'args': [ |
| 1568 | '--no-sandbox', |
| 1569 | ], |
| 1570 | 'swarming': { |
| 1571 | 'shards': 20, |
| 1572 | }, |
| 1573 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1574 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1575 | }, |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1576 | 'network_service_components_browsertests': { |
| 1577 | 'remove_from': [ |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1578 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1579 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1580 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1581 | 'Win10 Tests x64 (dbg)', # Matches components_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1582 | # 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] | 1583 | 'Mac10.10 Tests', |
| 1584 | 'Mac10.11 Tests', |
| 1585 | 'Mac10.13 Tests', |
| 1586 | 'Mac10.13 Tests (dbg)', |
| 1587 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1588 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1589 | 'mac-rel', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1590 | ], |
| 1591 | }, |
| 1592 | 'network_service_content_browsertests': { |
| 1593 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1594 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1595 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1596 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1597 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1598 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1599 | 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786 |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1600 | # 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] | 1601 | 'Mac10.10 Tests', |
| 1602 | 'Mac10.11 Tests', |
| 1603 | 'Mac10.13 Tests', |
| 1604 | 'Mac10.13 Tests (dbg)', |
| 1605 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1606 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1607 | 'mac-rel', |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1608 | ], |
| 1609 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1610 | 'network_service_extensions_browsertests': { |
| 1611 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1612 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1613 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1614 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1615 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1616 | 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1617 | # 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] | 1618 | 'Mac10.10 Tests', |
| 1619 | 'Mac10.11 Tests', |
| 1620 | 'Mac10.13 Tests', |
| 1621 | 'Mac10.13 Tests (dbg)', |
| 1622 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1623 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1624 | 'mac-rel', |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1625 | ], |
| 1626 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1627 | 'network_service_headless_browsertests': { |
| 1628 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1629 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1630 | ], |
| 1631 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1632 | 'network_service_interactive_ui_tests': { |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1633 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1634 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1635 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1636 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1637 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1638 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1639 | # 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] | 1640 | 'Mac10.10 Tests', |
| 1641 | 'Mac10.11 Tests', |
| 1642 | 'Mac10.13 Tests', |
| 1643 | 'Mac10.13 Tests (dbg)', |
| 1644 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1645 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame] | 1646 | 'mac-rel', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1647 | ], |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1648 | 'modifications': { |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1649 | 'Win10 Tests x64 (dbg)': { |
| 1650 | 'experiment_percentage': 100, # https://crbug.com/852786 |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1651 | }, |
| 1652 | }, |
| 1653 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1654 | 'network_service_out_of_process_chrome_public_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1655 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1656 | 'android-asan', |
| 1657 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1658 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1659 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1660 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1661 | # No capacity for tablet testers. |
| 1662 | 'KitKat Tablet Tester', |
| 1663 | 'Lollipop Tablet Tester', |
| 1664 | 'Marshmallow Tablet Tester', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1665 | 'android-code-coverage-native', # https://crbug.com/1018780 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1666 | ], |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1667 | 'modifications': { |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1668 | 'android-pie-x86-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1669 | 'args': [ |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame] | 1670 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 1671 | # https://crbug.com/1046059 |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1672 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter', |
| 1673 | ], |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame] | 1674 | 'swarming': { |
| 1675 | 'named_caches': [ |
| 1676 | { |
| 1677 | 'name': 'avd_generic_playstore_android28', |
| 1678 | 'path': '.android', |
| 1679 | }, |
| 1680 | { |
| 1681 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 1682 | 'path': '.emulator_sdk', |
| 1683 | }, |
| 1684 | ] |
| 1685 | }, |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1686 | }, |
| 1687 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1688 | }, |
| 1689 | 'network_service_out_of_process_components_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1690 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1691 | 'android-asan', |
| 1692 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1693 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1694 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1695 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1696 | # No capacity for tablet testers. |
| 1697 | 'KitKat Tablet Tester', |
| 1698 | 'Lollipop Tablet Tester', |
| 1699 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1700 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1701 | ], |
| 1702 | }, |
| 1703 | 'network_service_out_of_process_content_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1704 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1705 | 'android-asan', |
| 1706 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1707 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1708 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1709 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1710 | # No capacity for tablet testers. |
| 1711 | 'KitKat Tablet Tester', |
| 1712 | 'Lollipop Tablet Tester', |
| 1713 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1714 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1715 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1716 | 'modifications': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1717 | 'android-marshmallow-x86-fyi-rel': { |
| 1718 | 'args': [ |
| 1719 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 1720 | ], |
| 1721 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1722 | 'android-pie-x86-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1723 | 'args': [ |
| 1724 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 1725 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1726 | 'swarming': { |
| 1727 | 'shards': 10, |
| 1728 | }, |
| 1729 | }, |
| 1730 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1731 | }, |
| 1732 | 'network_service_out_of_process_content_shell_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1733 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1734 | 'android-asan', |
| 1735 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1736 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1737 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1738 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1739 | # No capacity for tablet testers. |
| 1740 | 'KitKat Tablet Tester', |
| 1741 | 'Lollipop Tablet Tester', |
| 1742 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1743 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1744 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1745 | 'modifications': { |
| 1746 | 'android-marshmallow-x86-fyi-rel': { |
| 1747 | 'args': [ |
| 1748 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1749 | ], |
| 1750 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1751 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1752 | 'args': [ |
| 1753 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1754 | ], |
| 1755 | }, |
| 1756 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1757 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1758 | 'network_service_webview_instrumentation_test_apk': { |
| 1759 | # Only run these on the phone testers for now due to capacity. |
| 1760 | 'remove_from': [ |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1761 | 'android-kitkat-arm-rel', |
| 1762 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1763 | 'android-pie-arm64-rel', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1764 | 'KitKat Tablet Tester', |
| 1765 | 'Lollipop Tablet Tester', |
| 1766 | 'Marshmallow Tablet Tester', |
| 1767 | 'KitKat Phone Tester (dbg)', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1768 | 'android-asan', # https://crbug.com/964562 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1769 | 'Android CFI', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1770 | 'ToTAndroid', |
| 1771 | 'ToTAndroidCFI', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1772 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1773 | ], |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 1774 | 'modifications': { |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1775 | 'android-pie-x86-rel': { |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 1776 | 'args': [ |
| 1777 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 1778 | ], |
| 1779 | }, |
| 1780 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1781 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 1782 | 'not_site_per_process_blink_web_tests': { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1783 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1784 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 1785 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1786 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 1787 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1788 | 'Linux Tests': { |
| 1789 | "args": [ |
| 1790 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1791 | ], |
| 1792 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [
|