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