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 | # |
Jeff Yoon | e2188f6 | 2020-08-24 20:55:57 | [diff] [blame] | 16 | # Note that if you are excluding with variants, you will need to exclude |
| 17 | # per variant, with the identifier appended to the test suite name. |
| 18 | # For example, if you have ios_chrome_ui_eg2tests_module with variant |
| 19 | # SIM_IPHONE_6S_14_0 (identifier = "iPhone 6s 14.0"), you |
| 20 | # must exclude with the test name as: |
| 21 | # "ios_chrome_ui_eg2tests_module_iPhone 6s 14.0" |
| 22 | |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 23 | # The goal is to drive the number of exceptions to zero, to make all |
| 24 | # the bots behave similarly. |
| 25 | { |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 26 | 'android_browsertests': { |
| 27 | 'modifications': { |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 28 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 29 | 'args': [ |
| 30 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 31 | ], |
| 32 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 33 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 34 | 'args': [ |
| 35 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 36 | ], |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 37 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 38 | # capacity has been deployed. |
| 39 | 'swarming': { |
| 40 | 'dimension_sets': [ |
| 41 | { |
| 42 | 'device_type': 'sailfish', |
| 43 | }, |
| 44 | ], |
| 45 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 46 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 47 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 48 | 'args': [ |
| 49 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 50 | ], |
| 51 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 52 | }, |
| 53 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 54 | 'android_sync_integration_tests': { |
| 55 | 'remove_from': [ |
| 56 | # Remove from CQ bots due to capacity. |
| 57 | 'android-marshmallow-arm64-rel', |
| 58 | 'android-lollipop-arm-rel', |
| 59 | ], |
| 60 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 61 | 'android_webview_unittests': { |
| 62 | 'remove_from': [ |
John Budorick | 826d5ed | 2017-12-28 19:27:32 | [diff] [blame] | 63 | # On chromium.android, these do not need to run prior to M. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 64 | 'android-lollipop-arm-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 65 | 'android-code-coverage-native', # crbug/1018434 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 66 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 67 | }, |
Arthur Wang | feb0f1a | 2020-06-18 02:05:55 | [diff] [blame] | 68 | 'android_wpr_record_replay_tests': { |
| 69 | # crbug/1060399: only enable wpr tests on marshmallow CI bot |
| 70 | # due to the restriction that render test only works on marshamllow. |
| 71 | 'modifications': { |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 72 | 'android-marshmallow-x86-rel-non-cq': { |
Arthur Wang | 4a53be964 | 2020-08-22 00:50:46 | [diff] [blame] | 73 | 'experiment_percentage': 100, # https://crbug.com/1060399 |
| 74 | }, |
Arthur Wang | feb0f1a | 2020-06-18 02:05:55 | [diff] [blame] | 75 | }, |
| 76 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 77 | 'angle_end2end_tests': { |
| 78 | 'remove_from': [ |
| 79 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 80 | 'Android FYI Release (Nexus 5)', |
| 81 | 'Android FYI Release (Nexus 6)', |
| 82 | 'Android FYI Release (Nexus 9)', |
| 83 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 84 | 'Linux FYI Release (AMD R7 240)', |
| 85 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 86 | 'Linux FYI Debug (NVIDIA)', |
| 87 | ], |
| 88 | }, |
| 89 | 'angle_perftests': { |
| 90 | 'remove_from': [ |
| 91 | 'Android FYI Release (Nexus 5)', # crbug.com/915429 |
| 92 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
| 93 | 'Android FYI Release (Nexus 6P)', # anglebug.com/4909 |
| 94 | 'Linux FYI GPU TSAN Release', # crbug.com/950542 |
| 95 | ], |
| 96 | }, |
| 97 | 'angle_unittests': { |
| 98 | 'remove_from': [ |
| 99 | # On Android, these are already run on the main waterfall. |
| 100 | 'Android FYI Release (Nexus 5X)', |
| 101 | # Does not currently work on Lacros configurations. |
| 102 | 'linux-lacros-tester-rel', |
| 103 | 'linux-lacros-tester-fyi-rel', |
| 104 | ], |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 105 | }, |
| 106 | 'angle_white_box_tests': { |
| 107 | 'remove_from': [ |
| 108 | # https://crbug.com/1035178 |
| 109 | 'Win10 FYI x64 Release (AMD RX 550)', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 110 | # https://crbug.com/1094629 |
| 111 | 'Linux FYI Release (AMD R7 240)', |
| 112 | ], |
| 113 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 114 | 'blink_platform_unittests': { |
| 115 | 'modifications': { |
| 116 | # TODO(crbug.com/1108121): Remove this filter |
| 117 | 'android-nougat-arm64-rel': { |
| 118 | 'args': [ |
| 119 | '--gtest_filter=-HarfBuzzShaperTest.ShapeHorizontalWithoutSubpixelPositionWithKerningIsRounded', |
| 120 | ], |
| 121 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 122 | 'android-pie-arm64-rel': { |
| 123 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 124 | # capacity has been deployed. |
| 125 | 'swarming': { |
| 126 | 'dimension_sets': [ |
| 127 | { |
| 128 | 'device_type': 'sailfish', |
| 129 | }, |
| 130 | ], |
| 131 | }, |
| 132 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 133 | }, |
| 134 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 135 | 'blink_web_tests': { |
| 136 | 'remove_from': [ |
Ilia Samsonov | ca3dfd5 | 2020-08-07 18:39:01 | [diff] [blame] | 137 | 'Mac10.10 Tests', |
| 138 | 'Mac10.11 Tests', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 139 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 140 | 'Win10 Tests x64 (dbg)', |
| 141 | ], |
| 142 | 'modifications': { |
| 143 | 'Fuchsia x64': { |
| 144 | 'args': [ |
| 145 | '--platform=fuchsia', |
| 146 | ], |
| 147 | 'swarming': { |
| 148 | 'shards': 1, |
| 149 | }, |
| 150 | }, |
| 151 | 'Linux Tests': { |
| 152 | "args": [ |
| 153 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 154 | ], |
| 155 | }, |
| 156 | 'Linux Tests (dbg)(1)': { |
| 157 | 'args': [ |
| 158 | '--debug', |
| 159 | ], |
| 160 | 'swarming': { |
| 161 | 'shards': 20, |
| 162 | }, |
| 163 | }, |
| 164 | 'Mac10.10 Tests': { |
| 165 | # TODO(kbr): this is essentially redundant. |
| 166 | 'swarming': { |
| 167 | 'dimension_sets': [ |
| 168 | { |
| 169 | 'gpu': 'none', |
| 170 | 'os': 'Mac-10.10.5', |
| 171 | }, |
| 172 | ], |
| 173 | 'shards': 25, |
| 174 | }, |
| 175 | }, |
| 176 | 'Mac10.11 Tests': { |
| 177 | # TODO(kbr): this is essentially redundant. |
| 178 | 'swarming': { |
| 179 | 'dimension_sets': [ |
| 180 | { |
| 181 | 'gpu': 'none', |
| 182 | 'os': 'Mac-10.11.6', |
| 183 | }, |
| 184 | ], |
| 185 | 'shards': 25, |
| 186 | }, |
| 187 | }, |
| 188 | 'Mac10.12 Tests': { |
| 189 | 'swarming': { |
| 190 | 'shards': 25, |
| 191 | }, |
| 192 | }, |
| 193 | 'Mac10.13 Tests': { |
| 194 | 'swarming': { |
| 195 | 'dimension_sets': [ |
| 196 | { |
Erik Staab | 59591f3 | 2020-08-25 23:07:07 | [diff] [blame] | 197 | 'gpu': None, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 198 | }, |
| 199 | ], |
| 200 | 'shards': 25, |
| 201 | }, |
| 202 | }, |
| 203 | 'Mac10.13 Tests (dbg)': { |
| 204 | 'args': [ |
| 205 | '--debug', |
| 206 | ], |
John Budorick | d3375fa | 2020-03-17 20:49:11 | [diff] [blame] | 207 | 'swarming': { |
| 208 | 'shards': 25, |
| 209 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 210 | }, |
| 211 | 'V8 Blink Linux Debug': { |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 212 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 213 | # TODO(machenbach): Change name and out directory of this builder to |
| 214 | # something less confusing. |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 215 | 'args': [ |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 216 | '-t', |
| 217 | 'Debug', |
| 218 | '--release', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 219 | ], |
| 220 | }, |
| 221 | 'V8 Blink Linux Future': { |
| 222 | 'args': [ |
| 223 | '--additional-driver-flag=--js-flags=--future', |
| 224 | ], |
| 225 | }, |
| 226 | 'WebKit Linux ASAN': { |
| 227 | 'args': [ |
| 228 | '--additional-expectations', |
| 229 | '../../third_party/blink/web_tests/ASANExpectations', |
| 230 | '--time-out-ms', |
| 231 | '48000', |
| 232 | '--enable-sanitizer', |
| 233 | ], |
| 234 | 'swarming': { |
| 235 | 'shards': 20, |
| 236 | }, |
| 237 | }, |
| 238 | 'WebKit Linux Leak': { |
| 239 | 'args': [ |
| 240 | '--additional-expectations', |
| 241 | '../../third_party/blink/web_tests/LeakExpectations', |
| 242 | '--time-out-ms', |
| 243 | '48000', |
| 244 | '--enable-leak-detection', |
| 245 | ], |
| 246 | 'swarming': { |
| 247 | 'shards': 10, |
| 248 | }, |
| 249 | }, |
| 250 | 'WebKit Linux MSAN': { |
| 251 | 'args': [ |
| 252 | '--additional-expectations', |
| 253 | '../../third_party/blink/web_tests/MSANExpectations', |
| 254 | '--time-out-ms', |
| 255 | '66000', |
| 256 | '--enable-sanitizer', |
| 257 | ], |
| 258 | 'swarming': { |
| 259 | 'expiration': 36000, |
| 260 | 'hard_timeout': 10800, |
| 261 | 'io_timeout': 3600, |
| 262 | 'shards': 20, |
| 263 | }, |
| 264 | }, |
| 265 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 266 | 'args': [ |
| 267 | '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint', |
| 268 | ], |
| 269 | }, |
| 270 | 'WebKit Linux layout_ng_disabled Builder': { |
| 271 | 'args': [ |
| 272 | '--additional-driver-flag=--disable-blink-features=LayoutNG', |
| 273 | ], |
| 274 | }, |
| 275 | 'Win10 Tests x64': { |
| 276 | 'args': [ |
| 277 | '--target', |
| 278 | 'Release_x64', |
| 279 | ], |
| 280 | 'swarming': { |
| 281 | "shards": 28 |
| 282 | }, |
| 283 | }, |
| 284 | 'Win10 Tests x64 (dbg)': { |
| 285 | 'args': [ |
| 286 | '--debug', |
| 287 | '--target', |
| 288 | 'Debug_x64', |
| 289 | ], |
| 290 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 291 | 'Win7 Tests (dbg)(1)': { |
| 292 | 'args': [ |
| 293 | '--debug', |
| 294 | '--time-out-ms', |
| 295 | '60000' |
| 296 | ], |
| 297 | 'experiment_percentage': 100, |
| 298 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 299 | # from prefered_os_dimension in |
| 300 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 301 | # Swarming dimensions would be either specified for all testers on the |
| 302 | # waterfall (and therefore, explicitly specified for all tests in the |
| 303 | # generated JSON), or this would be removed, and the implicit one used. |
| 304 | 'swarming': { |
| 305 | 'dimension_sets': [ |
| 306 | { |
| 307 | 'os': 'Windows-7-SP1', |
| 308 | } |
| 309 | ], |
| 310 | }, |
| 311 | }, |
| 312 | # tryserver.chromium.android |
| 313 | 'android_blink_rel': { |
| 314 | 'args': [ |
| 315 | '--release', |
| 316 | '--android', |
| 317 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 318 | # Android. Remove this when it no longer affects Android crash |
| 319 | # log handling. |
| 320 | '--disable-breakpad', |
| 321 | # TODO(crbug.com/875172): run on the real GPU since the |
| 322 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 323 | '--additional-driver-flag=--use-gpu-in-tests', |
| 324 | ], |
| 325 | }, |
| 326 | 'devtools_frontend_linux_blink_light_rel': { |
| 327 | 'args': [ |
| 328 | 'http/tests/devtools', |
| 329 | ], |
| 330 | 'swarming': { |
| 331 | 'shards': 4, |
| 332 | }, |
| 333 | }, |
| 334 | 'fuchsia-fyi-x64-rel': { |
| 335 | 'args': [ |
| 336 | '--platform=fuchsia', |
| 337 | ], |
| 338 | 'swarming': { |
| 339 | 'shards': 1, |
| 340 | }, |
| 341 | }, |
Mathias Carlen | 30968a6 | 2020-03-31 08:47:04 | [diff] [blame] | 342 | 'linux-autofill-assistant': { |
| 343 | 'args': [ |
| 344 | '--release', |
| 345 | ], |
| 346 | }, |
Yuzu Saijo | 9709bcc | 2020-03-18 09:12:20 | [diff] [blame] | 347 | 'linux-bfcache-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 348 | 'args': [ |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 349 | '--additional-driver-flag=--enable-features=BackForwardCache', |
| 350 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache', |
| 351 | ], |
| 352 | }, |
| 353 | 'linux-blink-animation-use-time-delta': { |
| 354 | 'args': [ |
| 355 | '--debug', |
| 356 | ], |
| 357 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 358 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 359 | 'args': [ |
| 360 | '--release', |
| 361 | '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking', |
| 362 | ], |
| 363 | }, |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 364 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 365 | 'args': [ |
| 366 | '--additional-driver-flag=--force-renderer-accessibility', |
| 367 | ], |
| 368 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 369 | 'linux-code-coverage': { |
| 370 | 'args': [ |
| 371 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 372 | ], |
| 373 | 'swarming': { |
| 374 | 'shards': 20, |
| 375 | }, |
| 376 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 377 | 'linux-layout-tests-edit-ng': { |
| 378 | 'args': [ |
Yoshifumi Inoue | bebca26 | 2020-04-08 22:03:49 | [diff] [blame] | 379 | '--additional-driver-flag=--enable-blink-features=EditingNG', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 380 | ], |
| 381 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 382 | 'linux-layout-tests-fragment-item': { |
| 383 | 'args': [ |
| 384 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem', |
| 385 | ], |
| 386 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 387 | 'mac10.12-blink-rel-dummy': { |
| 388 | 'swarming': { |
| 389 | 'shards': 20, |
| 390 | }, |
| 391 | }, |
| 392 | 'mac10.13-blink-rel-dummy': { |
| 393 | 'swarming': { |
| 394 | 'shards': 20, |
| 395 | }, |
| 396 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 397 | 'mac10.14-blink-rel-dummy': { |
| 398 | 'swarming': { |
| 399 | 'shards': 20, |
| 400 | }, |
| 401 | }, |
Ilia Samsonov | 7efe05e | 2020-05-07 19:00:46 | [diff] [blame] | 402 | 'mac10.15-blink-rel-dummy': { |
| 403 | 'swarming': { |
| 404 | 'shards': 20, |
| 405 | }, |
| 406 | }, |
Ilia Samsonov | dd271c6c2 | 2020-09-08 22:24:44 | [diff] [blame] | 407 | 'mac11.0-blink-rel-dummy': { |
| 408 | 'swarming': { |
| 409 | 'shards': 20, |
| 410 | }, |
| 411 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 412 | }, |
| 413 | }, |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 414 | 'boringssl_crypto_tests': { |
| 415 | 'remove_from': [ |
| 416 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 417 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 418 | ], |
| 419 | }, |
| 420 | 'boringssl_ssl_tests': { |
| 421 | 'remove_from': [ |
| 422 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 423 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 424 | ], |
| 425 | }, |
John Budorick | ca99585 | 2019-06-26 16:55:55 | [diff] [blame] | 426 | 'breakpad_unittests': { |
| 427 | 'modifications': { |
| 428 | 'android-asan': { |
| 429 | 'args': [ |
| 430 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter', |
| 431 | ], |
| 432 | }, |
| 433 | }, |
| 434 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 435 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 436 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 437 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 438 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 439 | 'ToTLinuxTSan', # https://crbug.com/368525 |
John Budorick | 5ef1147 | 2019-12-18 22:02:33 | [diff] [blame] | 440 | 'Mac10.10 Tests', # https://crbug.com/828031 |
Aaron Gable | 30cda24 | 2020-01-22 21:02:58 | [diff] [blame] | 441 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 442 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 443 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 444 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 445 | 'modifications': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 446 | 'CrWinAsan': { |
| 447 | # These are very slow on the ASAN trybot for some reason. |
| 448 | # crbug.com/794372 |
| 449 | 'swarming': { |
| 450 | 'shards': 40, |
| 451 | }, |
| 452 | }, |
| 453 | 'CrWinAsan(dll)': { |
| 454 | # These are very slow on the ASAN trybot for some reason. |
| 455 | # crbug.com/794372 |
| 456 | 'swarming': { |
| 457 | 'shards': 40, |
| 458 | }, |
| 459 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 460 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 461 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 462 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 463 | }, |
| 464 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 465 | 'Linux ASan LSan Tests (1)': { |
| 466 | # These are very slow on the ASAN trybot for some reason. |
| 467 | # crbug.com/794372 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 468 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 469 | 'shards': 40, |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 470 | }, |
| 471 | }, |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 472 | 'Linux ASan Tests (sandboxed)': { |
| 473 | 'swarming': { |
John Abd-El-Malek | 3a63161 | 2020-07-08 21:40:41 | [diff] [blame] | 474 | 'shards': 30, # https://crbug.com/1103330 |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 475 | }, |
| 476 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 477 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 478 | # These are very slow on the ASAN trybot for some reason. |
| 479 | # crbug.com/794372 |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 480 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 481 | 'shards': 31, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 482 | }, |
| 483 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 484 | 'Linux ChromiumOS MSan Tests': { |
| 485 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 486 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 487 | 'swarming': { |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 488 | 'shards': 32, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 489 | }, |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 490 | 'args': [ |
| 491 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter', |
| 492 | ], |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 493 | }, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 494 | 'Linux Tests (dbg)(1)': { |
| 495 | # crbug.com/1066161 |
| 496 | 'swarming': { |
| 497 | 'shards': 20, |
| 498 | }, |
| 499 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 500 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 501 | 'swarming': { |
John Budorick | 542f476 | 2020-03-17 20:40:14 | [diff] [blame] | 502 | 'dimension_sets': [ |
| 503 | { |
| 504 | # These shards are liable to time out when running on minis. |
| 505 | 'cores': '8', |
| 506 | } |
| 507 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 508 | 'shards': 20, |
| 509 | }, |
| 510 | }, |
John Budorick | d3375fa | 2020-03-17 20:49:11 | [diff] [blame] | 511 | 'Mac10.13 Tests (dbg)': { |
| 512 | 'swarming': { |
| 513 | 'shards': 20, |
| 514 | }, |
| 515 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 516 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 517 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 518 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 519 | }, |
| 520 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 521 | 'ToTWin64(dbg)': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 522 | 'swarming': { |
| 523 | 'shards': 20, |
| 524 | }, |
| 525 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 526 | 'Win10 Tests x64': { |
| 527 | # crbug.com/868082 |
| 528 | 'args': [ |
| 529 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 530 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 531 | 'swarming': { |
| 532 | # This is for slow test execution that often becomes a critical path of |
| 533 | # swarming jobs. crbug.com/868114 |
| 534 | 'shards': 15, |
| 535 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 536 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 537 | 'Win7 Tests (1)': { |
| 538 | # This is for slow test execution that often becomes a critical path of |
| 539 | # swarming jobs. crbug.com/868114 |
| 540 | 'swarming': { |
| 541 | 'shards': 15, |
| 542 | }, |
| 543 | }, |
| 544 | 'Win7 Tests (dbg)(1)': { |
Pavol Marko | c579e07 | 2019-12-05 22:42:02 | [diff] [blame] | 545 | 'swarming': { |
| 546 | 'shards': 20, |
| 547 | }, |
| 548 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 549 | 'linux-chromeos-chrome': { |
| 550 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 551 | # tests are green. |
| 552 | 'args': [ |
| 553 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 554 | ], |
| 555 | }, |
| 556 | 'linux-chromeos-code-coverage': { |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 557 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 558 | 'shards': 50, |
| 559 | }, |
| 560 | }, |
| 561 | 'linux-chromeos-dbg': { |
| 562 | 'swarming': { |
| 563 | 'shards': 30, |
| 564 | }, |
| 565 | }, |
| 566 | 'linux-chromeos-rel': { |
| 567 | 'swarming': { |
| 568 | 'shards': 20, |
Stephanie Kim | e9008f7 | 2020-03-05 23:01:16 | [diff] [blame] | 569 | 'dimension_sets': [ |
| 570 | { |
| 571 | 'kvm': '1', |
| 572 | }, |
| 573 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 574 | }, |
| 575 | }, |
| 576 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 577 | 'args': [ |
| 578 | '--no-sandbox', |
| 579 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 580 | 'swarming': { |
| 581 | 'shards': 50, |
| 582 | }, |
| 583 | }, |
Yuke Liao | d75285f9 | 2020-08-18 18:33:56 | [diff] [blame] | 584 | 'linux-lacros-rel': { |
| 585 | 'args': [ |
| 586 | '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.browser_tests.filter', |
| 587 | ], |
| 588 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 589 | 'linux-lacros-tester-rel': { |
| 590 | 'args': [ |
| 591 | '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.browser_tests.filter', |
| 592 | ], |
| 593 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 594 | 'linux-trusty-rel': { |
| 595 | 'args': [ |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 596 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter', |
| 597 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 598 | }, |
| 599 | 'mac-code-coverage': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 600 | 'swarming': { |
| 601 | 'shards': 15, |
| 602 | }, |
| 603 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 604 | 'win-asan': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 605 | # These are very slow on the ASAN trybot for some reason. |
| 606 | # crbug.com/794372 |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 607 | 'swarming': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 608 | 'shards': 40, |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 609 | }, |
| 610 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 611 | }, |
| 612 | }, |
Maksim Sisov | 4af9c03 | 2020-06-12 12:43:11 | [diff] [blame] | 613 | 'browser_tests_wayland': { |
| 614 | 'modifications': { |
Maksim Sisov | 69730f8 | 2020-11-11 12:09:13 | [diff] [blame] | 615 | # CQ tester. |
Maksim Sisov | 4af9c03 | 2020-06-12 12:43:11 | [diff] [blame] | 616 | 'Linux Ozone Tester (Wayland)': { |
| 617 | 'args': [ |
| 618 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter', |
| 619 | ], |
| 620 | }, |
Maksim Sisov | 69730f8 | 2020-11-11 12:09:13 | [diff] [blame] | 621 | # CI tester. |
| 622 | 'Linux Tester (Ozone Wayland)': { |
| 623 | 'args': [ |
| 624 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter', |
| 625 | ], |
| 626 | }, |
Maksim Sisov | 4af9c03 | 2020-06-12 12:43:11 | [diff] [blame] | 627 | }, |
| 628 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 629 | 'cc_unittests': { |
| 630 | 'modifications': { |
| 631 | 'Linux TSan Tests': { |
| 632 | 'swarming': { |
| 633 | 'shards': 3, |
| 634 | }, |
| 635 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 636 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 637 | # https://crbug.com/1039860 |
| 638 | 'args': [ |
| 639 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 640 | ], |
| 641 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 642 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 643 | # https://crbug.com/1039860 |
| 644 | 'args': [ |
| 645 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 646 | ], |
| 647 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 648 | 'android-pie-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 649 | # https://crbug.com/1039860 |
| 650 | 'args': [ |
| 651 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 652 | ], |
| 653 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 654 | }, |
| 655 | }, |
Prakhar | 94f444a | 2020-10-08 07:30:08 | [diff] [blame] | 656 | 'check_static_initializers': { |
| 657 | 'modifications': { |
| 658 | 'Mac Builder': { |
| 659 | 'args': [ |
| 660 | '--allow-coverage-initializer', |
| 661 | ], |
| 662 | }, |
| 663 | }, |
| 664 | }, |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 665 | 'checkbins': { |
| 666 | 'remove_from': [ |
Stephen Martinis | 47d7713 | 2019-04-24 23:51:33 | [diff] [blame] | 667 | 'linux-archive-dbg', |
| 668 | 'linux-archive-rel', |
| 669 | 'mac-archive-dbg', |
| 670 | 'mac-archive-rel', |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 671 | ], |
| 672 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame^] | 673 | 'chrome_all_tast_tests': { |
| 674 | 'modifications': { |
| 675 | 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': { |
| 676 | 'args': [ |
| 677 | # This bot sets symbol_level=2, which doesn't fit inside a normal VM. |
| 678 | '--strip-chrome', |
| 679 | ], |
| 680 | }, |
| 681 | }, |
| 682 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 683 | 'chrome_java_test_pagecontroller_tests': { |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 684 | 'modifications': { |
| 685 | 'android-pie-arm64-rel': { |
| 686 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 687 | # capacity has been deployed. |
| 688 | 'swarming': { |
| 689 | 'dimension_sets': [ |
| 690 | { |
| 691 | 'device_type': 'sailfish', |
| 692 | }, |
| 693 | ], |
| 694 | }, |
| 695 | }, |
| 696 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 697 | }, |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 698 | 'chrome_public_smoke_test': { |
| 699 | 'remove_from': [ |
| 700 | 'android-code-coverage-native', # https://crbug.com/1018780 |
| 701 | ], |
| 702 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 703 | 'chrome_public_test_apk': { |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 704 | 'remove_from': [ |
| 705 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 706 | 'android-code-coverage-native', # https://crbug.com/1018780 |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 707 | 'android-lollipop-arm-rel', # https://crbug.com/1060245 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 708 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 709 | 'modifications': { |
Natalie Chouinard | 48afb435 | 2020-04-17 21:30:32 | [diff] [blame] | 710 | 'Android CFI': { |
| 711 | 'args': [ |
| 712 | '--exclude-annotation', |
| 713 | 'Feature=RenderTest', # https://crbug.com/1068294 |
| 714 | ], |
| 715 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 716 | 'Marshmallow 64 bit Tester': { |
| 717 | 'swarming': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 718 | 'shards': 14, |
| 719 | }, |
| 720 | }, |
Arthur Wang | 5dd7b07c | 2020-04-04 01:05:22 | [diff] [blame] | 721 | 'Marshmallow Tablet Tester': { |
| 722 | 'args': [ |
| 723 | '--timeout-scale', |
| 724 | '2.0', |
| 725 | ], |
| 726 | }, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 727 | 'Oreo Phone Tester': { |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 728 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 729 | # either passing or there is more capacity. |
| 730 | 'experiment_percentage': 0, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 731 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 732 | 'android-arm64-proguard-rel': { |
| 733 | 'swarming': { |
| 734 | 'shards': 25, |
| 735 | }, |
| 736 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 737 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 738 | 'args': [ |
| 739 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 740 | # https://crbug.com/1046059 |
| 741 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter', |
| 742 | ], |
| 743 | 'swarming': { |
| 744 | 'named_caches': [ |
| 745 | { |
| 746 | 'name': 'avd_generic_playstore_android28', |
| 747 | 'path': '.android', |
| 748 | }, |
| 749 | { |
| 750 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 751 | 'path': '.emulator_sdk', |
| 752 | }, |
| 753 | ], |
| 754 | 'dimension_sets': [ |
| 755 | { |
| 756 | # Use 8-cores to shorten test runtime. |
| 757 | 'machine_type': 'n1-standard-8', |
| 758 | }, |
| 759 | ], |
| 760 | }, |
| 761 | }, |
Haiyang Pan | 1ad3bb03 | 2020-04-24 23:52:03 | [diff] [blame] | 762 | 'android-lollipop-arm-rel-swarming': { |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 763 | 'swarming': { |
Brian Sheedy | 180c2dd | 2020-04-22 19:34:31 | [diff] [blame] | 764 | 'service_account': '[email protected]' |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 765 | }, |
| 766 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 767 | 'android-marshmallow-arm64-rel': { |
| 768 | 'swarming': { |
| 769 | 'shards': 25, |
| 770 | }, |
| 771 | }, |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 772 | 'android-marshmallow-arm64-rel-swarming': { |
| 773 | 'swarming': { |
Brian Sheedy | 180c2dd | 2020-04-22 19:34:31 | [diff] [blame] | 774 | 'service_account': '[email protected]' |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 775 | }, |
| 776 | }, |
Haiyang Pan | 765477d | 2020-09-22 17:59:55 | [diff] [blame] | 777 | 'android-marshmallow-x86-rel-non-cq': { |
Haiyang Pan | 37fbd7a4 | 2020-06-03 03:27:37 | [diff] [blame] | 778 | 'args': [ |
| 779 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter', |
| 780 | ], |
| 781 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 782 | 'android-pie-arm64-rel': { |
| 783 | 'args': [ |
| 784 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211 |
| 785 | ], |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 786 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 787 | 'android-pie-x86-rel': { |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 788 | 'args': [ |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 789 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 790 | # https://crbug.com/1046059 |
Haiyang Pan | 23f64f5 | 2020-06-04 01:23:32 | [diff] [blame] | 791 | '--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] | 792 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 793 | 'swarming': { |
| 794 | 'named_caches': [ |
| 795 | { |
| 796 | 'name': 'avd_generic_playstore_android28', |
| 797 | 'path': '.android', |
| 798 | }, |
| 799 | { |
| 800 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 801 | 'path': '.emulator_sdk', |
| 802 | }, |
Haiyang Pan | 98040282 | 2020-10-07 23:24:56 | [diff] [blame] | 803 | ], |
| 804 | 'dimension_sets': [ |
| 805 | { |
| 806 | 'machine_type': 'n1-standard-8', # use 8-core to shorten runtime |
| 807 | }, |
| 808 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 809 | }, |
John Budorick | 3400947 | 2018-04-03 17:38:44 | [diff] [blame] | 810 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 811 | }, |
| 812 | }, |
| 813 | 'chrome_public_test_vr_apk': { |
Nico Weber | b0b3f586 | 2018-07-13 18:45:15 | [diff] [blame] | 814 | 'remove_from': [ |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 815 | 'Lollipop Tablet Tester', |
| 816 | 'Marshmallow Tablet Tester', |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 817 | 'android-inverse-fieldtrials-pie-x86-fyi-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 818 | 'android-marshmallow-x86-rel-non-cq', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 819 | 'android-pie-x86-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 820 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
bsheedy | df58b4e | 2018-11-01 19:42:16 | [diff] [blame] | 821 | 'ToTAndroid', |
| 822 | 'ToTAndroidCFI', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 823 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 824 | 'android-code-coverage-native', # https://crbug.com/1018780 |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 825 | ], |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 826 | 'modifications': { |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 827 | # Use "--remove-system-package" according to crbug.com/931947#c1 |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 828 | 'android-nougat-arm64-rel': { |
| 829 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 830 | # Applying a mixin via an exception doesn't work, so manually apply |
| 831 | # the same arguments as the 'vr_instrumentation_test' mixin. |
| 832 | '--remove-system-package=com.google.vr.vrcore', |
| 833 | '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk', |
| 834 | ], |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 835 | } |
| 836 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 837 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 838 | 'chrome_public_test_vr_apk-vega': { |
| 839 | 'modifications': { |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 840 | 'Oreo Phone Tester': { |
| 841 | 'swarming': { |
| 842 | 'dimension_sets': [ |
| 843 | { |
| 844 | 'device_os': 'OVR1.180808.003', |
| 845 | 'device_type': 'vega', |
| 846 | 'os': 'Android', |
| 847 | }, |
| 848 | ], |
| 849 | }, |
| 850 | } |
| 851 | } |
| 852 | }, |
Ian Struiksma | eb285db0 | 2020-10-20 22:19:34 | [diff] [blame] | 853 | 'chrome_sizes': { |
| 854 | 'modifications': { |
| 855 | 'win-chrome': { |
| 856 | 'swarming': { |
| 857 | # TODO(crbug.com/1124829): Remove this exception once pool |
| 858 | # chrome.tests is migrated to 1909. |
| 859 | 'dimension_sets': [ |
| 860 | { |
| 861 | 'os': 'Windows-10-15063', |
| 862 | }, |
| 863 | ], |
| 864 | }, |
| 865 | }, |
| 866 | 'win64-chrome': { |
| 867 | 'swarming': { |
| 868 | # TODO(crbug.com/1124829): Remove this exception once pool |
| 869 | # chrome.tests is migrated to 1909. |
| 870 | 'dimension_sets': [ |
| 871 | { |
| 872 | 'os': 'Windows-10-15063', |
| 873 | }, |
| 874 | ], |
| 875 | }, |
| 876 | }, |
| 877 | }, |
| 878 | }, |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 879 | 'chromedriver_py_tests': { |
| 880 | 'remove_from': [ |
| 881 | # Timeout happens sometimes (crbug.com/951799). |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 882 | 'Win10 Tests x64 (dbg)', |
| 883 | ], |
| 884 | }, |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 885 | 'components_browsertests': { |
| 886 | 'remove_from': [ |
| 887 | 'android-code-coverage-native', # crbug/1018434 |
| 888 | ], |
| 889 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 890 | 'components_unittests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 891 | 'remove_from': [ |
Garrett Beaty | 47a2d80 | 2020-11-10 20:50:53 | [diff] [blame] | 892 | # https://crbug.com/1147531 - covered on lollipop |
| 893 | 'android-marshmallow-arm64-rel', |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 894 | 'Fuchsia ARM64', # https://crbug.com/961457 |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 895 | 'Fuchsia x64', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 896 | 'android-code-coverage-native', # crbug/1018431 |
Stephen Roe | 2cfe780f | 2020-07-13 21:52:51 | [diff] [blame] | 897 | 'fuchsia-fyi-arm64-dbg', # https://crbug.com/961457 |
Kevin Marshall | ce2afe1b | 2019-12-06 00:49:21 | [diff] [blame] | 898 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457 |
| 899 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457 |
| 900 | 'fuchsia-fyi-x64-rel', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 901 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 902 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 903 | 'Linux ASan LSan Tests (1)': { |
| 904 | # These are very slow on the ASAN trybot for some reason. |
| 905 | # crbug.com/794372 |
| 906 | 'swarming': { |
| 907 | 'shards': 5, |
| 908 | }, |
| 909 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 910 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 911 | # These are very slow on the ASAN trybot for some reason. |
| 912 | # crbug.com/794372 |
| 913 | 'swarming': { |
| 914 | 'shards': 5, |
| 915 | }, |
| 916 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 917 | 'Linux TSan Tests': { |
| 918 | 'swarming': { |
| 919 | 'shards': 2, |
| 920 | }, |
| 921 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 922 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 923 | 'swarming': { |
| 924 | 'shards': 2, |
| 925 | }, |
| 926 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 927 | # https://crbug.com/1111979, |
Sven Zheng | 19767e5 | 2020-08-24 23:33:40 | [diff] [blame] | 928 | 'linux-lacros-rel': { |
| 929 | 'args': [ |
| 930 | '--gtest_filter=-NetExportFileWriterTest*', |
| 931 | ], |
| 932 | }, |
| 933 | # https://crbug.com/1111979, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 934 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 935 | 'args': [ |
| 936 | '--gtest_filter=-NetExportFileWriterTest*', |
| 937 | ], |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 938 | }, |
| 939 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 940 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 941 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 942 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 943 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 944 | 'android-code-coverage-native', # crbug/1018434 |
Yuke Liao | d7da81b | 2020-03-20 18:57:57 | [diff] [blame] | 945 | # http://crbug.com/1060245#c30: due to low utility and capacity. |
Yuke Liao | d7da81b | 2020-03-20 18:57:57 | [diff] [blame] | 946 | 'android-marshmallow-arm64-rel', |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 947 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 948 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 949 | 'Cast Audio Linux': { |
| 950 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 951 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 952 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 953 | }, |
| 954 | 'Cast Linux': { |
| 955 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 956 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 957 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 958 | }, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 959 | 'Linux ASan LSan Tests (1)': { |
| 960 | 'swarming': { |
| 961 | 'shards': 12, |
| 962 | }, |
| 963 | }, |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 964 | 'Linux ASan Tests (sandboxed)': { |
| 965 | 'swarming': { |
John Abd-El-Malek | 3a63161 | 2020-07-08 21:40:41 | [diff] [blame] | 966 | 'shards': 10, # https://crbug.com/1103330 |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 967 | }, |
| 968 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 969 | 'Linux TSan Tests': { |
| 970 | 'swarming': { |
| 971 | 'shards': 15, |
| 972 | }, |
| 973 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 974 | 'Lollipop Phone Tester': { |
| 975 | 'swarming': { |
Haiyang Pan | bbd866d | 2020-09-16 00:48:38 | [diff] [blame] | 976 | 'shards': 10, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 977 | }, |
| 978 | }, |
Sergey Silkin | fe96b35 | 2020-10-19 20:41:34 | [diff] [blame] | 979 | 'Lollipop Tablet Tester': { |
| 980 | 'args': [ |
| 981 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.lollipop_tablet_tester.content_browsertests.filter', |
| 982 | ], |
| 983 | }, |
| 984 | 'Marshmallow Tablet Tester': { |
| 985 | 'args': [ |
| 986 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.marshmallow_tablet_tester.content_browsertests.filter', |
| 987 | ], |
| 988 | }, |
Sergey Silkin | 1fe10e8 | 2020-10-30 19:36:58 | [diff] [blame] | 989 | 'WebRTC Chromium FYI Android Tests (dbg) (L Nexus5)': { |
| 990 | 'args': [ |
| 991 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 992 | ], |
| 993 | }, |
| 994 | 'WebRTC Chromium FYI Android Tests (dbg) (M Nexus5X)': { |
| 995 | 'args': [ |
| 996 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 997 | ], |
| 998 | } |
| 999 | , |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1000 | 'Win10 Tests x64': { |
| 1001 | # crbug.com/868082 |
| 1002 | 'args': [ |
| 1003 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1004 | ], |
| 1005 | }, |
| 1006 | 'Win10 Tests x64 (dbg)': { |
| 1007 | 'experiment_percentage': 100, |
| 1008 | # crbug.com/868082 |
| 1009 | 'args': [ |
| 1010 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1011 | ], |
| 1012 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1013 | 'android-arm64-proguard-rel': { |
| 1014 | 'swarming': { |
| 1015 | 'shards': 16, |
| 1016 | }, |
| 1017 | }, |
| 1018 | 'android-asan': { |
| 1019 | 'args': [ |
| 1020 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter', |
| 1021 | ], |
| 1022 | 'swarming': { |
| 1023 | 'shards': 18, |
| 1024 | }, |
| 1025 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 1026 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 1027 | 'args': [ |
| 1028 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', |
| 1029 | ], |
| 1030 | 'swarming': { |
| 1031 | 'shards': 20, |
| 1032 | }, |
| 1033 | }, |
Haiyang Pan | 32b8339 | 2020-03-14 01:38:46 | [diff] [blame] | 1034 | 'android-lollipop-arm-rel': { |
| 1035 | 'swarming': { |
| 1036 | 'shards': 15, |
| 1037 | }, |
| 1038 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1039 | 'android-marshmallow-arm64-rel': { |
| 1040 | 'swarming': { |
| 1041 | 'shards': 16, |
| 1042 | }, |
| 1043 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1044 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1045 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 1046 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter', |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1047 | ], |
Haiyang Pan | c47f6d1 | 2020-08-19 18:34:49 | [diff] [blame] | 1048 | 'swarming': { |
| 1049 | 'shards': 20, |
| 1050 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1051 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 1052 | 'android-nougat-arm64-rel': { |
| 1053 | 'swarming': { |
| 1054 | 'shards': 16, |
| 1055 | }, |
| 1056 | # TODO(crbug.com/1108055): Remove this filter |
| 1057 | 'args': [ |
| 1058 | '--gtest_filter=-BackgroundTracingManagerBrowserTest.PerfettoSystemBackgroundScenario*', |
| 1059 | ], |
| 1060 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1061 | 'android-pie-x86-rel': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1062 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 1063 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1064 | ], |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 1065 | 'swarming': { |
Haiyang Pan | 98040282 | 2020-10-07 23:24:56 | [diff] [blame] | 1066 | 'shards': 20, |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 1067 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1068 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1069 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1070 | 'swarming': { |
| 1071 | 'shards': 4, |
| 1072 | }, |
| 1073 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1074 | 'linux-chromeos-code-coverage': { |
| 1075 | 'swarming': { |
| 1076 | 'shards': 12, |
| 1077 | }, |
| 1078 | }, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 1079 | 'linux-chromeos-rel': { |
| 1080 | 'swarming': { |
| 1081 | 'shards': 3, |
| 1082 | }, |
| 1083 | }, |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1084 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 1085 | 'args': [ |
| 1086 | '--no-sandbox', |
| 1087 | ], |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1088 | 'swarming': { |
| 1089 | 'shards': 12, |
| 1090 | }, |
| 1091 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1092 | # https://crbug.com/1111979 |
| 1093 | 'linux-lacros-tester-fyi-rel': { |
| 1094 | 'experiment_percentage': 100, |
| 1095 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1096 | # https://crbug.com/1111979, |
| 1097 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1098 | 'args': [ |
Sven Zheng | 1bc9782 | 2020-08-27 22:17:36 | [diff] [blame] | 1099 | '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.content_browsertests.filter', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1100 | ], |
| 1101 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1102 | }, |
| 1103 | }, |
Maksim Sisov | 6058ba7 | 2020-05-04 10:29:13 | [diff] [blame] | 1104 | 'content_browsertests_wayland': { |
| 1105 | 'modifications': { |
| 1106 | 'Linux Ozone Tester (Wayland)': { |
| 1107 | 'args': [ |
| 1108 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter', |
| 1109 | ], |
| 1110 | }, |
| 1111 | }, |
| 1112 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 1113 | 'content_shell_crash_test': { |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 1114 | 'remove_from': [ |
Nico Weber | bbbc34e | 2020-10-14 18:21:50 | [diff] [blame] | 1115 | 'Mac10.10 Tests', # crbug.com/1138050 |
| 1116 | 'Mac10.11 Tests', # crbug.com/1138050 |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1117 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084353 |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 1118 | ], |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 1119 | 'modifications': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 1120 | 'Win10 Tests x64 (dbg)': { |
| 1121 | 'experiment_percentage': 100, # https://crbug.com/861730 |
| 1122 | }, |
| 1123 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 1124 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1125 | 'content_shell_test_apk': { |
| 1126 | 'remove_from': [ |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1127 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1128 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1129 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1130 | 'modifications': { |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 1131 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 1132 | 'args': [ |
| 1133 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1134 | ], |
| 1135 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1136 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1137 | 'args': [ |
Haiyang Pan | 28e7358 | 2020-05-30 00:34:27 | [diff] [blame] | 1138 | '--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] | 1139 | ], |
| 1140 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1141 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1142 | 'args': [ |
| 1143 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1144 | ], |
| 1145 | }, |
| 1146 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1147 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1148 | 'content_unittests': { |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1149 | 'remove_from': [ |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1150 | 'android-code-coverage-native', # crbug/1018434 |
| 1151 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1152 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1153 | 'Linux ASan LSan Tests (1)': { |
| 1154 | # These are slow on the ASAN trybot for some reason. |
| 1155 | # crbug.com/794372 |
| 1156 | 'swarming': { |
| 1157 | 'shards': 2, |
| 1158 | }, |
| 1159 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1160 | 'Linux ChromiumOS MSan Tests': { |
| 1161 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1162 | # crbug.com/865455 |
| 1163 | 'swarming': { |
| 1164 | 'shards': 2, |
| 1165 | }, |
| 1166 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1167 | }, |
| 1168 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1169 | 'context_lost_passthrough_tests': { |
| 1170 | 'modifications': { |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1171 | 'Mac FYI GPU ASAN Release': { |
| 1172 | 'args': [ |
| 1173 | '--is-asan', |
| 1174 | ] |
| 1175 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1176 | }, |
| 1177 | }, |
| 1178 | 'context_lost_validating_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1179 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1180 | # exception once there is enough capacity to run these tests. |
| 1181 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1182 | 'Android FYI Release (Pixel 2)', |
| 1183 | ], |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 1184 | 'modifications': { |
| 1185 | 'Mac FYI GPU ASAN Release': { |
| 1186 | 'args': [ |
| 1187 | '--is-asan', |
| 1188 | ] |
| 1189 | }, |
| 1190 | }, |
| 1191 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1192 | 'crashpad_tests': { |
| 1193 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1194 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 1195 | # https://crbug.com/crashpad/304 |
| 1196 | 'Linux TSan Tests', |
| 1197 | 'ToTLinuxTSan', |
| 1198 | # https://crbug.com/crashpad/306 |
| 1199 | 'Linux CFI', |
| 1200 | 'CFI Linux ToT', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1201 | ], |
| 1202 | }, |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 1203 | 'cronet_sizes': { |
| 1204 | 'modifications': { |
| 1205 | 'android-cronet-arm-dbg': { |
| 1206 | 'swarming': { |
| 1207 | 'dimension_sets': [ |
| 1208 | { |
| 1209 | 'device_os': None, |
| 1210 | 'device_type': None, |
Takuto Ikuta | 5e459b1 | 2019-07-09 05:30:56 | [diff] [blame] | 1211 | 'os': 'Ubuntu-16.04', |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 1212 | }, |
| 1213 | ], |
| 1214 | }, |
| 1215 | }, |
| 1216 | }, |
| 1217 | }, |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 1218 | 'dawn_end2end_tests': { |
| 1219 | 'remove_from': [ |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 1220 | 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430 |
| 1221 | ], |
| 1222 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1223 | 'depth_capture_tests': { |
| 1224 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1225 | # exception once there is enough capacity to run these tests. |
| 1226 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1227 | 'Android FYI Release (Pixel 2)', |
| 1228 | ], |
| 1229 | }, |
Ben Pastene | 61ad637c | 2020-05-08 22:24:41 | [diff] [blame] | 1230 | 'disk_usage_tast_test': { |
Ben Pastene | 61ad637c | 2020-05-08 22:24:41 | [diff] [blame] | 1231 | # TODO(crbug.com/1077659): Add the test back after it's fixed. |
| 1232 | 'remove_from': [ |
| 1233 | 'chromeos-kevin-rel', |
| 1234 | ], |
| 1235 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1236 | 'extensions_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1237 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1238 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1239 | ], |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1240 | 'modifications': { |
| 1241 | 'Win10 Tests x64 (dbg)': { |
| 1242 | 'experiment_percentage': 100, # https://crbug.com/876615 |
| 1243 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1244 | # https://crbug.com/1111979, |
| 1245 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1246 | 'args': [ |
| 1247 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 1248 | ], |
| 1249 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1250 | }, |
| 1251 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1252 | 'extensions_unittests': { |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1253 | 'modifications': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1254 | # https://crbug.com/1111979, |
| 1255 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1256 | 'args': [ |
Yuke Liao | bb830832 | 2020-08-12 20:20:47 | [diff] [blame] | 1257 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:' |
| 1258 | 'BluetoothSocketApiUnittest.CreateThenClose:' |
| 1259 | 'FeatureProviderTest.PermissionFeatureAvailability', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1260 | ], |
| 1261 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1262 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1263 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1264 | 'gin_unittests': { |
| 1265 | 'remove_from': [ |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1266 | 'ToTLinuxASan', # https://crbug.com/831667 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1267 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1268 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1269 | ], |
| 1270 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1271 | 'gl_tests_passthrough': { |
| 1272 | 'remove_from': [ |
| 1273 | 'CFI Linux ToT', |
| 1274 | # Can't run on MSAN because gl_tests uses the hardware driver, |
| 1275 | # which isn't instrumented. |
| 1276 | 'Linux MSan Tests', |
| 1277 | ], |
| 1278 | 'modifications': { |
| 1279 | # TODO(kbr): figure out a better way to specify blocks of |
| 1280 | # arguments like this for tests on multiple machines. |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 1281 | 'Linux ASan LSan Tests (1)': { |
| 1282 | 'args': [ |
| 1283 | '--use-gpu-in-tests', |
| 1284 | '--no-xvfb', |
| 1285 | ], |
| 1286 | 'swarming': { |
| 1287 | 'dimension_sets': [ |
| 1288 | { |
| 1289 | 'gpu': '10de:1cb3', |
| 1290 | 'os': 'Ubuntu', |
| 1291 | 'pool': 'chromium.tests.gpu', |
| 1292 | }, |
| 1293 | ], |
| 1294 | }, |
| 1295 | }, |
| 1296 | 'Linux CFI': { |
| 1297 | 'args': [ |
| 1298 | '--use-gpu-in-tests', |
| 1299 | '--no-xvfb', |
| 1300 | ], |
| 1301 | 'swarming': { |
| 1302 | 'dimension_sets': [ |
| 1303 | { |
| 1304 | 'gpu': '10de:1cb3', |
| 1305 | 'os': 'Ubuntu', |
| 1306 | 'pool': 'chromium.tests.gpu', |
| 1307 | }, |
| 1308 | ], |
| 1309 | }, |
| 1310 | }, |
| 1311 | 'Linux TSan Tests': { |
| 1312 | 'args': [ |
| 1313 | '--use-gpu-in-tests', |
| 1314 | '--no-xvfb', |
| 1315 | ], |
| 1316 | 'swarming': { |
| 1317 | 'dimension_sets': [ |
| 1318 | { |
| 1319 | 'gpu': '10de:1cb3', |
| 1320 | 'os': 'Ubuntu', |
| 1321 | 'pool': 'chromium.tests.gpu', |
| 1322 | }, |
| 1323 | ], |
| 1324 | }, |
| 1325 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1326 | }, |
| 1327 | }, |
Jonah Ryan-Davis | e25a89f | 2020-05-29 20:18:24 | [diff] [blame] | 1328 | 'gl_tests_validating': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1329 | 'remove_from': [ |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1330 | 'CFI Linux ToT', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1331 | 'Android FYI Release (Nexus 5X)', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1332 | # Can't run on MSAN because gl_tests uses the hardware driver, |
Kenneth Russell | 55bbec5 | 2018-05-03 18:44:55 | [diff] [blame] | 1333 | # which isn't instrumented. |
| 1334 | 'Linux MSan Tests', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1335 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1336 | 'modifications': { |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1337 | # TODO(kbr): figure out a better way to specify blocks of |
| 1338 | # arguments like this for tests on multiple machines. |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 1339 | 'Linux ASan LSan Tests (1)': { |
| 1340 | 'args': [ |
| 1341 | '--use-gpu-in-tests', |
| 1342 | '--no-xvfb', |
| 1343 | ], |
| 1344 | 'swarming': { |
| 1345 | 'dimension_sets': [ |
| 1346 | { |
| 1347 | 'gpu': '10de:1cb3', |
| 1348 | 'os': 'Ubuntu', |
| 1349 | 'pool': 'chromium.tests.gpu', |
| 1350 | }, |
| 1351 | ], |
| 1352 | }, |
| 1353 | }, |
| 1354 | 'Linux CFI': { |
| 1355 | 'args': [ |
| 1356 | '--use-gpu-in-tests', |
| 1357 | '--no-xvfb', |
| 1358 | ], |
| 1359 | 'swarming': { |
| 1360 | 'dimension_sets': [ |
| 1361 | { |
| 1362 | 'gpu': '10de:1cb3', |
| 1363 | 'os': 'Ubuntu', |
| 1364 | 'pool': 'chromium.tests.gpu', |
| 1365 | }, |
| 1366 | ], |
| 1367 | }, |
| 1368 | }, |
| 1369 | 'Linux TSan Tests': { |
| 1370 | 'args': [ |
| 1371 | '--use-gpu-in-tests', |
| 1372 | '--no-xvfb', |
| 1373 | ], |
| 1374 | 'swarming': { |
| 1375 | 'dimension_sets': [ |
| 1376 | { |
| 1377 | 'gpu': '10de:1cb3', |
| 1378 | 'os': 'Ubuntu', |
| 1379 | 'pool': 'chromium.tests.gpu', |
| 1380 | }, |
| 1381 | ], |
| 1382 | }, |
| 1383 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 1384 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 1385 | 'args': [ |
| 1386 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1387 | ], |
| 1388 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1389 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1390 | 'args': [ |
| 1391 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1392 | ], |
| 1393 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1394 | 'android-pie-arm64-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1395 | 'args': [ |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1396 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 1397 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1398 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1399 | 'android-pie-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1400 | 'args': [ |
| 1401 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1402 | ], |
| 1403 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1404 | }, |
| 1405 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1406 | 'gl_unittests': { |
| 1407 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1408 | # On Android, these are already run on the main waterfall. |
| 1409 | # Run them on the one-off Android FYI bots, though. |
| 1410 | 'Android FYI Release (Nexus 5X)', |
| 1411 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 1412 | 'Linux FYI Release (AMD R7 240)', |
Yuly Novikov | 37e0434 | 2020-05-29 00:52:04 | [diff] [blame] | 1413 | # Can't run on MSAN because gl_unittests uses the hardware driver, |
| 1414 | # which isn't instrumented. |
| 1415 | 'Linux MSan Tests', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1416 | ], |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1417 | }, |
| 1418 | 'gl_unittests_ozone': { |
| 1419 | 'remove_from': [ |
| 1420 | # Can't run on MSAN because gl_unittests_ozone uses the hardware driver, |
| 1421 | # which isn't instrumented. |
| 1422 | 'Linux ChromiumOS MSan Tests', |
| 1423 | ], |
| 1424 | }, |
| 1425 | 'gpu_process_launch_tests': { |
| 1426 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1427 | # exception once there is enough capacity to run these tests. |
| 1428 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1429 | 'Android FYI Release (Pixel 2)', |
| 1430 | ], |
| 1431 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1432 | 'hardware_accelerated_feature_tests': { |
| 1433 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1434 | # exception once there is enough capacity to run these tests. |
| 1435 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1436 | 'Android FYI Release (Pixel 2)', |
| 1437 | ], |
| 1438 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1439 | 'headless_browsertests': { |
| 1440 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1441 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1442 | ], |
| 1443 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1444 | 'info_collection_tests': { |
| 1445 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1446 | # The Mac ASAN swarming bot runs tests on two different GPU |
| 1447 | # types, so we can't have one expected vendor ID / device ID. |
| 1448 | 'Mac FYI GPU ASAN Release', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1449 | 'Android V8 FYI Release (Nexus 5X)', |
| 1450 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 1451 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1452 | 'Mac V8 FYI Release (Intel)', |
| 1453 | 'Win V8 FYI Release (NVIDIA)', |
| 1454 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1455 | 'modifications': { |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1456 | 'ChromeOS FYI Release (amd64-generic)': { |
Brian Sheedy | 65be305 | 2020-06-26 19:26:51 | [diff] [blame] | 1457 | 'args': [ |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1458 | # Swarming does not report a GPU since tests are run in a VM, but |
| 1459 | # the VM does report that a GPU is present. |
| 1460 | '--expected-device-id', '1050', |
Brian Sheedy | df2672f | 2020-05-07 20:44:36 | [diff] [blame] | 1461 | ], |
| 1462 | }, |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1463 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1464 | 'replacements': { |
| 1465 | 'ChromeOS FYI Release (amd64-generic)': { |
| 1466 | 'args': { |
| 1467 | # Swarming does not report a GPU since tests are run in a VM, but |
| 1468 | # the VM does report that a GPU is present. |
| 1469 | '--expected-vendor-id': '1af4', |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1470 | # Magic substitution happens after regular replacement, so remove it |
| 1471 | # now since we are manually applying the expected device ID above. |
| 1472 | '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1473 | }, |
Brian Sheedy | ff6d144 | 2020-09-19 00:46:31 | [diff] [blame] | 1474 | }, |
| 1475 | 'Mac FYI arm64 Release (Apple DTK)': { |
| 1476 | 'args': { |
| 1477 | # The GPU information is not yet exposed in swarming, so we can't |
| 1478 | # explicitly request it and have the JSON generation handle this |
| 1479 | # automatically. |
| 1480 | '--expected-vendor-id': '106b', |
| 1481 | }, |
| 1482 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1483 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1484 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1485 | 'interactive_ui_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1486 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1487 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1488 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1489 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1490 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1491 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1492 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1493 | }, |
| 1494 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1495 | 'Linux ASan LSan Tests (1)': { |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 1496 | # These are slow on the ASan trybot for some reason, crbug.com/794372 |
| 1497 | 'swarming': { |
| 1498 | 'shards': 6, |
| 1499 | }, |
| 1500 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1501 | 'Linux ChromiumOS MSan Tests': { |
| 1502 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1503 | # crbug.com/865455 |
| 1504 | 'swarming': { |
| 1505 | 'shards': 5, |
| 1506 | }, |
| 1507 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1508 | 'Linux TSan Tests': { |
| 1509 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1510 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1511 | 'shards': 20, |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1512 | }, |
| 1513 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1514 | 'ToTLinuxTSan': { |
| 1515 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
| 1516 | 'swarming': { |
| 1517 | 'shards': 6, |
| 1518 | }, |
| 1519 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1520 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 1521 | 'Win10 Tests x64 (dbg)': { |
| 1522 | 'experiment_percentage': 100, |
| 1523 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1524 | 'Win7 Tests (dbg)(1)': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1525 | 'swarming': { |
| 1526 | 'shards': 4, |
| 1527 | }, |
| 1528 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1529 | 'linux-chromeos-chrome': { |
| 1530 | # TODO(crbug.com/970649): Remove this filter. |
| 1531 | 'args': [ |
| 1532 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 1533 | ], |
| 1534 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1535 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1536 | 'swarming': { |
| 1537 | 'shards': 10, |
| 1538 | }, |
| 1539 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1540 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1541 | 'swarming': { |
| 1542 | 'shards': 10, |
| 1543 | }, |
| 1544 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1545 | # https://crbug.com/1111979 |
Yuke Liao | f3b1a4a89 | 2020-08-18 22:04:12 | [diff] [blame] | 1546 | 'linux-lacros-rel': { |
| 1547 | 'args': [ |
| 1548 | '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.interactive_ui_tests.filter', |
| 1549 | ], |
| 1550 | }, |
| 1551 | # https://crbug.com/1111979 |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1552 | 'linux-lacros-tester-rel': { |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1553 | 'args': [ |
| 1554 | '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.interactive_ui_tests.filter', |
| 1555 | ], |
| 1556 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1557 | }, |
| 1558 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1559 | 'ipc_tests': { |
| 1560 | 'modifications': { |
| 1561 | 'android-asan': { |
| 1562 | 'swarming': { |
| 1563 | 'shards': 2, |
| 1564 | }, |
| 1565 | }, |
| 1566 | }, |
| 1567 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1568 | 'maps_pixel_passthrough_test': { |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1569 | 'replacements': { |
| 1570 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1571 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1572 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1573 | 'args': { |
| 1574 | '--git-revision': '${got_cr_revision}', |
| 1575 | }, |
| 1576 | }, |
| 1577 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1578 | 'args': { |
| 1579 | '--git-revision': '${got_cr_revision}', |
| 1580 | }, |
| 1581 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1582 | 'Mac V8 FYI Release (Intel)': { |
| 1583 | 'args': { |
| 1584 | '--git-revision': '${got_cr_revision}', |
| 1585 | }, |
| 1586 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1587 | 'Win V8 FYI Release (NVIDIA)': { |
| 1588 | 'args': { |
| 1589 | '--git-revision': '${got_cr_revision}', |
| 1590 | }, |
| 1591 | }, |
| 1592 | }, |
| 1593 | }, |
| 1594 | 'maps_pixel_validating_test': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1595 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1596 | # exception once there is enough capacity to run these tests. |
| 1597 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1598 | 'Android FYI Release (Pixel 2)', |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1599 | ], |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1600 | 'replacements': { |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1601 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1602 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1603 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1604 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1605 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1606 | }, |
| 1607 | }, |
| 1608 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1609 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1610 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1611 | }, |
| 1612 | }, |
| 1613 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1614 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1615 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1616 | }, |
| 1617 | }, |
| 1618 | 'Mac V8 FYI Release (Intel)': { |
| 1619 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1620 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1621 | }, |
| 1622 | }, |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1623 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1624 | }, |
Chong Gu | 06c02299 | 2020-10-24 21:25:15 | [diff] [blame] | 1625 | 'maps_tests': { |
| 1626 | 'remove_from': [ |
| 1627 | 'Fuchsia x64' # https://crbug.com/1058255 |
| 1628 | ], |
| 1629 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1630 | 'media_unittests': { |
| 1631 | 'modifications': { |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 1632 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 1633 | 'args': [ |
| 1634 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.media_unittests.filter', |
| 1635 | ], |
| 1636 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1637 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1638 | 'args': [ |
Haiyang Pan | 569659f0 | 2020-05-30 00:48:45 | [diff] [blame] | 1639 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.media_unittests.filter', |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1640 | ], |
| 1641 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1642 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1643 | 'args': [ |
| 1644 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 1645 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1646 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1647 | 'android-pie-x86-rel': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1648 | 'args': [ |
Haiyang Pan | 569659f0 | 2020-05-30 00:48:45 | [diff] [blame] | 1649 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.media_unittests.filter', |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1650 | ], |
| 1651 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1652 | }, |
| 1653 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1654 | 'mojo_unittests': { |
| 1655 | 'modifications': { |
| 1656 | 'android-asan': { |
| 1657 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 1658 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1659 | }, |
| 1660 | }, |
| 1661 | }, |
| 1662 | }, |
Peter Kotwicz | da2f1110 | 2020-10-09 05:29:50 | [diff] [blame] | 1663 | 'monochrome_public_apk_checker': { |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1664 | 'modifications': { |
| 1665 | 'ToTAndroid': { |
| 1666 | 'swarming': { |
| 1667 | 'dimension_sets': [ |
| 1668 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1669 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1670 | 'device_os': None, |
| 1671 | 'device_playstore_version': None, |
| 1672 | 'device_type': None, |
| 1673 | 'os': 'Ubuntu-16.04', |
| 1674 | }, |
| 1675 | ], |
| 1676 | }, |
| 1677 | }, |
| 1678 | 'android-arm64-proguard-rel': { |
| 1679 | 'swarming': { |
| 1680 | 'dimension_sets': [ |
| 1681 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1682 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1683 | 'device_os': None, |
| 1684 | 'device_playstore_version': None, |
| 1685 | 'device_type': None, |
| 1686 | 'os': 'Ubuntu-16.04', |
| 1687 | }, |
| 1688 | ], |
| 1689 | }, |
| 1690 | }, |
| 1691 | 'android-pie-arm64-rel': { |
| 1692 | 'swarming': { |
| 1693 | 'dimension_sets': [ |
| 1694 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1695 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1696 | 'device_os': None, |
| 1697 | 'device_os_flavor': None, |
| 1698 | 'device_playstore_version': None, |
| 1699 | 'device_type': None, |
| 1700 | 'os': 'Ubuntu-16.04', |
| 1701 | }, |
| 1702 | ], |
| 1703 | }, |
| 1704 | }, |
| 1705 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 1706 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1707 | 'monochrome_public_test_ar_apk': { |
| 1708 | 'modifications': { |
Brian Sheedy | 12169aa | 2019-10-16 23:38:03 | [diff] [blame] | 1709 | 'Nougat Phone Tester': { |
| 1710 | 'args': [ |
| 1711 | # ArCore is not installed as a system app on N, so we can install it |
| 1712 | # normally instead of replacing the system version. |
| 1713 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1714 | ], |
| 1715 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1716 | # We need to match the Playstore version as well because AR tests fail on |
| 1717 | # old versions of the Playstore. |
| 1718 | 'Oreo Phone Tester': { |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1719 | 'args': [ |
| 1720 | # ArCore is not installed as a system app on O, so we can install it |
| 1721 | # normally instead of replacing the system version. |
| 1722 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1723 | ], |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1724 | 'swarming': { |
| 1725 | 'dimension_sets': [ |
| 1726 | { |
| 1727 | 'device_os': 'OPR3.170623.008', |
| 1728 | 'device_playstore_version': '12.8.23-all', |
| 1729 | 'device_type': 'marlin', |
| 1730 | 'os': 'Android', |
| 1731 | }, |
| 1732 | ], |
| 1733 | }, |
| 1734 | }, |
Haiyang Pan | 57159eba | 2020-05-07 23:14:13 | [diff] [blame] | 1735 | 'android-10-arm64-rel': { |
| 1736 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 1737 | '--remove-system-package=com.google.ar.core', |
| 1738 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk', |
Haiyang Pan | 57159eba | 2020-05-07 23:14:13 | [diff] [blame] | 1739 | ] |
| 1740 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 1741 | 'android-nougat-arm64-rel': { |
| 1742 | 'args': [ |
| 1743 | # ArCore is not installed as a system app on N, so we can install it |
| 1744 | # normally instead of replacing the system version. |
| 1745 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1746 | ], |
| 1747 | }, |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1748 | 'android-pie-arm64-dbg': { |
| 1749 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 1750 | '--remove-system-package=com.google.ar.core', |
| 1751 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk', |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1752 | ] |
| 1753 | } |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1754 | }, |
| 1755 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1756 | 'nacl_helper_nonsfi_unittests': { |
| 1757 | 'remove_from': [ |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1758 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 1759 | ], |
| 1760 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1761 | 'nacl_loader_unittests': { |
| 1762 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 1763 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 1764 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 1765 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 1766 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1767 | ], |
| 1768 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1769 | 'net_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1770 | 'modifications': { |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 1771 | 'CrWinAsan': { |
| 1772 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1773 | 'swarming': { |
| 1774 | 'shards': 16, |
| 1775 | }, |
| 1776 | }, |
| 1777 | 'CrWinAsan(dll)': { |
| 1778 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1779 | 'swarming': { |
| 1780 | 'shards': 16, |
| 1781 | }, |
| 1782 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1783 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1784 | # These are very slow on the ASAN trybot for some reason. |
| 1785 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1786 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1787 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1788 | }, |
| 1789 | }, |
| 1790 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1791 | # These are very slow on the ASAN trybot for some reason. |
| 1792 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1793 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 1794 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1795 | } |
| 1796 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1797 | 'Linux ChromiumOS MSan Tests': { |
| 1798 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1799 | # crbug.com/865455 |
| 1800 | 'swarming': { |
| 1801 | 'shards': 2, |
| 1802 | }, |
| 1803 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1804 | 'Linux TSan Tests': { |
| 1805 | 'swarming': { |
| 1806 | 'shards': 4, |
| 1807 | } |
| 1808 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1809 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 1810 | 'Linux Tests (dbg)(1)': { |
| 1811 | 'swarming': { |
| 1812 | 'shards': 2, |
| 1813 | }, |
| 1814 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1815 | 'ToTLinuxASan': { |
| 1816 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1817 | 'swarming': { |
| 1818 | 'shards': 16, |
| 1819 | }, |
| 1820 | }, |
| 1821 | 'ToTLinuxTSan': { |
| 1822 | 'swarming': { |
| 1823 | 'shards': 4, |
| 1824 | } |
| 1825 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 1826 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 1827 | # crbug.com/1046060 |
| 1828 | 'args': [ |
| 1829 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1830 | ], |
| 1831 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1832 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 1833 | # crbug.com/1046060 |
| 1834 | 'args': [ |
| 1835 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1836 | ], |
| 1837 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1838 | 'android-pie-x86-rel': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 1839 | # crbug.com/1046060 |
| 1840 | 'args': [ |
| 1841 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1842 | ], |
| 1843 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1844 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1845 | 'swarming': { |
| 1846 | 'shards': 4, |
| 1847 | } |
| 1848 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1849 | 'linux-chromeos-dbg': { |
| 1850 | 'swarming': { |
| 1851 | 'shards': 2, |
| 1852 | }, |
| 1853 | }, |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 1854 | 'win-asan': { |
| 1855 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1856 | 'swarming': { |
| 1857 | 'shards': 16, |
| 1858 | }, |
| 1859 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1860 | }, |
| 1861 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1862 | 'network_service_browser_tests': { |
| 1863 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1864 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1865 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1866 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1867 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1868 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1869 | 'Win10 Tests x64 (dbg)', # Matches browser_tests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1870 | # 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] | 1871 | 'Mac10.10 Tests', |
| 1872 | 'Mac10.11 Tests', |
| 1873 | 'Mac10.13 Tests', |
| 1874 | 'Mac10.13 Tests (dbg)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1875 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1876 | 'ToTMacASan', |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1877 | ], |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1878 | 'modifications': { |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1879 | 'Win10 Tests x64': { |
| 1880 | # crbug.com/868082 |
| 1881 | 'args': [ |
| 1882 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1883 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 1884 | # This is for slow test execution that often becomes a critical path of |
| 1885 | # swarming jobs. crbug.com/868114 |
| 1886 | 'swarming': { |
| 1887 | 'shards': 20, |
| 1888 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1889 | }, |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 1890 | 'linux-code-coverage': { |
| 1891 | 'args': [ |
| 1892 | '--no-sandbox', |
| 1893 | ], |
| 1894 | 'swarming': { |
| 1895 | 'shards': 20, |
| 1896 | }, |
| 1897 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1898 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1899 | }, |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1900 | 'network_service_components_browsertests': { |
| 1901 | 'remove_from': [ |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1902 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1903 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1904 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1905 | 'Win10 Tests x64 (dbg)', # Matches components_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1906 | # 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] | 1907 | 'Mac10.10 Tests', |
| 1908 | 'Mac10.11 Tests', |
| 1909 | 'Mac10.13 Tests', |
| 1910 | 'Mac10.13 Tests (dbg)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1911 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1912 | 'ToTMacASan', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1913 | ], |
| 1914 | }, |
| 1915 | 'network_service_content_browsertests': { |
| 1916 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1917 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1918 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1919 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1920 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1921 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1922 | 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786 |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1923 | # 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] | 1924 | 'Mac10.10 Tests', |
| 1925 | 'Mac10.11 Tests', |
| 1926 | 'Mac10.13 Tests', |
| 1927 | 'Mac10.13 Tests (dbg)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1928 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1929 | 'ToTMacASan', |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1930 | ], |
| 1931 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1932 | 'network_service_extensions_browsertests': { |
| 1933 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1934 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1935 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1936 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1937 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1938 | 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1939 | # 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] | 1940 | 'Mac10.10 Tests', |
| 1941 | 'Mac10.11 Tests', |
| 1942 | 'Mac10.13 Tests', |
| 1943 | 'Mac10.13 Tests (dbg)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1944 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1945 | 'ToTMacASan', |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1946 | ], |
| 1947 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1948 | 'network_service_headless_browsertests': { |
| 1949 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1950 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1951 | ], |
| 1952 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1953 | 'network_service_interactive_ui_tests': { |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1954 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1955 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1956 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1957 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1958 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1959 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1960 | # 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] | 1961 | 'Mac10.10 Tests', |
| 1962 | 'Mac10.11 Tests', |
| 1963 | 'Mac10.13 Tests', |
| 1964 | 'Mac10.13 Tests (dbg)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1965 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1966 | 'ToTMacASan', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1967 | ], |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1968 | 'modifications': { |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1969 | 'Win10 Tests x64 (dbg)': { |
| 1970 | 'experiment_percentage': 100, # https://crbug.com/852786 |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1971 | }, |
| 1972 | }, |
| 1973 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1974 | 'network_service_out_of_process_chrome_public_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1975 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1976 | 'android-asan', |
| 1977 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 1978 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1979 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 1980 | 'android-nougat-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1981 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1982 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1983 | 'Lollipop Tablet Tester', |
| 1984 | 'Marshmallow Tablet Tester', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1985 | 'android-code-coverage-native', # https://crbug.com/1018780 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1986 | ], |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1987 | 'modifications': { |
Wei-Yin Chen (陳威尹) | 858ee77 | 2020-05-11 22:29:27 | [diff] [blame] | 1988 | 'Android CFI': { |
| 1989 | 'args': [ |
| 1990 | '--exclude-annotation', |
| 1991 | 'Feature=RenderTest', # https://crbug.com/1068294 |
| 1992 | ], |
| 1993 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 1994 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 1995 | 'args': [ |
| 1996 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 1997 | # https://crbug.com/1046059 |
| 1998 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter', |
| 1999 | ], |
| 2000 | 'swarming': { |
| 2001 | 'named_caches': [ |
| 2002 | { |
| 2003 | 'name': 'avd_generic_playstore_android28', |
| 2004 | 'path': '.android', |
| 2005 | }, |
| 2006 | { |
| 2007 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 2008 | 'path': '.emulator_sdk', |
| 2009 | }, |
| 2010 | ], |
| 2011 | 'dimension_sets': [ |
| 2012 | { |
| 2013 | # Use 8-cores to shorten test runtime. |
| 2014 | 'machine_type': 'n1-standard-8', |
| 2015 | }, |
| 2016 | ], |
| 2017 | }, |
| 2018 | }, |
Haiyang Pan | 8e72b56 | 2020-09-11 19:48:29 | [diff] [blame] | 2019 | 'android-marshmallow-x86-rel-non-cq': { |
Haiyang Pan | 37fbd7a4 | 2020-06-03 03:27:37 | [diff] [blame] | 2020 | 'args': [ |
| 2021 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter', |
| 2022 | ], |
Haiyang Pan | 8e72b56 | 2020-09-11 19:48:29 | [diff] [blame] | 2023 | 'swarming': { |
| 2024 | 'dimension_sets': [ |
| 2025 | { |
| 2026 | # Use 8-cores to shorten test runtime. |
| 2027 | 'machine_type': 'n1-standard-8', |
| 2028 | }, |
| 2029 | ], |
| 2030 | }, |
Haiyang Pan | 37fbd7a4 | 2020-06-03 03:27:37 | [diff] [blame] | 2031 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2032 | 'android-pie-x86-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2033 | 'args': [ |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame] | 2034 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 2035 | # https://crbug.com/1046059 |
Haiyang Pan | 37fbd7a4 | 2020-06-03 03:27:37 | [diff] [blame] | 2036 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.chrome_public_test_apk.filter', |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2037 | ], |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame] | 2038 | 'swarming': { |
| 2039 | 'named_caches': [ |
| 2040 | { |
| 2041 | 'name': 'avd_generic_playstore_android28', |
| 2042 | 'path': '.android', |
| 2043 | }, |
| 2044 | { |
| 2045 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 2046 | 'path': '.emulator_sdk', |
| 2047 | }, |
Haiyang Pan | 98040282 | 2020-10-07 23:24:56 | [diff] [blame] | 2048 | ], |
| 2049 | 'dimension_sets': [ |
| 2050 | { |
| 2051 | 'machine_type': 'n1-standard-8', # use 8-core to shorten runtime |
| 2052 | }, |
| 2053 | ], |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame] | 2054 | }, |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2055 | }, |
| 2056 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2057 | }, |
| 2058 | 'network_service_out_of_process_components_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2059 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 2060 | 'android-asan', |
| 2061 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 2062 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2063 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2064 | 'android-nougat-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2065 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2066 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2067 | 'Lollipop Tablet Tester', |
| 2068 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 2069 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2070 | ], |
| 2071 | }, |
| 2072 | 'network_service_out_of_process_content_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2073 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 2074 | 'android-asan', |
| 2075 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 2076 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2077 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2078 | 'android-nougat-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2079 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2080 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2081 | 'Lollipop Tablet Tester', |
| 2082 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 2083 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2084 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 2085 | 'modifications': { |
Haiyang Pan | bbd866d | 2020-09-16 00:48:38 | [diff] [blame] | 2086 | 'Lollipop Phone Tester': { |
| 2087 | 'swarming': { |
| 2088 | 'shards': 8, |
| 2089 | }, |
| 2090 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2091 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 2092 | 'args': [ |
| 2093 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', |
| 2094 | ], |
| 2095 | 'swarming': { |
| 2096 | 'shards': 20, |
| 2097 | }, |
| 2098 | }, |
Haiyang Pan | 8e72b56 | 2020-09-11 19:48:29 | [diff] [blame] | 2099 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2100 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 2101 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter', |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2102 | ], |
Haiyang Pan | 913b954 | 2020-05-11 22:35:00 | [diff] [blame] | 2103 | 'swarming': { |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 2104 | 'shards': 15, |
Haiyang Pan | 913b954 | 2020-05-11 22:35:00 | [diff] [blame] | 2105 | }, |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2106 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2107 | 'android-nougat-arm64-rel': { |
| 2108 | # TODO(crbug.com/1108055): Remove this filter |
| 2109 | 'args': [ |
| 2110 | '--gtest_filter=-BackgroundTracingManagerBrowserTest.PerfettoSystemBackgroundScenario*', |
| 2111 | ], |
| 2112 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2113 | 'android-pie-x86-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2114 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 2115 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 2116 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 2117 | 'swarming': { |
Haiyang Pan | 98040282 | 2020-10-07 23:24:56 | [diff] [blame] | 2118 | 'shards': 20, |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 2119 | }, |
| 2120 | }, |
| 2121 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2122 | }, |
| 2123 | 'network_service_out_of_process_content_shell_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2124 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 2125 | 'android-asan', |
| 2126 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 2127 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2128 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2129 | 'android-nougat-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2130 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2131 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 2132 | 'Lollipop Tablet Tester', |
| 2133 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 2134 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2135 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 2136 | 'modifications': { |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2137 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 2138 | 'args': [ |
| 2139 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 2140 | ], |
| 2141 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2142 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 2143 | 'args': [ |
Haiyang Pan | 28e7358 | 2020-05-30 00:34:27 | [diff] [blame] | 2144 | '--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] | 2145 | ], |
| 2146 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2147 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 2148 | 'args': [ |
| 2149 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 2150 | ], |
| 2151 | }, |
| 2152 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 2153 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2154 | 'network_service_webview_instrumentation_test_apk': { |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2155 | 'remove_from': [ |
Haiyang Pan | aa24223 | 2020-06-24 20:04:20 | [diff] [blame] | 2156 | # Only run these on the phone testers for now due to capacity. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 2157 | 'android-lollipop-arm-rel', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2158 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2159 | 'android-pie-arm64-rel', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2160 | 'Lollipop Tablet Tester', |
| 2161 | 'Marshmallow Tablet Tester', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2162 | 'android-asan', # https://crbug.com/964562 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2163 | 'Android CFI', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2164 | 'ToTAndroid', |
| 2165 | 'ToTAndroidCFI', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 2166 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2167 | ], |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 2168 | 'modifications': { |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2169 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 2170 | 'args': [ |
| 2171 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 2172 | ], |
| 2173 | 'swarming': { |
| 2174 | 'shards': 15, |
| 2175 | }, |
| 2176 | }, |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 2177 | 'android-marshmallow-x86-rel-non-cq': { |
| 2178 | 'swarming': { |
| 2179 | 'shards': 15, |
| 2180 | }, |
| 2181 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2182 | 'android-pie-x86-rel': { |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 2183 | 'args': [ |
| 2184 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 2185 | ], |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 2186 | 'swarming': { |
| 2187 | 'shards': 15, |
| 2188 | }, |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 2189 | }, |
| 2190 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 2191 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 2192 | 'not_site_per_process_blink_web_tests': { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2193 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2194 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 2195 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2196 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 2197 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2198 | 'Linux Tests': { |
| 2199 | "args": [ |
| 2200 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2201 | ], |
| 2202 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 2203 | 'linux-code-coverage': { |
| 2204 | 'args': [ |
| 2205 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 2206 | ], |
| 2207 | 'swarming': { |
| 2208 | 'shards': 20, |
| 2209 | }, |
| 2210 | }, |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 2211 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2212 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2213 | 'notification_helper_unittests': { |
| 2214 | 'remove_from': [ |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 2215 | # The test uses WinRT, which only exists in Windows 8 or above. |
| 2216 | # (https://crbug.com/813553) |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2217 | 'Win 7 Tests x64 (1)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2218 | 'Win7 Tests (1)', |
| 2219 | 'Win7 Tests (dbg)(1)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2220 | # all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2221 | 'ToTWin', |
| 2222 | 'ToTWin(dbg)', |
| 2223 | 'ToTWin(dll)', |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 2224 | 'ToTWinOfficial', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2225 | 'ToTWin64', |
| 2226 | 'ToTWin64(dbg)', |
| 2227 | 'ToTWin64(dll)', |
| 2228 | 'ToTWinCFI', |
| 2229 | 'ToTWinCFI64', |
Oksana Zhuravlova | 7f99621 | 2018-02-28 04:23:08 | [diff] [blame] | 2230 | 'ToTWinThinLTO64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2231 | ], |
| 2232 | }, |
Nico Weber | 295dd5f | 2020-10-30 05:39:32 | [diff] [blame] | 2233 | 'openscreen_unittests': { |
| 2234 | 'remove_from': [ |
Nico Weber | 295dd5f | 2020-10-30 05:39:32 | [diff] [blame] | 2235 | 'Linux CFI', # crbug.com/1143983 |
| 2236 | 'CFI Linux ToT', # crbug.com/1143983 |
| 2237 | ], |
| 2238 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 2239 | 'ozone_unittests': { |
| 2240 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 2241 | 'chromeos-betty-pi-arc-chrome': { |
| 2242 | 'args': [ |
| 2243 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2244 | ], |
| 2245 | }, |
Ben Pastene | bce9b2a | 2020-10-15 17:18:09 | [diff] [blame] | 2246 | 'chromeos-betty-pi-arc-chrome-beta': { |
| 2247 | 'args': [ |
| 2248 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2249 | ], |
| 2250 | }, |
| 2251 | 'chromeos-betty-pi-arc-chrome-stable': { |
| 2252 | 'args': [ |
| 2253 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2254 | ], |
| 2255 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 2256 | 'linux-chromeos-chrome': { |
| 2257 | 'args': [ |
| 2258 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2259 | ], |
| 2260 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 2261 | }, |
| 2262 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2263 | 'perfetto_unittests': { |
| 2264 | 'remove_from': [ |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2265 | # TODO(crbug.com/931138): Fix permission issue when creating tmp files |
John Budorick | d3fa599 | 2019-12-13 17:22:41 | [diff] [blame] | 2266 | 'android-arm64-proguard-rel', |
John Budorick | f2283d7 | 2019-06-25 01:09:09 | [diff] [blame] | 2267 | 'android-asan', |
Yun Liu | 022f451 | 2019-06-10 23:14:04 | [diff] [blame] | 2268 | 'android-code-coverage', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 2269 | 'android-code-coverage-native', |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2270 | 'android-inverse-fieldtrials-pie-x86-fyi-rel', |
Haiyang Pan | 32b8339 | 2020-03-14 01:38:46 | [diff] [blame] | 2271 | 'android-lollipop-arm-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2272 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2273 | 'android-marshmallow-x86-rel-non-cq', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2274 | 'android-nougat-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2275 | 'android-pie-arm64-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2276 | 'android-pie-x86-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2277 | 'Android CFI', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2278 | 'Lollipop Phone Tester', |
| 2279 | 'Lollipop Tablet Tester', |
| 2280 | 'Marshmallow 64 bit Tester', |
| 2281 | 'Marshmallow Tablet Tester', |
| 2282 | 'Nougat Phone Tester', |
| 2283 | 'ToTAndroid', |
| 2284 | 'ToTAndroidCFI' |
| 2285 | ] |
| 2286 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2287 | 'performance_test_suite': { |
| 2288 | 'modifications': { |
| 2289 | 'Mac10.13 Tests (dbg)': { |
| 2290 | 'args': [ |
| 2291 | '--browser=debug', |
| 2292 | ], |
| 2293 | }, |
| 2294 | 'Win10 Tests x64 (dbg)': { |
| 2295 | 'args': [ |
| 2296 | '--browser=debug_x64', |
| 2297 | ], |
| 2298 | 'experiment_percentage': 100, |
| 2299 | }, |
| 2300 | 'Win7 Tests (dbg)(1)': { |
| 2301 | 'args': [ |
| 2302 | '--browser=debug', |
| 2303 | ], |
| 2304 | }, |
| 2305 | }, |
| 2306 | }, |
Sven Zheng | e8335e0 | 2020-08-07 22:38:39 | [diff] [blame] | 2307 | 'pixel_browser_tests': { |
| 2308 | 'modifications': { |
| 2309 | 'win-pixel-tester-rel': { |
| 2310 | 'non_precommit_args': [ |
| 2311 | # Do not allow retry or it will break the bulk approval process. |
| 2312 | # When retry with fail-pass pattern, the passing test will overwrite the previously |
| 2313 | # seen flaky version on the trace. We can triage the image using the printed link, |
| 2314 | # but it will not show on the Skia Gold search page. |
| 2315 | '--test-launcher-retry-limit=0', |
| 2316 | ], |
| 2317 | }, |
| 2318 | }, |
| 2319 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2320 | 'pixel_skia_gold_passthrough_test': { |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2321 | 'replacements': { |
| 2322 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2323 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2324 | 'Linux V8 FYI Release (NVIDIA)': { |
| 2325 | 'args': { |
| 2326 | '--git-revision': '${got_cr_revision}', |
| 2327 | }, |
| 2328 | }, |
| 2329 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 2330 | 'args': { |
| 2331 | '--git-revision': '${got_cr_revision}', |
| 2332 | }, |
| 2333 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 2334 | 'Mac V8 FYI Release (Intel)': { |
| 2335 | 'args': { |
| 2336 | '--git-revision': '${got_cr_revision}', |
| 2337 | }, |
| 2338 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2339 | 'Win V8 FYI Release (NVIDIA)': { |
| 2340 | 'args': { |
| 2341 | '--git-revision': '${got_cr_revision}', |
| 2342 | }, |
| 2343 | }, |
| 2344 | }, |
| 2345 | }, |
| 2346 | 'pixel_skia_gold_validating_test': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2347 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2348 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2349 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2350 | 'Android V8 FYI Release (Nexus 5X)': { |
| 2351 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2352 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2353 | }, |
| 2354 | }, |
| 2355 | 'Linux V8 FYI Release (NVIDIA)': { |
| 2356 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2357 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2358 | }, |
| 2359 | }, |
| 2360 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 2361 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2362 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2363 | }, |
| 2364 | }, |
| 2365 | 'Mac V8 FYI Release (Intel)': { |
| 2366 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2367 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2368 | }, |
| 2369 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2370 | }, |
| 2371 | }, |
| 2372 | 'pixel_test':{ |
Takuto Ikuta | 35c8552 | 2019-06-04 16:55:46 | [diff] [blame] | 2373 | 'modifications': { |
| 2374 | 'Android Release (Nexus 5X)': { |
| 2375 | 'swarming': { |
| 2376 | 'shards': 2, |
| 2377 | }, |
| 2378 | }, |
| 2379 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 2380 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2381 | 'rendering_representative_perf_tests': { |
| 2382 | 'modifications': { |
| 2383 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 2384 | 'args': [ |
| 2385 | '--browser=release_x64', |
| 2386 | ], |
| 2387 | }, |
| 2388 | 'Win10 FYI x64 Exp Release (NVIDIA)': { |
| 2389 | 'args': [ |
| 2390 | '--browser=release_x64', |
| 2391 | ], |
| 2392 | }, |
| 2393 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 2394 | 'args': [ |
| 2395 | '--browser=release_x64', |
| 2396 | ], |
| 2397 | }, |
| 2398 | 'Win10 FYI x64 Release (Intel UHD 630)': { |
| 2399 | 'args': [ |
| 2400 | '--browser=release_x64', |
| 2401 | ], |
| 2402 | }, |
| 2403 | 'Win10 FYI x64 Release (NVIDIA)': { |
| 2404 | 'args': [ |
| 2405 | '--browser=release_x64', |
| 2406 | ], |
| 2407 | }, |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 2408 | 'Win10 x64 Release (NVIDIA)': { |
| 2409 | 'args': [ |
| 2410 | '--browser=release_x64', |
| 2411 | ], |
| 2412 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2413 | }, |
| 2414 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2415 | 'sandbox_linux_unittests': { |
| 2416 | 'modifications': { |
| 2417 | 'Lollipop Phone Tester': { |
| 2418 | 'args': [ |
| 2419 | '--shard-timeout=300', |
| 2420 | ], |
| 2421 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2422 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 2423 | 'args': [ |
| 2424 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 2425 | ] |
| 2426 | }, |
Haiyang Pan | 32b8339 | 2020-03-14 01:38:46 | [diff] [blame] | 2427 | 'android-lollipop-arm-rel': { |
| 2428 | 'args': [ |
| 2429 | '--shard-timeout=300', |
| 2430 | ], |
| 2431 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2432 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | 6e8e595b | 2020-01-27 18:15:58 | [diff] [blame] | 2433 | 'args': [ |
| 2434 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 2435 | ] |
| 2436 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2437 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 2438 | 'args': [ |
| 2439 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 2440 | ] |
| 2441 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2442 | }, |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 2443 | 'remove_from': [ |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 2444 | 'android-asan', # https://crbug.com/962650 |
| 2445 | ], |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2446 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2447 | 'services_unittests': { |
| 2448 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 2449 | 'ToTLinuxMSan', # https://crbug.com/831676 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2450 | # The face and barcode detection tests fail on the Mac Pros. |
| 2451 | 'Mac Pro FYI Release (AMD)', |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 2452 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676 |
| 2453 | 'Linux MSan Tests', # https://crbug.com/831676 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2454 | ], |
Brian Sheedy | b6c5879 | 2020-05-07 18:37:33 | [diff] [blame] | 2455 | 'replacements': { |
| 2456 | # TODO(crbug.com/1078982): Remove once the test is fixed on 10.15.4. |
| 2457 | 'Mac FYI Experimental Release (Intel)': { |
| 2458 | 'args': { |
| 2459 | '--gtest_filter': '*Detection*:-FaceDetectionImplMacTest.ScanOneFace*', |
| 2460 | }, |
| 2461 | }, |
| 2462 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2463 | 'modifications': { |
| 2464 | 'android-nougat-arm64-rel': { |
| 2465 | # TODO(crbug.com/1108055): Remove this filter |
| 2466 | 'args': [ |
| 2467 | '--gtest_filter=-SystemPerfettoTest.*', |
| 2468 | ], |
| 2469 | } |
| 2470 | } |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2471 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2472 | 'swiftshader_unittests': { |
| 2473 | 'remove_from': [ |
| 2474 | # Save capacity on the hardware where we have only a few machines. |
| 2475 | 'Mac FYI Experimental Release (Intel)', |
| 2476 | 'Mac FYI Experimental Retina Release (AMD)', |
| 2477 | 'Mac FYI Experimental Retina Release (NVIDIA)', |
| 2478 | 'Mac Pro FYI Release (AMD)', |
| 2479 | ], |
| 2480 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2481 | 'sync_integration_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2482 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2483 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 2484 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2485 | 'modifications': { |
Erik Chen | e84bc1c | 2019-11-25 23:23:52 | [diff] [blame] | 2486 | 'Linux ASan LSan Tests (1)': { |
| 2487 | 'swarming': { |
| 2488 | 'shards': 4, |
| 2489 | }, |
| 2490 | }, |
Nico Weber | 8fbc283 | 2018-12-14 16:00:57 | [diff] [blame] | 2491 | 'Linux TSan Tests': { |
| 2492 | 'swarming': { |
| 2493 | 'shards': 6, |
| 2494 | }, |
| 2495 | }, |
Sven Zheng | 9a52be5 | 2020-10-09 21:27:12 | [diff] [blame] | 2496 | # TODO(crbug.com/1131588) Tests are flaky only on CQ. |
| 2497 | 'Mac10.13 Tests': { |
| 2498 | 'precommit_args': [ |
| 2499 | '--gtest_filter=-*', |
| 2500 | ], |
| 2501 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2502 | 'ToTLinuxTSan': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2503 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2504 | 'shards': 6, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2505 | }, |
| 2506 | }, |
Stephen Martinis | 75ab55d | 2018-08-30 02:27:12 | [diff] [blame] | 2507 | 'Win10 Tests x64 (dbg)': { |
| 2508 | 'experiment_percentage': 100, # https://crbug.com/840369 |
| 2509 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2510 | 'Win7 Tests (dbg)(1)': { |
| 2511 | 'swarming': { |
| 2512 | 'shards': 2, |
| 2513 | }, |
| 2514 | }, |
| 2515 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2516 | 'swarming': { |
| 2517 | 'shards': 4, |
| 2518 | }, |
| 2519 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2520 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2521 | 'swarming': { |
| 2522 | 'shards': 4, |
| 2523 | }, |
| 2524 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2525 | # https://crbug.com/1111979, |
| 2526 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2527 | 'args': [ |
| 2528 | '--gtest_filter=-SingleClientSessionsSyncTestWithFaviconTestServer.ShouldDeleteOnDemandIconsOnSessionsDisabled', |
| 2529 | ], |
| 2530 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2531 | }, |
| 2532 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2533 | 'tab_capture_end2end_tests': { |
Nico Weber | e89a3c9 | 2018-07-01 01:30:52 | [diff] [blame] | 2534 | # Run these only on Release bots. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2535 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2536 | 'Linux Debug (NVIDIA)', |
| 2537 | 'Mac Debug (Intel)', |
| 2538 | 'Mac Retina Debug (AMD)', |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2539 | 'Win10 FYI x64 Debug (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2540 | 'Win7 FYI Debug (AMD)', |
Yuly Novikov | f28f1eca | 2019-07-04 22:43:39 | [diff] [blame] | 2541 | # Disabled due to dbus crashes crbug.com/927465 |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2542 | 'Linux FYI Release (Intel HD 630)', |
Brian Sheedy | 4dd9843 | 2019-08-13 22:57:00 | [diff] [blame] | 2543 | 'Linux FYI Release (Intel UHD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2544 | 'Linux FYI Release (NVIDIA)', |
Brian Sheedy | 22d051e | 2019-08-07 00:50:16 | [diff] [blame] | 2545 | 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2546 | 'Linux FYI SkiaRenderer Vulkan (NVIDIA)', |
| 2547 | 'Linux Release (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2548 | ], |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 2549 | }, |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 2550 | 'telemetry_chromium_minidump_unittests': { |
| 2551 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2552 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084352 |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 2553 | ], |
| 2554 | }, |
Brian Sheedy | c117f6d | 2020-05-06 02:23:27 | [diff] [blame] | 2555 | 'telemetry_monochrome_minidump_unittests': { |
| 2556 | 'remove_from': [ |
| 2557 | # Monochrome isn't supported on M. |
| 2558 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2559 | 'android-marshmallow-x86-rel-non-cq', |
Brian Sheedy | c117f6d | 2020-05-06 02:23:27 | [diff] [blame] | 2560 | ], |
| 2561 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2562 | 'telemetry_perf_unittests': { |
| 2563 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2564 | 'Linux Tests': { |
| 2565 | 'args': [ |
| 2566 | '--xvfb', |
Ned Nguyen | e6e2604 | 2018-01-17 20:42:48 | [diff] [blame] | 2567 | '--jobs=1', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2568 | ], |
| 2569 | }, |
Juan Antonio Navarro Perez | 4899edf | 2019-03-14 13:05:35 | [diff] [blame] | 2570 | 'Linux Tests (dbg)(1)': { |
| 2571 | 'args': [ |
| 2572 | '--xvfb', |
| 2573 | '--jobs=1', |
| 2574 | ], |
| 2575 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2576 | # Disable parallelism on all Mac bots. |
| 2577 | 'Mac10.10 Tests': { |
| 2578 | 'args': [ |
| 2579 | '--jobs=1', |
| 2580 | ], |
| 2581 | }, |
| 2582 | 'Mac10.11 Tests': { |
| 2583 | 'args': [ |
| 2584 | '--jobs=1', |
| 2585 | ], |
| 2586 | }, |
| 2587 | 'Mac10.12 Tests': { |
| 2588 | 'args': [ |
| 2589 | '--jobs=1', |
| 2590 | ], |
| 2591 | }, |
Ned Nguyen | 6e6e5b3 | 2018-02-21 20:21:50 | [diff] [blame] | 2592 | 'Win7 Tests (dbg)(1)': { |
| 2593 | 'args': [ |
| 2594 | '--jobs=1', |
| 2595 | ], |
| 2596 | 'swarming': { |
| 2597 | 'shards': 20, |
| 2598 | }, |
| 2599 | 'experiment_percentage': 100, |
| 2600 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2601 | 'linux-chromium-tests-staging-tests': { |
| 2602 | 'args': [ |
| 2603 | '--xvfb', |
| 2604 | '--jobs=1', |
| 2605 | ], |
| 2606 | }, |
| 2607 | 'linux-trusty-rel': { |
| 2608 | 'args': [ |
| 2609 | '--xvfb', |
| 2610 | '--jobs=1', |
| 2611 | ], |
| 2612 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2613 | }, |
| 2614 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2615 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084352 |
Haiyang Pan | 0e39edf4 | 2020-04-28 19:29:01 | [diff] [blame] | 2616 | # There's no need to run telemetry_perf_unittests on both lollipop and |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2617 | # marshmallow on the CQ. https://crbug.com/1026487. |
| 2618 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2619 | 'android-nougat-arm64-rel', # crbug.com/1108124 |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 2620 | 'android-pie-arm64-rel', |
Garrett Beaty | eef031a | 2019-02-28 01:55:41 | [diff] [blame] | 2621 | # crbug.com/936540 |
| 2622 | 'Mac10.10 Tests', |
| 2623 | 'Mac10.11 Tests', |
Shenghua Zhang | bd6f1b2 | 2018-03-03 02:59:14 | [diff] [blame] | 2624 | 'Mac10.13 Tests', |
| 2625 | 'Mac10.13 Tests (dbg)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2626 | 'Linux - Future (dbg)', # client.v8.chromium |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2627 | 'Win10 Tests x64', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2628 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2629 | ], |
| 2630 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2631 | 'telemetry_unittests': { |
| 2632 | 'modifications': { |
| 2633 | 'Win10 Tests x64 (dbg)': { |
| 2634 | 'experiment_percentage': 100, # crbug.com/870673 |
Ben Pastene | 9383fe1 | 2020-10-20 21:32:40 | [diff] [blame] | 2635 | }, |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2636 | }, |
| 2637 | 'remove_from': [ |
| 2638 | # crbug.com/936540 |
| 2639 | 'Mac10.10 Tests', |
| 2640 | 'Mac10.11 Tests', |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2641 | |
| 2642 | 'Win10 Tests x64', |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2643 | ], |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2644 | }, |
Brian Sheedy | f3b48d6 | 2020-05-08 23:03:12 | [diff] [blame] | 2645 | 'test_buildbucket_api_gpu_use_cases': { |
| 2646 | 'remove_from': [ |
| 2647 | # crbug.com/1080749 |
| 2648 | 'Optional Linux Release (NVIDIA)', |
| 2649 | ], |
| 2650 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2651 | 'unit_tests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2652 | 'remove_from': [ |
| 2653 | 'android-code-coverage-native', # crbug/1018434 |
Haiyang Pan | 0e39edf4 | 2020-04-28 19:29:01 | [diff] [blame] | 2654 | # There's no need to run unit_tests on both lollipop and marshmallow |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2655 | # on the CQ. https://crbug.com/1026487. |
| 2656 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 765477d | 2020-09-22 17:59:55 | [diff] [blame] | 2657 | 'android-marshmallow-x86-rel-non-cq', # runs on MM-x86-rel already |
Ben Pastene | 3e32ffe | 2020-08-07 03:37:07 | [diff] [blame] | 2658 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2659 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2660 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2661 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2662 | # These are slow on the ASAN trybot for some reason. |
| 2663 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2664 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2665 | 'shards': 4, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2666 | }, |
| 2667 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2668 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 2669 | # These are slow on the ASAN trybot for some reason. |
| 2670 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2671 | 'swarming': { |
| 2672 | 'shards': 2, |
| 2673 | }, |
| 2674 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2675 | 'Linux ChromiumOS MSan Tests': { |
| 2676 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 2677 | # crbug.com/865455 |
| 2678 | 'swarming': { |
| 2679 | 'shards': 2, |
| 2680 | }, |
| 2681 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2682 | 'Linux TSan Tests': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2683 | 'swarming': { |
| 2684 | 'shards': 2, |
| 2685 | }, |
| 2686 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2687 | 'ToTLinuxASan': { |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2688 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2689 | 'shards': 2, |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2690 | }, |
| 2691 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2692 | 'android-asan': { |
| 2693 | 'args': [ |
| 2694 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter', |
| 2695 | ], |
| 2696 | }, |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 2697 | 'android-marshmallow-arm64-rel-swarming': { |
| 2698 | 'swarming': { |
| 2699 | 'shards': 8, |
| 2700 | }, |
| 2701 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2702 | 'linux-chromeos-chrome': { |
| 2703 | 'args': [ |
| 2704 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter', |
| 2705 | ], |
| 2706 | }, |
Ben Pastene | acd5739 | 2019-10-31 02:13:25 | [diff] [blame] | 2707 | 'linux-chromeos-dbg': { |
| 2708 | 'swarming': { |
| 2709 | 'shards': 2, |
| 2710 | }, |
| 2711 | }, |
Erik Chen | d063aef7 | 2019-11-18 19:13:10 | [diff] [blame] | 2712 | 'linux-chromeos-rel': { |
| 2713 | 'swarming': { |
| 2714 | 'shards': 2, |
| 2715 | }, |
| 2716 | }, |
Yuke Liao | 597dd6df7 | 2020-08-18 03:02:54 | [diff] [blame] | 2717 | # https://crbug.com/1111979, |
| 2718 | 'linux-lacros-rel': { |
| 2719 | 'args': [ |
| 2720 | '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.unit_tests.filter', |
| 2721 | ], |
| 2722 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2723 | # https://crbug.com/1111979, |
| 2724 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2725 | 'args': [ |
Yuke Liao | 597dd6df7 | 2020-08-18 03:02:54 | [diff] [blame] | 2726 | '--test-launcher-filter-file=../../testing/buildbot/filters/lacros.unit_tests.filter', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2727 | ], |
| 2728 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2729 | }, |
| 2730 | }, |
Chong Gu | 4602f4d | 2020-02-20 03:43:07 | [diff] [blame] | 2731 | 'url_unittests': { |
Chong Gu | 4602f4d | 2020-02-20 03:43:07 | [diff] [blame] | 2732 | 'remove_from': [ |
| 2733 | # crbug.com/1054240 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 2734 | 'Fuchsia ARM64', |
Chong Gu | 4602f4d | 2020-02-20 03:43:07 | [diff] [blame] | 2735 | ], |
| 2736 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2737 | 'video_decode_accelerator_gl_unittest': { |
| 2738 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2739 | # Windows Intel doesn't have the GL extensions to support this test. |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2740 | 'ANGLE GPU Win10 x64 Release (Intel HD 630)', |
| 2741 | 'Optional Win10 x64 Release (Intel HD 630)', |
| 2742 | 'Win10 FYI x64 Release (Intel HD 630)', |
Brian Sheedy | f9387db7b | 2019-08-05 19:26:10 | [diff] [blame] | 2743 | 'Win10 FYI x64 Release (Intel UHD 630)', |
Yuly Novikov | 5ff1550 | 2019-07-31 00:55:48 | [diff] [blame] | 2744 | 'Win10 FYI x64 Exp Release (Intel HD 630)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2745 | ], |
| 2746 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 2747 | 'views_unittests': { |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 2748 | 'modifications': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2749 | # https://crbug.com/1111979, |
| 2750 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2751 | 'args': [ |
| 2752 | '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:' |
Yuke Liao | 34721c2 | 2020-08-14 21:41:19 | [diff] [blame] | 2753 | 'DesktopWidgetTest*:' |
| 2754 | 'DesktopWindowTreeHostPlatformTest*:' |
Yuke Liao | cf9db2b | 2020-08-13 19:42:53 | [diff] [blame] | 2755 | 'EditableComboboxTest*:' |
Sven Zheng | ea8903f | 2020-08-14 05:27:51 | [diff] [blame] | 2756 | 'MenuRunnerTest*:' |
Yuke Liao | cf9db2b | 2020-08-13 19:42:53 | [diff] [blame] | 2757 | 'TextfieldTest*:' |
Yuke Liao | f7c4192e | 2020-08-13 02:05:21 | [diff] [blame] | 2758 | 'TooltipControllerTest*', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2759 | ], |
| 2760 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 2761 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 2762 | }, |
Tom Anderson | 76eff05 | 2020-04-01 21:28:52 | [diff] [blame] | 2763 | 'views_unittests_wayland': { |
| 2764 | 'modifications': { |
Maksim Sisov | 69730f8 | 2020-11-11 12:09:13 | [diff] [blame] | 2765 | # CQ tester. |
Tom Anderson | 76eff05 | 2020-04-01 21:28:52 | [diff] [blame] | 2766 | 'Linux Ozone Tester (Wayland)': { |
| 2767 | 'args': [ |
| 2768 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter', |
| 2769 | ], |
| 2770 | }, |
Maksim Sisov | 69730f8 | 2020-11-11 12:09:13 | [diff] [blame] | 2771 | # CI tester. |
| 2772 | 'Linux Tester (Ozone Wayland)': { |
| 2773 | 'args': [ |
| 2774 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter', |
| 2775 | ], |
| 2776 | }, |
Tom Anderson | 76eff05 | 2020-04-01 21:28:52 | [diff] [blame] | 2777 | }, |
| 2778 | }, |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2779 | 'viz_unittests': { |
| 2780 | 'modifications': { |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2781 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 2782 | 'args': [ |
| 2783 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 2784 | ], |
| 2785 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2786 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 2787 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2788 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 2789 | ], |
| 2790 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2791 | 'android-pie-x86-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 2792 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2793 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 2794 | ], |
| 2795 | }, |
| 2796 | }, |
| 2797 | }, |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2798 | 'vr_android_unittests': { |
| 2799 | 'remove_from': [ |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2800 | 'android-inverse-fieldtrials-pie-x86-fyi-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2801 | 'android-marshmallow-x86-rel-non-cq', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2802 | 'android-pie-x86-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2803 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2804 | ], |
| 2805 | }, |
| 2806 | 'vr_common_unittests': { |
| 2807 | 'remove_from': [ |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2808 | 'android-inverse-fieldtrials-pie-x86-fyi-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2809 | 'android-marshmallow-x86-rel-non-cq', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2810 | 'android-pie-x86-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2811 | 'android-code-coverage-native', # crbug/1018431 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2812 | ], |
| 2813 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2814 | 'vr_pixeltests': { |
| 2815 | 'remove_from': [ |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 2816 | 'android-inverse-fieldtrials-pie-x86-fyi-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2817 | 'android-marshmallow-x86-rel-non-cq', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2818 | 'android-pie-x86-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2819 | 'VR Linux', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2820 | 'android-code-coverage-native', # crbug/1018431 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2821 | ], |
| 2822 | }, |
Nico Weber | e81999ee | 2018-07-01 23:52:43 | [diff] [blame] | 2823 | 'wayland_client_perftests': { |
| 2824 | 'remove_from': [ |
| 2825 | 'linux-chromeos-dbg', # https://crbug.com/859307 |
| 2826 | ], |
| 2827 | }, |
John Budorick | 6335746 | 2019-02-27 23:02:51 | [diff] [blame] | 2828 | 'webdriver_tests_suite': { |
| 2829 | 'remove_from': [ |
| 2830 | 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557 |
| 2831 | ], |
| 2832 | }, |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 2833 | 'webgl2_conformance_gl_passthrough_tests': { |
| 2834 | 'remove_from': [ |
Geoff Lang | 1fede15 | 2019-10-10 23:03:44 | [diff] [blame] | 2835 | # Not enough capacity. https://crbug.com/982294 |
| 2836 | 'Mac Pro FYI Release (AMD)', |
| 2837 | 'Mac FYI Retina Release (NVIDIA)', |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 2838 | ], |
| 2839 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 2840 | 'webgl2_conformance_validating_tests': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2841 | 'remove_from': [ |
| 2842 | # The Mac NVIDIA Retina bots don't have the capacity to run |
| 2843 | # this test suite on mac_optional_gpu_tests_rel. |
| 2844 | 'Optional Mac Retina Release (NVIDIA)', |
| 2845 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2846 | 'modifications': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2847 | 'Mac FYI GPU ASAN Release': { |
| 2848 | 'args': [ |
| 2849 | '--is-asan', |
| 2850 | ] |
| 2851 | }, |
| 2852 | }, |
| 2853 | }, |
| 2854 | 'webgl_conformance_gl_passthrough_tests': { |
| 2855 | 'remove_from': [ |
| 2856 | # crbug.com/555545 and crbug.com/649824: |
| 2857 | # Disable webgl_conformance_gl_tests on some Win/AMD cards. |
| 2858 | # Always fails on older cards, flaky on newer cards. |
| 2859 | 'Win7 FYI Debug (AMD)', |
| 2860 | 'Win7 FYI Release (AMD)', |
Zhenyao Mo | 2328674 | 2019-09-20 00:11:00 | [diff] [blame] | 2861 | # crbug.com/1005814 |
| 2862 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2863 | ], |
| 2864 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2865 | 'webgl_conformance_tests': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2866 | 'modifications': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2867 | # On desktop platforms these don't take very long (~7 minutes), |
| 2868 | # but on Android they take ~30 minutes and we want to use more |
| 2869 | # shards than on desktop. |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2870 | 'Android Release (Nexus 5X)': { |
| 2871 | 'swarming': { |
| 2872 | 'shards': 6, |
| 2873 | }, |
| 2874 | }, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2875 | 'chromeos-amd64-generic-rel': { |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2876 | 'swarming': { |
Brian Sheedy | db0417e | 2019-12-11 01:14:20 | [diff] [blame] | 2877 | 'shards': 12, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2878 | }, |
| 2879 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2880 | }, |
Kenneth Russell | e63e41f | 2019-04-09 02:45:28 | [diff] [blame] | 2881 | 'remove_from': [ |
| 2882 | # Too slow on this configuration, which is severely hardware |
| 2883 | # constrained. crbug.com/950690 |
| 2884 | 'Mac FYI Retina Debug (NVIDIA)', |
Chong Gu | 4d2d22f | 2020-06-23 03:28:11 | [diff] [blame] | 2885 | 'Fuchsia x64' # https://crbug.com/1058255 |
Kenneth Russell | e63e41f | 2019-04-09 02:45:28 | [diff] [blame] | 2886 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2887 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 2888 | 'webgl_conformance_validating_tests': { |
| 2889 | 'modifications': { |
| 2890 | 'Mac FYI GPU ASAN Release': { |
| 2891 | 'args': [ |
| 2892 | '--is-asan', |
| 2893 | ] |
| 2894 | }, |
| 2895 | }, |
| 2896 | }, |
Yuly Novikov | e27d1d2 | 2018-10-29 21:24:19 | [diff] [blame] | 2897 | 'webgl_conformance_vulkan_passthrough_tests': { |
| 2898 | 'remove_from': [ |
| 2899 | 'Win7 FYI Debug (AMD)', |
| 2900 | ], |
| 2901 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2902 | 'webkit_unit_tests': { |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2903 | 'remove_from': [ |
| 2904 | # Flakily fails on Win7. https://crbug.com/943372. |
| 2905 | 'Win7 Tests (1)', |
| 2906 | 'Win 7 Tests x64 (1)', |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2907 | 'android-code-coverage-native', # crbug/1018431 |
Haiyang Pan | 2489f03 | 2020-09-30 19:05:03 | [diff] [blame] | 2908 | 'android-lollipop-arm-rel', # crbug.com/1133002#c6 |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2909 | ], |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2910 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2911 | 'Linux ASan LSan Tests (1)': { |
| 2912 | # These are very slow on the ASAN trybot for some reason. |
| 2913 | # crbug.com/794372 |
| 2914 | 'swarming': { |
| 2915 | 'shards': 5, |
| 2916 | }, |
| 2917 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 2918 | 'Linux TSan Tests': { |
| 2919 | 'swarming': { |
| 2920 | 'shards': 2, |
| 2921 | }, |
| 2922 | }, |
arthursonzogni | 26889d8 | 2018-05-29 17:18:16 | [diff] [blame] | 2923 | 'Marshmallow 64 bit Tester': { |
| 2924 | # Increase timeout. See https://crbug.com/847229. |
| 2925 | 'swarming': { |
| 2926 | 'hard_timeout': 1200, |
| 2927 | }, |
| 2928 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 2929 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 2930 | 'swarming': { |
| 2931 | 'shards': 2, |
| 2932 | }, |
| 2933 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2934 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2935 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 2936 | 'weblayer_browsertests': { |
| 2937 | 'modifications': { |
| 2938 | 'android-pie-arm64-rel': { |
| 2939 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 2940 | # capacity has been deployed. |
| 2941 | 'swarming': { |
| 2942 | 'dimension_sets': [ |
| 2943 | { |
| 2944 | 'device_type': 'sailfish', |
| 2945 | }, |
| 2946 | ], |
| 2947 | }, |
| 2948 | }, |
| 2949 | }, |
| 2950 | }, |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 2951 | 'weblayer_bundle_test': { |
| 2952 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2953 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1088013 |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 2954 | ], |
| 2955 | }, |
| 2956 | 'weblayer_instrumentation_test_apk': { |
| 2957 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2958 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1088013 |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 2959 | ], |
Haiyang Pan | 6d7a15b | 2020-10-03 00:29:19 | [diff] [blame] | 2960 | 'modifications': { |
| 2961 | 'android-pie-arm64-rel': { |
| 2962 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 2963 | # capacity has been deployed. |
| 2964 | 'swarming': { |
| 2965 | 'dimension_sets': [ |
| 2966 | { |
| 2967 | 'device_type': 'sailfish', |
| 2968 | }, |
| 2969 | ], |
| 2970 | }, |
| 2971 | }, |
| 2972 | }, |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 2973 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 2974 | 'webview_cts_tests': { |
| 2975 | 'modifications': { |
| 2976 | 'android-pie-arm64-rel': { |
| 2977 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 2978 | # capacity has been deployed. |
| 2979 | 'swarming': { |
| 2980 | 'dimension_sets': [ |
| 2981 | { |
| 2982 | 'device_type': 'sailfish', |
| 2983 | }, |
| 2984 | ], |
| 2985 | }, |
| 2986 | }, |
| 2987 | }, |
| 2988 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2989 | 'webview_instrumentation_test_apk': { |
| 2990 | 'remove_from': [ |
Hans Wennborg | eac4c36c | 2018-05-23 16:04:06 | [diff] [blame] | 2991 | # This test frequently fails on Android, https://crbug.com/824959 |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 2992 | 'android-lollipop-arm-rel', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2993 | # matching android builders, the test fails on these. |
Hans Wennborg | a0b11ebe | 2018-05-15 16:26:50 | [diff] [blame] | 2994 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2995 | 'android-asan', # https://crbug.com/964562 |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2996 | # On chromium.swarm, this should possibly be being run (or removed |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 2997 | # from android-marshmallow-arm64-rel-swarming). |
Haiyang Pan | 1ad3bb03 | 2020-04-24 23:52:03 | [diff] [blame] | 2998 | 'android-lollipop-arm-rel-swarming', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 2999 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Garrett Beaty | 47a2d80 | 2020-11-10 20:50:53 | [diff] [blame] | 3000 | # https://crbug.com/1147531 - covered on pie |
| 3001 | 'android-marshmallow-arm64-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3002 | ], |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3003 | 'modifications': { |
Andrew Luo | f08500ae | 2020-01-10 01:24:45 | [diff] [blame] | 3004 | # chromium.android.fyi |
| 3005 | 'Android WebView P FYI (rel)': { |
| 3006 | 'args': [ |
| 3007 | '--annotation', |
| 3008 | 'DisabledTest,FlakyTest' # Monitor status of disabled tests. |
| 3009 | ], |
| 3010 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3011 | 'Oreo Phone Tester': { |
Andrew Luo | 93c4a1e | 2019-08-30 05:26:30 | [diff] [blame] | 3012 | # TODO(crbug.com/997362): Enable this once it's passing. |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 3013 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 3014 | # either passing or there is more capacity. |
| 3015 | 'experiment_percentage': 0, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3016 | }, |
Haiyang Pan | cd54199 | 2020-10-13 18:45:39 | [diff] [blame] | 3017 | 'android-inverse-fieldtrials-pie-x86-fyi-rel': { |
| 3018 | 'args': [ |
| 3019 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 3020 | ], |
| 3021 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 3022 | 'android-pie-x86-rel': { |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 3023 | 'args': [ |
| 3024 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 3025 | ], |
| 3026 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3027 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3028 | }, |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 3029 | 'xr_browser_tests': { |
| 3030 | 'remove_from': [ |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3031 | # Randomly hangs indefinitely https://crbug.com/1018896. |
| 3032 | 'Win10 FYI x64 Release (AMD RX 550)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 3033 | # This exception probably needs to stay due to lack of capacity |
| 3034 | # on the Win AMD bots. |
| 3035 | 'Win7 FYI Debug (AMD)', |
Maggie Chen | 4fc2984 | 2018-08-07 19:12:48 | [diff] [blame] | 3036 | # Fails on the bot, http://crbug.com/868143 |
| 3037 | 'Win7 FYI Release (AMD)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 3038 | ], |
| 3039 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3040 | } |