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