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