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