Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1 | # Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 | # .json file, with the following exceptions: |
| 7 | # * all keys must be quoted (use single quotes, please); |
| 8 | # * comments are allowed, using '#' syntax; and |
| 9 | # * trailing commas are allowed. |
| 10 | |
| 11 | # Exceptions to the common test suites can only include removal from |
| 12 | # particular bots, and modifications on particular bots. By design, |
| 13 | # it's not possible to add one-off tests to bots. Instead they have to |
| 14 | # be added to one of the test suites in test_suites.pyl. |
| 15 | # |
Jeff Yoon | e2188f6 | 2020-08-24 20:55:57 | [diff] [blame] | 16 | # Note that if you are excluding with variants, you will need to exclude |
| 17 | # per variant, with the identifier appended to the test suite name. |
| 18 | # For example, if you have ios_chrome_ui_eg2tests_module with variant |
| 19 | # SIM_IPHONE_6S_14_0 (identifier = "iPhone 6s 14.0"), you |
| 20 | # must exclude with the test name as: |
| 21 | # "ios_chrome_ui_eg2tests_module_iPhone 6s 14.0" |
| 22 | |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 23 | # The goal is to drive the number of exceptions to zero, to make all |
| 24 | # the bots behave similarly. |
| 25 | { |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 26 | 'android_browsertests': { |
| 27 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 28 | 'android-11-x86-rel': { |
Haiyang Pan | ca7fcec | 2021-03-19 02:11:10 | [diff] [blame] | 29 | 'swarming': { |
| 30 | 'shards': 2, |
| 31 | }, |
| 32 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 33 | 'android-marshmallow-x86-rel': { |
| 34 | 'swarming': { |
| 35 | 'shards': 2, |
| 36 | }, |
| 37 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 38 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 39 | 'args': [ |
| 40 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 41 | ], |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 42 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 43 | # capacity has been deployed. |
| 44 | 'swarming': { |
| 45 | 'dimension_sets': [ |
| 46 | { |
| 47 | 'device_type': 'sailfish', |
| 48 | }, |
| 49 | ], |
Haiyang Pan | 1678f0c0 | 2021-03-09 23:05:09 | [diff] [blame] | 50 | 'shards': 2, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 51 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 52 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 53 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 54 | 'args': [ |
| 55 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 56 | ], |
Haiyang Pan | 7cd609d | 2021-04-08 20:17:24 | [diff] [blame] | 57 | 'swarming': { |
| 58 | 'shards': 2, |
| 59 | }, |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 60 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 61 | }, |
| 62 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 63 | 'android_sync_integration_tests': { |
| 64 | 'remove_from': [ |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 65 | # Remove from CQ bots due to capacity. |
| 66 | 'android-marshmallow-arm64-rel', |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 67 | ], |
| 68 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 69 | 'android_webview_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 70 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 71 | 'angle_end2end_tests': { |
| 72 | 'remove_from': [ |
| 73 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 74 | 'Android FYI Release (Nexus 5)', |
| 75 | 'Android FYI Release (Nexus 6)', |
| 76 | 'Android FYI Release (Nexus 9)', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 77 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 78 | 'Linux FYI Debug (NVIDIA)', |
| 79 | ], |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 80 | 'modifications': { |
| 81 | # anglebug.com/5328 suspecting blue screen caused by multiprocess |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 82 | 'Optional Win10 x64 Release (Intel HD 630)': { |
| 83 | 'args': [ |
| 84 | '--max-processes=1', |
| 85 | ], |
| 86 | }, |
| 87 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 88 | 'args': [ |
| 89 | '--max-processes=1', |
| 90 | ], |
| 91 | }, |
| 92 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 93 | 'args': [ |
| 94 | '--max-processes=1', |
| 95 | ], |
| 96 | }, |
Yuly Novikov | a8e2d2cbb | 2021-10-18 11:59:17 | [diff] [blame] | 97 | # TODO(crbug.com/1249209) Remove when VVL performance is fixed |
| 98 | 'Win7 FYI Release (NVIDIA)': { |
| 99 | 'args': [ |
| 100 | '--batch-timeout=600', |
| 101 | ], |
| 102 | }, |
| 103 | # TODO(crbug.com/1249209) Remove when VVL performance is fixed |
| 104 | 'Win7 FYI x64 Release (NVIDIA)': { |
| 105 | 'args': [ |
| 106 | '--batch-timeout=600', |
| 107 | ], |
| 108 | }, |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 109 | 'win10-angle-x64-intel': { |
| 110 | 'args': [ |
| 111 | '--max-processes=1', |
| 112 | ], |
| 113 | }, |
Yuly Novikov | a8e2d2cbb | 2021-10-18 11:59:17 | [diff] [blame] | 114 | # TODO(crbug.com/1249209) Remove when VVL performance is fixed |
| 115 | 'win7-angle-x64-nvidia': { |
| 116 | 'args': [ |
| 117 | '--batch-timeout=600', |
| 118 | ], |
| 119 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 120 | }, |
Yuly Novikov | 922b1fa9 | 2021-02-25 22:25:40 | [diff] [blame] | 121 | 'replacements': { |
| 122 | 'Linux FYI Release (AMD RX 5500 XT)': { |
| 123 | 'args': { |
| 124 | '--max-processes': '1', |
| 125 | }, |
| 126 | }, |
| 127 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 128 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 129 | 'angle_unittests': { |
| 130 | 'remove_from': [ |
| 131 | # On Android, these are already run on the main waterfall. |
| 132 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | c1117ae8 | 2021-01-15 22:33:36 | [diff] [blame] | 133 | # Times out listing tests crbug.com/1167314 |
| 134 | 'android-asan', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 135 | # Does not currently work on Lacros configurations. |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 136 | 'linux-lacros-code-coverage', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 137 | 'linux-lacros-tester-rel', |
| 138 | 'linux-lacros-tester-fyi-rel', |
Yuke Liao | f27ebe5 | 2021-08-05 22:12:40 | [diff] [blame] | 139 | 'linux-lacros-dbg-tests-fyi', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 140 | ], |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 141 | }, |
| 142 | 'angle_white_box_tests': { |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 143 | 'modifications': { |
| 144 | # anglebug.com/5328 suspecting blue screen caused by multiprocess |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 145 | 'Optional Win10 x64 Release (Intel HD 630)': { |
| 146 | 'args': [ |
| 147 | '--max-processes=1', |
| 148 | ], |
| 149 | }, |
| 150 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 151 | 'args': [ |
| 152 | '--max-processes=1', |
| 153 | ], |
| 154 | }, |
| 155 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 156 | 'args': [ |
| 157 | '--max-processes=1', |
| 158 | ], |
| 159 | }, |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 160 | 'win10-angle-x64-intel': { |
| 161 | 'args': [ |
| 162 | '--max-processes=1', |
| 163 | ], |
| 164 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 165 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 166 | }, |
Yuke Liao | b6beaeca | 2021-04-29 23:41:51 | [diff] [blame] | 167 | 'aura_unittests_amd64-generic': { |
| 168 | 'remove_from': [ |
| 169 | # TODO(crbug.com/1204231): Re-enable. |
| 170 | 'lacros-amd64-generic-rel', |
| 171 | ] |
| 172 | }, |
Yuke Liao | 79a8cf5 | 2021-06-11 18:14:34 | [diff] [blame] | 173 | 'aura_unittests_eve': { |
| 174 | 'remove_from': [ |
| 175 | # TODO(crbug.com/1204231): Re-enable. |
| 176 | 'lacros-amd64-generic-rel', |
| 177 | ] |
| 178 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 179 | 'base_unittests': { |
| 180 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 181 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 182 | 'args': [ |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 183 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 184 | ], |
| 185 | }, |
| 186 | 'android-12-x64-fyi-rel': { |
| 187 | 'args': [ |
| 188 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 189 | '--gtest_filter=-ModuleCacheTest.CheckAgainstProcMaps', # crbug.com/1260521 |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 190 | ], |
| 191 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 192 | 'fuchsia-code-coverage': { |
| 193 | 'swarming': { |
| 194 | 'shards': 5, |
| 195 | }, |
| 196 | }, |
| 197 | }, |
| 198 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 199 | 'blink_platform_unittests': { |
| 200 | 'modifications': { |
| 201 | # TODO(crbug.com/1108121): Remove this filter |
| 202 | 'android-nougat-arm64-rel': { |
| 203 | 'args': [ |
| 204 | '--gtest_filter=-HarfBuzzShaperTest.ShapeHorizontalWithoutSubpixelPositionWithKerningIsRounded', |
| 205 | ], |
| 206 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 207 | 'android-pie-arm64-rel': { |
| 208 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 209 | # capacity has been deployed. |
| 210 | 'swarming': { |
| 211 | 'dimension_sets': [ |
| 212 | { |
| 213 | 'device_type': 'sailfish', |
| 214 | }, |
| 215 | ], |
| 216 | }, |
| 217 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 218 | 'fuchsia-code-coverage': { |
| 219 | 'swarming': { |
| 220 | 'shards': 5, |
| 221 | }, |
| 222 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 223 | }, |
| 224 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 225 | 'blink_unittests': { |
Chong Gu | c2d145e | 2021-03-31 19:55:34 | [diff] [blame] | 226 | 'modifications': { |
| 227 | 'fuchsia-code-coverage': { |
| 228 | 'swarming': { |
| 229 | 'shards': 30, |
| 230 | }, |
| 231 | }, |
| 232 | }, |
| 233 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 234 | 'blink_web_tests': { |
| 235 | 'remove_from': [ |
Ilia Samsonov | ca3dfd5 | 2020-08-07 18:39:01 | [diff] [blame] | 236 | 'Mac10.11 Tests', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 237 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 238 | 'Win10 Tests x64 (dbg)', |
| 239 | ], |
| 240 | 'modifications': { |
| 241 | 'Fuchsia x64': { |
| 242 | 'args': [ |
| 243 | '--platform=fuchsia', |
| 244 | ], |
| 245 | 'swarming': { |
| 246 | 'shards': 1, |
| 247 | }, |
| 248 | }, |
| 249 | 'Linux Tests': { |
| 250 | "args": [ |
| 251 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 252 | ], |
| 253 | }, |
| 254 | 'Linux Tests (dbg)(1)': { |
| 255 | 'args': [ |
| 256 | '--debug', |
| 257 | ], |
| 258 | 'swarming': { |
Sven Zheng | 439fcdf | 2021-07-13 20:14:57 | [diff] [blame] | 259 | 'shards': 30, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 260 | }, |
| 261 | }, |
Xianzhu Wang | e6dec15 | 2021-08-02 19:54:53 | [diff] [blame] | 262 | 'Mac10.12 Tests': { |
| 263 | 'swarming': { |
| 264 | 'shards': 25, |
| 265 | }, |
| 266 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 267 | 'Mac10.13 Tests': { |
| 268 | 'swarming': { |
| 269 | 'dimension_sets': [ |
| 270 | { |
Erik Staab | 59591f3 | 2020-08-25 23:07:07 | [diff] [blame] | 271 | 'gpu': None, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 272 | }, |
| 273 | ], |
| 274 | 'shards': 25, |
| 275 | }, |
| 276 | }, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 277 | 'Mac10.15 Tests': { |
| 278 | 'swarming': { |
| 279 | 'dimension_sets': [ |
| 280 | { |
| 281 | 'gpu': None, |
| 282 | }, |
| 283 | ], |
| 284 | 'shards': 25, |
| 285 | }, |
| 286 | }, |
Zhaoyang Li | 7842759 | 2021-03-25 19:03:23 | [diff] [blame] | 287 | 'Mac10.15 Tests (dbg)': { |
| 288 | 'args': [ |
| 289 | '--debug', |
| 290 | ], |
| 291 | 'swarming': { |
Takuto Ikuta | 7967d4e | 2021-07-19 06:31:43 | [diff] [blame] | 292 | 'shards': 40, |
Zhaoyang Li | 7842759 | 2021-03-25 19:03:23 | [diff] [blame] | 293 | }, |
| 294 | }, |
Chong Gu | 75af969a | 2021-03-22 14:46:14 | [diff] [blame] | 295 | 'ToTFuchsia x64': { |
| 296 | 'args': [ |
| 297 | '--platform=fuchsia', |
| 298 | ], |
| 299 | 'swarming': { |
| 300 | 'shards': 1, |
| 301 | }, |
| 302 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 303 | 'V8 Blink Linux Debug': { |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 304 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 305 | # TODO(machenbach): Change name and out directory of this builder to |
| 306 | # something less confusing. |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 307 | 'args': [ |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 308 | '-t', |
| 309 | 'Debug', |
| 310 | '--release', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 311 | ], |
| 312 | }, |
| 313 | 'V8 Blink Linux Future': { |
| 314 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 315 | '--flag-specific=future-js', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 316 | ], |
| 317 | }, |
| 318 | 'WebKit Linux ASAN': { |
| 319 | 'args': [ |
| 320 | '--additional-expectations', |
| 321 | '../../third_party/blink/web_tests/ASANExpectations', |
| 322 | '--time-out-ms', |
| 323 | '48000', |
| 324 | '--enable-sanitizer', |
| 325 | ], |
| 326 | 'swarming': { |
| 327 | 'shards': 20, |
| 328 | }, |
| 329 | }, |
| 330 | 'WebKit Linux Leak': { |
| 331 | 'args': [ |
| 332 | '--additional-expectations', |
| 333 | '../../third_party/blink/web_tests/LeakExpectations', |
| 334 | '--time-out-ms', |
| 335 | '48000', |
| 336 | '--enable-leak-detection', |
| 337 | ], |
| 338 | 'swarming': { |
| 339 | 'shards': 10, |
| 340 | }, |
| 341 | }, |
| 342 | 'WebKit Linux MSAN': { |
| 343 | 'args': [ |
| 344 | '--additional-expectations', |
| 345 | '../../third_party/blink/web_tests/MSANExpectations', |
| 346 | '--time-out-ms', |
| 347 | '66000', |
| 348 | '--enable-sanitizer', |
| 349 | ], |
| 350 | 'swarming': { |
| 351 | 'expiration': 36000, |
| 352 | 'hard_timeout': 10800, |
| 353 | 'io_timeout': 3600, |
| 354 | 'shards': 20, |
| 355 | }, |
| 356 | }, |
| 357 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 358 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 359 | '--flag-specific=composite-after-paint', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 360 | ], |
Xianzhu Wang | 2dc614e | 2021-03-04 22:56:39 | [diff] [blame] | 361 | 'swarming': { |
| 362 | 'shards': 20, |
| 363 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 364 | }, |
| 365 | 'WebKit Linux layout_ng_disabled Builder': { |
| 366 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 367 | '--flag-specific=disable-layout-ng', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 368 | ], |
Stephen Martinis | 6eb8a557 | 2021-03-02 00:23:08 | [diff] [blame] | 369 | 'swarming': { |
| 370 | 'shards': 20, |
| 371 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 372 | }, |
| 373 | 'Win10 Tests x64': { |
| 374 | 'args': [ |
| 375 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 376 | 'Release_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 377 | ], |
| 378 | 'swarming': { |
| 379 | "shards": 28 |
| 380 | }, |
| 381 | }, |
| 382 | 'Win10 Tests x64 (dbg)': { |
| 383 | 'args': [ |
| 384 | '--debug', |
| 385 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 386 | 'Debug_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 387 | ], |
| 388 | }, |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 389 | 'Win10 Tests x64 20h2': { |
| 390 | 'args': [ |
| 391 | '--target', |
| 392 | 'Release_x64', |
| 393 | ], |
| 394 | 'swarming': { |
| 395 | "shards": 28 |
| 396 | }, |
| 397 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 398 | 'Win7 Tests (dbg)(1)': { |
| 399 | 'args': [ |
| 400 | '--debug', |
| 401 | '--time-out-ms', |
| 402 | '60000' |
| 403 | ], |
| 404 | 'experiment_percentage': 100, |
| 405 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 406 | # from prefered_os_dimension in |
| 407 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 408 | # Swarming dimensions would be either specified for all testers on the |
| 409 | # waterfall (and therefore, explicitly specified for all tests in the |
| 410 | # generated JSON), or this would be removed, and the implicit one used. |
| 411 | 'swarming': { |
| 412 | 'dimension_sets': [ |
| 413 | { |
| 414 | 'os': 'Windows-7-SP1', |
| 415 | } |
| 416 | ], |
| 417 | }, |
| 418 | }, |
| 419 | # tryserver.chromium.android |
| 420 | 'android_blink_rel': { |
| 421 | 'args': [ |
| 422 | '--release', |
| 423 | '--android', |
| 424 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 425 | # Android. Remove this when it no longer affects Android crash |
| 426 | # log handling. |
| 427 | '--disable-breakpad', |
| 428 | # TODO(crbug.com/875172): run on the real GPU since the |
| 429 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 430 | '--additional-driver-flag=--use-gpu-in-tests', |
| 431 | ], |
| 432 | }, |
| 433 | 'devtools_frontend_linux_blink_light_rel': { |
| 434 | 'args': [ |
| 435 | 'http/tests/devtools', |
| 436 | ], |
| 437 | 'swarming': { |
| 438 | 'shards': 4, |
| 439 | }, |
| 440 | }, |
| 441 | 'fuchsia-fyi-x64-rel': { |
| 442 | 'args': [ |
| 443 | '--platform=fuchsia', |
| 444 | ], |
| 445 | 'swarming': { |
| 446 | 'shards': 1, |
| 447 | }, |
| 448 | }, |
Mathias Carlen | 30968a6 | 2020-03-31 08:47:04 | [diff] [blame] | 449 | 'linux-autofill-assistant': { |
| 450 | 'args': [ |
| 451 | '--release', |
| 452 | ], |
| 453 | }, |
Yuzu Saijo | 9709bcc | 2020-03-18 09:12:20 | [diff] [blame] | 454 | 'linux-bfcache-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 455 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 456 | '--flag-specific=enable-back-forward-cache-same-site', |
Hiroshige Hayashizaki | 7012037 | 2021-10-04 07:24:30 | [diff] [blame] | 457 | # TODO(crbug.com/1255537): Re-enable the test. |
| 458 | '--ignore-tests=external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 459 | ], |
| 460 | }, |
| 461 | 'linux-blink-animation-use-time-delta': { |
| 462 | 'args': [ |
| 463 | '--debug', |
| 464 | ], |
| 465 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 466 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 467 | 'args': [ |
| 468 | '--release', |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 469 | '--flag-specific=enable-blink-heap-concurrent-marking', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 470 | ], |
| 471 | }, |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 472 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 473 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 474 | '--flag-specific=force-renderer-accessibility', |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 475 | ], |
| 476 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 477 | 'linux-code-coverage': { |
| 478 | 'args': [ |
| 479 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 480 | ], |
| 481 | 'swarming': { |
| 482 | 'shards': 20, |
| 483 | }, |
| 484 | }, |
Prakhar | da595bf2 | 2021-07-13 17:26:57 | [diff] [blame] | 485 | 'linux-exp-code-coverage': { |
| 486 | 'args': [ |
| 487 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 488 | ], |
| 489 | 'swarming': { |
| 490 | 'shards': 20, |
| 491 | }, |
| 492 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 493 | 'linux-layout-tests-edit-ng': { |
| 494 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 495 | '--flag-specific=enable-editing-ng', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 496 | ], |
| 497 | }, |
Stephanie Kim | 5c7f31d | 2021-04-27 18:00:06 | [diff] [blame] | 498 | 'linux-xenial-rel': { |
| 499 | "args": [ |
| 500 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 501 | ], |
| 502 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 503 | 'mac10.12-blink-rel-dummy': { |
| 504 | 'swarming': { |
| 505 | 'shards': 20, |
| 506 | }, |
| 507 | }, |
| 508 | 'mac10.13-blink-rel-dummy': { |
| 509 | 'swarming': { |
| 510 | 'shards': 20, |
| 511 | }, |
| 512 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 513 | 'mac10.14-blink-rel-dummy': { |
| 514 | 'swarming': { |
Xinan Lin | d2f9171 | 2021-04-29 21:13:56 | [diff] [blame] | 515 | # Increase timeout and reduce shards. |
| 516 | # See https://crbug.com/1203565. |
| 517 | 'shards': 12, |
| 518 | 'hard_timeout': 1800, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 519 | }, |
| 520 | }, |
Ilia Samsonov | 7efe05e | 2020-05-07 19:00:46 | [diff] [blame] | 521 | 'mac10.15-blink-rel-dummy': { |
| 522 | 'swarming': { |
| 523 | 'shards': 20, |
| 524 | }, |
| 525 | }, |
Ilia Samsonov | dd271c6c2 | 2020-09-08 22:24:44 | [diff] [blame] | 526 | 'mac11.0-blink-rel-dummy': { |
| 527 | 'swarming': { |
Dirk Pranke | 2cc6179 | 2021-06-10 20:24:54 | [diff] [blame] | 528 | 'shards': 12, |
| 529 | 'hard_timeout': 1800, |
Ilia Samsonov | dd271c6c2 | 2020-09-08 22:24:44 | [diff] [blame] | 530 | }, |
| 531 | }, |
Preethi Mohan | d030de4 | 2021-07-22 21:12:13 | [diff] [blame] | 532 | 'win10.20h2-blink-rel-dummy': { |
| 533 | 'swarming': { |
Preethi Mohan | d044dd0 | 2021-09-06 15:59:42 | [diff] [blame] | 534 | 'shards': 14, |
Preethi Mohan | d030de4 | 2021-07-22 21:12:13 | [diff] [blame] | 535 | 'hard_timeout': 1200, |
| 536 | }, |
| 537 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 538 | }, |
| 539 | }, |
John Budorick | ca99585 | 2019-06-26 16:55:55 | [diff] [blame] | 540 | 'breakpad_unittests': { |
| 541 | 'modifications': { |
| 542 | 'android-asan': { |
| 543 | 'args': [ |
| 544 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter', |
| 545 | ], |
| 546 | }, |
| 547 | }, |
| 548 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 549 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 550 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 551 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 552 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 553 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 554 | # TODO(crbug.com/1171053): Enable the suite in 'Mac10.15 Tests' once it's |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 555 | # off CQ. |
Gary Tong | d5f5a74 | 2021-01-29 00:01:13 | [diff] [blame] | 556 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 557 | 'Mac10.15 Tests', # https://crbug.com/1042757 |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 558 | 'Mac10.15 Tests (dbg)', # https://crbug.com/1201386 |
| 559 | 'mac-code-coverage', # https://crbug.com/1201386 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 560 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 561 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 562 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 563 | 'modifications': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 564 | 'CrWinAsan': { |
| 565 | # These are very slow on the ASAN trybot for some reason. |
| 566 | # crbug.com/794372 |
| 567 | 'swarming': { |
| 568 | 'shards': 40, |
| 569 | }, |
| 570 | }, |
| 571 | 'CrWinAsan(dll)': { |
| 572 | # These are very slow on the ASAN trybot for some reason. |
| 573 | # crbug.com/794372 |
| 574 | 'swarming': { |
| 575 | 'shards': 40, |
| 576 | }, |
| 577 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 578 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 579 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 580 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 581 | }, |
| 582 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 583 | 'Linux ASan LSan Tests (1)': { |
| 584 | # These are very slow on the ASAN trybot for some reason. |
| 585 | # crbug.com/794372 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 586 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 587 | 'shards': 40, |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 588 | }, |
| 589 | }, |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 590 | 'Linux ASan Tests (sandboxed)': { |
| 591 | 'swarming': { |
John Abd-El-Malek | 3a63161 | 2020-07-08 21:40:41 | [diff] [blame] | 592 | 'shards': 30, # https://crbug.com/1103330 |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 593 | }, |
| 594 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 595 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 596 | # These are very slow on the ASAN trybot for some reason. |
| 597 | # crbug.com/794372 |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 598 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 599 | 'shards': 31, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 600 | }, |
| 601 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 602 | 'Linux ChromiumOS MSan Tests': { |
| 603 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 604 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 605 | 'swarming': { |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 606 | 'shards': 32, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 607 | }, |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 608 | 'args': [ |
| 609 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter', |
| 610 | ], |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 611 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 612 | # https://crbug.com/1084469 |
| 613 | 'Linux Tests (Wayland)': { |
| 614 | 'args': [ |
| 615 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter', |
| 616 | ], |
| 617 | }, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 618 | 'Linux Tests (dbg)(1)': { |
| 619 | # crbug.com/1066161 |
| 620 | 'swarming': { |
| 621 | 'shards': 20, |
| 622 | }, |
| 623 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 624 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 625 | 'swarming': { |
Stephen Martinis | cd3c383 | 2020-11-19 22:01:24 | [diff] [blame] | 626 | 'shards': 30, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 627 | }, |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 628 | # crbug.com/1196416 |
| 629 | 'args': [ |
| 630 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 631 | ], |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 632 | 'experiment_percentage': 100, # https://crbug.com/1251657 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 633 | }, |
Sven Zheng | 3f1462569 | 2021-08-24 06:28:27 | [diff] [blame] | 634 | # TODO(crbug.com/1232535) Remove once the bug is resolved. |
| 635 | 'Mac10.11 Tests': { |
| 636 | 'args': [ |
| 637 | '--test-launcher-print-timestamps', |
| 638 | ], |
| 639 | }, |
Lindsay Pasricha | 76f44d2 | 2021-04-07 16:16:26 | [diff] [blame] | 640 | 'Mac10.15 Tests': { |
| 641 | # crbug.com/1042757 |
| 642 | 'swarming': { |
| 643 | 'dimension_sets': [ |
| 644 | { |
| 645 | # These shards are liable to time out when running on macmini7,1. |
| 646 | 'cores': '8|12', |
| 647 | } |
| 648 | ], |
| 649 | }, |
| 650 | # crbug.com/1196416 |
| 651 | 'args': [ |
| 652 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 653 | ], |
| 654 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 655 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 656 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 657 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 658 | }, |
| 659 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 660 | 'ToTWin64(dbg)': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 661 | 'swarming': { |
| 662 | 'shards': 20, |
| 663 | }, |
| 664 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 665 | 'Win10 Tests x64': { |
| 666 | # crbug.com/868082 |
| 667 | 'args': [ |
| 668 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 669 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 670 | 'swarming': { |
| 671 | # This is for slow test execution that often becomes a critical path of |
| 672 | # swarming jobs. crbug.com/868114 |
| 673 | 'shards': 15, |
| 674 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 675 | }, |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 676 | 'Win10 Tests x64 20h2': { |
| 677 | # crbug.com/868082 |
| 678 | 'args': [ |
| 679 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 680 | ], |
| 681 | 'swarming': { |
| 682 | # This is for slow test execution that often becomes a critical path of |
| 683 | # swarming jobs. crbug.com/868114 |
| 684 | 'shards': 15, |
| 685 | } |
| 686 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 687 | 'Win7 Tests (1)': { |
| 688 | # This is for slow test execution that often becomes a critical path of |
| 689 | # swarming jobs. crbug.com/868114 |
| 690 | 'swarming': { |
| 691 | 'shards': 15, |
| 692 | }, |
| 693 | }, |
| 694 | 'Win7 Tests (dbg)(1)': { |
Pavol Marko | c579e07 | 2019-12-05 22:42:02 | [diff] [blame] | 695 | 'swarming': { |
| 696 | 'shards': 20, |
| 697 | }, |
| 698 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 699 | 'linux-chromeos-chrome': { |
| 700 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 701 | # tests are green. |
| 702 | 'args': [ |
| 703 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 704 | ], |
| 705 | }, |
| 706 | 'linux-chromeos-code-coverage': { |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 707 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 708 | 'shards': 50, |
| 709 | }, |
| 710 | }, |
| 711 | 'linux-chromeos-dbg': { |
| 712 | 'swarming': { |
Garrett Beaty | d81c918 | 2021-05-12 02:52:50 | [diff] [blame] | 713 | 'shards': 40, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 714 | }, |
| 715 | }, |
| 716 | 'linux-chromeos-rel': { |
| 717 | 'swarming': { |
| 718 | 'shards': 20, |
Stephanie Kim | e9008f7 | 2020-03-05 23:01:16 | [diff] [blame] | 719 | 'dimension_sets': [ |
| 720 | { |
| 721 | 'kvm': '1', |
| 722 | }, |
| 723 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 724 | }, |
| 725 | }, |
| 726 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 727 | 'args': [ |
| 728 | '--no-sandbox', |
| 729 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 730 | 'swarming': { |
| 731 | 'shards': 50, |
| 732 | }, |
| 733 | }, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 734 | 'linux-lacros-code-coverage': { |
| 735 | 'args': [ |
Ben Pastene | d1b2fd19 | 2021-05-11 19:10:18 | [diff] [blame] | 736 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter', |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 737 | ], |
| 738 | }, |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 739 | 'linux-lacros-dbg-tests-fyi': { |
| 740 | 'args': [ |
| 741 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter', |
| 742 | ], |
| 743 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 744 | 'linux-lacros-tester-rel': { |
| 745 | 'args': [ |
Ben Pastene | d1b2fd19 | 2021-05-11 19:10:18 | [diff] [blame] | 746 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter', |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 747 | ], |
| 748 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 749 | 'linux-trusty-rel': { |
| 750 | 'args': [ |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 751 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter', |
| 752 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 753 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 754 | 'mac-code-coverage': { |
| 755 | 'args': [ |
| 756 | '--coverage-continuous-mode=1', |
| 757 | ], |
| 758 | }, |
Kuan Huang | 83a1c92 | 2021-09-08 22:00:27 | [diff] [blame] | 759 | 'mac11-arm64-rel-tests': { |
Kuan Huang | 199112a5 | 2021-08-23 17:37:19 | [diff] [blame] | 760 | 'ci_only': False, # https://crbug.com/1234525 |
| 761 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 762 | 'win-asan': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 763 | # These are very slow on the ASAN trybot for some reason. |
| 764 | # crbug.com/794372 |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 765 | 'swarming': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 766 | 'shards': 40, |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 767 | }, |
| 768 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 769 | }, |
| 770 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 771 | 'cc_unittests': { |
| 772 | 'modifications': { |
| 773 | 'Linux TSan Tests': { |
| 774 | 'swarming': { |
| 775 | 'shards': 3, |
| 776 | }, |
| 777 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 778 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 779 | # https://crbug.com/1039860 |
| 780 | 'args': [ |
| 781 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.cc_unittests.filter', |
| 782 | ], |
| 783 | }, |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 784 | 'android-marshmallow-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 785 | # https://crbug.com/1039860 |
| 786 | 'args': [ |
| 787 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 788 | ], |
| 789 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 790 | 'android-pie-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 791 | # https://crbug.com/1039860 |
| 792 | 'args': [ |
| 793 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 794 | ], |
| 795 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 796 | 'fuchsia-code-coverage': { |
| 797 | 'swarming': { |
| 798 | 'shards': 4, |
| 799 | }, |
| 800 | }, |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 801 | 'fuchsia-fyi-arm64-dbg': { |
| 802 | 'args': [ |
| 803 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.cc_unittests.filter', |
| 804 | ], |
| 805 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 806 | }, |
| 807 | }, |
Prakhar | 94f444a | 2020-10-08 07:30:08 | [diff] [blame] | 808 | 'check_static_initializers': { |
| 809 | 'modifications': { |
| 810 | 'Mac Builder': { |
| 811 | 'args': [ |
| 812 | '--allow-coverage-initializer', |
| 813 | ], |
| 814 | }, |
| 815 | }, |
| 816 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 817 | 'chrome_all_tast_tests': { |
| 818 | 'modifications': { |
| 819 | 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': { |
| 820 | 'args': [ |
| 821 | # This bot sets symbol_level=2, which doesn't fit inside a normal VM. |
| 822 | '--strip-chrome', |
| 823 | ], |
| 824 | }, |
| 825 | }, |
| 826 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 827 | 'chrome_java_test_pagecontroller_tests': { |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 828 | 'modifications': { |
| 829 | 'android-pie-arm64-rel': { |
| 830 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 831 | # capacity has been deployed. |
| 832 | 'swarming': { |
| 833 | 'dimension_sets': [ |
| 834 | { |
| 835 | 'device_type': 'sailfish', |
| 836 | }, |
| 837 | ], |
| 838 | }, |
| 839 | }, |
| 840 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 841 | }, |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 842 | 'chrome_public_smoke_test': { |
| 843 | 'remove_from': [ |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 844 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 845 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 846 | ], |
| 847 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 848 | 'chrome_public_test_apk': { |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 849 | 'remove_from': [ |
| 850 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 851 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 852 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 853 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 854 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 855 | 'Marshmallow 64 bit Tester': { |
| 856 | 'swarming': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 857 | 'shards': 14, |
| 858 | }, |
| 859 | }, |
Arthur Wang | 5dd7b07c | 2020-04-04 01:05:22 | [diff] [blame] | 860 | 'Marshmallow Tablet Tester': { |
| 861 | 'args': [ |
| 862 | '--timeout-scale', |
| 863 | '2.0', |
| 864 | ], |
| 865 | }, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 866 | 'Oreo Phone Tester': { |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 867 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 868 | # either passing or there is more capacity. |
| 869 | 'experiment_percentage': 0, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 870 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 871 | 'android-11-x86-rel': { |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 872 | 'args': [ |
| 873 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.chrome_public_test_apk.filter', |
Haiyang Pan | 1d5ca286 | 2021-04-01 22:21:09 | [diff] [blame] | 874 | '--timeout-scale=2.0', |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 875 | ], |
Haiyang Pan | 10f029c | 2021-07-30 23:17:56 | [diff] [blame] | 876 | # TODO(crbug.com/1137474): Remove after the test suite is green. |
| 877 | 'experiment_percentage': 100, |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 878 | # TODO(crbug.com/1137474): Revisit the shard number once failed tests |
| 879 | # are fixed. |
| 880 | 'swarming': { |
| 881 | 'shards': 30, |
Haiyang Pan | adcf343 | 2021-06-18 03:23:23 | [diff] [blame] | 882 | 'dimension_sets': [ |
| 883 | { |
| 884 | 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime |
| 885 | }, |
| 886 | ], |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 887 | }, |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 888 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 889 | 'android-arm64-proguard-rel': { |
| 890 | 'swarming': { |
| 891 | 'shards': 25, |
| 892 | }, |
| 893 | }, |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 894 | 'android-marshmallow-arm64-rel-swarming': { |
| 895 | 'swarming': { |
Brian Sheedy | 180c2dd | 2020-04-22 19:34:31 | [diff] [blame] | 896 | 'service_account': '[email protected]' |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 897 | }, |
| 898 | }, |
Haiyang Pan | 742760c | 2021-02-12 03:21:41 | [diff] [blame] | 899 | 'android-marshmallow-x86-rel': { |
| 900 | 'args': [ |
| 901 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter', |
| 902 | ], |
| 903 | 'swarming': { |
| 904 | # TODO(crbug.com/1127110): Revisit shards and machine_type if there |
| 905 | # are n2 machines available in the test pool. |
| 906 | 'shards': 25, |
| 907 | 'dimension_sets': [ |
| 908 | { |
| 909 | 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime |
| 910 | }, |
| 911 | ], |
| 912 | }, |
Haiyang Pan | 37fbd7a4 | 2020-06-03 03:27:37 | [diff] [blame] | 913 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 914 | 'android-pie-arm64-rel': { |
| 915 | 'args': [ |
| 916 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211 |
| 917 | ], |
Stephen Martinis | d05530d | 2021-07-27 22:50:22 | [diff] [blame] | 918 | 'ci_only': True, # https://crbug.com/1233700 |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 919 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 920 | 'android-pie-x86-rel': { |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 921 | 'args': [ |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 922 | # https://crbug.com/1046059 |
Haiyang Pan | 23f64f5 | 2020-06-04 01:23:32 | [diff] [blame] | 923 | '--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] | 924 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 925 | 'swarming': { |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 926 | 'dimension_sets': [ |
| 927 | { |
Haiyang Pan | 1f205ad | 2021-07-31 01:47:52 | [diff] [blame] | 928 | 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 929 | }, |
| 930 | ], |
| 931 | # See https://crbug.com/1230192, runs of 40-60 minutes at 20 shards. |
| 932 | 'shards': 30, |
| 933 | }, |
| 934 | }, |
| 935 | }, |
| 936 | }, |
| 937 | 'chrome_public_test_apk_with_playstore': { |
| 938 | 'remove_from': [ |
| 939 | # Android Emulator does not ship playstore image on Marshmallow. |
| 940 | 'android-marshmallow-x86-rel', |
| 941 | ], |
| 942 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 943 | 'android-11-x86-rel': { |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 944 | 'args': [ |
| 945 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android30.textpb', |
| 946 | ], |
| 947 | 'swarming': { |
| 948 | # soft affinity so that bots with caches will be picked first |
| 949 | 'optional_dimensions': { |
| 950 | '60': [ |
| 951 | { |
| 952 | 'caches': 'avd_generic_playstore_android28', |
| 953 | } |
| 954 | ], |
| 955 | }, |
| 956 | 'named_caches': [ |
| 957 | { |
| 958 | 'name': 'avd_generic_playstore_android30', |
| 959 | 'path': '.android', |
| 960 | }, |
| 961 | { |
| 962 | 'name': 'system_images_android_30_google_apis_playstore_x86', |
| 963 | 'path': '.emulator_sdk', |
| 964 | }, |
| 965 | ], |
| 966 | }, |
| 967 | }, |
| 968 | 'android-pie-x86-rel': { |
| 969 | 'args': [ |
| 970 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 971 | ], |
| 972 | 'swarming': { |
Haiyang Pan | 2c43830 | 2021-06-11 23:50:38 | [diff] [blame] | 973 | # soft affinity so that bots with caches will be picked first |
| 974 | 'optional_dimensions': { |
| 975 | '60': [ |
| 976 | { |
| 977 | 'caches': 'avd_generic_playstore_android28', |
| 978 | } |
| 979 | ], |
| 980 | }, |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 981 | 'named_caches': [ |
| 982 | { |
| 983 | 'name': 'avd_generic_playstore_android28', |
| 984 | 'path': '.android', |
| 985 | }, |
| 986 | { |
| 987 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 988 | 'path': '.emulator_sdk', |
| 989 | }, |
Haiyang Pan | 98040282 | 2020-10-07 23:24:56 | [diff] [blame] | 990 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 991 | }, |
John Budorick | 3400947 | 2018-04-03 17:38:44 | [diff] [blame] | 992 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 993 | }, |
| 994 | }, |
| 995 | 'chrome_public_test_vr_apk': { |
Nico Weber | b0b3f586 | 2018-07-13 18:45:15 | [diff] [blame] | 996 | 'remove_from': [ |
Brian Sheedy | 29ac569 | 2021-01-06 17:41:49 | [diff] [blame] | 997 | # Decided to no longer run VR tests on L, crbug.com/1159619. |
| 998 | 'Lollipop Phone Tester', |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 999 | 'Lollipop Tablet Tester', |
| 1000 | 'Marshmallow Tablet Tester', |
Haiyang Pan | d12ff546 | 2021-07-12 17:29:02 | [diff] [blame] | 1001 | |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1002 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
bsheedy | df58b4e | 2018-11-01 19:42:16 | [diff] [blame] | 1003 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1004 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 1005 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 1006 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 1007 | ], |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 1008 | 'modifications': { |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 1009 | # Use "--remove-system-package" according to crbug.com/931947#c1 |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 1010 | 'android-nougat-arm64-rel': { |
| 1011 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 1012 | # Applying a mixin via an exception doesn't work, so manually apply |
| 1013 | # the same arguments as the 'vr_instrumentation_test' mixin. |
| 1014 | '--remove-system-package=com.google.vr.vrcore', |
| 1015 | '--additional-apk=//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk', |
| 1016 | ], |
Brian Sheedy | 4a652b7 | 2020-12-17 23:59:49 | [diff] [blame] | 1017 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 1018 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1019 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 1020 | 'chrome_public_test_vr_apk-vega': { |
| 1021 | 'modifications': { |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 1022 | 'Oreo Phone Tester': { |
| 1023 | 'swarming': { |
| 1024 | 'dimension_sets': [ |
| 1025 | { |
| 1026 | 'device_os': 'OVR1.180808.003', |
| 1027 | 'device_type': 'vega', |
| 1028 | 'os': 'Android', |
| 1029 | }, |
| 1030 | ], |
| 1031 | }, |
| 1032 | } |
| 1033 | } |
| 1034 | }, |
Rakib M. Hasan | a56be79 | 2021-03-15 21:14:40 | [diff] [blame] | 1035 | 'chrome_public_wpt': { |
| 1036 | 'modifications': { |
| 1037 | 'android-web-platform-pie-x86-fyi-rel': { |
| 1038 | 'swarming': { |
Rakib M. Hasan | a56be79 | 2021-03-15 21:14:40 | [diff] [blame] | 1039 | 'shards': 18, |
| 1040 | }, |
| 1041 | }, |
| 1042 | }, |
| 1043 | }, |
Ian Struiksma | eb285db0 | 2020-10-20 22:19:34 | [diff] [blame] | 1044 | 'chrome_sizes': { |
| 1045 | 'modifications': { |
Yuke Liao | 97568030 | 2021-02-18 18:34:54 | [diff] [blame] | 1046 | 'lacros-amd64-generic-chrome': { |
| 1047 | 'swarming': { |
| 1048 | 'dimension_sets': [ |
| 1049 | { |
Yuke Liao | 31225ee3 | 2021-03-17 23:21:33 | [diff] [blame] | 1050 | 'cpu': 'x86-64', |
Ben Pastene | ddd3da7 | 2021-09-23 17:41:35 | [diff] [blame] | 1051 | 'os': 'Ubuntu-18.04', |
Yuke Liao | 97568030 | 2021-02-18 18:34:54 | [diff] [blame] | 1052 | }, |
| 1053 | ], |
| 1054 | }, |
| 1055 | }, |
Ben Pastene | e9536c8 | 2021-10-19 01:48:57 | [diff] [blame] | 1056 | 'lacros-arm-generic-chrome': { |
| 1057 | 'swarming': { |
| 1058 | 'dimension_sets': [ |
| 1059 | { |
| 1060 | 'cpu': 'x86-64', |
| 1061 | 'os': 'Ubuntu-18.04', |
| 1062 | }, |
| 1063 | ], |
| 1064 | }, |
| 1065 | }, |
Ian Struiksma | eb285db0 | 2020-10-20 22:19:34 | [diff] [blame] | 1066 | }, |
| 1067 | }, |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 1068 | 'chromedriver_py_tests': { |
| 1069 | 'remove_from': [ |
| 1070 | # Timeout happens sometimes (crbug.com/951799). |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 1071 | 'Win10 Tests x64 (dbg)', |
| 1072 | ], |
| 1073 | }, |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1074 | 'components_browsertests': { |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1075 | 'remove_from': [ |
| 1076 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457 |
| 1077 | 'fuchsia-fyi-x64-rel', # https://crbug.com/961457 |
| 1078 | ], |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1079 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1080 | 'android-11-x86-rel': { |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1081 | 'swarming': { |
| 1082 | 'shards': 2, |
| 1083 | }, |
| 1084 | }, |
| 1085 | }, |
| 1086 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1087 | 'components_unittests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1088 | 'remove_from': [ |
Ben Joyce | 68c5c85 | 2021-10-16 23:55:16 | [diff] [blame] | 1089 | # https://crbug.com/1147531 - covered on marshmallow emulator. |
Garrett Beaty | 47a2d80 | 2020-11-10 20:50:53 | [diff] [blame] | 1090 | 'android-marshmallow-arm64-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1091 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1092 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1093 | 'Linux ASan LSan Tests (1)': { |
| 1094 | # These are very slow on the ASAN trybot for some reason. |
| 1095 | # crbug.com/794372 |
| 1096 | 'swarming': { |
| 1097 | 'shards': 5, |
| 1098 | }, |
| 1099 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1100 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 1101 | # These are very slow on the ASAN trybot for some reason. |
| 1102 | # crbug.com/794372 |
| 1103 | 'swarming': { |
| 1104 | 'shards': 5, |
| 1105 | }, |
| 1106 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1107 | 'Linux TSan Tests': { |
| 1108 | 'swarming': { |
| 1109 | 'shards': 2, |
| 1110 | }, |
| 1111 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1112 | 'android-11-x86-rel': { |
Haiyang Pan | 799282f | 2021-03-25 19:38:31 | [diff] [blame] | 1113 | 'args': [ |
| 1114 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.components_unittests.filter', |
| 1115 | ], |
| 1116 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1117 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1118 | 'swarming': { |
| 1119 | 'shards': 2, |
| 1120 | }, |
| 1121 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1122 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1123 | 'linux-lacros-code-coverage': { |
| 1124 | 'args': [ |
| 1125 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter', |
| 1126 | ], |
| 1127 | }, |
| 1128 | # https://crbug.com/1111979, |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 1129 | 'linux-lacros-dbg-tests-fyi': { |
| 1130 | 'args': [ |
| 1131 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter', |
| 1132 | ], |
| 1133 | }, |
| 1134 | # https://crbug.com/1111979, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1135 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1136 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 1137 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1138 | ], |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1139 | }, |
| 1140 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1141 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1142 | 'compositor_unittests': { |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 1143 | 'modifications': { |
| 1144 | 'fuchsia-fyi-arm64-dbg': { |
| 1145 | 'args': [ |
| 1146 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.compositor_unittests.filter', |
| 1147 | ], |
| 1148 | }, |
| 1149 | }, |
| 1150 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1151 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1152 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1153 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Chong Gu | 0ed5dcda | 2021-07-15 21:26:11 | [diff] [blame] | 1154 | 'android-marshmallow-arm64-rel', # http://crbug.com/1060245#c30: due to low utility and capacity. |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1155 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1156 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1157 | 'Cast Audio Linux': { |
| 1158 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 1159 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1160 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1161 | }, |
| 1162 | 'Cast Linux': { |
| 1163 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 1164 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1165 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1166 | }, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 1167 | 'Linux ASan LSan Tests (1)': { |
| 1168 | 'swarming': { |
| 1169 | 'shards': 12, |
| 1170 | }, |
| 1171 | }, |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 1172 | 'Linux ASan Tests (sandboxed)': { |
| 1173 | 'swarming': { |
John Abd-El-Malek | 3a63161 | 2020-07-08 21:40:41 | [diff] [blame] | 1174 | 'shards': 10, # https://crbug.com/1103330 |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 1175 | }, |
| 1176 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1177 | 'Linux TSan Tests': { |
| 1178 | 'swarming': { |
| 1179 | 'shards': 15, |
| 1180 | }, |
| 1181 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1182 | # https://crbug.com/1077181 |
| 1183 | 'Linux Tests (Wayland)': { |
| 1184 | 'args': [ |
| 1185 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter', |
| 1186 | ], |
| 1187 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1188 | 'Lollipop Phone Tester': { |
| 1189 | 'swarming': { |
Haiyang Pan | bbd866d | 2020-09-16 00:48:38 | [diff] [blame] | 1190 | 'shards': 10, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1191 | }, |
| 1192 | }, |
Sergey Silkin | fe96b35 | 2020-10-19 20:41:34 | [diff] [blame] | 1193 | 'Lollipop Tablet Tester': { |
| 1194 | 'args': [ |
| 1195 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.lollipop_tablet_tester.content_browsertests.filter', |
| 1196 | ], |
Haiyang Pan | 1f636735 | 2021-07-02 21:15:57 | [diff] [blame] | 1197 | 'swarming': { |
| 1198 | 'shards': 15, |
| 1199 | }, |
Sergey Silkin | fe96b35 | 2020-10-19 20:41:34 | [diff] [blame] | 1200 | }, |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 1201 | 'Mac ASan 64 Tests (1)': { # https://crbug.com/1200640 |
| 1202 | 'experiment_percentage': 100, |
| 1203 | }, |
Sergey Silkin | fe96b35 | 2020-10-19 20:41:34 | [diff] [blame] | 1204 | 'Marshmallow Tablet Tester': { |
| 1205 | 'args': [ |
| 1206 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.marshmallow_tablet_tester.content_browsertests.filter', |
| 1207 | ], |
Haiyang Pan | 1f636735 | 2021-07-02 21:15:57 | [diff] [blame] | 1208 | 'swarming': { |
| 1209 | 'shards': 15, |
| 1210 | }, |
Sergey Silkin | fe96b35 | 2020-10-19 20:41:34 | [diff] [blame] | 1211 | }, |
Sergey Silkin | 1fe10e8 | 2020-10-30 19:36:58 | [diff] [blame] | 1212 | 'WebRTC Chromium FYI Android Tests (dbg) (M Nexus5X)': { |
| 1213 | 'args': [ |
| 1214 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 1215 | ], |
Andrew Grieve | ae21ca6 | 2021-10-20 18:37:52 | [diff] [blame] | 1216 | }, |
| 1217 | 'WebRTC Chromium FYI Android Tests (dbg) (N Nexus5X)': { |
| 1218 | 'args': [ |
| 1219 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 1220 | ], |
| 1221 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1222 | 'Win10 Tests x64': { |
| 1223 | # crbug.com/868082 |
| 1224 | 'args': [ |
| 1225 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1226 | ], |
| 1227 | }, |
| 1228 | 'Win10 Tests x64 (dbg)': { |
| 1229 | 'experiment_percentage': 100, |
| 1230 | # crbug.com/868082 |
| 1231 | 'args': [ |
| 1232 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1233 | ], |
| 1234 | }, |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 1235 | 'Win10 Tests x64 20h2': { |
| 1236 | # crbug.com/868082 |
| 1237 | 'args': [ |
| 1238 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1239 | ], |
| 1240 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1241 | 'android-11-x86-rel': { |
Haiyang Pan | 10f029c | 2021-07-30 23:17:56 | [diff] [blame] | 1242 | # TODO(crbug.com/1137474): Remove after the test suite is green. |
| 1243 | 'experiment_percentage': 100, |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 1244 | # TODO(crbug.com/1137474): Revisit the shard number once failed tests |
| 1245 | # are fixed. |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1246 | 'swarming': { |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 1247 | 'shards': 30, |
Haiyang Pan | 45e77dda | 2021-07-01 22:23:29 | [diff] [blame] | 1248 | 'dimension_sets': [ |
| 1249 | { |
| 1250 | 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime |
| 1251 | }, |
| 1252 | ], |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1253 | }, |
| 1254 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1255 | 'android-arm64-proguard-rel': { |
| 1256 | 'swarming': { |
| 1257 | 'shards': 16, |
| 1258 | }, |
| 1259 | }, |
| 1260 | 'android-asan': { |
| 1261 | 'args': [ |
| 1262 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter', |
| 1263 | ], |
| 1264 | 'swarming': { |
| 1265 | 'shards': 18, |
| 1266 | }, |
| 1267 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1268 | 'android-marshmallow-arm64-rel': { |
| 1269 | 'swarming': { |
| 1270 | 'shards': 16, |
| 1271 | }, |
| 1272 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1273 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1274 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 1275 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter', |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1276 | ], |
Haiyang Pan | c47f6d1 | 2020-08-19 18:34:49 | [diff] [blame] | 1277 | 'swarming': { |
| 1278 | 'shards': 20, |
| 1279 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1280 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 1281 | 'android-nougat-arm64-rel': { |
| 1282 | 'swarming': { |
| 1283 | 'shards': 16, |
| 1284 | }, |
| 1285 | # TODO(crbug.com/1108055): Remove this filter |
| 1286 | 'args': [ |
| 1287 | '--gtest_filter=-BackgroundTracingManagerBrowserTest.PerfettoSystemBackgroundScenario*', |
| 1288 | ], |
| 1289 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1290 | 'android-pie-x86-rel': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1291 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 1292 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1293 | ], |
Sky Malice | 303f7ec | 2021-07-17 04:13:09 | [diff] [blame] | 1294 | 'swarming': { |
| 1295 | # Flaking with only 20 shards with 40-60 minute runs. |
| 1296 | # https://crbug.com/1230118 |
| 1297 | 'shards': 30, |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 1298 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1299 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1300 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1301 | 'swarming': { |
| 1302 | 'shards': 4, |
| 1303 | }, |
| 1304 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1305 | 'linux-chromeos-code-coverage': { |
| 1306 | 'swarming': { |
| 1307 | 'shards': 12, |
| 1308 | }, |
| 1309 | }, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 1310 | 'linux-chromeos-rel': { |
| 1311 | 'swarming': { |
| 1312 | 'shards': 3, |
| 1313 | }, |
| 1314 | }, |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1315 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 1316 | 'args': [ |
| 1317 | '--no-sandbox', |
| 1318 | ], |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1319 | 'swarming': { |
| 1320 | 'shards': 12, |
| 1321 | }, |
| 1322 | }, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1323 | # https://crbug.com/1111979, |
| 1324 | 'linux-lacros-code-coverage': { |
| 1325 | 'args': [ |
| 1326 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter', |
| 1327 | ], |
| 1328 | }, |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 1329 | # https://crbug.com/1111979, |
| 1330 | 'linux-lacros-dbg-tests-fyi': { |
| 1331 | 'args': [ |
| 1332 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter', |
| 1333 | ], |
| 1334 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1335 | # https://crbug.com/1111979 |
| 1336 | 'linux-lacros-tester-fyi-rel': { |
| 1337 | 'experiment_percentage': 100, |
| 1338 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1339 | # https://crbug.com/1111979, |
| 1340 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1341 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 1342 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1343 | ], |
| 1344 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 1345 | 'mac-code-coverage': { |
| 1346 | 'args': [ |
| 1347 | '--coverage-continuous-mode=1', |
| 1348 | ], |
| 1349 | }, |
Kuan Huang | 05332fb | 2021-10-12 02:04:26 | [diff] [blame] | 1350 | # https://crbug.com/1255940 |
| 1351 | 'mac-rel-swarming': { |
| 1352 | 'swarming': { |
| 1353 | 'dimension_sets': [ |
| 1354 | { |
| 1355 | # These test would time out when running on 4 cores instances. |
| 1356 | 'cores': '8|12', |
| 1357 | } |
| 1358 | ], |
| 1359 | }, |
| 1360 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1361 | }, |
| 1362 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 1363 | 'content_shell_crash_test': { |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 1364 | 'remove_from': [ |
Nico Weber | bbbc34e | 2020-10-14 18:21:50 | [diff] [blame] | 1365 | 'Mac10.11 Tests', # crbug.com/1138050 |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1366 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084353 |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 1367 | ], |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 1368 | 'modifications': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 1369 | 'Win10 Tests x64 (dbg)': { |
| 1370 | 'experiment_percentage': 100, # https://crbug.com/861730 |
| 1371 | }, |
| 1372 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 1373 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1374 | 'content_shell_test_apk': { |
| 1375 | 'remove_from': [ |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1376 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 1377 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 1378 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1379 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1380 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1381 | 'android-11-x86-rel': { |
Haiyang Pan | 10386481 | 2021-03-19 19:28:44 | [diff] [blame] | 1382 | 'args': [ |
| 1383 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.content_shell_test_apk.filter', |
Haiyang Pan | abdab2f | 2021-07-19 20:37:51 | [diff] [blame] | 1384 | '--timeout-scale=2.0', |
Haiyang Pan | 10386481 | 2021-03-19 19:28:44 | [diff] [blame] | 1385 | ], |
| 1386 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 1387 | 'android-marshmallow-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1388 | 'args': [ |
Haiyang Pan | 28e7358 | 2020-05-30 00:34:27 | [diff] [blame] | 1389 | '--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] | 1390 | ], |
| 1391 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1392 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1393 | 'args': [ |
| 1394 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1395 | ], |
| 1396 | }, |
| 1397 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1398 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1399 | 'content_unittests': { |
| 1400 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1401 | 'Linux ASan LSan Tests (1)': { |
| 1402 | # These are slow on the ASAN trybot for some reason. |
| 1403 | # crbug.com/794372 |
| 1404 | 'swarming': { |
| 1405 | 'shards': 2, |
| 1406 | }, |
| 1407 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1408 | 'Linux ChromiumOS MSan Tests': { |
| 1409 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1410 | # crbug.com/865455 |
| 1411 | 'swarming': { |
| 1412 | 'shards': 2, |
| 1413 | }, |
| 1414 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 1415 | 'fuchsia-code-coverage': { |
| 1416 | 'swarming': { |
| 1417 | 'shards': 12, |
| 1418 | }, |
| 1419 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1420 | }, |
| 1421 | }, |
Yuly Novikov | 1931425 | 2021-10-02 03:06:28 | [diff] [blame] | 1422 | 'context_lost_passthrough_tests': { |
| 1423 | 'modifications': { |
| 1424 | 'Mac FYI ASAN (Intel)': { |
| 1425 | 'args': [ |
| 1426 | '--is-asan', |
| 1427 | ] |
| 1428 | }, |
| 1429 | 'Mac FYI Retina ASAN (AMD)': { |
| 1430 | 'args': [ |
| 1431 | '--is-asan', |
| 1432 | ] |
| 1433 | }, |
| 1434 | }, |
| 1435 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1436 | 'context_lost_validating_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1437 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1438 | # exception once there is enough capacity to run these tests. |
| 1439 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1440 | 'Android FYI Release (Pixel 2)', |
| 1441 | ], |
Yuly Novikov | 1931425 | 2021-10-02 03:06:28 | [diff] [blame] | 1442 | 'modifications': { |
| 1443 | 'Mac FYI ASAN (Intel)': { |
| 1444 | 'args': [ |
| 1445 | '--is-asan', |
| 1446 | ] |
| 1447 | }, |
| 1448 | 'Mac FYI Retina ASAN (AMD)': { |
| 1449 | 'args': [ |
| 1450 | '--is-asan', |
| 1451 | ] |
| 1452 | }, |
| 1453 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 1454 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1455 | 'crashpad_tests': { |
| 1456 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1457 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 1458 | # https://crbug.com/crashpad/304 |
| 1459 | 'Linux TSan Tests', |
| 1460 | 'ToTLinuxTSan', |
| 1461 | # https://crbug.com/crashpad/306 |
| 1462 | 'Linux CFI', |
| 1463 | 'CFI Linux ToT', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1464 | ], |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 1465 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1466 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 1467 | 'args': [ |
| 1468 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.crashpad_tests.filter', |
| 1469 | ], |
| 1470 | }, |
Haiyang Pan | 07d9e26 | 2021-10-20 21:50:03 | [diff] [blame^] | 1471 | 'android-12-x64-fyi-rel': { |
| 1472 | 'args': [ |
| 1473 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.crashpad_tests.filter', |
| 1474 | ], |
| 1475 | }, |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 1476 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1477 | }, |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 1478 | 'cronet_sizes': { |
| 1479 | 'modifications': { |
| 1480 | 'android-cronet-arm-dbg': { |
| 1481 | 'swarming': { |
| 1482 | 'dimension_sets': [ |
| 1483 | { |
| 1484 | 'device_os': None, |
| 1485 | 'device_type': None, |
Takuto Ikuta | 5e459b1 | 2019-07-09 05:30:56 | [diff] [blame] | 1486 | 'os': 'Ubuntu-16.04', |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 1487 | }, |
| 1488 | ], |
| 1489 | }, |
| 1490 | }, |
| 1491 | }, |
| 1492 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1493 | 'depth_capture_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1494 | 'remove_from': [ |
Wez | 6b0ebb5 | 2021-05-01 16:05:49 | [diff] [blame] | 1495 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1496 | # exception once there is enough capacity to run these tests. |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1497 | 'Android FYI Release (Pixel 2)', |
| 1498 | ], |
| 1499 | }, |
Ben Pastene | 61ad637c | 2020-05-08 22:24:41 | [diff] [blame] | 1500 | 'disk_usage_tast_test': { |
| 1501 | # TODO(crbug.com/1077659): Add the test back after it's fixed. |
| 1502 | 'remove_from': [ |
| 1503 | 'chromeos-kevin-rel', |
| 1504 | ], |
| 1505 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1506 | 'extensions_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1507 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1508 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1509 | ], |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1510 | 'modifications': { |
| 1511 | 'Win10 Tests x64 (dbg)': { |
| 1512 | 'experiment_percentage': 100, # https://crbug.com/876615 |
| 1513 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1514 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1515 | 'linux-lacros-code-coverage': { |
| 1516 | 'args': [ |
| 1517 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 1518 | ], |
| 1519 | }, |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 1520 | 'linux-lacros-dbg-tests-fyi': { |
| 1521 | 'args': [ |
| 1522 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 1523 | ], |
| 1524 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1525 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1526 | 'args': [ |
| 1527 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 1528 | ], |
| 1529 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1530 | }, |
| 1531 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1532 | 'extensions_unittests': { |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1533 | 'modifications': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1534 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1535 | 'linux-lacros-code-coverage': { |
| 1536 | 'args': [ |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 1537 | '--gtest_filter=-BluetoothSocketApiUnittest.CreateThenClose:' |
| 1538 | 'NativeExtensionBindingsSystemUnittest.*', |
| 1539 | ], |
| 1540 | }, |
| 1541 | 'linux-lacros-dbg-tests-fyi': { |
| 1542 | 'args': [ |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1543 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:' |
| 1544 | 'BluetoothSocketApiUnittest.CreateThenClose:' |
| 1545 | 'FeatureProviderTest.PermissionFeatureAvailability', |
| 1546 | ], |
| 1547 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1548 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1549 | 'args': [ |
Yuke Liao | bb830832 | 2020-08-12 20:20:47 | [diff] [blame] | 1550 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:' |
| 1551 | 'BluetoothSocketApiUnittest.CreateThenClose:' |
| 1552 | 'FeatureProviderTest.PermissionFeatureAvailability', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1553 | ], |
| 1554 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1555 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1556 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1557 | 'gfx_unittests': { |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 1558 | 'modifications': { |
| 1559 | 'fuchsia-code-coverage': { |
| 1560 | 'swarming': { |
| 1561 | 'shards': 2, |
| 1562 | }, |
| 1563 | }, |
| 1564 | }, |
| 1565 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1566 | 'gin_unittests': { |
| 1567 | 'remove_from': [ |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1568 | 'ToTLinuxASan', # https://crbug.com/831667 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1569 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1570 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1571 | ], |
| 1572 | }, |
Brian Ho | 8271a7ad | 2021-08-12 20:48:03 | [diff] [blame] | 1573 | # TODO(crbug.com/1202958): Remove these GLRenderer variants when |
| 1574 | # SkiaRenderer is fully shipped on Chrome OS. |
| 1575 | # Don't run these on real devices due to capacity issues. |
| 1576 | 'gl_renderer_context_lost_tests': { |
| 1577 | 'remove_from': [ |
| 1578 | 'ChromeOS FYI Release (kevin)', |
| 1579 | 'Lacros FYI x64 Release (Intel)', |
| 1580 | ], |
| 1581 | }, |
| 1582 | 'gl_renderer_depth_capture_tests': { |
| 1583 | 'remove_from': [ |
| 1584 | 'ChromeOS FYI Release (kevin)', |
| 1585 | 'Lacros FYI x64 Release (Intel)', |
| 1586 | ], |
| 1587 | }, |
| 1588 | 'gl_renderer_gpu_process_launch_tests': { |
| 1589 | 'remove_from': [ |
| 1590 | 'ChromeOS FYI Release (kevin)', |
| 1591 | 'Lacros FYI x64 Release (Intel)', |
| 1592 | ], |
| 1593 | }, |
| 1594 | 'gl_renderer_hardware_accelerated_feature_tests': { |
| 1595 | 'remove_from': [ |
| 1596 | 'ChromeOS FYI Release (kevin)', |
| 1597 | 'Lacros FYI x64 Release (Intel)', |
| 1598 | ], |
| 1599 | }, |
| 1600 | 'gl_renderer_maps_pixel_tests': { |
| 1601 | 'remove_from': [ |
| 1602 | 'ChromeOS FYI Release (kevin)', |
| 1603 | 'Lacros FYI x64 Release (Intel)', |
| 1604 | ], |
| 1605 | }, |
| 1606 | 'gl_renderer_pixel_skia_gold_tests': { |
| 1607 | 'remove_from': [ |
| 1608 | 'ChromeOS FYI Release (kevin)', |
| 1609 | 'Lacros FYI x64 Release (Intel)', |
| 1610 | ], |
| 1611 | }, |
| 1612 | 'gl_renderer_screenshot_sync_tests': { |
| 1613 | 'remove_from': [ |
| 1614 | 'ChromeOS FYI Release (kevin)', |
| 1615 | 'Lacros FYI x64 Release (Intel)', |
| 1616 | ], |
| 1617 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1618 | 'gl_tests_passthrough': { |
| 1619 | 'remove_from': [ |
| 1620 | 'CFI Linux ToT', |
| 1621 | # Can't run on MSAN because gl_tests uses the hardware driver, |
| 1622 | # which isn't instrumented. |
| 1623 | 'Linux MSan Tests', |
| 1624 | ], |
| 1625 | 'modifications': { |
| 1626 | # TODO(kbr): figure out a better way to specify blocks of |
| 1627 | # arguments like this for tests on multiple machines. |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 1628 | 'Linux ASan LSan Tests (1)': { |
| 1629 | 'args': [ |
| 1630 | '--use-gpu-in-tests', |
| 1631 | '--no-xvfb', |
| 1632 | ], |
| 1633 | 'swarming': { |
| 1634 | 'dimension_sets': [ |
| 1635 | { |
| 1636 | 'gpu': '10de:1cb3', |
| 1637 | 'os': 'Ubuntu', |
| 1638 | 'pool': 'chromium.tests.gpu', |
| 1639 | }, |
| 1640 | ], |
| 1641 | }, |
| 1642 | }, |
| 1643 | 'Linux CFI': { |
| 1644 | 'args': [ |
| 1645 | '--use-gpu-in-tests', |
| 1646 | '--no-xvfb', |
| 1647 | ], |
| 1648 | 'swarming': { |
| 1649 | 'dimension_sets': [ |
| 1650 | { |
| 1651 | 'gpu': '10de:1cb3', |
| 1652 | 'os': 'Ubuntu', |
| 1653 | 'pool': 'chromium.tests.gpu', |
| 1654 | }, |
| 1655 | ], |
| 1656 | }, |
| 1657 | }, |
| 1658 | 'Linux TSan Tests': { |
| 1659 | 'args': [ |
| 1660 | '--use-gpu-in-tests', |
| 1661 | '--no-xvfb', |
| 1662 | ], |
| 1663 | 'swarming': { |
| 1664 | 'dimension_sets': [ |
| 1665 | { |
| 1666 | 'gpu': '10de:1cb3', |
| 1667 | 'os': 'Ubuntu', |
| 1668 | 'pool': 'chromium.tests.gpu', |
| 1669 | }, |
| 1670 | ], |
| 1671 | }, |
| 1672 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1673 | }, |
| 1674 | }, |
Jonah Ryan-Davis | e25a89f | 2020-05-29 20:18:24 | [diff] [blame] | 1675 | 'gl_tests_validating': { |
Jonah Ryan-Davis | b9f03ac | 2021-03-18 23:53:02 | [diff] [blame] | 1676 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1677 | 'Android FYI Release (Nexus 5X)', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1678 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1679 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1680 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 1681 | 'args': [ |
| 1682 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter', |
| 1683 | ], |
| 1684 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 1685 | 'android-marshmallow-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1686 | 'args': [ |
| 1687 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1688 | ], |
| 1689 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1690 | 'android-pie-arm64-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1691 | 'args': [ |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1692 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 1693 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1694 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1695 | 'android-pie-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1696 | 'args': [ |
| 1697 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1698 | ], |
| 1699 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1700 | }, |
| 1701 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1702 | 'gl_unittests': { |
| 1703 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1704 | # On Android, these are already run on the main waterfall. |
| 1705 | # Run them on the one-off Android FYI bots, though. |
| 1706 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | 37e0434 | 2020-05-29 00:52:04 | [diff] [blame] | 1707 | # Can't run on MSAN because gl_unittests uses the hardware driver, |
| 1708 | # which isn't instrumented. |
| 1709 | 'Linux MSan Tests', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1710 | ], |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1711 | }, |
| 1712 | 'gl_unittests_ozone': { |
| 1713 | 'remove_from': [ |
| 1714 | # Can't run on MSAN because gl_unittests_ozone uses the hardware driver, |
| 1715 | # which isn't instrumented. |
| 1716 | 'Linux ChromiumOS MSan Tests', |
| 1717 | ], |
| 1718 | }, |
| 1719 | 'gpu_process_launch_tests': { |
| 1720 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1721 | # exception once there is enough capacity to run these tests. |
| 1722 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1723 | 'Android FYI Release (Pixel 2)', |
| 1724 | ], |
| 1725 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1726 | 'gpu_unittests': { |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 1727 | 'modifications': { |
| 1728 | 'fuchsia-code-coverage': { |
| 1729 | 'swarming': { |
| 1730 | 'shards': 5, |
| 1731 | }, |
| 1732 | }, |
| 1733 | }, |
| 1734 | }, |
Kevin McNee | d21a6c52 | 2021-06-14 21:27:25 | [diff] [blame] | 1735 | 'grit_python_unittests': { |
| 1736 | 'remove_from': [ |
| 1737 | # These tests require node, which is not supported in Win7. |
| 1738 | # (https://crbug.com/1218989) |
| 1739 | 'Win 7 Tests x64 (1)', |
| 1740 | 'Win7 Tests (1)', |
| 1741 | 'Win7 Tests (dbg)(1)', |
| 1742 | ], |
| 1743 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1744 | 'hardware_accelerated_feature_tests': { |
| 1745 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1746 | # exception once there is enough capacity to run these tests. |
| 1747 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1748 | 'Android FYI Release (Pixel 2)', |
| 1749 | ], |
| 1750 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1751 | 'headless_browsertests': { |
Chong Gu | d08d123 | 2021-09-11 08:53:59 | [diff] [blame] | 1752 | 'remove_from': [ |
| 1753 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1754 | # Wayland bot doesn't support headless mode. |
| 1755 | 'Linux Tests (Wayland)', |
Chong Gu | d08d123 | 2021-09-11 08:53:59 | [diff] [blame] | 1756 | ], |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 1757 | 'modifications': { |
| 1758 | 'fuchsia-code-coverage': { |
| 1759 | 'swarming': { |
Chong Gu | 115ce15 | 2021-04-15 23:57:16 | [diff] [blame] | 1760 | 'shards': 6, |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 1761 | }, |
| 1762 | }, |
| 1763 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1764 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1765 | 'info_collection_tests': { |
| 1766 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1767 | 'Android V8 FYI Release (Nexus 5X)', |
| 1768 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 1769 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1770 | 'Mac V8 FYI Release (Intel)', |
| 1771 | 'Win V8 FYI Release (NVIDIA)', |
| 1772 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1773 | 'modifications': { |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1774 | 'ChromeOS FYI Release (amd64-generic)': { |
Brian Sheedy | 65be305 | 2020-06-26 19:26:51 | [diff] [blame] | 1775 | 'args': [ |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1776 | # Swarming does not report a GPU since tests are run in a VM, but |
| 1777 | # the VM does report that a GPU is present. |
| 1778 | '--expected-device-id', '1050', |
Brian Sheedy | df2672f | 2020-05-07 20:44:36 | [diff] [blame] | 1779 | ], |
| 1780 | }, |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1781 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1782 | 'replacements': { |
| 1783 | 'ChromeOS FYI Release (amd64-generic)': { |
| 1784 | 'args': { |
| 1785 | # Swarming does not report a GPU since tests are run in a VM, but |
| 1786 | # the VM does report that a GPU is present. |
| 1787 | '--expected-vendor-id': '1af4', |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1788 | # Magic substitution happens after regular replacement, so remove it |
| 1789 | # now since we are manually applying the expected device ID above. |
| 1790 | '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1791 | }, |
Brian Sheedy | ff6d144 | 2020-09-19 00:46:31 | [diff] [blame] | 1792 | }, |
Brian Sheedy | 177addbf | 2021-09-24 19:06:51 | [diff] [blame] | 1793 | 'Mac FYI Release (Apple M1)': { |
| 1794 | 'args': { |
| 1795 | # The GPU information is not yet exposed in swarming, so we can't |
| 1796 | # explicitly request it and have the JSON generation handle this |
| 1797 | # automatically. |
| 1798 | '--expected-vendor-id': '106b', |
| 1799 | }, |
| 1800 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1801 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1802 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1803 | 'interactive_ui_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1804 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1805 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1806 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1807 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1808 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1809 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1810 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1811 | }, |
| 1812 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1813 | 'Linux ASan LSan Tests (1)': { |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 1814 | # These are slow on the ASan trybot for some reason, crbug.com/794372 |
| 1815 | 'swarming': { |
| 1816 | 'shards': 6, |
| 1817 | }, |
| 1818 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1819 | 'Linux ChromiumOS MSan Tests': { |
| 1820 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1821 | # crbug.com/865455 |
| 1822 | 'swarming': { |
| 1823 | 'shards': 5, |
| 1824 | }, |
| 1825 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1826 | 'Linux TSan Tests': { |
| 1827 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1828 | 'swarming': { |
Stephen Martinis | ad6cb7af | 2021-02-24 01:12:00 | [diff] [blame] | 1829 | 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1830 | }, |
| 1831 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1832 | # https://crbug.com/1192997 |
| 1833 | 'Linux Tests (Wayland)': { |
| 1834 | 'args': [ |
| 1835 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter', |
| 1836 | ], |
| 1837 | }, |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 1838 | 'Mac ASan 64 Tests (1)': { # https://crbug.com/1251656 |
| 1839 | 'experiment_percentage': 100, |
| 1840 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1841 | 'ToTLinuxTSan': { |
| 1842 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
| 1843 | 'swarming': { |
| 1844 | 'shards': 6, |
| 1845 | }, |
| 1846 | }, |
| 1847 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 1848 | 'Win10 Tests x64 (dbg)': { |
| 1849 | 'experiment_percentage': 100, |
| 1850 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1851 | 'Win7 Tests (dbg)(1)': { |
| 1852 | 'swarming': { |
| 1853 | 'shards': 4, |
| 1854 | }, |
| 1855 | }, |
Jacob Kopczynski | 3a555bd3 | 2020-12-10 01:41:16 | [diff] [blame] | 1856 | # TODO(crbug.com/970649): Remove these filters. |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1857 | 'linux-chromeos-chrome': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1858 | 'args': [ |
| 1859 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 1860 | ], |
| 1861 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1862 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1863 | 'swarming': { |
| 1864 | 'shards': 10, |
| 1865 | }, |
| 1866 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1867 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1868 | 'swarming': { |
| 1869 | 'shards': 10, |
| 1870 | }, |
| 1871 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1872 | # https://crbug.com/1111979 |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1873 | 'linux-lacros-code-coverage': { |
| 1874 | 'args': [ |
| 1875 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter', |
| 1876 | ], |
| 1877 | }, |
| 1878 | # https://crbug.com/1111979 |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 1879 | 'linux-lacros-dbg-tests-fyi': { |
| 1880 | 'args': [ |
| 1881 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter', |
| 1882 | ], |
| 1883 | }, |
| 1884 | # https://crbug.com/1111979 |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1885 | 'linux-lacros-tester-rel': { |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1886 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 1887 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter', |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1888 | ], |
| 1889 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 1890 | 'mac-code-coverage': { |
| 1891 | 'args': [ |
| 1892 | '--coverage-continuous-mode=1', |
| 1893 | ], |
| 1894 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1895 | }, |
| 1896 | }, |
Yuke Liao | b6beaeca | 2021-04-29 23:41:51 | [diff] [blame] | 1897 | 'interactive_ui_tests_amd64-generic': { |
| 1898 | 'remove_from': [ |
| 1899 | # TODO(crbug.com/1204231): Re-enable. |
| 1900 | 'lacros-amd64-generic-rel', |
| 1901 | ] |
| 1902 | }, |
Yuke Liao | 79a8cf5 | 2021-06-11 18:14:34 | [diff] [blame] | 1903 | 'interactive_ui_tests_eve': { |
| 1904 | 'remove_from': [ |
| 1905 | # TODO(crbug.com/1204231): Re-enable. |
| 1906 | 'lacros-amd64-generic-rel', |
| 1907 | ] |
| 1908 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1909 | 'ipc_tests': { |
| 1910 | 'modifications': { |
| 1911 | 'android-asan': { |
| 1912 | 'swarming': { |
| 1913 | 'shards': 2, |
| 1914 | }, |
| 1915 | }, |
| 1916 | }, |
| 1917 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1918 | 'maps_pixel_passthrough_test': { |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 1919 | 'modifications': { |
| 1920 | 'Android FYI Release (Pixel 4)': { |
| 1921 | 'args': [ |
| 1922 | # Pixel 4s are weird in that they can output in different color spaces |
| 1923 | # simultaneously. The readback code for capturing a screenshot assumes |
| 1924 | # only one color space, so disable wide color gamut for the test to |
| 1925 | # work around the issue. See https://crbug.com/1166379 for more |
| 1926 | # information. |
| 1927 | '--extra-browser-args=--disable-wcg-for-test', |
| 1928 | ], |
| 1929 | }, |
| 1930 | 'Optional Android Release (Pixel 4)': { |
| 1931 | 'args': [ |
| 1932 | # See above. |
| 1933 | '--extra-browser-args=--disable-wcg-for-test', |
| 1934 | ], |
| 1935 | }, |
| 1936 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1937 | 'replacements': { |
| 1938 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1939 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1940 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1941 | 'args': { |
| 1942 | '--git-revision': '${got_cr_revision}', |
| 1943 | }, |
| 1944 | }, |
| 1945 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1946 | 'args': { |
| 1947 | '--git-revision': '${got_cr_revision}', |
| 1948 | }, |
| 1949 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1950 | 'Mac V8 FYI Release (Intel)': { |
| 1951 | 'args': { |
| 1952 | '--git-revision': '${got_cr_revision}', |
| 1953 | }, |
| 1954 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1955 | 'Win V8 FYI Release (NVIDIA)': { |
| 1956 | 'args': { |
| 1957 | '--git-revision': '${got_cr_revision}', |
| 1958 | }, |
| 1959 | }, |
| 1960 | }, |
| 1961 | }, |
| 1962 | 'maps_pixel_validating_test': { |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 1963 | 'modifications': { |
| 1964 | 'Android FYI Release (Pixel 4)': { |
| 1965 | 'args': [ |
| 1966 | # Pixel 4s are weird in that they can output in different color spaces |
| 1967 | # simultaneously. The readback code for capturing a screenshot assumes |
| 1968 | # only one color space, so disable wide color gamut for the test to |
| 1969 | # work around the issue. See https://crbug.com/1166379 for more |
| 1970 | # information. |
| 1971 | '--extra-browser-args=--disable-wcg-for-test', |
| 1972 | ], |
| 1973 | }, |
Brian Sheedy | cde1ab188 | 2021-05-27 21:22:00 | [diff] [blame] | 1974 | 'Optional Android Release (Pixel 4)': { |
| 1975 | 'args': [ |
| 1976 | # See above. |
| 1977 | '--extra-browser-args=--disable-wcg-for-test', |
| 1978 | ], |
| 1979 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 1980 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1981 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1982 | # exception once there is enough capacity to run these tests. |
| 1983 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1984 | 'Android FYI Release (Pixel 2)', |
| 1985 | ], |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1986 | 'replacements': { |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1987 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1988 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1989 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1990 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1991 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1992 | }, |
| 1993 | }, |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1994 | 'Mac V8 FYI Release (Intel)': { |
| 1995 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1996 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1997 | }, |
| 1998 | }, |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1999 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 2000 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2001 | 'media_unittests': { |
| 2002 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2003 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 2004 | 'args': [ |
| 2005 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.media_unittests.filter', |
| 2006 | ], |
| 2007 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2008 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 2009 | 'args': [ |
Haiyang Pan | 569659f0 | 2020-05-30 00:48:45 | [diff] [blame] | 2010 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.media_unittests.filter', |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 2011 | ], |
| 2012 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2013 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 2014 | 'args': [ |
| 2015 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 2016 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2017 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2018 | 'android-pie-x86-rel': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 2019 | 'args': [ |
Haiyang Pan | 569659f0 | 2020-05-30 00:48:45 | [diff] [blame] | 2020 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.media_unittests.filter', |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 2021 | ], |
| 2022 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2023 | 'fuchsia-code-coverage': { |
| 2024 | 'swarming': { |
| 2025 | 'shards': 3, |
| 2026 | }, |
| 2027 | }, |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 2028 | 'fuchsia-fyi-arm64-dbg': { |
| 2029 | 'args': [ |
| 2030 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.media_unittests.filter', |
| 2031 | ], |
| 2032 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2033 | }, |
| 2034 | }, |
Chong Gu | 4eca1ce | 2021-05-17 08:49:57 | [diff] [blame] | 2035 | 'mediapipe_validating_tests': { |
| 2036 | 'remove_from': [ |
| 2037 | # TODO(crbug.com/1201887): Remove once tests are stable. |
| 2038 | 'Fuchsia x64', |
| 2039 | ], |
| 2040 | }, |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 2041 | 'mojo_test_apk': { |
| 2042 | 'remove_from': [ |
| 2043 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 2044 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 2045 | ], |
| 2046 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 2047 | 'mojo_unittests': { |
| 2048 | 'modifications': { |
| 2049 | 'android-asan': { |
| 2050 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 2051 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 2052 | }, |
| 2053 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2054 | 'fuchsia-code-coverage': { |
| 2055 | 'swarming': { |
| 2056 | 'shards': 2, |
| 2057 | }, |
| 2058 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 2059 | }, |
| 2060 | }, |
Peter Kotwicz | da2f1110 | 2020-10-09 05:29:50 | [diff] [blame] | 2061 | 'monochrome_public_apk_checker': { |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2062 | 'modifications': { |
| 2063 | 'ToTAndroid': { |
| 2064 | 'swarming': { |
| 2065 | 'dimension_sets': [ |
| 2066 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 2067 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2068 | 'device_os': None, |
| 2069 | 'device_playstore_version': None, |
| 2070 | 'device_type': None, |
| 2071 | 'os': 'Ubuntu-16.04', |
| 2072 | }, |
| 2073 | ], |
| 2074 | }, |
| 2075 | }, |
| 2076 | 'android-arm64-proguard-rel': { |
| 2077 | 'swarming': { |
| 2078 | 'dimension_sets': [ |
| 2079 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 2080 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2081 | 'device_os': None, |
| 2082 | 'device_playstore_version': None, |
| 2083 | 'device_type': None, |
| 2084 | 'os': 'Ubuntu-16.04', |
| 2085 | }, |
| 2086 | ], |
| 2087 | }, |
| 2088 | }, |
| 2089 | 'android-pie-arm64-rel': { |
| 2090 | 'swarming': { |
| 2091 | 'dimension_sets': [ |
| 2092 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 2093 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2094 | 'device_os': None, |
| 2095 | 'device_os_flavor': None, |
| 2096 | 'device_playstore_version': None, |
| 2097 | 'device_type': None, |
| 2098 | 'os': 'Ubuntu-16.04', |
| 2099 | }, |
| 2100 | ], |
| 2101 | }, |
| 2102 | }, |
| 2103 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 2104 | }, |
Ben Joyce | 4677e68 | 2021-03-22 22:19:11 | [diff] [blame] | 2105 | 'monochrome_public_bundle_fake_modules_smoke_test' : { |
| 2106 | 'remove_from': [ |
| 2107 | 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999): |
| 2108 | # GLIBC_2.28 Not found. |
| 2109 | ], |
| 2110 | }, |
| 2111 | 'monochrome_public_bundle_smoke_test' : { |
| 2112 | 'remove_from': [ |
| 2113 | 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999): |
| 2114 | # GLIBC_2.28 Not found. |
| 2115 | ], |
| 2116 | }, |
| 2117 | 'monochrome_public_smoke_test' : { |
| 2118 | 'remove_from': [ |
| 2119 | 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999): |
| 2120 | # GLIBC_2.28 Not found. |
| 2121 | ], |
| 2122 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2123 | 'monochrome_public_test_ar_apk': { |
| 2124 | 'modifications': { |
Brian Sheedy | 12169aa | 2019-10-16 23:38:03 | [diff] [blame] | 2125 | 'Nougat Phone Tester': { |
| 2126 | 'args': [ |
| 2127 | # ArCore is not installed as a system app on N, so we can install it |
| 2128 | # normally instead of replacing the system version. |
| 2129 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 2130 | ], |
| 2131 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2132 | # We need to match the Playstore version as well because AR tests fail on |
| 2133 | # old versions of the Playstore. |
| 2134 | 'Oreo Phone Tester': { |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 2135 | 'args': [ |
| 2136 | # ArCore is not installed as a system app on O, so we can install it |
| 2137 | # normally instead of replacing the system version. |
| 2138 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 2139 | ], |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2140 | 'swarming': { |
| 2141 | 'dimension_sets': [ |
| 2142 | { |
| 2143 | 'device_os': 'OPR3.170623.008', |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2144 | 'device_type': 'marlin', |
| 2145 | 'os': 'Android', |
| 2146 | }, |
| 2147 | ], |
| 2148 | }, |
| 2149 | }, |
Haiyang Pan | 57159eba | 2020-05-07 23:14:13 | [diff] [blame] | 2150 | 'android-10-arm64-rel': { |
| 2151 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 2152 | '--remove-system-package=com.google.ar.core', |
| 2153 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk', |
Haiyang Pan | 57159eba | 2020-05-07 23:14:13 | [diff] [blame] | 2154 | ] |
| 2155 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2156 | 'android-nougat-arm64-rel': { |
| 2157 | 'args': [ |
| 2158 | # ArCore is not installed as a system app on N, so we can install it |
| 2159 | # normally instead of replacing the system version. |
| 2160 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 2161 | ], |
| 2162 | }, |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 2163 | 'android-pie-arm64-dbg': { |
| 2164 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 2165 | '--remove-system-package=com.google.ar.core', |
| 2166 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk', |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 2167 | ] |
| 2168 | } |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2169 | }, |
| 2170 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 2171 | 'nacl_helper_nonsfi_unittests': { |
| 2172 | 'remove_from': [ |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 2173 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 2174 | ], |
| 2175 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2176 | 'nacl_loader_unittests': { |
| 2177 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 2178 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 2179 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 2180 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 2181 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2182 | ], |
| 2183 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2184 | 'net_unittests': { |
| 2185 | 'modifications': { |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 2186 | 'CrWinAsan': { |
| 2187 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2188 | 'swarming': { |
| 2189 | 'shards': 16, |
| 2190 | }, |
| 2191 | }, |
| 2192 | 'CrWinAsan(dll)': { |
| 2193 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2194 | 'swarming': { |
| 2195 | 'shards': 16, |
| 2196 | }, |
| 2197 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2198 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2199 | # These are very slow on the ASAN trybot for some reason. |
| 2200 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2201 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2202 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2203 | }, |
| 2204 | }, |
| 2205 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2206 | # These are very slow on the ASAN trybot for some reason. |
| 2207 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2208 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 2209 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2210 | } |
| 2211 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2212 | 'Linux ChromiumOS MSan Tests': { |
| 2213 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 2214 | # crbug.com/865455 |
| 2215 | 'swarming': { |
| 2216 | 'shards': 2, |
| 2217 | }, |
| 2218 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2219 | 'Linux TSan Tests': { |
| 2220 | 'swarming': { |
| 2221 | 'shards': 4, |
| 2222 | } |
| 2223 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 2224 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 2225 | 'Linux Tests (dbg)(1)': { |
| 2226 | 'swarming': { |
| 2227 | 'shards': 2, |
| 2228 | }, |
| 2229 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2230 | 'ToTLinuxASan': { |
| 2231 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2232 | 'swarming': { |
| 2233 | 'shards': 16, |
| 2234 | }, |
| 2235 | }, |
| 2236 | 'ToTLinuxTSan': { |
| 2237 | 'swarming': { |
| 2238 | 'shards': 4, |
| 2239 | } |
| 2240 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2241 | 'android-11-x86-rel': { |
Haiyang Pan | 8d9906e0 | 2021-03-24 20:11:04 | [diff] [blame] | 2242 | 'args': [ |
| 2243 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter', |
| 2244 | ], |
| 2245 | }, |
Stefano Duo | f44278b | 2021-08-02 16:29:38 | [diff] [blame] | 2246 | 'android-cronet-x86-dbg-10-tests': { |
| 2247 | 'args': [ |
| 2248 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_10.net_unittests.filter', |
| 2249 | ], |
| 2250 | }, |
Chidera Olibie | ef99a55ca | 2021-10-01 21:42:00 | [diff] [blame] | 2251 | 'android-cronet-x86-dbg-11-tests': { |
| 2252 | 'args': [ |
| 2253 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter', |
| 2254 | ], |
| 2255 | }, |
| 2256 | 'android-cronet-x86-dbg-oreo-tests': { |
| 2257 | 'args': [ |
| 2258 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2259 | ], |
| 2260 | }, |
Chidera Olibie | 509fd73 | 2021-09-30 20:17:17 | [diff] [blame] | 2261 | 'android-cronet-x86-dbg-pie-tests': { |
| 2262 | # crbug.com/1046060 |
| 2263 | 'args': [ |
| 2264 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2265 | ], |
| 2266 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2267 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 2268 | # crbug.com/1046060 |
| 2269 | 'args': [ |
| 2270 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2271 | ], |
| 2272 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2273 | 'android-pie-x86-rel': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 2274 | # crbug.com/1046060 |
| 2275 | 'args': [ |
| 2276 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2277 | ], |
| 2278 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 2279 | 'fuchsia-code-coverage': { |
| 2280 | 'swarming': { |
| 2281 | 'shards': 14, |
| 2282 | }, |
| 2283 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 2284 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 2285 | 'swarming': { |
| 2286 | 'shards': 4, |
| 2287 | } |
| 2288 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 2289 | 'linux-chromeos-dbg': { |
| 2290 | 'swarming': { |
| 2291 | 'shards': 2, |
| 2292 | }, |
| 2293 | }, |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 2294 | 'win-asan': { |
| 2295 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2296 | 'swarming': { |
| 2297 | 'shards': 16, |
| 2298 | }, |
| 2299 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2300 | }, |
Chong Gu | 589912b | 2021-10-02 01:17:30 | [diff] [blame] | 2301 | 'replacements': { |
| 2302 | # TODO(crbug.com/1254563): Remove when suite can use run-test-component. |
| 2303 | 'fuchsia-code-coverage': { |
| 2304 | 'args': { |
| 2305 | '--use-run': None, |
| 2306 | }, |
| 2307 | }, |
| 2308 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2309 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 2310 | 'not_site_per_process_blink_web_tests': { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2311 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2312 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 2313 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2314 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 2315 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2316 | 'Linux Tests': { |
| 2317 | "args": [ |
| 2318 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2319 | ], |
| 2320 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 2321 | 'linux-code-coverage': { |
| 2322 | 'args': [ |
| 2323 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 2324 | ], |
| 2325 | 'swarming': { |
| 2326 | 'shards': 20, |
| 2327 | }, |
| 2328 | }, |
Stephanie Kim | 5c7f31d | 2021-04-27 18:00:06 | [diff] [blame] | 2329 | 'linux-xenial-rel': { |
| 2330 | "args": [ |
| 2331 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 2332 | ], |
| 2333 | }, |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 2334 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2335 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2336 | 'notification_helper_unittests': { |
| 2337 | 'remove_from': [ |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 2338 | # The test uses WinRT, which only exists in Windows 8 or above. |
| 2339 | # (https://crbug.com/813553) |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2340 | 'Win 7 Tests x64 (1)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2341 | 'Win7 Tests (1)', |
| 2342 | 'Win7 Tests (dbg)(1)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2343 | # all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2344 | 'ToTWin', |
| 2345 | 'ToTWin(dbg)', |
| 2346 | 'ToTWin(dll)', |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 2347 | 'ToTWinOfficial', |
Arthur Eubanks | 0c24b82 | 2021-06-15 18:51:34 | [diff] [blame] | 2348 | 'ToTWinOfficial64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2349 | 'ToTWin64', |
| 2350 | 'ToTWin64(dbg)', |
| 2351 | 'ToTWin64(dll)', |
| 2352 | 'ToTWinCFI', |
| 2353 | 'ToTWinCFI64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2354 | ], |
| 2355 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 2356 | 'ozone_unittests': { |
| 2357 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 2358 | 'chromeos-betty-pi-arc-chrome': { |
| 2359 | 'args': [ |
| 2360 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2361 | ], |
| 2362 | }, |
Ben Pastene | 500cc1d1 | 2021-01-22 18:10:47 | [diff] [blame] | 2363 | 'chromeos-betty-pi-arc-chrome-dchecks': { |
| 2364 | 'args': [ |
| 2365 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2366 | ], |
| 2367 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 2368 | 'linux-chromeos-chrome': { |
| 2369 | 'args': [ |
| 2370 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2371 | ], |
| 2372 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 2373 | }, |
| 2374 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 2375 | 'ozone_x11_unittests': { |
| 2376 | # Wayland bot uses chromium_linux_gtests that includes some x11 only |
| 2377 | # test targets. To avoid maintaining a list of tests, remove them here. |
| 2378 | 'remove_from': [ |
| 2379 | 'Linux Tests (Wayland)', |
| 2380 | ], |
| 2381 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2382 | 'perfetto_unittests': { |
| 2383 | 'remove_from': [ |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2384 | # TODO(crbug.com/931138): Fix permission issue when creating tmp files |
John Budorick | d3fa599 | 2019-12-13 17:22:41 | [diff] [blame] | 2385 | 'android-arm64-proguard-rel', |
John Budorick | f2283d7 | 2019-06-25 01:09:09 | [diff] [blame] | 2386 | 'android-asan', |
Yun Liu | 022f451 | 2019-06-10 23:14:04 | [diff] [blame] | 2387 | 'android-code-coverage', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 2388 | 'android-code-coverage-native', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2389 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2390 | 'android-marshmallow-x86-rel-non-cq', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2391 | 'android-nougat-arm64-rel', |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 2392 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2393 | 'android-pie-arm64-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2394 | 'android-pie-x86-rel', |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2395 | 'android-11-x86-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2396 | 'Lollipop Phone Tester', |
| 2397 | 'Lollipop Tablet Tester', |
| 2398 | 'Marshmallow 64 bit Tester', |
| 2399 | 'Marshmallow Tablet Tester', |
| 2400 | 'Nougat Phone Tester', |
Arthur Eubanks | c8f86ee | 2021-05-10 20:14:24 | [diff] [blame] | 2401 | 'ToTAndroid' |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2402 | ] |
| 2403 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2404 | 'performance_test_suite': { |
| 2405 | 'modifications': { |
Zhaoyang Li | 7842759 | 2021-03-25 19:03:23 | [diff] [blame] | 2406 | 'Mac10.15 Tests (dbg)': { |
| 2407 | 'args': [ |
| 2408 | '--browser=debug', |
| 2409 | ], |
| 2410 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2411 | 'Win10 Tests x64 (dbg)': { |
| 2412 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2413 | '--browser=debug_x64', |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2414 | ], |
| 2415 | 'experiment_percentage': 100, |
| 2416 | }, |
| 2417 | 'Win7 Tests (dbg)(1)': { |
| 2418 | 'args': [ |
| 2419 | '--browser=debug', |
| 2420 | ], |
| 2421 | }, |
| 2422 | }, |
| 2423 | }, |
Sven Zheng | e8335e0 | 2020-08-07 22:38:39 | [diff] [blame] | 2424 | 'pixel_browser_tests': { |
| 2425 | 'modifications': { |
| 2426 | 'win-pixel-tester-rel': { |
| 2427 | 'non_precommit_args': [ |
| 2428 | # Do not allow retry or it will break the bulk approval process. |
| 2429 | # When retry with fail-pass pattern, the passing test will overwrite the previously |
| 2430 | # seen flaky version on the trace. We can triage the image using the printed link, |
| 2431 | # but it will not show on the Skia Gold search page. |
| 2432 | '--test-launcher-retry-limit=0', |
| 2433 | ], |
| 2434 | }, |
| 2435 | }, |
| 2436 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2437 | 'pixel_skia_gold_passthrough_test': { |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 2438 | 'modifications': { |
| 2439 | 'Android FYI Release (Pixel 4)': { |
| 2440 | 'args': [ |
| 2441 | # Pixel 4s are weird in that they can output in different color spaces |
| 2442 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2443 | # only one color space, so disable wide color gamut for the test to |
| 2444 | # work around the issue. See https://crbug.com/1166379 for more |
| 2445 | # information. |
| 2446 | '--extra-browser-args=--disable-wcg-for-test', |
| 2447 | ], |
| 2448 | }, |
| 2449 | 'Optional Android Release (Pixel 4)': { |
| 2450 | 'args': [ |
| 2451 | # See above. |
| 2452 | '--extra-browser-args=--disable-wcg-for-test', |
| 2453 | ], |
| 2454 | }, |
| 2455 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2456 | 'replacements': { |
| 2457 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2458 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2459 | 'Linux V8 FYI Release (NVIDIA)': { |
| 2460 | 'args': { |
| 2461 | '--git-revision': '${got_cr_revision}', |
| 2462 | }, |
| 2463 | }, |
| 2464 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 2465 | 'args': { |
| 2466 | '--git-revision': '${got_cr_revision}', |
| 2467 | }, |
| 2468 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 2469 | 'Mac V8 FYI Release (Intel)': { |
| 2470 | 'args': { |
| 2471 | '--git-revision': '${got_cr_revision}', |
| 2472 | }, |
| 2473 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2474 | 'Win V8 FYI Release (NVIDIA)': { |
| 2475 | 'args': { |
| 2476 | '--git-revision': '${got_cr_revision}', |
| 2477 | }, |
| 2478 | }, |
| 2479 | }, |
| 2480 | }, |
| 2481 | 'pixel_skia_gold_validating_test': { |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2482 | 'modifications': { |
| 2483 | 'Android FYI Release (Pixel 4)': { |
| 2484 | 'args': [ |
| 2485 | # Pixel 4s are weird in that they can output in different color spaces |
| 2486 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2487 | # only one color space, so disable wide color gamut for the test to |
| 2488 | # work around the issue. See https://crbug.com/1166379 for more |
| 2489 | # information. |
| 2490 | '--extra-browser-args=--disable-wcg-for-test', |
| 2491 | ], |
| 2492 | }, |
Brian Sheedy | cde1ab188 | 2021-05-27 21:22:00 | [diff] [blame] | 2493 | 'Optional Android Release (Pixel 4)': { |
| 2494 | 'args': [ |
| 2495 | # See above. |
| 2496 | '--extra-browser-args=--disable-wcg-for-test', |
| 2497 | ], |
| 2498 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2499 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2500 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2501 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2502 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2503 | 'Android V8 FYI Release (Nexus 5X)': { |
| 2504 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2505 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2506 | }, |
| 2507 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2508 | 'Mac V8 FYI Release (Intel)': { |
| 2509 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2510 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2511 | }, |
| 2512 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2513 | }, |
| 2514 | }, |
| 2515 | 'pixel_test':{ |
Takuto Ikuta | 35c8552 | 2019-06-04 16:55:46 | [diff] [blame] | 2516 | 'modifications': { |
| 2517 | 'Android Release (Nexus 5X)': { |
| 2518 | 'swarming': { |
| 2519 | 'shards': 2, |
| 2520 | }, |
| 2521 | }, |
| 2522 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 2523 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2524 | 'rendering_representative_perf_tests': { |
| 2525 | 'modifications': { |
| 2526 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 2527 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2528 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2529 | ], |
| 2530 | }, |
| 2531 | 'Win10 FYI x64 Exp Release (NVIDIA)': { |
| 2532 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2533 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2534 | ], |
| 2535 | }, |
Yuly Novikov | 86cb354 | 2020-11-26 17:10:00 | [diff] [blame] | 2536 | 'Win10 FYI x64 Release (AMD RX 5500 XT)': { |
| 2537 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2538 | '--browser=release_x64', |
Yuly Novikov | 86cb354 | 2020-11-26 17:10:00 | [diff] [blame] | 2539 | ], |
| 2540 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2541 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 2542 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2543 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2544 | ], |
| 2545 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2546 | 'Win10 FYI x64 Release (NVIDIA)': { |
| 2547 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2548 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2549 | ], |
| 2550 | }, |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 2551 | 'Win10 x64 Release (NVIDIA)': { |
| 2552 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2553 | '--browser=release_x64', |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 2554 | ], |
| 2555 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2556 | }, |
| 2557 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2558 | 'sandbox_linux_unittests': { |
| 2559 | 'modifications': { |
| 2560 | 'Lollipop Phone Tester': { |
| 2561 | 'args': [ |
| 2562 | '--shard-timeout=300', |
| 2563 | ], |
| 2564 | }, |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 2565 | 'android-marshmallow-x86-rel': { |
John Budorick | 6e8e595b | 2020-01-27 18:15:58 | [diff] [blame] | 2566 | 'args': [ |
| 2567 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 2568 | ] |
| 2569 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2570 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 2571 | 'args': [ |
| 2572 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 2573 | ] |
| 2574 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2575 | }, |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 2576 | 'remove_from': [ |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 2577 | 'android-asan', # https://crbug.com/962650 |
| 2578 | ], |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2579 | }, |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 2580 | 'screenshot_sync_passthrough_tests': { |
| 2581 | 'modifications': { |
| 2582 | 'Android FYI Release (Pixel 4)': { |
| 2583 | 'args': [ |
| 2584 | # Pixel 4s are weird in that they can output in different color spaces |
| 2585 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2586 | # only one color space, so disable wide color gamut for the test to |
| 2587 | # work around the issue. See https://crbug.com/1166379 for more |
| 2588 | # information. |
| 2589 | '--extra-browser-args=--disable-wcg-for-test', |
| 2590 | ], |
| 2591 | }, |
| 2592 | 'Optional Android Release (Pixel 4)': { |
| 2593 | 'args': [ |
| 2594 | # See above. |
| 2595 | '--extra-browser-args=--disable-wcg-for-test', |
| 2596 | ], |
| 2597 | }, |
| 2598 | }, |
| 2599 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2600 | 'screenshot_sync_validating_tests': { |
| 2601 | 'modifications': { |
| 2602 | 'Android FYI Release (Pixel 4)': { |
| 2603 | 'args': [ |
| 2604 | # Pixel 4s are weird in that they can output in different color spaces |
| 2605 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2606 | # only one color space, so disable wide color gamut for the test to |
| 2607 | # work around the issue. See https://crbug.com/1166379 for more |
| 2608 | # information. |
| 2609 | '--extra-browser-args=--disable-wcg-for-test', |
| 2610 | ], |
| 2611 | }, |
Brian Sheedy | cde1ab188 | 2021-05-27 21:22:00 | [diff] [blame] | 2612 | 'Optional Android Release (Pixel 4)': { |
| 2613 | 'args': [ |
| 2614 | # See above. |
| 2615 | '--extra-browser-args=--disable-wcg-for-test', |
| 2616 | ], |
| 2617 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2618 | }, |
| 2619 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2620 | 'services_unittests': { |
| 2621 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 2622 | 'ToTLinuxMSan', # https://crbug.com/831676 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2623 | # The face and barcode detection tests fail on the Mac Pros. |
| 2624 | 'Mac Pro FYI Release (AMD)', |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 2625 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676 |
| 2626 | 'Linux MSan Tests', # https://crbug.com/831676 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2627 | ], |
Brian Sheedy | b6c5879 | 2020-05-07 18:37:33 | [diff] [blame] | 2628 | 'replacements': { |
| 2629 | # TODO(crbug.com/1078982): Remove once the test is fixed on 10.15.4. |
| 2630 | 'Mac FYI Experimental Release (Intel)': { |
| 2631 | 'args': { |
| 2632 | '--gtest_filter': '*Detection*:-FaceDetectionImplMacTest.ScanOneFace*', |
| 2633 | }, |
| 2634 | }, |
| 2635 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2636 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2637 | 'android-11-x86-rel': { |
Haiyang Pan | 10f029c | 2021-07-30 23:17:56 | [diff] [blame] | 2638 | 'args': [ |
| 2639 | # TODO(crbug.com/1234824): Fix the failed tests |
| 2640 | '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*' |
| 2641 | ], |
| 2642 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2643 | 'android-nougat-arm64-rel': { |
| 2644 | # TODO(crbug.com/1108055): Remove this filter |
| 2645 | 'args': [ |
| 2646 | '--gtest_filter=-SystemPerfettoTest.*', |
| 2647 | ], |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2648 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 2649 | 'fuchsia-code-coverage': { |
| 2650 | 'swarming': { |
| 2651 | 'shards': 7, |
| 2652 | }, |
| 2653 | }, |
| 2654 | } |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2655 | }, |
Brian Ho | 8271a7ad | 2021-08-12 20:48:03 | [diff] [blame] | 2656 | # TODO(crbug.com/1202958): Remove these when SkiaRenderer is fully shipped |
| 2657 | # on Chrome OS. |
| 2658 | 'skia_renderer_telemetry_perf_unittests': { |
| 2659 | 'remove_from': [ |
| 2660 | # Not enough capacity. |
| 2661 | 'chromeos-betty-pi-arc-chrome', |
| 2662 | 'chromeos-betty-pi-arc-chrome-dchecks', |
| 2663 | ], |
| 2664 | 'modifications': { |
| 2665 | 'chromeos-amd64-generic-rel': { |
| 2666 | 'ci_only': True, |
| 2667 | }, |
| 2668 | 'chromeos-amd64-generic-rel (goma cache silo)': { |
| 2669 | 'ci_only': True, |
| 2670 | }, |
| 2671 | 'chromeos-amd64-generic-rel (reclient)': { |
| 2672 | 'ci_only': True, |
| 2673 | }, |
| 2674 | 'chromeos-amd64-generic-rel-dchecks': { |
| 2675 | 'ci_only': True, |
| 2676 | }, |
| 2677 | }, |
| 2678 | }, |
| 2679 | 'skia_renderer_telemetry_unittests': { |
| 2680 | 'remove_from': [ |
| 2681 | # Not enough capacity. |
| 2682 | 'chromeos-betty-pi-arc-chrome', |
| 2683 | 'chromeos-betty-pi-arc-chrome-dchecks', |
| 2684 | ], |
| 2685 | 'modifications': { |
| 2686 | 'chromeos-amd64-generic-rel': { |
| 2687 | 'ci_only': True, |
| 2688 | }, |
| 2689 | 'chromeos-amd64-generic-rel (goma cache silo)': { |
| 2690 | 'ci_only': True, |
| 2691 | }, |
| 2692 | 'chromeos-amd64-generic-rel (reclient)': { |
| 2693 | 'ci_only': True, |
| 2694 | }, |
| 2695 | 'chromeos-amd64-generic-rel-dchecks': { |
| 2696 | 'ci_only': True, |
| 2697 | }, |
| 2698 | }, |
| 2699 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 2700 | 'snapshot_unittests': { |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 2701 | 'modifications': { |
| 2702 | 'fuchsia-fyi-arm64-dbg': { |
| 2703 | 'args': [ |
| 2704 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.snapshot_unittests.filter', |
| 2705 | ], |
| 2706 | }, |
| 2707 | }, |
| 2708 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2709 | 'swiftshader_unittests': { |
| 2710 | 'remove_from': [ |
| 2711 | # Save capacity on the hardware where we have only a few machines. |
| 2712 | 'Mac FYI Experimental Release (Intel)', |
| 2713 | 'Mac FYI Experimental Retina Release (AMD)', |
| 2714 | 'Mac FYI Experimental Retina Release (NVIDIA)', |
| 2715 | 'Mac Pro FYI Release (AMD)', |
| 2716 | ], |
| 2717 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2718 | 'sync_integration_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2719 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2720 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 2721 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2722 | 'modifications': { |
Erik Chen | e84bc1c | 2019-11-25 23:23:52 | [diff] [blame] | 2723 | 'Linux ASan LSan Tests (1)': { |
| 2724 | 'swarming': { |
| 2725 | 'shards': 4, |
| 2726 | }, |
| 2727 | }, |
Nico Weber | 8fbc283 | 2018-12-14 16:00:57 | [diff] [blame] | 2728 | 'Linux TSan Tests': { |
| 2729 | 'swarming': { |
| 2730 | 'shards': 6, |
| 2731 | }, |
| 2732 | }, |
Sven Zheng | 9a52be5 | 2020-10-09 21:27:12 | [diff] [blame] | 2733 | # TODO(crbug.com/1131588) Tests are flaky only on CQ. |
| 2734 | 'Mac10.13 Tests': { |
| 2735 | 'precommit_args': [ |
| 2736 | '--gtest_filter=-*', |
| 2737 | ], |
| 2738 | }, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 2739 | # TODO(crbug.com/1131588) Tests are flaky only on CQ. |
| 2740 | 'Mac10.15 Tests': { |
| 2741 | 'precommit_args': [ |
| 2742 | '--gtest_filter=-*', |
| 2743 | ], |
| 2744 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2745 | 'ToTLinuxTSan': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2746 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2747 | 'shards': 6, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2748 | }, |
| 2749 | }, |
Stephen Martinis | 75ab55d | 2018-08-30 02:27:12 | [diff] [blame] | 2750 | 'Win10 Tests x64 (dbg)': { |
| 2751 | 'experiment_percentage': 100, # https://crbug.com/840369 |
| 2752 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2753 | 'Win7 Tests (dbg)(1)': { |
| 2754 | 'swarming': { |
| 2755 | 'shards': 2, |
| 2756 | }, |
| 2757 | }, |
| 2758 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2759 | 'swarming': { |
| 2760 | 'shards': 4, |
| 2761 | }, |
| 2762 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2763 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2764 | 'swarming': { |
| 2765 | 'shards': 4, |
| 2766 | }, |
| 2767 | }, |
Sven Zheng | fbbf21a | 2021-04-16 23:57:12 | [diff] [blame] | 2768 | # https://crbug.com/1199909, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 2769 | 'linux-lacros-code-coverage': { |
| 2770 | 'args': [ |
| 2771 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.sync_integration_tests.filter', |
| 2772 | ] |
| 2773 | }, |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 2774 | 'linux-lacros-dbg-tests-fyi': { |
| 2775 | 'args': [ |
| 2776 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.sync_integration_tests.filter', |
| 2777 | ], |
| 2778 | }, |
Anastasiia N | 11c1f8d | 2021-04-19 14:04:42 | [diff] [blame] | 2779 | 'linux-lacros-tester-rel': { |
| 2780 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 2781 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.sync_integration_tests.filter', |
Anastasiia N | 11c1f8d | 2021-04-19 14:04:42 | [diff] [blame] | 2782 | ], |
| 2783 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 2784 | 'mac-code-coverage': { |
| 2785 | 'args': [ |
| 2786 | '--coverage-continuous-mode=1', |
| 2787 | ], |
| 2788 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2789 | }, |
| 2790 | }, |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 2791 | 'system_webview_shell_layout_test_apk': { |
| 2792 | 'remove_from': [ |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2793 | 'android-11-x86-rel', # crbug.com/1165280 |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 2794 | ], |
| 2795 | }, |
Weizhong Xia | 613fda4 | 2021-04-21 20:11:52 | [diff] [blame] | 2796 | 'system_webview_wpt': { |
| 2797 | 'modifications': { |
| 2798 | 'android-webview-pie-x86-wpt-fyi-rel': { |
Weizhong Xia | 7dd4136 | 2021-09-30 16:05:38 | [diff] [blame] | 2799 | 'args': [ |
| 2800 | '--log-wptreport', |
| 2801 | ], |
Weizhong Xia | 613fda4 | 2021-04-21 20:11:52 | [diff] [blame] | 2802 | 'swarming': { |
Weizhong Xia | 613fda4 | 2021-04-21 20:11:52 | [diff] [blame] | 2803 | 'shards': 18, |
| 2804 | }, |
| 2805 | }, |
| 2806 | }, |
| 2807 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2808 | 'tab_capture_end2end_tests': { |
Nico Weber | e89a3c9 | 2018-07-01 01:30:52 | [diff] [blame] | 2809 | # Run these only on Release bots. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2810 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2811 | 'Linux Debug (NVIDIA)', |
| 2812 | 'Mac Debug (Intel)', |
| 2813 | 'Mac Retina Debug (AMD)', |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2814 | 'Win10 FYI x64 Debug (NVIDIA)', |
Yuly Novikov | f28f1eca | 2019-07-04 22:43:39 | [diff] [blame] | 2815 | # Disabled due to dbus crashes crbug.com/927465 |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2816 | 'Linux FYI Release (Intel HD 630)', |
| 2817 | 'Linux FYI Release (NVIDIA)', |
Brian Sheedy | 22d051e | 2019-08-07 00:50:16 | [diff] [blame] | 2818 | 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2819 | 'Linux FYI SkiaRenderer Vulkan (NVIDIA)', |
| 2820 | 'Linux Release (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2821 | ], |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 2822 | }, |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 2823 | 'telemetry_chromium_minidump_unittests': { |
| 2824 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2825 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084352 |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 2826 | ], |
| 2827 | }, |
Brian Sheedy | c117f6d | 2020-05-06 02:23:27 | [diff] [blame] | 2828 | 'telemetry_monochrome_minidump_unittests': { |
| 2829 | 'remove_from': [ |
| 2830 | # Monochrome isn't supported on M. |
| 2831 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2832 | 'android-marshmallow-x86-rel-non-cq', |
Brian Sheedy | c117f6d | 2020-05-06 02:23:27 | [diff] [blame] | 2833 | ], |
| 2834 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2835 | 'telemetry_perf_unittests': { |
| 2836 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2837 | 'Linux Tests': { |
| 2838 | 'args': [ |
| 2839 | '--xvfb', |
Ned Nguyen | e6e2604 | 2018-01-17 20:42:48 | [diff] [blame] | 2840 | '--jobs=1', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2841 | ], |
| 2842 | }, |
Juan Antonio Navarro Perez | 4899edf | 2019-03-14 13:05:35 | [diff] [blame] | 2843 | 'Linux Tests (dbg)(1)': { |
| 2844 | 'args': [ |
| 2845 | '--xvfb', |
| 2846 | '--jobs=1', |
| 2847 | ], |
| 2848 | }, |
Stephanie Kim | 56defb7 | 2020-11-19 21:32:37 | [diff] [blame] | 2849 | # TODO crbug.com/1143924: Remove when experimentation is complete |
| 2850 | 'Linux Tests Robocrop': { |
| 2851 | 'args': [ |
| 2852 | '--xvfb', |
| 2853 | '--jobs=1', |
| 2854 | ], |
| 2855 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2856 | # Disable parallelism on all Mac bots. |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2857 | 'Mac10.11 Tests': { |
| 2858 | 'args': [ |
| 2859 | '--jobs=1', |
| 2860 | ], |
| 2861 | }, |
| 2862 | 'Mac10.12 Tests': { |
| 2863 | 'args': [ |
| 2864 | '--jobs=1', |
| 2865 | ], |
| 2866 | }, |
Ned Nguyen | 6e6e5b3 | 2018-02-21 20:21:50 | [diff] [blame] | 2867 | 'Win7 Tests (dbg)(1)': { |
| 2868 | 'args': [ |
| 2869 | '--jobs=1', |
| 2870 | ], |
| 2871 | 'swarming': { |
| 2872 | 'shards': 20, |
| 2873 | }, |
| 2874 | 'experiment_percentage': 100, |
| 2875 | }, |
Ben Pastene | 69400eb | 2021-03-25 19:27:16 | [diff] [blame] | 2876 | 'chromeos-eve-chrome': { |
| 2877 | 'args': [ |
| 2878 | # TODO(crbug.com/1191132): Re-enable. |
| 2879 | '--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.wasmpspdfkit', |
| 2880 | ], |
| 2881 | }, |
Ben Pastene | 2b4b15f | 2021-03-04 00:39:24 | [diff] [blame] | 2882 | 'chromeos-kevin-chrome': { |
| 2883 | # TODO(crbug.com/1182948): Remove the experiment. |
Ben Pastene | be91e46 | 2021-07-27 23:47:26 | [diff] [blame] | 2884 | # TODO(b/188822176): Restore to 100% when we have additional capacity. |
| 2885 | 'experiment_percentage': 0, |
Ben Pastene | 2b4b15f | 2021-03-04 00:39:24 | [diff] [blame] | 2886 | }, |
Ben Pastene | 7b1384a | 2021-04-22 23:24:32 | [diff] [blame] | 2887 | 'linux-bionic-rel': { |
| 2888 | 'args': [ |
| 2889 | '--xvfb', |
| 2890 | '--jobs=1', |
| 2891 | ], |
| 2892 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2893 | 'linux-trusty-rel': { |
| 2894 | 'args': [ |
| 2895 | '--xvfb', |
| 2896 | '--jobs=1', |
| 2897 | ], |
| 2898 | }, |
Stephanie Kim | 5c7f31d | 2021-04-27 18:00:06 | [diff] [blame] | 2899 | 'linux-xenial-rel': { |
| 2900 | 'args': [ |
| 2901 | '--xvfb', |
| 2902 | '--jobs=1', |
| 2903 | ], |
| 2904 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2905 | }, |
| 2906 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2907 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084352 |
Haiyang Pan | 0e39edf4 | 2020-04-28 19:29:01 | [diff] [blame] | 2908 | # There's no need to run telemetry_perf_unittests on both lollipop and |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2909 | # marshmallow on the CQ. https://crbug.com/1026487. |
Ben Joyce | 68c5c85 | 2021-10-16 23:55:16 | [diff] [blame] | 2910 | # TODO(crbug/1260494): Test suite isn't running on android. |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2911 | 'android-marshmallow-arm64-rel', |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2912 | 'android-nougat-arm64-rel', # crbug.com/1108124 |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 2913 | 'android-pie-arm64-rel', |
Garrett Beaty | eef031a | 2019-02-28 01:55:41 | [diff] [blame] | 2914 | # crbug.com/936540 |
Garrett Beaty | eef031a | 2019-02-28 01:55:41 | [diff] [blame] | 2915 | 'Mac10.11 Tests', |
Shenghua Zhang | bd6f1b23 | 2018-03-03 02:59:14 | [diff] [blame] | 2916 | 'Mac10.13 Tests', |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 2917 | 'Mac10.15 Tests', |
Zhaoyang Li | 7842759 | 2021-03-25 19:03:23 | [diff] [blame] | 2918 | 'Mac10.15 Tests (dbg)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2919 | 'Linux - Future (dbg)', # client.v8.chromium |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2920 | 'Win10 Tests x64', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2921 | 'Win10 Tests x64 (dbg)', |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 2922 | 'Win10 Tests x64 20h2', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2923 | ], |
| 2924 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2925 | 'telemetry_unittests': { |
| 2926 | 'modifications': { |
| 2927 | 'Win10 Tests x64 (dbg)': { |
| 2928 | 'experiment_percentage': 100, # crbug.com/870673 |
Ben Pastene | 9383fe1 | 2020-10-20 21:32:40 | [diff] [blame] | 2929 | }, |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2930 | }, |
| 2931 | 'remove_from': [ |
Ben Pastene | 9ef2ced5 | 2021-07-28 18:04:34 | [diff] [blame] | 2932 | # TODO(crbug.com/1141234): Restore when there's more DUTs |
| 2933 | 'chromeos-kevin-chrome', |
| 2934 | 'chromeos-kevin-rel', |
Ben Pastene | 61931775 | 2020-12-03 00:04:14 | [diff] [blame] | 2935 | |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2936 | # crbug.com/936540 |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2937 | 'Mac10.11 Tests', |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2938 | |
| 2939 | 'Win10 Tests x64', |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 2940 | 'Win10 Tests x64 20h2', |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2941 | ], |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2942 | }, |
Brian Sheedy | f3b48d6 | 2020-05-08 23:03:12 | [diff] [blame] | 2943 | 'test_buildbucket_api_gpu_use_cases': { |
| 2944 | 'remove_from': [ |
| 2945 | # crbug.com/1080749 |
| 2946 | 'Optional Linux Release (NVIDIA)', |
| 2947 | ], |
| 2948 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2949 | 'unit_tests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2950 | 'remove_from': [ |
Ben Pastene | 3e32ffe | 2020-08-07 03:37:07 | [diff] [blame] | 2951 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2952 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2953 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2954 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2955 | # These are slow on the ASAN trybot for some reason. |
| 2956 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2957 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2958 | 'shards': 4, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2959 | }, |
| 2960 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2961 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 2962 | # These are slow on the ASAN trybot for some reason. |
| 2963 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2964 | 'swarming': { |
| 2965 | 'shards': 2, |
| 2966 | }, |
| 2967 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2968 | 'Linux ChromiumOS MSan Tests': { |
| 2969 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 2970 | # crbug.com/865455 |
| 2971 | 'swarming': { |
| 2972 | 'shards': 2, |
| 2973 | }, |
| 2974 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2975 | 'Linux TSan Tests': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2976 | 'swarming': { |
| 2977 | 'shards': 2, |
| 2978 | }, |
| 2979 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 2980 | # https://crbug.com/1184127 |
| 2981 | 'Linux Tests (Wayland)': { |
| 2982 | 'args': [ |
| 2983 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.unit_tests_wayland.filter', |
| 2984 | ], |
| 2985 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2986 | 'ToTLinuxASan': { |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2987 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2988 | 'shards': 2, |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2989 | }, |
| 2990 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2991 | 'android-asan': { |
| 2992 | 'args': [ |
| 2993 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter', |
| 2994 | ], |
| 2995 | }, |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 2996 | 'android-marshmallow-arm64-rel-swarming': { |
| 2997 | 'swarming': { |
| 2998 | 'shards': 8, |
| 2999 | }, |
| 3000 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3001 | 'linux-chromeos-chrome': { |
| 3002 | 'args': [ |
| 3003 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter', |
| 3004 | ], |
| 3005 | }, |
Ben Pastene | acd5739 | 2019-10-31 02:13:25 | [diff] [blame] | 3006 | 'linux-chromeos-dbg': { |
| 3007 | 'swarming': { |
| 3008 | 'shards': 2, |
| 3009 | }, |
| 3010 | }, |
Erik Chen | d063aef7 | 2019-11-18 19:13:10 | [diff] [blame] | 3011 | 'linux-chromeos-rel': { |
| 3012 | 'swarming': { |
| 3013 | 'shards': 2, |
| 3014 | }, |
| 3015 | }, |
Yuke Liao | 597dd6df7 | 2020-08-18 03:02:54 | [diff] [blame] | 3016 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 3017 | 'linux-lacros-code-coverage': { |
| 3018 | 'args': [ |
| 3019 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.unit_tests.filter', |
| 3020 | ], |
| 3021 | }, |
| 3022 | # https://crbug.com/1111979, |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 3023 | 'linux-lacros-dbg-tests-fyi': { |
| 3024 | 'args': [ |
| 3025 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.unit_tests.filter', |
| 3026 | ], |
| 3027 | }, |
| 3028 | # https://crbug.com/1111979, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 3029 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 3030 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 3031 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.unit_tests.filter', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 3032 | ], |
| 3033 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3034 | }, |
| 3035 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3036 | 'video_decode_accelerator_gl_unittest': { |
| 3037 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3038 | # Windows Intel doesn't have the GL extensions to support this test. |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 3039 | 'Optional Win10 x64 Release (Intel HD 630)', |
| 3040 | 'Win10 FYI x64 Release (Intel HD 630)', |
Yuly Novikov | 5ff1550 | 2019-07-31 00:55:48 | [diff] [blame] | 3041 | 'Win10 FYI x64 Exp Release (Intel HD 630)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3042 | ], |
| 3043 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 3044 | 'views_unittests': { |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 3045 | 'modifications': { |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 3046 | 'Linux Tests (Wayland)': { |
| 3047 | 'args': [ |
| 3048 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter', |
| 3049 | ], |
| 3050 | }, |
Chong Gu | 6aa22be | 2021-09-10 06:56:14 | [diff] [blame] | 3051 | 'fuchsia-fyi-arm64-dbg': { |
| 3052 | 'args': [ |
| 3053 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.views_unittests.filter', |
| 3054 | ], |
| 3055 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 3056 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 3057 | 'linux-lacros-code-coverage': { |
| 3058 | 'args': [ |
| 3059 | '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:' |
| 3060 | 'DesktopWidgetTest*:' |
| 3061 | 'DesktopWindowTreeHostPlatformTest*:' |
| 3062 | 'EditableComboboxTest*:' |
| 3063 | 'MenuRunnerTest*:' |
| 3064 | 'TextfieldTest*:' |
| 3065 | 'TooltipControllerTest*:' |
| 3066 | 'TooltipStateManagerTest*' |
| 3067 | ], |
| 3068 | }, |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 3069 | 'linux-lacros-dbg-tests-fyi': { |
| 3070 | 'args': [ |
| 3071 | '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:' |
| 3072 | 'TextfieldTest*:' |
| 3073 | 'TooltipControllerTest*:' |
| 3074 | ], |
| 3075 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 3076 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 3077 | 'args': [ |
| 3078 | '--gtest_filter=-DesktopWidgetFocusManagerTest.AnchoredDialogInDesktopNativeWidgetAura:' |
Yuke Liao | 34721c2 | 2020-08-14 21:41:19 | [diff] [blame] | 3079 | 'DesktopWidgetTest*:' |
| 3080 | 'DesktopWindowTreeHostPlatformTest*:' |
Yuke Liao | cf9db2b | 2020-08-13 19:42:53 | [diff] [blame] | 3081 | 'EditableComboboxTest*:' |
Sven Zheng | ea8903f | 2020-08-14 05:27:51 | [diff] [blame] | 3082 | 'MenuRunnerTest*:' |
Yuke Liao | cf9db2b | 2020-08-13 19:42:53 | [diff] [blame] | 3083 | 'TextfieldTest*:' |
Benjamin Beaudry | 54b3b88 | 2021-03-12 23:55:36 | [diff] [blame] | 3084 | 'TooltipControllerTest*:' |
| 3085 | 'TooltipStateManagerTest*' |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 3086 | ], |
| 3087 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 3088 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 3089 | }, |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 3090 | 'viz_unittests': { |
| 3091 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3092 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 3093 | 'args': [ |
| 3094 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.viz_unittests.filter', |
| 3095 | ], |
| 3096 | }, |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 3097 | 'android-marshmallow-x86-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 3098 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 3099 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 3100 | ], |
| 3101 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 3102 | 'android-pie-x86-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 3103 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 3104 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 3105 | ], |
| 3106 | }, |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 3107 | 'fuchsia-fyi-arm64-dbg': { |
Chong Gu | 6aa22be | 2021-09-10 06:56:14 | [diff] [blame] | 3108 | 'args': [ |
| 3109 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.viz_unittests.filter', |
| 3110 | ], |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 3111 | }, |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 3112 | }, |
| 3113 | }, |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 3114 | 'vr_common_unittests': { |
| 3115 | 'remove_from': [ |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 3116 | 'android-pie-x86-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 3117 | ], |
| 3118 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 3119 | 'vr_pixeltests': { |
| 3120 | 'remove_from': [ |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 3121 | 'android-pie-x86-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 3122 | 'VR Linux', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 3123 | ], |
| 3124 | }, |
Nico Weber | e81999ee | 2018-07-01 23:52:43 | [diff] [blame] | 3125 | 'wayland_client_perftests': { |
| 3126 | 'remove_from': [ |
| 3127 | 'linux-chromeos-dbg', # https://crbug.com/859307 |
| 3128 | ], |
| 3129 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 3130 | 'web_engine_browsertests': { |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 3131 | 'modifications': { |
| 3132 | 'fuchsia-code-coverage': { |
| 3133 | 'swarming': { |
Chong Gu | 7a46320 | 2021-07-19 18:43:10 | [diff] [blame] | 3134 | 'shards': 28, |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 3135 | }, |
| 3136 | }, |
| 3137 | }, |
| 3138 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 3139 | 'web_engine_integration_tests': { |
Chong Gu | 4c9e8f11 | 2021-06-02 18:37:26 | [diff] [blame] | 3140 | 'modifications': { |
| 3141 | 'fuchsia-code-coverage': { |
| 3142 | 'swarming': { |
| 3143 | 'shards': 6, |
| 3144 | }, |
| 3145 | }, |
| 3146 | }, |
| 3147 | }, |
John Budorick | 6335746 | 2019-02-27 23:02:51 | [diff] [blame] | 3148 | 'webdriver_tests_suite': { |
| 3149 | 'remove_from': [ |
| 3150 | 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557 |
Stephanie Kim | 5c7f31d | 2021-04-27 18:00:06 | [diff] [blame] | 3151 | 'linux-xenial-rel', |
John Budorick | 6335746 | 2019-02-27 23:02:51 | [diff] [blame] | 3152 | ], |
| 3153 | }, |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 3154 | 'webgl2_conformance_gl_passthrough_tests': { |
| 3155 | 'remove_from': [ |
Geoff Lang | 1fede15 | 2019-10-10 23:03:44 | [diff] [blame] | 3156 | # Not enough capacity. https://crbug.com/982294 |
| 3157 | 'Mac Pro FYI Release (AMD)', |
| 3158 | 'Mac FYI Retina Release (NVIDIA)', |
Yuly Novikov | 712af63 | 2021-08-31 23:54:11 | [diff] [blame] | 3159 | # Only run validating on Mac Intel due to capacity http://crbug.com/1236796 |
| 3160 | 'Optional Mac Release (Intel)', |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 3161 | ], |
| 3162 | }, |
Brian Sheedy | 5a9f656 | 2021-08-20 03:32:54 | [diff] [blame] | 3163 | 'webgl2_conformance_gles_passthrough_tests': { |
| 3164 | 'remove_from': [ |
| 3165 | # Not enough CrOS hardware capacity to run on anything other than VMs. |
| 3166 | # See https://crbug.com/1238070. |
| 3167 | 'ChromeOS FYI Release (kevin)', |
| 3168 | 'Lacros FYI x64 Release (Intel)', |
| 3169 | ], |
| 3170 | 'modifications': { |
| 3171 | # This VM configuration is known to be significantly slower than other |
| 3172 | # CrOS configurations, so increase the shards. |
| 3173 | # TODO(crbug.com/1223550): Remove this if the configuration can be sped |
| 3174 | # up. |
| 3175 | 'ChromeOS FYI Release (amd64-generic)': { |
| 3176 | 'swarming': { |
| 3177 | 'shards': 30, |
| 3178 | }, |
| 3179 | }, |
| 3180 | }, |
| 3181 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 3182 | 'webgl2_conformance_validating_tests': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 3183 | 'remove_from': [ |
| 3184 | # The Mac NVIDIA Retina bots don't have the capacity to run |
| 3185 | # this test suite on mac_optional_gpu_tests_rel. |
| 3186 | 'Optional Mac Retina Release (NVIDIA)', |
| 3187 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3188 | 'modifications': { |
Brian Sheedy | ab0a199 | 2021-08-13 20:57:39 | [diff] [blame] | 3189 | # This VM configuration is known to be significantly slower than other |
| 3190 | # CrOS configurations, so increase the shards. |
| 3191 | # TODO(crbug.com/1223550): Remove this if the configuration can be sped |
| 3192 | # up. |
| 3193 | 'ChromeOS FYI Release (amd64-generic)': { |
| 3194 | 'swarming': { |
| 3195 | 'shards': 30, |
| 3196 | }, |
Brian Sheedy | 9bde453 | 2021-08-20 18:11:19 | [diff] [blame] | 3197 | # This configuration is tested with the passthrough decoder as well, |
| 3198 | # which will be shipped in the nearish future, so any failures that |
| 3199 | # show up with the validating decoder are just an FYI. |
| 3200 | 'experiment_percentage': 100, |
Brian Sheedy | ab0a199 | 2021-08-13 20:57:39 | [diff] [blame] | 3201 | }, |
Brian Sheedy | 2220031 | 2021-08-20 22:17:50 | [diff] [blame] | 3202 | 'ChromeOS FYI Release (kevin)': { |
| 3203 | 'experiment_percentage': 100, |
| 3204 | }, |
Yuly Novikov | 1931425 | 2021-10-02 03:06:28 | [diff] [blame] | 3205 | 'Mac FYI ASAN (Intel)': { |
| 3206 | 'args': [ |
| 3207 | '--is-asan', |
| 3208 | ] |
| 3209 | }, |
| 3210 | 'Mac FYI Retina ASAN (AMD)': { |
| 3211 | 'args': [ |
| 3212 | '--is-asan', |
| 3213 | ] |
| 3214 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3215 | }, |
| 3216 | }, |
| 3217 | 'webgl_conformance_gl_passthrough_tests': { |
| 3218 | 'remove_from': [ |
| 3219 | # crbug.com/555545 and crbug.com/649824: |
| 3220 | # Disable webgl_conformance_gl_tests on some Win/AMD cards. |
| 3221 | # Always fails on older cards, flaky on newer cards. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3222 | 'Win7 FYI Release (AMD)', |
| 3223 | ], |
| 3224 | }, |
Kenneth Russell | 984f2f1 | 2020-12-15 23:23:35 | [diff] [blame] | 3225 | 'webgl_conformance_metal_passthrough_tests': { |
| 3226 | 'remove_from': [ |
| 3227 | # crbug.com/1158857: re-enable if Metal shader cache workaround is added. |
| 3228 | 'Mac FYI Retina Release (NVIDIA)', |
| 3229 | ], |
| 3230 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 3231 | 'webgl_conformance_tests': { |
Kenneth Russell | e63e41f | 2019-04-09 02:45:28 | [diff] [blame] | 3232 | 'remove_from': [ |
| 3233 | # Too slow on this configuration, which is severely hardware |
| 3234 | # constrained. crbug.com/950690 |
| 3235 | 'Mac FYI Retina Debug (NVIDIA)', |
| 3236 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3237 | }, |
Yuly Novikov | 1931425 | 2021-10-02 03:06:28 | [diff] [blame] | 3238 | 'webgl_conformance_validating_tests': { |
| 3239 | 'modifications': { |
| 3240 | 'Mac FYI ASAN (Intel)': { |
| 3241 | 'args': [ |
| 3242 | '--is-asan', |
| 3243 | ] |
| 3244 | }, |
| 3245 | 'Mac FYI Retina ASAN (AMD)': { |
| 3246 | 'args': [ |
| 3247 | '--is-asan', |
| 3248 | ] |
| 3249 | }, |
| 3250 | }, |
| 3251 | }, |
Austin Eng | e8c0ba0 | 2021-07-19 23:55:19 | [diff] [blame] | 3252 | 'webgpu_blink_web_tests': { |
| 3253 | 'modifications': { |
| 3254 | # Increase the timeout with ASAN (crbug.com/1208253) |
| 3255 | 'Dawn Win10 x64 ASAN Release': { |
| 3256 | 'args': [ |
| 3257 | '--time-out-ms=48000', |
| 3258 | ], |
| 3259 | }, |
| 3260 | }, |
Brian Sheedy | 5796b4b | 2021-09-15 21:51:41 | [diff] [blame] | 3261 | 'replacements': { |
| 3262 | 'Dawn Mac x64 Experimental Release (Intel)': { |
| 3263 | 'args': { |
| 3264 | '--platform': 'mac-mac11.5', |
| 3265 | }, |
| 3266 | } |
| 3267 | }, |
| 3268 | }, |
| 3269 | 'webgpu_blink_web_tests_with_backend_validation': { |
| 3270 | 'replacements': { |
| 3271 | 'Dawn Mac x64 Experimental Release (Intel)': { |
| 3272 | 'args': { |
| 3273 | '--platform': 'mac-mac11.5', |
| 3274 | }, |
| 3275 | }, |
| 3276 | }, |
Austin Eng | e8c0ba0 | 2021-07-19 23:55:19 | [diff] [blame] | 3277 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3278 | 'webkit_unit_tests': { |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 3279 | 'remove_from': [ |
| 3280 | # Flakily fails on Win7. https://crbug.com/943372. |
| 3281 | 'Win7 Tests (1)', |
| 3282 | 'Win 7 Tests x64 (1)', |
Haiyang Pan | 90ed7c64 | 2021-02-06 01:22:06 | [diff] [blame] | 3283 | # Runs on android-marshmallow-x86-rel already (crbug.com/1127110) |
| 3284 | 'android-marshmallow-arm64-rel', |
| 3285 | 'android-marshmallow-x86-rel-non-cq', |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 3286 | ], |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 3287 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 3288 | 'Linux ASan LSan Tests (1)': { |
| 3289 | # These are very slow on the ASAN trybot for some reason. |
| 3290 | # crbug.com/794372 |
| 3291 | 'swarming': { |
| 3292 | 'shards': 5, |
| 3293 | }, |
| 3294 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 3295 | 'Linux TSan Tests': { |
| 3296 | 'swarming': { |
| 3297 | 'shards': 2, |
| 3298 | }, |
| 3299 | }, |
arthursonzogni | 26889d8 | 2018-05-29 17:18:16 | [diff] [blame] | 3300 | 'Marshmallow 64 bit Tester': { |
| 3301 | # Increase timeout. See https://crbug.com/847229. |
| 3302 | 'swarming': { |
| 3303 | 'hard_timeout': 1200, |
| 3304 | }, |
| 3305 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3306 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 3307 | 'args': [ |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 3308 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.blink_unittests.filter', |
| 3309 | ], |
| 3310 | }, |
| 3311 | 'android-12-x64-fyi-rel': { |
| 3312 | 'args': [ |
| 3313 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.blink_unittests.filter', |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 3314 | ], |
| 3315 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 3316 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 3317 | 'swarming': { |
| 3318 | 'shards': 2, |
| 3319 | }, |
| 3320 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 3321 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3322 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 3323 | 'weblayer_browsertests': { |
| 3324 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3325 | 'android-11-x86-rel': { |
Haiyang Pan | d38464f5 | 2021-03-24 00:29:01 | [diff] [blame] | 3326 | 'args': [ |
| 3327 | # TODO(crbug.com/1191784): Enable this test once the issue is fixed. |
| 3328 | '--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory', |
| 3329 | ], |
| 3330 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 3331 | 'android-pie-arm64-rel': { |
| 3332 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 3333 | # capacity has been deployed. |
| 3334 | 'swarming': { |
| 3335 | 'dimension_sets': [ |
| 3336 | { |
| 3337 | 'device_type': 'sailfish', |
| 3338 | }, |
| 3339 | ], |
| 3340 | }, |
| 3341 | }, |
| 3342 | }, |
| 3343 | }, |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 3344 | 'weblayer_bundle_test': { |
| 3345 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 3346 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1088013 |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3347 | 'android-11-x86-rel', # crbug.com/1165280 |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 3348 | ], |
| 3349 | }, |
| 3350 | 'weblayer_instrumentation_test_apk': { |
| 3351 | 'remove_from': [ |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 3352 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1088013 |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3353 | 'android-11-x86-rel', # crbug.com/1165280 |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 3354 | ], |
Haiyang Pan | 6d7a15b | 2020-10-03 00:29:19 | [diff] [blame] | 3355 | 'modifications': { |
| 3356 | 'android-pie-arm64-rel': { |
| 3357 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 3358 | # capacity has been deployed. |
| 3359 | 'swarming': { |
| 3360 | 'dimension_sets': [ |
| 3361 | { |
| 3362 | 'device_type': 'sailfish', |
| 3363 | }, |
| 3364 | ], |
| 3365 | }, |
| 3366 | }, |
| 3367 | }, |
Haiyang Pan | 591dbad | 2020-06-05 20:26:37 | [diff] [blame] | 3368 | }, |
Rakib M. Hasan | 4891990 | 2021-02-26 23:07:20 | [diff] [blame] | 3369 | 'weblayer_instrumentation_test_apk_ToT_Tests': { |
| 3370 | 'modifications': { |
| 3371 | 'android-weblayer-10-x86-rel-tests': { |
| 3372 | 'args': [ |
| 3373 | '--replace-system-package=org.chromium.weblayer.shell,apks/WebLayerShellSystemWebView.apk' |
| 3374 | ] |
| 3375 | }, |
| 3376 | 'android-weblayer-marshmallow-x86-rel-tests': { |
| 3377 | 'args': [ |
| 3378 | '--replace-system-package=org.chromium.weblayer.shell,apks/WebLayerShellSystemWebView.apk' |
| 3379 | ] |
| 3380 | } |
| 3381 | } |
| 3382 | }, |
Haiyang Pan | 4efd9b0 | 2021-03-17 23:58:30 | [diff] [blame] | 3383 | 'weblayer_private_instrumentation_test_apk': { |
| 3384 | 'modifications': { |
| 3385 | # TODO(crbug.com/1189403): Remove the filter once the issue is fixed. |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3386 | 'android-11-x86-rel': { |
Haiyang Pan | 4efd9b0 | 2021-03-17 23:58:30 | [diff] [blame] | 3387 | 'args': [ |
| 3388 | '--gtest_filter=-org.chromium.weblayer.test.MediaCaptureTest.*', |
| 3389 | ], |
Haiyang Pan | f72ffdf | 2021-08-03 20:24:12 | [diff] [blame] | 3390 | # TODO(crbug.com/1137474): Remove after the test suite is green. |
| 3391 | 'experiment_percentage': 100, |
Haiyang Pan | 4efd9b0 | 2021-03-17 23:58:30 | [diff] [blame] | 3392 | }, |
| 3393 | }, |
| 3394 | }, |
Weizhong Xia | 7d33588 | 2021-01-28 02:49:52 | [diff] [blame] | 3395 | 'weblayer_shell_wpt': { |
| 3396 | 'modifications': { |
| 3397 | # TODO(crbug.com/1171555): remove this when test can run with more emulators |
| 3398 | 'android-weblayer-pie-x86-wpt-fyi-rel': { |
| 3399 | 'swarming': { |
| 3400 | 'shards': 18, |
| 3401 | }, |
| 3402 | }, |
Weizhong Xia | 0f0c330 | 2021-04-27 00:05:43 | [diff] [blame] | 3403 | 'android-weblayer-pie-x86-wpt-smoketest': { |
| 3404 | 'args': [ |
Haiyang Pan | 1f205ad | 2021-07-31 01:47:52 | [diff] [blame] | 3405 | '--default-exclude', |
Weizhong Xia | 0f0c330 | 2021-04-27 00:05:43 | [diff] [blame] | 3406 | '--include-file=../../third_party/blink/web_tests/android/WPTSmokeTestCases' |
| 3407 | ], |
| 3408 | 'swarming': { |
Weizhong Xia | 0f0c330 | 2021-04-27 00:05:43 | [diff] [blame] | 3409 | 'shards': 3, |
| 3410 | }, |
| 3411 | }, |
Weizhong Xia | 7d33588 | 2021-01-28 02:49:52 | [diff] [blame] | 3412 | }, |
| 3413 | }, |
Erik Staab | 70ca5b3 | 2021-08-07 00:38:35 | [diff] [blame] | 3414 | 'webview_64_cts_tests': { |
| 3415 | 'modifications': { |
| 3416 | 'android-pie-arm64-rel': { |
| 3417 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 3418 | # capacity has been deployed. |
| 3419 | 'swarming': { |
| 3420 | 'dimension_sets': [ |
| 3421 | { |
| 3422 | 'device_type': 'sailfish', |
| 3423 | }, |
| 3424 | ], |
| 3425 | }, |
| 3426 | }, |
| 3427 | }, |
| 3428 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 3429 | 'webview_cts_tests': { |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 3430 | 'remove_from': [ |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3431 | 'android-11-x86-rel', # crbug.com/1165280 |
Ben Joyce | 4677e68 | 2021-03-22 22:19:11 | [diff] [blame] | 3432 | 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999): |
| 3433 | # GLIBC_2.28 Not found. |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 3434 | ], |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 3435 | 'modifications': { |
| 3436 | 'android-pie-arm64-rel': { |
| 3437 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 3438 | # capacity has been deployed. |
| 3439 | 'swarming': { |
| 3440 | 'dimension_sets': [ |
| 3441 | { |
| 3442 | 'device_type': 'sailfish', |
| 3443 | }, |
| 3444 | ], |
| 3445 | }, |
| 3446 | }, |
| 3447 | }, |
| 3448 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3449 | 'webview_instrumentation_test_apk': { |
| 3450 | 'remove_from': [ |
Hans Wennborg | eac4c36c | 2018-05-23 16:04:06 | [diff] [blame] | 3451 | # This test frequently fails on Android, https://crbug.com/824959 |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3452 | # matching android builders, the test fails on these. |
Hans Wennborg | a0b11ebe | 2018-05-15 16:26:50 | [diff] [blame] | 3453 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 3454 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 3455 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 3456 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 3457 | |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 3458 | # On chromium.swarm, this should possibly be being run (or removed |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 3459 | # from android-marshmallow-arm64-rel-swarming). |
Garrett Beaty | 47a2d80 | 2020-11-10 20:50:53 | [diff] [blame] | 3460 | # https://crbug.com/1147531 - covered on pie |
| 3461 | 'android-marshmallow-arm64-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3462 | ], |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3463 | 'modifications': { |
Andrew Luo | f08500ae | 2020-01-10 01:24:45 | [diff] [blame] | 3464 | # chromium.android.fyi |
| 3465 | 'Android WebView P FYI (rel)': { |
| 3466 | 'args': [ |
| 3467 | '--annotation', |
| 3468 | 'DisabledTest,FlakyTest' # Monitor status of disabled tests. |
| 3469 | ], |
| 3470 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3471 | 'Oreo Phone Tester': { |
Andrew Luo | 93c4a1e | 2019-08-30 05:26:30 | [diff] [blame] | 3472 | # TODO(crbug.com/997362): Enable this once it's passing. |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 3473 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 3474 | # either passing or there is more capacity. |
| 3475 | 'experiment_percentage': 0, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3476 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3477 | 'android-11-x86-rel': { |
Haiyang Pan | 10386481 | 2021-03-19 19:28:44 | [diff] [blame] | 3478 | 'args': [ |
| 3479 | # TODO(crbug.com/1189746) Enable this test once the issue is fixed. |
| 3480 | '--gtest_filter=-org.chromium.net.NetworkChangeNotifierTest.testNetworkChangeNotifierJavaObservers', |
| 3481 | ], |
| 3482 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 3483 | 'android-marshmallow-x86-rel': { |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 3484 | 'swarming': { |
| 3485 | 'shards': 9, |
| 3486 | }, |
| 3487 | }, |
Kuan Huang | 1f402c8 | 2021-06-08 17:58:18 | [diff] [blame] | 3488 | 'android-pie-arm64-rel': { |
| 3489 | 'swarming': { |
| 3490 | 'shards': 9, |
| 3491 | }, |
| 3492 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 3493 | 'android-pie-x86-rel': { |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 3494 | 'args': [ |
| 3495 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 3496 | ], |
Ben Joyce | 9a7eb31 | 2021-08-25 00:44:59 | [diff] [blame] | 3497 | 'swarming': { |
| 3498 | 'shards': 9, |
| 3499 | }, |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 3500 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 3501 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3502 | }, |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 3503 | 'webview_ui_test_app_test_apk': { |
| 3504 | 'remove_from': [ |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3505 | 'android-11-x86-rel', # crbug.com/1165280 |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 3506 | ], |
| 3507 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 3508 | 'x11_unittests': { |
| 3509 | # Wayland bot uses chromium_linux_gtests that includes some x11 only |
| 3510 | # test targets. To avoid maintaining a list of tests, remove them here. |
| 3511 | 'remove_from': [ |
| 3512 | 'Linux Tests (Wayland)', |
| 3513 | ], |
| 3514 | }, |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 3515 | 'xr_browser_tests': { |
| 3516 | 'remove_from': [ |
Maggie Chen | 4fc2984 | 2018-08-07 19:12:48 | [diff] [blame] | 3517 | # Fails on the bot, http://crbug.com/868143 |
| 3518 | 'Win7 FYI Release (AMD)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 3519 | ], |
| 3520 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3521 | } |