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