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