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