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