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