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 | }, |
Greg Guterman | ea66116 | 2021-11-17 00:46:43 | [diff] [blame^] | 33 | 'android-marshmallow-arm64-rel-rts': { |
| 34 | 'swarming': { |
| 35 | 'shards': 2, |
| 36 | }, |
| 37 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 38 | 'android-marshmallow-x86-rel': { |
| 39 | 'swarming': { |
| 40 | 'shards': 2, |
| 41 | }, |
| 42 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 43 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 44 | 'args': [ |
| 45 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 46 | ], |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 47 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 48 | # capacity has been deployed. |
| 49 | 'swarming': { |
| 50 | 'dimension_sets': [ |
| 51 | { |
| 52 | 'device_type': 'sailfish', |
| 53 | }, |
| 54 | ], |
Haiyang Pan | 1678f0c0 | 2021-03-09 23:05:09 | [diff] [blame] | 55 | 'shards': 2, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 56 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 57 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 58 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 59 | 'args': [ |
| 60 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 61 | ], |
Haiyang Pan | 7cd609d | 2021-04-08 20:17:24 | [diff] [blame] | 62 | 'swarming': { |
| 63 | 'shards': 2, |
| 64 | }, |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 65 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 66 | }, |
| 67 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 68 | 'android_sync_integration_tests': { |
| 69 | 'remove_from': [ |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 70 | # Remove from CQ bots due to capacity. |
| 71 | 'android-marshmallow-arm64-rel', |
Greg Guterman | ea66116 | 2021-11-17 00:46:43 | [diff] [blame^] | 72 | 'android-marshmallow-arm64-rel-rts', |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 73 | ], |
| 74 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 75 | 'android_webview_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 76 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 77 | 'angle_end2end_tests': { |
| 78 | 'remove_from': [ |
| 79 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 80 | 'Android FYI Release (Nexus 5)', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 81 | 'Android FYI Release (Nexus 9)', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 82 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 83 | 'Linux FYI Debug (NVIDIA)', |
| 84 | ], |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 85 | 'modifications': { |
| 86 | # anglebug.com/5328 suspecting blue screen caused by multiprocess |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 87 | 'Optional Win10 x64 Release (Intel HD 630)': { |
| 88 | 'args': [ |
| 89 | '--max-processes=1', |
| 90 | ], |
| 91 | }, |
| 92 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 93 | 'args': [ |
| 94 | '--max-processes=1', |
| 95 | ], |
| 96 | }, |
| 97 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 98 | 'args': [ |
| 99 | '--max-processes=1', |
| 100 | ], |
| 101 | }, |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 102 | 'win10-angle-x64-intel': { |
| 103 | 'args': [ |
| 104 | '--max-processes=1', |
| 105 | ], |
| 106 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 107 | }, |
Yuly Novikov | 922b1fa9 | 2021-02-25 22:25:40 | [diff] [blame] | 108 | 'replacements': { |
| 109 | 'Linux FYI Release (AMD RX 5500 XT)': { |
| 110 | 'args': { |
| 111 | '--max-processes': '1', |
| 112 | }, |
| 113 | }, |
| 114 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 115 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 116 | 'angle_unittests': { |
| 117 | 'remove_from': [ |
| 118 | # On Android, these are already run on the main waterfall. |
| 119 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | c1117ae8 | 2021-01-15 22:33:36 | [diff] [blame] | 120 | # Times out listing tests crbug.com/1167314 |
| 121 | 'android-asan', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 122 | # Does not currently work on Lacros configurations. |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 123 | 'linux-lacros-code-coverage', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 124 | 'linux-lacros-tester-rel', |
| 125 | 'linux-lacros-tester-fyi-rel', |
Yuke Liao | f27ebe5 | 2021-08-05 22:12:40 | [diff] [blame] | 126 | 'linux-lacros-dbg-tests-fyi', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 127 | ], |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 128 | }, |
| 129 | 'angle_white_box_tests': { |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 130 | 'modifications': { |
| 131 | # anglebug.com/5328 suspecting blue screen caused by multiprocess |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 132 | 'Optional Win10 x64 Release (Intel HD 630)': { |
| 133 | 'args': [ |
| 134 | '--max-processes=1', |
| 135 | ], |
| 136 | }, |
| 137 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 138 | 'args': [ |
| 139 | '--max-processes=1', |
| 140 | ], |
| 141 | }, |
| 142 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 143 | 'args': [ |
| 144 | '--max-processes=1', |
| 145 | ], |
| 146 | }, |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 147 | 'win10-angle-x64-intel': { |
| 148 | 'args': [ |
| 149 | '--max-processes=1', |
| 150 | ], |
| 151 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 152 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 153 | }, |
Yuke Liao | b6beaeca | 2021-04-29 23:41:51 | [diff] [blame] | 154 | 'aura_unittests_amd64-generic': { |
| 155 | 'remove_from': [ |
| 156 | # TODO(crbug.com/1204231): Re-enable. |
| 157 | 'lacros-amd64-generic-rel', |
| 158 | ] |
| 159 | }, |
Yuke Liao | 79a8cf5 | 2021-06-11 18:14:34 | [diff] [blame] | 160 | 'aura_unittests_eve': { |
| 161 | 'remove_from': [ |
| 162 | # TODO(crbug.com/1204231): Re-enable. |
| 163 | 'lacros-amd64-generic-rel', |
| 164 | ] |
| 165 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 166 | 'base_unittests': { |
| 167 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 168 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 169 | 'args': [ |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 170 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 171 | ], |
| 172 | }, |
| 173 | 'android-12-x64-fyi-rel': { |
| 174 | 'args': [ |
| 175 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 176 | '--gtest_filter=-ModuleCacheTest.CheckAgainstProcMaps', # crbug.com/1260521 |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 177 | ], |
| 178 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 179 | 'fuchsia-code-coverage': { |
| 180 | 'swarming': { |
| 181 | 'shards': 5, |
| 182 | }, |
| 183 | }, |
| 184 | }, |
| 185 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 186 | 'blink_platform_unittests': { |
| 187 | 'modifications': { |
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 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 312 | 'WebKit Linux Leak': { |
| 313 | 'args': [ |
| 314 | '--additional-expectations', |
| 315 | '../../third_party/blink/web_tests/LeakExpectations', |
| 316 | '--time-out-ms', |
| 317 | '48000', |
| 318 | '--enable-leak-detection', |
| 319 | ], |
| 320 | 'swarming': { |
| 321 | 'shards': 10, |
| 322 | }, |
| 323 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 324 | 'WebKit Linux MSAN': { |
| 325 | 'args': [ |
| 326 | '--additional-expectations', |
| 327 | '../../third_party/blink/web_tests/MSANExpectations', |
| 328 | '--time-out-ms', |
| 329 | '66000', |
| 330 | '--enable-sanitizer', |
| 331 | ], |
| 332 | 'swarming': { |
| 333 | 'expiration': 36000, |
| 334 | 'hard_timeout': 10800, |
| 335 | 'io_timeout': 3600, |
| 336 | 'shards': 20, |
| 337 | }, |
| 338 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 339 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 340 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 341 | '--flag-specific=composite-after-paint', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 342 | ], |
Xianzhu Wang | 2dc614e | 2021-03-04 22:56:39 | [diff] [blame] | 343 | 'swarming': { |
| 344 | 'shards': 20, |
| 345 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 346 | }, |
| 347 | 'WebKit Linux layout_ng_disabled Builder': { |
| 348 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 349 | '--flag-specific=disable-layout-ng', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 350 | ], |
Stephen Martinis | 6eb8a557 | 2021-03-02 00:23:08 | [diff] [blame] | 351 | 'swarming': { |
| 352 | 'shards': 20, |
| 353 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 354 | }, |
| 355 | 'Win10 Tests x64': { |
| 356 | 'args': [ |
| 357 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 358 | 'Release_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 359 | ], |
| 360 | 'swarming': { |
| 361 | "shards": 28 |
| 362 | }, |
| 363 | }, |
| 364 | 'Win10 Tests x64 (dbg)': { |
| 365 | 'args': [ |
| 366 | '--debug', |
| 367 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 368 | 'Debug_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 369 | ], |
| 370 | }, |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 371 | 'Win10 Tests x64 20h2': { |
| 372 | 'args': [ |
| 373 | '--target', |
| 374 | 'Release_x64', |
| 375 | ], |
| 376 | 'swarming': { |
| 377 | "shards": 28 |
| 378 | }, |
| 379 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 380 | 'Win7 Tests (dbg)(1)': { |
| 381 | 'args': [ |
| 382 | '--debug', |
| 383 | '--time-out-ms', |
| 384 | '60000' |
| 385 | ], |
| 386 | 'experiment_percentage': 100, |
| 387 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 388 | # from prefered_os_dimension in |
| 389 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 390 | # Swarming dimensions would be either specified for all testers on the |
| 391 | # waterfall (and therefore, explicitly specified for all tests in the |
| 392 | # generated JSON), or this would be removed, and the implicit one used. |
| 393 | 'swarming': { |
| 394 | 'dimension_sets': [ |
| 395 | { |
| 396 | 'os': 'Windows-7-SP1', |
| 397 | } |
| 398 | ], |
| 399 | }, |
| 400 | }, |
| 401 | # tryserver.chromium.android |
| 402 | 'android_blink_rel': { |
| 403 | 'args': [ |
| 404 | '--release', |
| 405 | '--android', |
| 406 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 407 | # Android. Remove this when it no longer affects Android crash |
| 408 | # log handling. |
| 409 | '--disable-breakpad', |
| 410 | # TODO(crbug.com/875172): run on the real GPU since the |
| 411 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 412 | '--additional-driver-flag=--use-gpu-in-tests', |
| 413 | ], |
| 414 | }, |
| 415 | 'devtools_frontend_linux_blink_light_rel': { |
| 416 | 'args': [ |
| 417 | 'http/tests/devtools', |
| 418 | ], |
| 419 | 'swarming': { |
| 420 | 'shards': 4, |
| 421 | }, |
| 422 | }, |
| 423 | 'fuchsia-fyi-x64-rel': { |
| 424 | 'args': [ |
| 425 | '--platform=fuchsia', |
| 426 | ], |
| 427 | 'swarming': { |
| 428 | 'shards': 1, |
| 429 | }, |
| 430 | }, |
Mathias Carlen | 30968a6 | 2020-03-31 08:47:04 | [diff] [blame] | 431 | 'linux-autofill-assistant': { |
| 432 | 'args': [ |
| 433 | '--release', |
| 434 | ], |
| 435 | }, |
Yuzu Saijo | 9709bcc | 2020-03-18 09:12:20 | [diff] [blame] | 436 | 'linux-bfcache-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 437 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 438 | '--flag-specific=enable-back-forward-cache-same-site', |
Hiroshige Hayashizaki | 7012037 | 2021-10-04 07:24:30 | [diff] [blame] | 439 | # TODO(crbug.com/1255537): Re-enable the test. |
| 440 | '--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] | 441 | ], |
| 442 | }, |
| 443 | 'linux-blink-animation-use-time-delta': { |
| 444 | 'args': [ |
| 445 | '--debug', |
| 446 | ], |
| 447 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 448 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 449 | 'args': [ |
| 450 | '--release', |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 451 | '--flag-specific=enable-blink-heap-concurrent-marking', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 452 | ], |
| 453 | }, |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 454 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 455 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 456 | '--flag-specific=force-renderer-accessibility', |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 457 | ], |
| 458 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 459 | 'linux-code-coverage': { |
| 460 | 'args': [ |
| 461 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 462 | ], |
| 463 | 'swarming': { |
| 464 | 'shards': 20, |
| 465 | }, |
| 466 | }, |
Prakhar | da595bf2 | 2021-07-13 17:26:57 | [diff] [blame] | 467 | 'linux-exp-code-coverage': { |
| 468 | 'args': [ |
| 469 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 470 | ], |
| 471 | 'swarming': { |
| 472 | 'shards': 20, |
| 473 | }, |
| 474 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 475 | 'linux-layout-tests-edit-ng': { |
| 476 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 477 | '--flag-specific=enable-editing-ng', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 478 | ], |
| 479 | }, |
Stephanie Kim | 5c7f31d | 2021-04-27 18:00:06 | [diff] [blame] | 480 | 'linux-xenial-rel': { |
| 481 | "args": [ |
| 482 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 483 | ], |
| 484 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 485 | 'mac10.12-blink-rel-dummy': { |
| 486 | 'swarming': { |
| 487 | 'shards': 20, |
| 488 | }, |
| 489 | }, |
| 490 | 'mac10.13-blink-rel-dummy': { |
| 491 | 'swarming': { |
| 492 | 'shards': 20, |
| 493 | }, |
| 494 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 495 | 'mac10.14-blink-rel-dummy': { |
| 496 | 'swarming': { |
Xinan Lin | d2f9171 | 2021-04-29 21:13:56 | [diff] [blame] | 497 | # Increase timeout and reduce shards. |
| 498 | # See https://crbug.com/1203565. |
| 499 | 'shards': 12, |
| 500 | 'hard_timeout': 1800, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 501 | }, |
| 502 | }, |
Ilia Samsonov | 7efe05e | 2020-05-07 19:00:46 | [diff] [blame] | 503 | 'mac10.15-blink-rel-dummy': { |
| 504 | 'swarming': { |
| 505 | 'shards': 20, |
| 506 | }, |
| 507 | }, |
Ilia Samsonov | dd271c6c2 | 2020-09-08 22:24:44 | [diff] [blame] | 508 | 'mac11.0-blink-rel-dummy': { |
| 509 | 'swarming': { |
Dirk Pranke | 2cc6179 | 2021-06-10 20:24:54 | [diff] [blame] | 510 | 'shards': 12, |
| 511 | 'hard_timeout': 1800, |
Ilia Samsonov | dd271c6c2 | 2020-09-08 22:24:44 | [diff] [blame] | 512 | }, |
| 513 | }, |
Preethi Mohan | d030de4 | 2021-07-22 21:12:13 | [diff] [blame] | 514 | 'win10.20h2-blink-rel-dummy': { |
| 515 | 'swarming': { |
Preethi Mohan | d044dd0 | 2021-09-06 15:59:42 | [diff] [blame] | 516 | 'shards': 14, |
Preethi Mohan | d030de4 | 2021-07-22 21:12:13 | [diff] [blame] | 517 | 'hard_timeout': 1200, |
| 518 | }, |
| 519 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 520 | }, |
| 521 | }, |
John Budorick | ca99585 | 2019-06-26 16:55:55 | [diff] [blame] | 522 | 'breakpad_unittests': { |
| 523 | 'modifications': { |
| 524 | 'android-asan': { |
| 525 | 'args': [ |
| 526 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter', |
| 527 | ], |
| 528 | }, |
| 529 | }, |
| 530 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 531 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 532 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 533 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 534 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 535 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 536 | # 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] | 537 | # off CQ. |
Gary Tong | d5f5a74 | 2021-01-29 00:01:13 | [diff] [blame] | 538 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 539 | 'Mac10.15 Tests', # https://crbug.com/1042757 |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 540 | 'Mac10.15 Tests (dbg)', # https://crbug.com/1201386 |
| 541 | 'mac-code-coverage', # https://crbug.com/1201386 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 542 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 543 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 544 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 545 | 'modifications': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 546 | 'CrWinAsan': { |
| 547 | # These are very slow on the ASAN trybot for some reason. |
| 548 | # crbug.com/794372 |
| 549 | 'swarming': { |
| 550 | 'shards': 40, |
| 551 | }, |
| 552 | }, |
| 553 | 'CrWinAsan(dll)': { |
| 554 | # These are very slow on the ASAN trybot for some reason. |
| 555 | # crbug.com/794372 |
| 556 | 'swarming': { |
| 557 | 'shards': 40, |
| 558 | }, |
| 559 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 560 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 561 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 562 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 563 | }, |
| 564 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 565 | 'Linux ASan LSan Tests (1)': { |
| 566 | # These are very slow on the ASAN trybot for some reason. |
| 567 | # crbug.com/794372 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 568 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 569 | 'shards': 40, |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 570 | }, |
| 571 | }, |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 572 | 'Linux ASan Tests (sandboxed)': { |
| 573 | 'swarming': { |
John Abd-El-Malek | 3a63161 | 2020-07-08 21:40:41 | [diff] [blame] | 574 | 'shards': 30, # https://crbug.com/1103330 |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 575 | }, |
| 576 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 577 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 578 | # These are very slow on the ASAN trybot for some reason. |
| 579 | # crbug.com/794372 |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 580 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 581 | 'shards': 31, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 582 | }, |
| 583 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 584 | 'Linux ChromiumOS MSan Tests': { |
| 585 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 586 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 587 | 'swarming': { |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 588 | 'shards': 32, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 589 | }, |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 590 | 'args': [ |
| 591 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter', |
| 592 | ], |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 593 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 594 | # https://crbug.com/1084469 |
| 595 | 'Linux Tests (Wayland)': { |
| 596 | 'args': [ |
| 597 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter', |
| 598 | ], |
| 599 | }, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 600 | 'Linux Tests (dbg)(1)': { |
| 601 | # crbug.com/1066161 |
| 602 | 'swarming': { |
| 603 | 'shards': 20, |
| 604 | }, |
| 605 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 606 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 607 | 'swarming': { |
Stephen Martinis | cd3c383 | 2020-11-19 22:01:24 | [diff] [blame] | 608 | 'shards': 30, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 609 | }, |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 610 | # crbug.com/1196416 |
| 611 | 'args': [ |
| 612 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 613 | ], |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 614 | 'experiment_percentage': 100, # https://crbug.com/1251657 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 615 | }, |
Sven Zheng | 3f1462569 | 2021-08-24 06:28:27 | [diff] [blame] | 616 | # TODO(crbug.com/1232535) Remove once the bug is resolved. |
| 617 | 'Mac10.11 Tests': { |
| 618 | 'args': [ |
| 619 | '--test-launcher-print-timestamps', |
| 620 | ], |
| 621 | }, |
Lindsay Pasricha | 76f44d2 | 2021-04-07 16:16:26 | [diff] [blame] | 622 | 'Mac10.15 Tests': { |
| 623 | # crbug.com/1042757 |
| 624 | 'swarming': { |
| 625 | 'dimension_sets': [ |
| 626 | { |
| 627 | # These shards are liable to time out when running on macmini7,1. |
| 628 | 'cores': '8|12', |
| 629 | } |
| 630 | ], |
| 631 | }, |
| 632 | # crbug.com/1196416 |
| 633 | 'args': [ |
| 634 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 635 | ], |
| 636 | }, |
Lindsay Pasricha | 8eb36ed9 | 2021-11-01 20:01:56 | [diff] [blame] | 637 | 'Mac10.15 Tests (dbg)': { |
| 638 | # crbug.com/1042757 |
| 639 | 'swarming': { |
| 640 | 'dimension_sets': [ |
| 641 | { |
| 642 | # These shards are liable to time out when running on macmini7,1. |
| 643 | 'cores': '8|12', |
| 644 | } |
| 645 | ], |
| 646 | }, |
| 647 | # crbug.com/1196416 |
| 648 | 'args': [ |
| 649 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 650 | ], |
| 651 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 652 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 653 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 654 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 655 | }, |
| 656 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 657 | 'ToTWin64(dbg)': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 658 | 'swarming': { |
| 659 | 'shards': 20, |
| 660 | }, |
| 661 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 662 | 'Win10 Tests x64': { |
| 663 | # crbug.com/868082 |
| 664 | 'args': [ |
| 665 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 666 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 667 | 'swarming': { |
| 668 | # This is for slow test execution that often becomes a critical path of |
| 669 | # swarming jobs. crbug.com/868114 |
| 670 | 'shards': 15, |
| 671 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 672 | }, |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 673 | 'Win10 Tests x64 20h2': { |
| 674 | # crbug.com/868082 |
| 675 | 'args': [ |
| 676 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 677 | ], |
| 678 | 'swarming': { |
| 679 | # This is for slow test execution that often becomes a critical path of |
| 680 | # swarming jobs. crbug.com/868114 |
| 681 | 'shards': 15, |
| 682 | } |
| 683 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 684 | 'Win7 Tests (1)': { |
| 685 | # This is for slow test execution that often becomes a critical path of |
| 686 | # swarming jobs. crbug.com/868114 |
| 687 | 'swarming': { |
| 688 | 'shards': 15, |
| 689 | }, |
| 690 | }, |
| 691 | 'Win7 Tests (dbg)(1)': { |
Pavol Marko | c579e07 | 2019-12-05 22:42:02 | [diff] [blame] | 692 | 'swarming': { |
| 693 | 'shards': 20, |
| 694 | }, |
| 695 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 696 | 'linux-chromeos-chrome': { |
| 697 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 698 | # tests are green. |
| 699 | 'args': [ |
| 700 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 701 | ], |
| 702 | }, |
| 703 | 'linux-chromeos-code-coverage': { |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 704 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 705 | 'shards': 50, |
| 706 | }, |
| 707 | }, |
| 708 | 'linux-chromeos-dbg': { |
| 709 | 'swarming': { |
Garrett Beaty | d81c918 | 2021-05-12 02:52:50 | [diff] [blame] | 710 | 'shards': 40, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 711 | }, |
| 712 | }, |
| 713 | 'linux-chromeos-rel': { |
| 714 | 'swarming': { |
| 715 | 'shards': 20, |
Stephanie Kim | e9008f7 | 2020-03-05 23:01:16 | [diff] [blame] | 716 | 'dimension_sets': [ |
| 717 | { |
| 718 | 'kvm': '1', |
| 719 | }, |
| 720 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 721 | }, |
| 722 | }, |
| 723 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 724 | 'args': [ |
| 725 | '--no-sandbox', |
| 726 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 727 | 'swarming': { |
| 728 | 'shards': 50, |
| 729 | }, |
| 730 | }, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 731 | 'linux-lacros-code-coverage': { |
| 732 | 'args': [ |
Ben Pastene | d1b2fd19 | 2021-05-11 19:10:18 | [diff] [blame] | 733 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter', |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 734 | ], |
| 735 | }, |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 736 | 'linux-lacros-dbg-tests-fyi': { |
| 737 | 'args': [ |
| 738 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter', |
| 739 | ], |
| 740 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 741 | 'linux-lacros-tester-rel': { |
| 742 | 'args': [ |
Ben Pastene | d1b2fd19 | 2021-05-11 19:10:18 | [diff] [blame] | 743 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.browser_tests.filter', |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 744 | ], |
| 745 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 746 | 'linux-trusty-rel': { |
| 747 | 'args': [ |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 748 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter', |
| 749 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 750 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 751 | 'mac-code-coverage': { |
| 752 | 'args': [ |
| 753 | '--coverage-continuous-mode=1', |
| 754 | ], |
| 755 | }, |
Kuan Huang | 83a1c92 | 2021-09-08 22:00:27 | [diff] [blame] | 756 | 'mac11-arm64-rel-tests': { |
Kuan Huang | 199112a5 | 2021-08-23 17:37:19 | [diff] [blame] | 757 | 'ci_only': False, # https://crbug.com/1234525 |
Lindsay Pasricha | 3643206 | 2021-10-27 20:43:30 | [diff] [blame] | 758 | 'args': [ |
| 759 | # crbug.com/1262402 |
| 760 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac11-arm64-rel.browser_tests.filter', |
| 761 | ] |
Kuan Huang | 199112a5 | 2021-08-23 17:37:19 | [diff] [blame] | 762 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 763 | 'win-asan': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 764 | # These are very slow on the ASAN trybot for some reason. |
| 765 | # crbug.com/794372 |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 766 | 'swarming': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 767 | 'shards': 40, |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 768 | }, |
| 769 | }, |
Yuki Yamada | 70190fc | 2021-10-28 09:00:27 | [diff] [blame] | 770 | 'win-backuprefptr-x64-fyi-rel': { |
| 771 | 'args': [ |
| 772 | '--test-launcher-filter-file=../../testing/buildbot/filters/win_backuprefptr_fyi.browser_tests.filter', |
| 773 | ], |
| 774 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 775 | }, |
| 776 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 777 | 'cc_unittests': { |
| 778 | 'modifications': { |
| 779 | 'Linux TSan Tests': { |
| 780 | 'swarming': { |
| 781 | 'shards': 3, |
| 782 | }, |
| 783 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 784 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 785 | # https://crbug.com/1039860 |
| 786 | 'args': [ |
| 787 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.cc_unittests.filter', |
| 788 | ], |
| 789 | }, |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 790 | 'android-marshmallow-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 791 | # https://crbug.com/1039860 |
| 792 | 'args': [ |
| 793 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 794 | ], |
| 795 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 796 | 'android-pie-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 797 | # https://crbug.com/1039860 |
| 798 | 'args': [ |
| 799 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 800 | ], |
| 801 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 802 | 'fuchsia-code-coverage': { |
| 803 | 'swarming': { |
| 804 | 'shards': 4, |
| 805 | }, |
| 806 | }, |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 807 | 'fuchsia-fyi-arm64-dbg': { |
| 808 | 'args': [ |
| 809 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.cc_unittests.filter', |
| 810 | ], |
| 811 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 812 | }, |
| 813 | }, |
Prakhar | 94f444a | 2020-10-08 07:30:08 | [diff] [blame] | 814 | 'check_static_initializers': { |
| 815 | 'modifications': { |
| 816 | 'Mac Builder': { |
| 817 | 'args': [ |
| 818 | '--allow-coverage-initializer', |
| 819 | ], |
| 820 | }, |
| 821 | }, |
| 822 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 823 | 'chrome_all_tast_tests': { |
| 824 | 'modifications': { |
| 825 | 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': { |
| 826 | 'args': [ |
| 827 | # This bot sets symbol_level=2, which doesn't fit inside a normal VM. |
| 828 | '--strip-chrome', |
| 829 | ], |
| 830 | }, |
| 831 | }, |
| 832 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 833 | 'chrome_java_test_pagecontroller_tests': { |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 834 | 'modifications': { |
| 835 | 'android-pie-arm64-rel': { |
| 836 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 837 | # capacity has been deployed. |
| 838 | 'swarming': { |
| 839 | 'dimension_sets': [ |
| 840 | { |
| 841 | 'device_type': 'sailfish', |
| 842 | }, |
| 843 | ], |
| 844 | }, |
| 845 | }, |
| 846 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 847 | }, |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 848 | 'chrome_public_smoke_test': { |
| 849 | 'remove_from': [ |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 850 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 851 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 852 | ], |
| 853 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 854 | 'chrome_public_test_apk': { |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 855 | 'remove_from': [ |
| 856 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 857 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 858 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 859 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 860 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 861 | 'Marshmallow 64 bit Tester': { |
| 862 | 'swarming': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 863 | 'shards': 14, |
| 864 | }, |
| 865 | }, |
Arthur Wang | 5dd7b07c | 2020-04-04 01:05:22 | [diff] [blame] | 866 | 'Marshmallow Tablet Tester': { |
| 867 | 'args': [ |
| 868 | '--timeout-scale', |
| 869 | '2.0', |
| 870 | ], |
| 871 | }, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 872 | 'Oreo Phone Tester': { |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 873 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 874 | # either passing or there is more capacity. |
| 875 | 'experiment_percentage': 0, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 876 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 877 | 'android-11-x86-rel': { |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 878 | 'args': [ |
| 879 | '--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] | 880 | '--timeout-scale=2.0', |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 881 | ], |
Haiyang Pan | 68a39c0 | 2021-11-11 21:12:21 | [diff] [blame] | 882 | }, |
| 883 | 'android-12-x64-fyi-rel': { |
| 884 | 'args': [ |
| 885 | '--timeout-scale=2.0', |
| 886 | ], |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 887 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 888 | 'android-arm64-proguard-rel': { |
| 889 | 'swarming': { |
| 890 | 'shards': 25, |
| 891 | }, |
| 892 | }, |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 893 | 'android-marshmallow-arm64-rel-swarming': { |
| 894 | 'swarming': { |
Brian Sheedy | 180c2dd | 2020-04-22 19:34:31 | [diff] [blame] | 895 | 'service_account': '[email protected]' |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 896 | }, |
| 897 | }, |
Haiyang Pan | 742760c | 2021-02-12 03:21:41 | [diff] [blame] | 898 | 'android-marshmallow-x86-rel': { |
| 899 | 'args': [ |
| 900 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter', |
| 901 | ], |
| 902 | 'swarming': { |
| 903 | # TODO(crbug.com/1127110): Revisit shards and machine_type if there |
| 904 | # are n2 machines available in the test pool. |
| 905 | 'shards': 25, |
Haiyang Pan | 742760c | 2021-02-12 03:21:41 | [diff] [blame] | 906 | }, |
Haiyang Pan | 37fbd7a4 | 2020-06-03 03:27:37 | [diff] [blame] | 907 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 908 | 'android-pie-arm64-rel': { |
| 909 | 'args': [ |
| 910 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211 |
| 911 | ], |
Stephen Martinis | d05530d | 2021-07-27 22:50:22 | [diff] [blame] | 912 | 'ci_only': True, # https://crbug.com/1233700 |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 913 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 914 | 'android-pie-x86-rel': { |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 915 | 'args': [ |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 916 | # https://crbug.com/1046059 |
Haiyang Pan | 23f64f5 | 2020-06-04 01:23:32 | [diff] [blame] | 917 | '--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] | 918 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 919 | 'swarming': { |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 920 | # See https://crbug.com/1230192, runs of 40-60 minutes at 20 shards. |
| 921 | 'shards': 30, |
| 922 | }, |
| 923 | }, |
| 924 | }, |
| 925 | }, |
| 926 | 'chrome_public_test_apk_with_playstore': { |
| 927 | 'remove_from': [ |
| 928 | # Android Emulator does not ship playstore image on Marshmallow. |
| 929 | 'android-marshmallow-x86-rel', |
| 930 | ], |
| 931 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 932 | 'android-11-x86-rel': { |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 933 | 'args': [ |
| 934 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android30.textpb', |
| 935 | ], |
| 936 | 'swarming': { |
| 937 | # soft affinity so that bots with caches will be picked first |
| 938 | 'optional_dimensions': { |
| 939 | '60': [ |
| 940 | { |
Haiyang Pan | 68a39c0 | 2021-11-11 21:12:21 | [diff] [blame] | 941 | 'caches': 'avd_generic_playstore_android30', |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 942 | } |
| 943 | ], |
| 944 | }, |
| 945 | 'named_caches': [ |
| 946 | { |
| 947 | 'name': 'avd_generic_playstore_android30', |
| 948 | 'path': '.android', |
| 949 | }, |
| 950 | { |
| 951 | 'name': 'system_images_android_30_google_apis_playstore_x86', |
| 952 | 'path': '.emulator_sdk', |
| 953 | }, |
| 954 | ], |
| 955 | }, |
| 956 | }, |
Haiyang Pan | 68a39c0 | 2021-11-11 21:12:21 | [diff] [blame] | 957 | 'android-12-x64-fyi-rel': { |
| 958 | 'args': [ |
| 959 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android31.textpb', |
| 960 | ], |
| 961 | 'swarming': { |
| 962 | # soft affinity so that bots with caches will be picked first |
| 963 | 'optional_dimensions': { |
| 964 | '60': [ |
| 965 | { |
| 966 | 'caches': 'avd_generic_playstore_android31', |
| 967 | } |
| 968 | ], |
| 969 | }, |
| 970 | 'named_caches': [ |
| 971 | { |
| 972 | 'name': 'avd_generic_playstore_android31', |
| 973 | 'path': '.android', |
| 974 | }, |
| 975 | { |
| 976 | 'name': 'system_images_android_31_google_apis_playstore_x64', |
| 977 | 'path': '.emulator_sdk', |
| 978 | }, |
| 979 | ], |
| 980 | }, |
| 981 | }, |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 982 | 'android-pie-x86-rel': { |
| 983 | 'args': [ |
| 984 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 985 | ], |
| 986 | 'swarming': { |
Haiyang Pan | 2c43830 | 2021-06-11 23:50:38 | [diff] [blame] | 987 | # soft affinity so that bots with caches will be picked first |
| 988 | 'optional_dimensions': { |
| 989 | '60': [ |
| 990 | { |
| 991 | 'caches': 'avd_generic_playstore_android28', |
| 992 | } |
| 993 | ], |
| 994 | }, |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 995 | 'named_caches': [ |
| 996 | { |
| 997 | 'name': 'avd_generic_playstore_android28', |
| 998 | 'path': '.android', |
| 999 | }, |
| 1000 | { |
| 1001 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 1002 | 'path': '.emulator_sdk', |
| 1003 | }, |
Haiyang Pan | 98040282 | 2020-10-07 23:24:56 | [diff] [blame] | 1004 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 1005 | }, |
John Budorick | 3400947 | 2018-04-03 17:38:44 | [diff] [blame] | 1006 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1007 | }, |
| 1008 | }, |
| 1009 | 'chrome_public_test_vr_apk': { |
Nico Weber | b0b3f586 | 2018-07-13 18:45:15 | [diff] [blame] | 1010 | 'remove_from': [ |
Ben Joyce | 3e04386 | 2021-10-20 23:57:24 | [diff] [blame] | 1011 | # Decided to no longer run VR tests on M, crbug.com/1159619. |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 1012 | 'Marshmallow Tablet Tester', |
Haiyang Pan | d12ff546 | 2021-07-12 17:29:02 | [diff] [blame] | 1013 | |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1014 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
bsheedy | df58b4e | 2018-11-01 19:42:16 | [diff] [blame] | 1015 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1016 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 1017 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 1018 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 1019 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1020 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 1021 | 'chrome_public_test_vr_apk-vega': { |
| 1022 | 'modifications': { |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 1023 | 'Oreo Phone Tester': { |
| 1024 | 'swarming': { |
| 1025 | 'dimension_sets': [ |
| 1026 | { |
| 1027 | 'device_os': 'OVR1.180808.003', |
| 1028 | 'device_type': 'vega', |
| 1029 | 'os': 'Android', |
| 1030 | }, |
| 1031 | ], |
| 1032 | }, |
| 1033 | } |
| 1034 | } |
| 1035 | }, |
Rakib M. Hasan | a56be79 | 2021-03-15 21:14:40 | [diff] [blame] | 1036 | 'chrome_public_wpt': { |
| 1037 | 'modifications': { |
| 1038 | 'android-web-platform-pie-x86-fyi-rel': { |
| 1039 | 'swarming': { |
Rakib M. Hasan | a56be79 | 2021-03-15 21:14:40 | [diff] [blame] | 1040 | 'shards': 18, |
| 1041 | }, |
| 1042 | }, |
| 1043 | }, |
| 1044 | }, |
Ian Struiksma | eb285db0 | 2020-10-20 22:19:34 | [diff] [blame] | 1045 | 'chrome_sizes': { |
| 1046 | 'modifications': { |
Yuke Liao | 97568030 | 2021-02-18 18:34:54 | [diff] [blame] | 1047 | 'lacros-amd64-generic-chrome': { |
| 1048 | 'swarming': { |
| 1049 | 'dimension_sets': [ |
| 1050 | { |
Yuke Liao | 31225ee3 | 2021-03-17 23:21:33 | [diff] [blame] | 1051 | 'cpu': 'x86-64', |
Ben Pastene | ddd3da7 | 2021-09-23 17:41:35 | [diff] [blame] | 1052 | 'os': 'Ubuntu-18.04', |
Yuke Liao | 97568030 | 2021-02-18 18:34:54 | [diff] [blame] | 1053 | }, |
| 1054 | ], |
| 1055 | }, |
| 1056 | }, |
Ben Pastene | e9536c8 | 2021-10-19 01:48:57 | [diff] [blame] | 1057 | 'lacros-arm-generic-chrome': { |
| 1058 | 'swarming': { |
| 1059 | 'dimension_sets': [ |
| 1060 | { |
| 1061 | 'cpu': 'x86-64', |
| 1062 | 'os': 'Ubuntu-18.04', |
| 1063 | }, |
| 1064 | ], |
| 1065 | }, |
| 1066 | }, |
Ian Struiksma | eb285db0 | 2020-10-20 22:19:34 | [diff] [blame] | 1067 | }, |
| 1068 | }, |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 1069 | 'chromedriver_py_tests': { |
| 1070 | 'remove_from': [ |
| 1071 | # Timeout happens sometimes (crbug.com/951799). |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 1072 | 'Win10 Tests x64 (dbg)', |
| 1073 | ], |
| 1074 | }, |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1075 | 'components_browsertests': { |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1076 | 'remove_from': [ |
| 1077 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457 |
| 1078 | 'fuchsia-fyi-x64-rel', # https://crbug.com/961457 |
| 1079 | ], |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1080 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1081 | 'android-11-x86-rel': { |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1082 | 'swarming': { |
| 1083 | 'shards': 2, |
| 1084 | }, |
| 1085 | }, |
| 1086 | }, |
| 1087 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1088 | 'components_unittests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1089 | 'remove_from': [ |
Ben Joyce | 68c5c85 | 2021-10-16 23:55:16 | [diff] [blame] | 1090 | # https://crbug.com/1147531 - covered on marshmallow emulator. |
Garrett Beaty | 47a2d80 | 2020-11-10 20:50:53 | [diff] [blame] | 1091 | 'android-marshmallow-arm64-rel', |
Greg Guterman | ea66116 | 2021-11-17 00:46:43 | [diff] [blame^] | 1092 | 'android-marshmallow-arm64-rel-rts', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1093 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1094 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1095 | 'Linux ASan LSan Tests (1)': { |
| 1096 | # These are very slow on the ASAN trybot for some reason. |
| 1097 | # crbug.com/794372 |
| 1098 | 'swarming': { |
| 1099 | 'shards': 5, |
| 1100 | }, |
| 1101 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1102 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 1103 | # These are very slow on the ASAN trybot for some reason. |
| 1104 | # crbug.com/794372 |
| 1105 | 'swarming': { |
| 1106 | 'shards': 5, |
| 1107 | }, |
| 1108 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1109 | 'Linux TSan Tests': { |
| 1110 | 'swarming': { |
| 1111 | 'shards': 2, |
| 1112 | }, |
| 1113 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1114 | 'android-11-x86-rel': { |
Haiyang Pan | 799282f | 2021-03-25 19:38:31 | [diff] [blame] | 1115 | 'args': [ |
| 1116 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.components_unittests.filter', |
| 1117 | ], |
| 1118 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1119 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1120 | 'swarming': { |
| 1121 | 'shards': 2, |
| 1122 | }, |
| 1123 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1124 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1125 | 'linux-lacros-code-coverage': { |
| 1126 | 'args': [ |
| 1127 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter', |
| 1128 | ], |
| 1129 | }, |
| 1130 | # https://crbug.com/1111979, |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 1131 | 'linux-lacros-dbg-tests-fyi': { |
| 1132 | 'args': [ |
| 1133 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter', |
| 1134 | ], |
| 1135 | }, |
| 1136 | # https://crbug.com/1111979, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1137 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1138 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 1139 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.components_unittests.filter', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1140 | ], |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1141 | }, |
| 1142 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1143 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1144 | 'compositor_unittests': { |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 1145 | 'modifications': { |
| 1146 | 'fuchsia-fyi-arm64-dbg': { |
| 1147 | 'args': [ |
| 1148 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.compositor_unittests.filter', |
| 1149 | ], |
| 1150 | }, |
| 1151 | }, |
| 1152 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1153 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1154 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1155 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Chong Gu | 0ed5dcda | 2021-07-15 21:26:11 | [diff] [blame] | 1156 | 'android-marshmallow-arm64-rel', # http://crbug.com/1060245#c30: due to low utility and capacity. |
Greg Guterman | ea66116 | 2021-11-17 00:46:43 | [diff] [blame^] | 1157 | 'android-marshmallow-arm64-rel-rts', |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1158 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1159 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1160 | 'Cast Audio Linux': { |
| 1161 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 1162 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1163 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1164 | }, |
| 1165 | 'Cast Linux': { |
| 1166 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 1167 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1168 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1169 | }, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 1170 | 'Linux ASan LSan Tests (1)': { |
| 1171 | 'swarming': { |
| 1172 | 'shards': 12, |
| 1173 | }, |
| 1174 | }, |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 1175 | 'Linux ASan Tests (sandboxed)': { |
| 1176 | 'swarming': { |
John Abd-El-Malek | 3a63161 | 2020-07-08 21:40:41 | [diff] [blame] | 1177 | 'shards': 10, # https://crbug.com/1103330 |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 1178 | }, |
| 1179 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1180 | 'Linux TSan Tests': { |
| 1181 | 'swarming': { |
| 1182 | 'shards': 15, |
| 1183 | }, |
| 1184 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1185 | # https://crbug.com/1077181 |
| 1186 | 'Linux Tests (Wayland)': { |
| 1187 | 'args': [ |
| 1188 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter', |
| 1189 | ], |
| 1190 | }, |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 1191 | 'Mac ASan 64 Tests (1)': { # https://crbug.com/1200640 |
| 1192 | 'experiment_percentage': 100, |
| 1193 | }, |
Sergey Silkin | fe96b35 | 2020-10-19 20:41:34 | [diff] [blame] | 1194 | 'Marshmallow Tablet Tester': { |
| 1195 | 'args': [ |
| 1196 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.marshmallow_tablet_tester.content_browsertests.filter', |
| 1197 | ], |
Haiyang Pan | 1f636735 | 2021-07-02 21:15:57 | [diff] [blame] | 1198 | 'swarming': { |
| 1199 | 'shards': 15, |
| 1200 | }, |
Sergey Silkin | fe96b35 | 2020-10-19 20:41:34 | [diff] [blame] | 1201 | }, |
Sergey Silkin | 1fe10e8 | 2020-10-30 19:36:58 | [diff] [blame] | 1202 | 'WebRTC Chromium FYI Android Tests (dbg) (M Nexus5X)': { |
| 1203 | 'args': [ |
| 1204 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 1205 | ], |
Andrew Grieve | ae21ca6 | 2021-10-20 18:37:52 | [diff] [blame] | 1206 | }, |
| 1207 | 'WebRTC Chromium FYI Android Tests (dbg) (N Nexus5X)': { |
| 1208 | 'args': [ |
| 1209 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 1210 | ], |
| 1211 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1212 | 'Win10 Tests x64': { |
| 1213 | # crbug.com/868082 |
| 1214 | 'args': [ |
| 1215 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1216 | ], |
| 1217 | }, |
| 1218 | 'Win10 Tests x64 (dbg)': { |
| 1219 | 'experiment_percentage': 100, |
| 1220 | # crbug.com/868082 |
| 1221 | 'args': [ |
| 1222 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1223 | ], |
| 1224 | }, |
Kuan Huang | c93e867 | 2021-06-29 21:13:45 | [diff] [blame] | 1225 | 'Win10 Tests x64 20h2': { |
| 1226 | # crbug.com/868082 |
| 1227 | 'args': [ |
| 1228 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1229 | ], |
| 1230 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1231 | 'android-11-x86-rel': { |
Haiyang Pan | 10f029c | 2021-07-30 23:17:56 | [diff] [blame] | 1232 | # TODO(crbug.com/1137474): Remove after the test suite is green. |
| 1233 | 'experiment_percentage': 100, |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 1234 | # TODO(crbug.com/1137474): Revisit the shard number once failed tests |
| 1235 | # are fixed. |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1236 | 'swarming': { |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 1237 | 'shards': 30, |
Haiyang Pan | 45e77dda | 2021-07-01 22:23:29 | [diff] [blame] | 1238 | 'dimension_sets': [ |
| 1239 | { |
| 1240 | 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime |
| 1241 | }, |
| 1242 | ], |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1243 | }, |
| 1244 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1245 | 'android-arm64-proguard-rel': { |
| 1246 | 'swarming': { |
| 1247 | 'shards': 16, |
| 1248 | }, |
| 1249 | }, |
| 1250 | 'android-asan': { |
| 1251 | 'args': [ |
| 1252 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter', |
| 1253 | ], |
| 1254 | 'swarming': { |
| 1255 | 'shards': 18, |
| 1256 | }, |
| 1257 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1258 | 'android-marshmallow-arm64-rel': { |
| 1259 | 'swarming': { |
| 1260 | 'shards': 16, |
| 1261 | }, |
| 1262 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1263 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1264 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 1265 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter', |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1266 | ], |
Haiyang Pan | c47f6d1 | 2020-08-19 18:34:49 | [diff] [blame] | 1267 | 'swarming': { |
| 1268 | 'shards': 20, |
| 1269 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1270 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1271 | 'android-pie-x86-rel': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1272 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 1273 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1274 | ], |
Sky Malice | 303f7ec | 2021-07-17 04:13:09 | [diff] [blame] | 1275 | 'swarming': { |
| 1276 | # Flaking with only 20 shards with 40-60 minute runs. |
| 1277 | # https://crbug.com/1230118 |
| 1278 | 'shards': 30, |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 1279 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 1280 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1281 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1282 | 'swarming': { |
| 1283 | 'shards': 4, |
| 1284 | }, |
| 1285 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1286 | 'linux-chromeos-code-coverage': { |
| 1287 | 'swarming': { |
| 1288 | 'shards': 12, |
| 1289 | }, |
| 1290 | }, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 1291 | 'linux-chromeos-rel': { |
| 1292 | 'swarming': { |
| 1293 | 'shards': 3, |
| 1294 | }, |
| 1295 | }, |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1296 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 1297 | 'args': [ |
| 1298 | '--no-sandbox', |
| 1299 | ], |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1300 | 'swarming': { |
| 1301 | 'shards': 12, |
| 1302 | }, |
| 1303 | }, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1304 | # https://crbug.com/1111979, |
| 1305 | 'linux-lacros-code-coverage': { |
| 1306 | 'args': [ |
| 1307 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter', |
| 1308 | ], |
| 1309 | }, |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 1310 | # https://crbug.com/1111979, |
| 1311 | 'linux-lacros-dbg-tests-fyi': { |
| 1312 | 'args': [ |
| 1313 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter', |
| 1314 | ], |
| 1315 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1316 | # https://crbug.com/1111979 |
| 1317 | 'linux-lacros-tester-fyi-rel': { |
| 1318 | 'experiment_percentage': 100, |
| 1319 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1320 | # https://crbug.com/1111979, |
| 1321 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1322 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 1323 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.content_browsertests.filter', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1324 | ], |
| 1325 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 1326 | 'mac-code-coverage': { |
| 1327 | 'args': [ |
| 1328 | '--coverage-continuous-mode=1', |
| 1329 | ], |
| 1330 | }, |
Kuan Huang | 05332fb | 2021-10-12 02:04:26 | [diff] [blame] | 1331 | # https://crbug.com/1255940 |
| 1332 | 'mac-rel-swarming': { |
| 1333 | 'swarming': { |
| 1334 | 'dimension_sets': [ |
| 1335 | { |
| 1336 | # These test would time out when running on 4 cores instances. |
| 1337 | 'cores': '8|12', |
| 1338 | } |
| 1339 | ], |
| 1340 | }, |
| 1341 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1342 | }, |
| 1343 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 1344 | 'content_shell_crash_test': { |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 1345 | 'remove_from': [ |
Nico Weber | bbbc34e | 2020-10-14 18:21:50 | [diff] [blame] | 1346 | 'Mac10.11 Tests', # crbug.com/1138050 |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1347 | 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084353 |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 1348 | ], |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 1349 | 'modifications': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 1350 | 'Win10 Tests x64 (dbg)': { |
| 1351 | 'experiment_percentage': 100, # https://crbug.com/861730 |
| 1352 | }, |
| 1353 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 1354 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1355 | 'content_shell_test_apk': { |
| 1356 | 'remove_from': [ |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1357 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 1358 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 1359 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1360 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1361 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1362 | 'android-11-x86-rel': { |
Haiyang Pan | 10386481 | 2021-03-19 19:28:44 | [diff] [blame] | 1363 | 'args': [ |
| 1364 | '--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] | 1365 | '--timeout-scale=2.0', |
Haiyang Pan | 10386481 | 2021-03-19 19:28:44 | [diff] [blame] | 1366 | ], |
| 1367 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 1368 | 'android-marshmallow-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1369 | 'args': [ |
Haiyang Pan | 28e7358 | 2020-05-30 00:34:27 | [diff] [blame] | 1370 | '--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] | 1371 | ], |
| 1372 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1373 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1374 | 'args': [ |
| 1375 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1376 | ], |
| 1377 | }, |
| 1378 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1379 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1380 | 'content_unittests': { |
| 1381 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1382 | 'Linux ASan LSan Tests (1)': { |
| 1383 | # These are slow on the ASAN trybot for some reason. |
| 1384 | # crbug.com/794372 |
| 1385 | 'swarming': { |
| 1386 | 'shards': 2, |
| 1387 | }, |
| 1388 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1389 | 'Linux ChromiumOS MSan Tests': { |
| 1390 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1391 | # crbug.com/865455 |
| 1392 | 'swarming': { |
| 1393 | 'shards': 2, |
| 1394 | }, |
| 1395 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 1396 | 'fuchsia-code-coverage': { |
| 1397 | 'swarming': { |
| 1398 | 'shards': 12, |
| 1399 | }, |
| 1400 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1401 | }, |
| 1402 | }, |
Yuly Novikov | 1931425 | 2021-10-02 03:06:28 | [diff] [blame] | 1403 | 'context_lost_passthrough_tests': { |
| 1404 | 'modifications': { |
| 1405 | 'Mac FYI ASAN (Intel)': { |
| 1406 | 'args': [ |
| 1407 | '--is-asan', |
| 1408 | ] |
| 1409 | }, |
| 1410 | 'Mac FYI Retina ASAN (AMD)': { |
| 1411 | 'args': [ |
| 1412 | '--is-asan', |
| 1413 | ] |
| 1414 | }, |
| 1415 | }, |
| 1416 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1417 | 'context_lost_validating_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1418 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1419 | # exception once there is enough capacity to run these tests. |
| 1420 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1421 | 'Android FYI Release (Pixel 2)', |
| 1422 | ], |
Yuly Novikov | 1931425 | 2021-10-02 03:06:28 | [diff] [blame] | 1423 | 'modifications': { |
| 1424 | 'Mac FYI ASAN (Intel)': { |
| 1425 | 'args': [ |
| 1426 | '--is-asan', |
| 1427 | ] |
| 1428 | }, |
| 1429 | 'Mac FYI Retina ASAN (AMD)': { |
| 1430 | 'args': [ |
| 1431 | '--is-asan', |
| 1432 | ] |
| 1433 | }, |
| 1434 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 1435 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1436 | 'crashpad_tests': { |
| 1437 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1438 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 1439 | # https://crbug.com/crashpad/304 |
| 1440 | 'Linux TSan Tests', |
| 1441 | 'ToTLinuxTSan', |
| 1442 | # https://crbug.com/crashpad/306 |
| 1443 | 'Linux CFI', |
Michael Savigny | 0a95603 | 2021-10-27 19:18:02 | [diff] [blame] | 1444 | 'Linux CFI (reclient shadow)', |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 1445 | 'CFI Linux ToT', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1446 | ], |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 1447 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1448 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 1449 | 'args': [ |
| 1450 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.crashpad_tests.filter', |
| 1451 | ], |
| 1452 | }, |
Haiyang Pan | 07d9e26 | 2021-10-20 21:50:03 | [diff] [blame] | 1453 | 'android-12-x64-fyi-rel': { |
| 1454 | 'args': [ |
| 1455 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.crashpad_tests.filter', |
| 1456 | ], |
| 1457 | }, |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 1458 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1459 | }, |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 1460 | 'cronet_sizes': { |
| 1461 | 'modifications': { |
| 1462 | 'android-cronet-arm-dbg': { |
| 1463 | 'swarming': { |
| 1464 | 'dimension_sets': [ |
| 1465 | { |
| 1466 | 'device_os': None, |
| 1467 | 'device_type': None, |
Takuto Ikuta | 5e459b1 | 2019-07-09 05:30:56 | [diff] [blame] | 1468 | 'os': 'Ubuntu-16.04', |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 1469 | }, |
| 1470 | ], |
| 1471 | }, |
| 1472 | }, |
| 1473 | }, |
| 1474 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1475 | 'depth_capture_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1476 | 'remove_from': [ |
Wez | 6b0ebb5 | 2021-05-01 16:05:49 | [diff] [blame] | 1477 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1478 | # exception once there is enough capacity to run these tests. |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1479 | 'Android FYI Release (Pixel 2)', |
| 1480 | ], |
| 1481 | }, |
Ben Pastene | 61ad637c | 2020-05-08 22:24:41 | [diff] [blame] | 1482 | 'disk_usage_tast_test': { |
| 1483 | # TODO(crbug.com/1077659): Add the test back after it's fixed. |
| 1484 | 'remove_from': [ |
| 1485 | 'chromeos-kevin-rel', |
| 1486 | ], |
| 1487 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1488 | 'extensions_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1489 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1490 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1491 | ], |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1492 | 'modifications': { |
| 1493 | 'Win10 Tests x64 (dbg)': { |
| 1494 | 'experiment_percentage': 100, # https://crbug.com/876615 |
| 1495 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1496 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1497 | 'linux-lacros-code-coverage': { |
| 1498 | 'args': [ |
| 1499 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 1500 | ], |
| 1501 | }, |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 1502 | 'linux-lacros-dbg-tests-fyi': { |
| 1503 | 'args': [ |
| 1504 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 1505 | ], |
| 1506 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1507 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1508 | 'args': [ |
| 1509 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 1510 | ], |
| 1511 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1512 | }, |
| 1513 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1514 | 'extensions_unittests': { |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1515 | 'modifications': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1516 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1517 | 'linux-lacros-code-coverage': { |
| 1518 | 'args': [ |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 1519 | '--gtest_filter=-BluetoothSocketApiUnittest.CreateThenClose:' |
| 1520 | 'NativeExtensionBindingsSystemUnittest.*', |
| 1521 | ], |
| 1522 | }, |
| 1523 | 'linux-lacros-dbg-tests-fyi': { |
| 1524 | 'args': [ |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1525 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:' |
| 1526 | 'BluetoothSocketApiUnittest.CreateThenClose:' |
| 1527 | 'FeatureProviderTest.PermissionFeatureAvailability', |
| 1528 | ], |
| 1529 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1530 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1531 | 'args': [ |
Yuke Liao | bb830832 | 2020-08-12 20:20:47 | [diff] [blame] | 1532 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest*:' |
| 1533 | 'BluetoothSocketApiUnittest.CreateThenClose:' |
| 1534 | 'FeatureProviderTest.PermissionFeatureAvailability', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 1535 | ], |
| 1536 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1537 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1538 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1539 | 'gfx_unittests': { |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 1540 | 'modifications': { |
| 1541 | 'fuchsia-code-coverage': { |
| 1542 | 'swarming': { |
| 1543 | 'shards': 2, |
| 1544 | }, |
| 1545 | }, |
| 1546 | }, |
| 1547 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1548 | 'gin_unittests': { |
| 1549 | 'remove_from': [ |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1550 | 'ToTLinuxASan', # https://crbug.com/831667 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1551 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1552 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1553 | ], |
| 1554 | }, |
Brian Ho | 8271a7ad | 2021-08-12 20:48:03 | [diff] [blame] | 1555 | # TODO(crbug.com/1202958): Remove these GLRenderer variants when |
| 1556 | # SkiaRenderer is fully shipped on Chrome OS. |
| 1557 | # Don't run these on real devices due to capacity issues. |
| 1558 | 'gl_renderer_context_lost_tests': { |
| 1559 | 'remove_from': [ |
| 1560 | 'ChromeOS FYI Release (kevin)', |
| 1561 | 'Lacros FYI x64 Release (Intel)', |
| 1562 | ], |
| 1563 | }, |
| 1564 | 'gl_renderer_depth_capture_tests': { |
| 1565 | 'remove_from': [ |
| 1566 | 'ChromeOS FYI Release (kevin)', |
| 1567 | 'Lacros FYI x64 Release (Intel)', |
| 1568 | ], |
| 1569 | }, |
| 1570 | 'gl_renderer_gpu_process_launch_tests': { |
| 1571 | 'remove_from': [ |
| 1572 | 'ChromeOS FYI Release (kevin)', |
| 1573 | 'Lacros FYI x64 Release (Intel)', |
| 1574 | ], |
| 1575 | }, |
| 1576 | 'gl_renderer_hardware_accelerated_feature_tests': { |
| 1577 | 'remove_from': [ |
| 1578 | 'ChromeOS FYI Release (kevin)', |
| 1579 | 'Lacros FYI x64 Release (Intel)', |
| 1580 | ], |
| 1581 | }, |
| 1582 | 'gl_renderer_maps_pixel_tests': { |
| 1583 | 'remove_from': [ |
| 1584 | 'ChromeOS FYI Release (kevin)', |
| 1585 | 'Lacros FYI x64 Release (Intel)', |
| 1586 | ], |
| 1587 | }, |
| 1588 | 'gl_renderer_pixel_skia_gold_tests': { |
| 1589 | 'remove_from': [ |
| 1590 | 'ChromeOS FYI Release (kevin)', |
| 1591 | 'Lacros FYI x64 Release (Intel)', |
| 1592 | ], |
| 1593 | }, |
| 1594 | 'gl_renderer_screenshot_sync_tests': { |
| 1595 | 'remove_from': [ |
| 1596 | 'ChromeOS FYI Release (kevin)', |
| 1597 | 'Lacros FYI x64 Release (Intel)', |
| 1598 | ], |
| 1599 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1600 | 'gl_tests_passthrough': { |
| 1601 | 'remove_from': [ |
| 1602 | 'CFI Linux ToT', |
| 1603 | # Can't run on MSAN because gl_tests uses the hardware driver, |
| 1604 | # which isn't instrumented. |
| 1605 | 'Linux MSan Tests', |
| 1606 | ], |
| 1607 | 'modifications': { |
| 1608 | # TODO(kbr): figure out a better way to specify blocks of |
| 1609 | # arguments like this for tests on multiple machines. |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 1610 | 'Linux ASan LSan Tests (1)': { |
| 1611 | 'args': [ |
| 1612 | '--use-gpu-in-tests', |
| 1613 | '--no-xvfb', |
| 1614 | ], |
| 1615 | 'swarming': { |
| 1616 | 'dimension_sets': [ |
| 1617 | { |
| 1618 | 'gpu': '10de:1cb3', |
| 1619 | 'os': 'Ubuntu', |
| 1620 | 'pool': 'chromium.tests.gpu', |
| 1621 | }, |
| 1622 | ], |
| 1623 | }, |
| 1624 | }, |
| 1625 | 'Linux CFI': { |
| 1626 | 'args': [ |
| 1627 | '--use-gpu-in-tests', |
| 1628 | '--no-xvfb', |
| 1629 | ], |
| 1630 | 'swarming': { |
| 1631 | 'dimension_sets': [ |
| 1632 | { |
| 1633 | 'gpu': '10de:1cb3', |
| 1634 | 'os': 'Ubuntu', |
| 1635 | 'pool': 'chromium.tests.gpu', |
| 1636 | }, |
| 1637 | ], |
| 1638 | }, |
| 1639 | }, |
| 1640 | 'Linux TSan Tests': { |
| 1641 | 'args': [ |
| 1642 | '--use-gpu-in-tests', |
| 1643 | '--no-xvfb', |
| 1644 | ], |
| 1645 | 'swarming': { |
| 1646 | 'dimension_sets': [ |
| 1647 | { |
| 1648 | 'gpu': '10de:1cb3', |
| 1649 | 'os': 'Ubuntu', |
| 1650 | 'pool': 'chromium.tests.gpu', |
| 1651 | }, |
| 1652 | ], |
| 1653 | }, |
| 1654 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1655 | }, |
| 1656 | }, |
Jonah Ryan-Davis | e25a89f | 2020-05-29 20:18:24 | [diff] [blame] | 1657 | 'gl_tests_validating': { |
Jonah Ryan-Davis | b9f03ac | 2021-03-18 23:53:02 | [diff] [blame] | 1658 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1659 | 'Android FYI Release (Nexus 5X)', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1660 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1661 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1662 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 1663 | 'args': [ |
| 1664 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter', |
| 1665 | ], |
| 1666 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 1667 | 'android-marshmallow-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1668 | 'args': [ |
| 1669 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1670 | ], |
| 1671 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1672 | 'android-pie-arm64-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1673 | 'args': [ |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1674 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 1675 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1676 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1677 | 'android-pie-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1678 | 'args': [ |
| 1679 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1680 | ], |
| 1681 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1682 | }, |
| 1683 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1684 | 'gl_unittests': { |
| 1685 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1686 | # On Android, these are already run on the main waterfall. |
| 1687 | # Run them on the one-off Android FYI bots, though. |
| 1688 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | 37e0434 | 2020-05-29 00:52:04 | [diff] [blame] | 1689 | # Can't run on MSAN because gl_unittests uses the hardware driver, |
| 1690 | # which isn't instrumented. |
| 1691 | 'Linux MSan Tests', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1692 | ], |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1693 | }, |
| 1694 | 'gl_unittests_ozone': { |
| 1695 | 'remove_from': [ |
| 1696 | # Can't run on MSAN because gl_unittests_ozone uses the hardware driver, |
| 1697 | # which isn't instrumented. |
| 1698 | 'Linux ChromiumOS MSan Tests', |
| 1699 | ], |
| 1700 | }, |
| 1701 | 'gpu_process_launch_tests': { |
| 1702 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1703 | # exception once there is enough capacity to run these tests. |
| 1704 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1705 | 'Android FYI Release (Pixel 2)', |
| 1706 | ], |
| 1707 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1708 | 'gpu_unittests': { |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 1709 | 'modifications': { |
| 1710 | 'fuchsia-code-coverage': { |
| 1711 | 'swarming': { |
| 1712 | 'shards': 5, |
| 1713 | }, |
| 1714 | }, |
| 1715 | }, |
| 1716 | }, |
Kevin McNee | d21a6c52 | 2021-06-14 21:27:25 | [diff] [blame] | 1717 | 'grit_python_unittests': { |
| 1718 | 'remove_from': [ |
| 1719 | # These tests require node, which is not supported in Win7. |
| 1720 | # (https://crbug.com/1218989) |
| 1721 | 'Win 7 Tests x64 (1)', |
| 1722 | 'Win7 Tests (1)', |
| 1723 | 'Win7 Tests (dbg)(1)', |
Titouan Rigoudy | 9e86083 | 2021-11-08 15:34:45 | [diff] [blame] | 1724 | # TODO(https://crbug.com/1267125): Re-enable. |
| 1725 | 'mac11-arm64-rel-tests', |
Kevin McNee | d21a6c52 | 2021-06-14 21:27:25 | [diff] [blame] | 1726 | ], |
| 1727 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1728 | 'hardware_accelerated_feature_tests': { |
| 1729 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1730 | # exception once there is enough capacity to run these tests. |
| 1731 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1732 | 'Android FYI Release (Pixel 2)', |
| 1733 | ], |
| 1734 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1735 | 'headless_browsertests': { |
Chong Gu | d08d123 | 2021-09-11 08:53:59 | [diff] [blame] | 1736 | 'remove_from': [ |
| 1737 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1738 | # Wayland bot doesn't support headless mode. |
| 1739 | 'Linux Tests (Wayland)', |
Chong Gu | d08d123 | 2021-09-11 08:53:59 | [diff] [blame] | 1740 | ], |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 1741 | 'modifications': { |
| 1742 | 'fuchsia-code-coverage': { |
| 1743 | 'swarming': { |
Chong Gu | 115ce15 | 2021-04-15 23:57:16 | [diff] [blame] | 1744 | 'shards': 6, |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 1745 | }, |
| 1746 | }, |
| 1747 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1748 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1749 | 'info_collection_tests': { |
| 1750 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1751 | 'Android V8 FYI Release (Nexus 5X)', |
| 1752 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 1753 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1754 | 'Mac V8 FYI Release (Intel)', |
| 1755 | 'Win V8 FYI Release (NVIDIA)', |
| 1756 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1757 | 'modifications': { |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1758 | 'ChromeOS FYI Release (amd64-generic)': { |
Brian Sheedy | 65be305 | 2020-06-26 19:26:51 | [diff] [blame] | 1759 | 'args': [ |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1760 | # Swarming does not report a GPU since tests are run in a VM, but |
| 1761 | # the VM does report that a GPU is present. |
| 1762 | '--expected-device-id', '1050', |
Brian Sheedy | df2672f | 2020-05-07 20:44:36 | [diff] [blame] | 1763 | ], |
| 1764 | }, |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1765 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1766 | 'replacements': { |
| 1767 | 'ChromeOS FYI Release (amd64-generic)': { |
| 1768 | 'args': { |
| 1769 | # Swarming does not report a GPU since tests are run in a VM, but |
| 1770 | # the VM does report that a GPU is present. |
| 1771 | '--expected-vendor-id': '1af4', |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 1772 | # Magic substitution happens after regular replacement, so remove it |
| 1773 | # now since we are manually applying the expected device ID above. |
| 1774 | '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1775 | }, |
Brian Sheedy | ff6d144 | 2020-09-19 00:46:31 | [diff] [blame] | 1776 | }, |
Brian Sheedy | 177addbf | 2021-09-24 19:06:51 | [diff] [blame] | 1777 | 'Mac FYI Release (Apple M1)': { |
| 1778 | 'args': { |
| 1779 | # The GPU information is not yet exposed in swarming, so we can't |
| 1780 | # explicitly request it and have the JSON generation handle this |
| 1781 | # automatically. |
| 1782 | '--expected-vendor-id': '106b', |
| 1783 | }, |
| 1784 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 1785 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1786 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1787 | 'interactive_ui_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1788 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1789 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1790 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1791 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1792 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1793 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1794 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1795 | }, |
| 1796 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1797 | 'Linux ASan LSan Tests (1)': { |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 1798 | # These are slow on the ASan trybot for some reason, crbug.com/794372 |
| 1799 | 'swarming': { |
| 1800 | 'shards': 6, |
| 1801 | }, |
| 1802 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1803 | 'Linux ChromiumOS MSan Tests': { |
| 1804 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1805 | # crbug.com/865455 |
| 1806 | 'swarming': { |
| 1807 | 'shards': 5, |
| 1808 | }, |
| 1809 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1810 | 'Linux TSan Tests': { |
| 1811 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1812 | 'swarming': { |
Stephen Martinis | ad6cb7af | 2021-02-24 01:12:00 | [diff] [blame] | 1813 | 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1814 | }, |
| 1815 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1816 | # https://crbug.com/1192997 |
| 1817 | 'Linux Tests (Wayland)': { |
| 1818 | 'args': [ |
| 1819 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter', |
| 1820 | ], |
| 1821 | }, |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 1822 | 'Mac ASan 64 Tests (1)': { # https://crbug.com/1251656 |
| 1823 | 'experiment_percentage': 100, |
| 1824 | }, |
Lindsay Pasricha | 72dc5b6 | 2021-11-01 19:58:18 | [diff] [blame] | 1825 | 'Mac10.15 Tests (dbg)': { # https://crbug.com/1265051 |
| 1826 | 'experiment_percentage': 100, |
| 1827 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1828 | 'ToTLinuxTSan': { |
| 1829 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
| 1830 | 'swarming': { |
| 1831 | 'shards': 6, |
| 1832 | }, |
| 1833 | }, |
| 1834 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 1835 | 'Win10 Tests x64 (dbg)': { |
| 1836 | 'experiment_percentage': 100, |
| 1837 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1838 | 'Win7 Tests (dbg)(1)': { |
| 1839 | 'swarming': { |
| 1840 | 'shards': 4, |
| 1841 | }, |
| 1842 | }, |
Jacob Kopczynski | 3a555bd3 | 2020-12-10 01:41:16 | [diff] [blame] | 1843 | # TODO(crbug.com/970649): Remove these filters. |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1844 | 'linux-chromeos-chrome': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1845 | 'args': [ |
| 1846 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 1847 | ], |
| 1848 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1849 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1850 | 'swarming': { |
| 1851 | 'shards': 10, |
| 1852 | }, |
| 1853 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1854 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1855 | 'swarming': { |
| 1856 | 'shards': 10, |
| 1857 | }, |
| 1858 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1859 | # https://crbug.com/1111979 |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 1860 | 'linux-lacros-code-coverage': { |
| 1861 | 'args': [ |
| 1862 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter', |
| 1863 | ], |
| 1864 | }, |
| 1865 | # https://crbug.com/1111979 |
Jieting Yang | bf15db67 | 2021-10-04 19:18:37 | [diff] [blame] | 1866 | 'linux-lacros-dbg-tests-fyi': { |
| 1867 | 'args': [ |
| 1868 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter', |
| 1869 | ], |
| 1870 | }, |
| 1871 | # https://crbug.com/1111979 |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1872 | 'linux-lacros-tester-rel': { |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1873 | 'args': [ |
Yuke Liao | 56a437dd | 2021-05-05 04:53:40 | [diff] [blame] | 1874 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux-lacros.interactive_ui_tests.filter', |
Sven Zheng | 010820d | 2020-08-17 22:38:44 | [diff] [blame] | 1875 | ], |
| 1876 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 1877 | 'mac-code-coverage': { |
| 1878 | 'args': [ |
| 1879 | '--coverage-continuous-mode=1', |
| 1880 | ], |
| 1881 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1882 | }, |
| 1883 | }, |
Yuke Liao | b6beaeca | 2021-04-29 23:41:51 | [diff] [blame] | 1884 | 'interactive_ui_tests_amd64-generic': { |
| 1885 | 'remove_from': [ |
| 1886 | # TODO(crbug.com/1204231): Re-enable. |
| 1887 | 'lacros-amd64-generic-rel', |
| 1888 | ] |
| 1889 | }, |
Yuke Liao | 79a8cf5 | 2021-06-11 18:14:34 | [diff] [blame] | 1890 | 'interactive_ui_tests_eve': { |
| 1891 | 'remove_from': [ |
| 1892 | # TODO(crbug.com/1204231): Re-enable. |
| 1893 | 'lacros-amd64-generic-rel', |
| 1894 | ] |
| 1895 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1896 | 'ipc_tests': { |
| 1897 | 'modifications': { |
| 1898 | 'android-asan': { |
| 1899 | 'swarming': { |
| 1900 | 'shards': 2, |
| 1901 | }, |
| 1902 | }, |
| 1903 | }, |
| 1904 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1905 | 'maps_pixel_passthrough_test': { |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 1906 | 'modifications': { |
| 1907 | 'Android FYI Release (Pixel 4)': { |
| 1908 | 'args': [ |
| 1909 | # Pixel 4s are weird in that they can output in different color spaces |
| 1910 | # simultaneously. The readback code for capturing a screenshot assumes |
| 1911 | # only one color space, so disable wide color gamut for the test to |
| 1912 | # work around the issue. See https://crbug.com/1166379 for more |
| 1913 | # information. |
| 1914 | '--extra-browser-args=--disable-wcg-for-test', |
| 1915 | ], |
| 1916 | }, |
| 1917 | 'Optional Android Release (Pixel 4)': { |
| 1918 | 'args': [ |
| 1919 | # See above. |
| 1920 | '--extra-browser-args=--disable-wcg-for-test', |
| 1921 | ], |
| 1922 | }, |
| 1923 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1924 | 'replacements': { |
| 1925 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1926 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1927 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1928 | 'args': { |
| 1929 | '--git-revision': '${got_cr_revision}', |
| 1930 | }, |
| 1931 | }, |
| 1932 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1933 | 'args': { |
| 1934 | '--git-revision': '${got_cr_revision}', |
| 1935 | }, |
| 1936 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 1937 | 'Mac V8 FYI Release (Intel)': { |
| 1938 | 'args': { |
| 1939 | '--git-revision': '${got_cr_revision}', |
| 1940 | }, |
| 1941 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 1942 | 'Win V8 FYI Release (NVIDIA)': { |
| 1943 | 'args': { |
| 1944 | '--git-revision': '${got_cr_revision}', |
| 1945 | }, |
| 1946 | }, |
| 1947 | }, |
| 1948 | }, |
| 1949 | 'maps_pixel_validating_test': { |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [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 | }, |
Brian Sheedy | cde1ab188 | 2021-05-27 21:22:00 | [diff] [blame] | 1961 | 'Optional Android Release (Pixel 4)': { |
| 1962 | 'args': [ |
| 1963 | # See above. |
| 1964 | '--extra-browser-args=--disable-wcg-for-test', |
| 1965 | ], |
| 1966 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 1967 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1968 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1969 | # exception once there is enough capacity to run these tests. |
| 1970 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1971 | 'Android FYI Release (Pixel 2)', |
| 1972 | ], |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1973 | 'replacements': { |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1974 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1975 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1976 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1977 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1978 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1979 | }, |
| 1980 | }, |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1981 | 'Mac V8 FYI Release (Intel)': { |
| 1982 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1983 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1984 | }, |
| 1985 | }, |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1986 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1987 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1988 | 'media_unittests': { |
| 1989 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1990 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 1991 | 'args': [ |
| 1992 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.media_unittests.filter', |
| 1993 | ], |
| 1994 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 1995 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1996 | 'args': [ |
Haiyang Pan | 569659f0 | 2020-05-30 00:48:45 | [diff] [blame] | 1997 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.media_unittests.filter', |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1998 | ], |
| 1999 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2000 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 2001 | 'args': [ |
| 2002 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 2003 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2004 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2005 | 'android-pie-x86-rel': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 2006 | 'args': [ |
Haiyang Pan | 569659f0 | 2020-05-30 00:48:45 | [diff] [blame] | 2007 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.media_unittests.filter', |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 2008 | ], |
| 2009 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2010 | 'fuchsia-code-coverage': { |
| 2011 | 'swarming': { |
| 2012 | 'shards': 3, |
| 2013 | }, |
| 2014 | }, |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 2015 | 'fuchsia-fyi-arm64-dbg': { |
| 2016 | 'args': [ |
| 2017 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.media_unittests.filter', |
| 2018 | ], |
| 2019 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2020 | }, |
| 2021 | }, |
Chong Gu | 4eca1ce | 2021-05-17 08:49:57 | [diff] [blame] | 2022 | 'mediapipe_validating_tests': { |
| 2023 | 'remove_from': [ |
| 2024 | # TODO(crbug.com/1201887): Remove once tests are stable. |
| 2025 | 'Fuchsia x64', |
| 2026 | ], |
| 2027 | }, |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 2028 | 'mojo_test_apk': { |
| 2029 | 'remove_from': [ |
| 2030 | 'android-code-coverage-native', # Does not generate profraw data. |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 2031 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 2032 | ], |
| 2033 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 2034 | 'mojo_unittests': { |
| 2035 | 'modifications': { |
| 2036 | 'android-asan': { |
| 2037 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 2038 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 2039 | }, |
| 2040 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2041 | 'fuchsia-code-coverage': { |
| 2042 | 'swarming': { |
| 2043 | 'shards': 2, |
| 2044 | }, |
| 2045 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 2046 | }, |
| 2047 | }, |
Peter Kotwicz | da2f1110 | 2020-10-09 05:29:50 | [diff] [blame] | 2048 | 'monochrome_public_apk_checker': { |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2049 | 'modifications': { |
| 2050 | 'ToTAndroid': { |
| 2051 | 'swarming': { |
| 2052 | 'dimension_sets': [ |
| 2053 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 2054 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2055 | 'device_os': None, |
| 2056 | 'device_playstore_version': None, |
| 2057 | 'device_type': None, |
| 2058 | 'os': 'Ubuntu-16.04', |
| 2059 | }, |
| 2060 | ], |
| 2061 | }, |
| 2062 | }, |
| 2063 | 'android-arm64-proguard-rel': { |
| 2064 | 'swarming': { |
| 2065 | 'dimension_sets': [ |
| 2066 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 2067 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2068 | 'device_os': None, |
| 2069 | 'device_playstore_version': None, |
| 2070 | 'device_type': None, |
| 2071 | 'os': 'Ubuntu-16.04', |
| 2072 | }, |
| 2073 | ], |
| 2074 | }, |
| 2075 | }, |
| 2076 | 'android-pie-arm64-rel': { |
| 2077 | 'swarming': { |
| 2078 | 'dimension_sets': [ |
| 2079 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 2080 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 2081 | 'device_os': None, |
| 2082 | 'device_os_flavor': None, |
| 2083 | 'device_playstore_version': None, |
| 2084 | 'device_type': None, |
| 2085 | 'os': 'Ubuntu-16.04', |
| 2086 | }, |
| 2087 | ], |
| 2088 | }, |
| 2089 | }, |
| 2090 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 2091 | }, |
Ben Joyce | 4677e68 | 2021-03-22 22:19:11 | [diff] [blame] | 2092 | 'monochrome_public_bundle_fake_modules_smoke_test' : { |
| 2093 | 'remove_from': [ |
| 2094 | 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999): |
| 2095 | # GLIBC_2.28 Not found. |
| 2096 | ], |
| 2097 | }, |
| 2098 | 'monochrome_public_bundle_smoke_test' : { |
| 2099 | 'remove_from': [ |
| 2100 | 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999): |
| 2101 | # GLIBC_2.28 Not found. |
| 2102 | ], |
| 2103 | }, |
| 2104 | 'monochrome_public_smoke_test' : { |
| 2105 | 'remove_from': [ |
| 2106 | 'android-pie-arm64-coverage-experimental-rel', # TODO(crbug.com/1190999): |
| 2107 | # GLIBC_2.28 Not found. |
| 2108 | ], |
| 2109 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2110 | 'monochrome_public_test_ar_apk': { |
| 2111 | 'modifications': { |
Brian Sheedy | 12169aa | 2019-10-16 23:38:03 | [diff] [blame] | 2112 | 'Nougat Phone Tester': { |
| 2113 | 'args': [ |
| 2114 | # ArCore is not installed as a system app on N, so we can install it |
| 2115 | # normally instead of replacing the system version. |
| 2116 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 2117 | ], |
| 2118 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2119 | # We need to match the Playstore version as well because AR tests fail on |
| 2120 | # old versions of the Playstore. |
| 2121 | 'Oreo Phone Tester': { |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 2122 | 'args': [ |
| 2123 | # ArCore is not installed as a system app on O, so we can install it |
| 2124 | # normally instead of replacing the system version. |
| 2125 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 2126 | ], |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2127 | 'swarming': { |
| 2128 | 'dimension_sets': [ |
| 2129 | { |
| 2130 | 'device_os': 'OPR3.170623.008', |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2131 | 'device_type': 'marlin', |
| 2132 | 'os': 'Android', |
| 2133 | }, |
| 2134 | ], |
| 2135 | }, |
| 2136 | }, |
Haiyang Pan | 57159eba | 2020-05-07 23:14:13 | [diff] [blame] | 2137 | 'android-10-arm64-rel': { |
| 2138 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 2139 | '--remove-system-package=com.google.ar.core', |
| 2140 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk', |
Haiyang Pan | 57159eba | 2020-05-07 23:14:13 | [diff] [blame] | 2141 | ] |
| 2142 | }, |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 2143 | 'android-pie-arm64-dbg': { |
| 2144 | 'args': [ |
Brian Sheedy | 4dc4a6f | 2020-09-17 22:18:50 | [diff] [blame] | 2145 | '--remove-system-package=com.google.ar.core', |
| 2146 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk', |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 2147 | ] |
| 2148 | } |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 2149 | }, |
| 2150 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 2151 | 'nacl_helper_nonsfi_unittests': { |
| 2152 | 'remove_from': [ |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 2153 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 2154 | ], |
| 2155 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2156 | 'nacl_loader_unittests': { |
| 2157 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 2158 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 2159 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 2160 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 2161 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2162 | ], |
| 2163 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2164 | 'net_unittests': { |
| 2165 | 'modifications': { |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 2166 | 'CrWinAsan': { |
| 2167 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2168 | 'swarming': { |
| 2169 | 'shards': 16, |
| 2170 | }, |
| 2171 | }, |
| 2172 | 'CrWinAsan(dll)': { |
| 2173 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2174 | 'swarming': { |
| 2175 | 'shards': 16, |
| 2176 | }, |
| 2177 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2178 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2179 | # These are very slow on the ASAN trybot for some reason. |
| 2180 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2181 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2182 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2183 | }, |
| 2184 | }, |
| 2185 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2186 | # These are very slow on the ASAN trybot for some reason. |
| 2187 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2188 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 2189 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2190 | } |
| 2191 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2192 | 'Linux ChromiumOS MSan Tests': { |
| 2193 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 2194 | # crbug.com/865455 |
| 2195 | 'swarming': { |
| 2196 | 'shards': 2, |
| 2197 | }, |
| 2198 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2199 | 'Linux TSan Tests': { |
| 2200 | 'swarming': { |
| 2201 | 'shards': 4, |
| 2202 | } |
| 2203 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 2204 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 2205 | 'Linux Tests (dbg)(1)': { |
| 2206 | 'swarming': { |
| 2207 | 'shards': 2, |
| 2208 | }, |
| 2209 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2210 | 'ToTLinuxASan': { |
| 2211 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2212 | 'swarming': { |
| 2213 | 'shards': 16, |
| 2214 | }, |
| 2215 | }, |
| 2216 | 'ToTLinuxTSan': { |
| 2217 | 'swarming': { |
| 2218 | 'shards': 4, |
| 2219 | } |
| 2220 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2221 | 'android-11-x86-rel': { |
Haiyang Pan | 8d9906e0 | 2021-03-24 20:11:04 | [diff] [blame] | 2222 | 'args': [ |
| 2223 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter', |
| 2224 | ], |
| 2225 | }, |
Stefano Duo | f44278b | 2021-08-02 16:29:38 | [diff] [blame] | 2226 | 'android-cronet-x86-dbg-10-tests': { |
| 2227 | 'args': [ |
| 2228 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_10.net_unittests.filter', |
| 2229 | ], |
| 2230 | }, |
Chidera Olibie | ef99a55ca | 2021-10-01 21:42:00 | [diff] [blame] | 2231 | 'android-cronet-x86-dbg-11-tests': { |
| 2232 | 'args': [ |
| 2233 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter', |
| 2234 | ], |
| 2235 | }, |
| 2236 | 'android-cronet-x86-dbg-oreo-tests': { |
| 2237 | 'args': [ |
| 2238 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2239 | ], |
| 2240 | }, |
Chidera Olibie | 509fd73 | 2021-09-30 20:17:17 | [diff] [blame] | 2241 | 'android-cronet-x86-dbg-pie-tests': { |
| 2242 | # crbug.com/1046060 |
| 2243 | 'args': [ |
| 2244 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2245 | ], |
| 2246 | }, |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2247 | 'android-marshmallow-x86-rel-non-cq': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 2248 | # crbug.com/1046060 |
| 2249 | 'args': [ |
| 2250 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2251 | ], |
| 2252 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2253 | 'android-pie-x86-rel': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 2254 | # crbug.com/1046060 |
| 2255 | 'args': [ |
| 2256 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 2257 | ], |
| 2258 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 2259 | 'fuchsia-code-coverage': { |
| 2260 | 'swarming': { |
| 2261 | 'shards': 14, |
| 2262 | }, |
| 2263 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 2264 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 2265 | 'swarming': { |
| 2266 | 'shards': 4, |
| 2267 | } |
| 2268 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 2269 | 'linux-chromeos-dbg': { |
| 2270 | 'swarming': { |
| 2271 | 'shards': 2, |
| 2272 | }, |
| 2273 | }, |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 2274 | 'win-asan': { |
| 2275 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 2276 | 'swarming': { |
| 2277 | 'shards': 16, |
| 2278 | }, |
| 2279 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2280 | }, |
Chong Gu | 589912b | 2021-10-02 01:17:30 | [diff] [blame] | 2281 | 'replacements': { |
| 2282 | # TODO(crbug.com/1254563): Remove when suite can use run-test-component. |
| 2283 | 'fuchsia-code-coverage': { |
| 2284 | 'args': { |
| 2285 | '--use-run': None, |
| 2286 | }, |
| 2287 | }, |
| 2288 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2289 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 2290 | 'not_site_per_process_blink_web_tests': { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2291 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2292 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 2293 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2294 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 2295 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2296 | 'Linux Tests': { |
| 2297 | "args": [ |
| 2298 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2299 | ], |
| 2300 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 2301 | 'linux-code-coverage': { |
| 2302 | 'args': [ |
| 2303 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 2304 | ], |
| 2305 | 'swarming': { |
| 2306 | 'shards': 20, |
| 2307 | }, |
| 2308 | }, |
Stephanie Kim | 5c7f31d | 2021-04-27 18:00:06 | [diff] [blame] | 2309 | 'linux-xenial-rel': { |
| 2310 | "args": [ |
| 2311 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 2312 | ], |
| 2313 | }, |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 2314 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 2315 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2316 | 'notification_helper_unittests': { |
| 2317 | 'remove_from': [ |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 2318 | # The test uses WinRT, which only exists in Windows 8 or above. |
| 2319 | # (https://crbug.com/813553) |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2320 | 'Win 7 Tests x64 (1)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2321 | 'Win7 Tests (1)', |
| 2322 | 'Win7 Tests (dbg)(1)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2323 | # all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2324 | 'ToTWin', |
| 2325 | 'ToTWin(dbg)', |
| 2326 | 'ToTWin(dll)', |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 2327 | 'ToTWinOfficial', |
Arthur Eubanks | 0c24b82 | 2021-06-15 18:51:34 | [diff] [blame] | 2328 | 'ToTWinOfficial64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2329 | 'ToTWin64', |
| 2330 | 'ToTWin64(dbg)', |
| 2331 | 'ToTWin64(dll)', |
| 2332 | 'ToTWinCFI', |
| 2333 | 'ToTWinCFI64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 2334 | ], |
| 2335 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 2336 | 'ozone_unittests': { |
| 2337 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 2338 | 'chromeos-betty-pi-arc-chrome': { |
| 2339 | 'args': [ |
| 2340 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2341 | ], |
| 2342 | }, |
Ben Pastene | 500cc1d1 | 2021-01-22 18:10:47 | [diff] [blame] | 2343 | 'chromeos-betty-pi-arc-chrome-dchecks': { |
| 2344 | 'args': [ |
| 2345 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2346 | ], |
| 2347 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 2348 | 'linux-chromeos-chrome': { |
| 2349 | 'args': [ |
| 2350 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 2351 | ], |
| 2352 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 2353 | }, |
| 2354 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 2355 | 'ozone_x11_unittests': { |
| 2356 | # Wayland bot uses chromium_linux_gtests that includes some x11 only |
| 2357 | # test targets. To avoid maintaining a list of tests, remove them here. |
| 2358 | 'remove_from': [ |
| 2359 | 'Linux Tests (Wayland)', |
| 2360 | ], |
| 2361 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2362 | 'perfetto_unittests': { |
| 2363 | 'remove_from': [ |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2364 | # TODO(crbug.com/931138): Fix permission issue when creating tmp files |
John Budorick | d3fa599 | 2019-12-13 17:22:41 | [diff] [blame] | 2365 | 'android-arm64-proguard-rel', |
John Budorick | f2283d7 | 2019-06-25 01:09:09 | [diff] [blame] | 2366 | 'android-asan', |
Yun Liu | 022f451 | 2019-06-10 23:14:04 | [diff] [blame] | 2367 | 'android-code-coverage', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 2368 | 'android-code-coverage-native', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2369 | 'android-marshmallow-arm64-rel', |
Greg Guterman | ea66116 | 2021-11-17 00:46:43 | [diff] [blame^] | 2370 | 'android-marshmallow-arm64-rel-rts', |
Haiyang Pan | 2486dcb | 2020-09-18 17:53:06 | [diff] [blame] | 2371 | 'android-marshmallow-x86-rel-non-cq', |
Ben Joyce | 46ca601 | 2021-03-31 19:19:25 | [diff] [blame] | 2372 | 'android-pie-arm64-coverage-experimental-rel', # Does not generate profraw data. |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2373 | 'android-pie-arm64-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2374 | 'android-pie-x86-rel', |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2375 | 'android-11-x86-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2376 | 'Marshmallow 64 bit Tester', |
| 2377 | 'Marshmallow Tablet Tester', |
| 2378 | 'Nougat Phone Tester', |
Arthur Eubanks | c8f86ee | 2021-05-10 20:14:24 | [diff] [blame] | 2379 | 'ToTAndroid' |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 2380 | ] |
| 2381 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2382 | 'performance_test_suite': { |
| 2383 | 'modifications': { |
Zhaoyang Li | 7842759 | 2021-03-25 19:03:23 | [diff] [blame] | 2384 | 'Mac10.15 Tests (dbg)': { |
| 2385 | 'args': [ |
| 2386 | '--browser=debug', |
| 2387 | ], |
| 2388 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2389 | 'Win10 Tests x64 (dbg)': { |
| 2390 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2391 | '--browser=debug_x64', |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2392 | ], |
| 2393 | 'experiment_percentage': 100, |
| 2394 | }, |
| 2395 | 'Win7 Tests (dbg)(1)': { |
| 2396 | 'args': [ |
| 2397 | '--browser=debug', |
| 2398 | ], |
| 2399 | }, |
| 2400 | }, |
| 2401 | }, |
Sven Zheng | e8335e0 | 2020-08-07 22:38:39 | [diff] [blame] | 2402 | 'pixel_browser_tests': { |
| 2403 | 'modifications': { |
| 2404 | 'win-pixel-tester-rel': { |
| 2405 | 'non_precommit_args': [ |
| 2406 | # Do not allow retry or it will break the bulk approval process. |
| 2407 | # When retry with fail-pass pattern, the passing test will overwrite the previously |
| 2408 | # seen flaky version on the trace. We can triage the image using the printed link, |
| 2409 | # but it will not show on the Skia Gold search page. |
| 2410 | '--test-launcher-retry-limit=0', |
| 2411 | ], |
| 2412 | }, |
| 2413 | }, |
| 2414 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2415 | 'pixel_skia_gold_passthrough_test': { |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 2416 | 'modifications': { |
| 2417 | 'Android FYI Release (Pixel 4)': { |
| 2418 | 'args': [ |
| 2419 | # Pixel 4s are weird in that they can output in different color spaces |
| 2420 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2421 | # only one color space, so disable wide color gamut for the test to |
| 2422 | # work around the issue. See https://crbug.com/1166379 for more |
| 2423 | # information. |
| 2424 | '--extra-browser-args=--disable-wcg-for-test', |
| 2425 | ], |
| 2426 | }, |
| 2427 | 'Optional Android Release (Pixel 4)': { |
| 2428 | 'args': [ |
| 2429 | # See above. |
| 2430 | '--extra-browser-args=--disable-wcg-for-test', |
| 2431 | ], |
| 2432 | }, |
| 2433 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2434 | 'replacements': { |
| 2435 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2436 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2437 | 'Linux V8 FYI Release (NVIDIA)': { |
| 2438 | 'args': { |
| 2439 | '--git-revision': '${got_cr_revision}', |
| 2440 | }, |
| 2441 | }, |
| 2442 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 2443 | 'args': { |
| 2444 | '--git-revision': '${got_cr_revision}', |
| 2445 | }, |
| 2446 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 2447 | 'Mac V8 FYI Release (Intel)': { |
| 2448 | 'args': { |
| 2449 | '--git-revision': '${got_cr_revision}', |
| 2450 | }, |
| 2451 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2452 | 'Win V8 FYI Release (NVIDIA)': { |
| 2453 | 'args': { |
| 2454 | '--git-revision': '${got_cr_revision}', |
| 2455 | }, |
| 2456 | }, |
| 2457 | }, |
| 2458 | }, |
| 2459 | 'pixel_skia_gold_validating_test': { |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2460 | 'modifications': { |
| 2461 | 'Android FYI Release (Pixel 4)': { |
| 2462 | 'args': [ |
| 2463 | # Pixel 4s are weird in that they can output in different color spaces |
| 2464 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2465 | # only one color space, so disable wide color gamut for the test to |
| 2466 | # work around the issue. See https://crbug.com/1166379 for more |
| 2467 | # information. |
| 2468 | '--extra-browser-args=--disable-wcg-for-test', |
| 2469 | ], |
| 2470 | }, |
Brian Sheedy | cde1ab188 | 2021-05-27 21:22:00 | [diff] [blame] | 2471 | 'Optional Android Release (Pixel 4)': { |
| 2472 | 'args': [ |
| 2473 | # See above. |
| 2474 | '--extra-browser-args=--disable-wcg-for-test', |
| 2475 | ], |
| 2476 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2477 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2478 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2479 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2480 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2481 | 'Android V8 FYI Release (Nexus 5X)': { |
| 2482 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2483 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2484 | }, |
| 2485 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2486 | 'Mac V8 FYI Release (Intel)': { |
| 2487 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 2488 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2489 | }, |
| 2490 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 2491 | }, |
| 2492 | }, |
| 2493 | 'pixel_test':{ |
Takuto Ikuta | 35c8552 | 2019-06-04 16:55:46 | [diff] [blame] | 2494 | 'modifications': { |
| 2495 | 'Android Release (Nexus 5X)': { |
| 2496 | 'swarming': { |
| 2497 | 'shards': 2, |
| 2498 | }, |
| 2499 | }, |
| 2500 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 2501 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2502 | 'rendering_representative_perf_tests': { |
| 2503 | 'modifications': { |
| 2504 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 2505 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2506 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2507 | ], |
| 2508 | }, |
| 2509 | 'Win10 FYI x64 Exp Release (NVIDIA)': { |
| 2510 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2511 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2512 | ], |
| 2513 | }, |
Yuly Novikov | 86cb354 | 2020-11-26 17:10:00 | [diff] [blame] | 2514 | 'Win10 FYI x64 Release (AMD RX 5500 XT)': { |
| 2515 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2516 | '--browser=release_x64', |
Yuly Novikov | 86cb354 | 2020-11-26 17:10:00 | [diff] [blame] | 2517 | ], |
| 2518 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2519 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 2520 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2521 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2522 | ], |
| 2523 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2524 | 'Win10 FYI x64 Release (NVIDIA)': { |
| 2525 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2526 | '--browser=release_x64', |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2527 | ], |
| 2528 | }, |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 2529 | 'Win10 x64 Release (NVIDIA)': { |
| 2530 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 2531 | '--browser=release_x64', |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 2532 | ], |
| 2533 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 2534 | }, |
| 2535 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2536 | 'sandbox_linux_unittests': { |
| 2537 | 'modifications': { |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 2538 | 'android-marshmallow-x86-rel': { |
John Budorick | 6e8e595b | 2020-01-27 18:15:58 | [diff] [blame] | 2539 | 'args': [ |
| 2540 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 2541 | ] |
| 2542 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2543 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 2544 | 'args': [ |
| 2545 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 2546 | ] |
| 2547 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2548 | }, |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 2549 | 'remove_from': [ |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 2550 | 'android-asan', # https://crbug.com/962650 |
| 2551 | ], |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 2552 | }, |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 2553 | 'screenshot_sync_passthrough_tests': { |
| 2554 | 'modifications': { |
| 2555 | 'Android FYI Release (Pixel 4)': { |
| 2556 | 'args': [ |
| 2557 | # Pixel 4s are weird in that they can output in different color spaces |
| 2558 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2559 | # only one color space, so disable wide color gamut for the test to |
| 2560 | # work around the issue. See https://crbug.com/1166379 for more |
| 2561 | # information. |
| 2562 | '--extra-browser-args=--disable-wcg-for-test', |
| 2563 | ], |
| 2564 | }, |
| 2565 | 'Optional Android Release (Pixel 4)': { |
| 2566 | 'args': [ |
| 2567 | # See above. |
| 2568 | '--extra-browser-args=--disable-wcg-for-test', |
| 2569 | ], |
| 2570 | }, |
| 2571 | }, |
| 2572 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2573 | 'screenshot_sync_validating_tests': { |
| 2574 | 'modifications': { |
| 2575 | 'Android FYI Release (Pixel 4)': { |
| 2576 | 'args': [ |
| 2577 | # Pixel 4s are weird in that they can output in different color spaces |
| 2578 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2579 | # only one color space, so disable wide color gamut for the test to |
| 2580 | # work around the issue. See https://crbug.com/1166379 for more |
| 2581 | # information. |
| 2582 | '--extra-browser-args=--disable-wcg-for-test', |
| 2583 | ], |
| 2584 | }, |
Brian Sheedy | cde1ab188 | 2021-05-27 21:22:00 | [diff] [blame] | 2585 | 'Optional Android Release (Pixel 4)': { |
| 2586 | 'args': [ |
| 2587 | # See above. |
| 2588 | '--extra-browser-args=--disable-wcg-for-test', |
| 2589 | ], |
| 2590 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 2591 | }, |
| 2592 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2593 | 'services_unittests': { |
| 2594 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 2595 | 'ToTLinuxMSan', # https://crbug.com/831676 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2596 | # The face and barcode detection tests fail on the Mac Pros. |
| 2597 | 'Mac Pro FYI Release (AMD)', |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 2598 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676 |
| 2599 | 'Linux MSan Tests', # https://crbug.com/831676 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2600 | ], |
Brian Sheedy | b6c5879 | 2020-05-07 18:37:33 | [diff] [blame] | 2601 | 'replacements': { |
| 2602 | # TODO(crbug.com/1078982): Remove once the test is fixed on 10.15.4. |
| 2603 | 'Mac FYI Experimental Release (Intel)': { |
| 2604 | 'args': { |
| 2605 | '--gtest_filter': '*Detection*:-FaceDetectionImplMacTest.ScanOneFace*', |
| 2606 | }, |
| 2607 | }, |
| 2608 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 2609 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2610 | 'android-11-x86-rel': { |
Haiyang Pan | 10f029c | 2021-07-30 23:17:56 | [diff] [blame] | 2611 | 'args': [ |
| 2612 | # TODO(crbug.com/1234824): Fix the failed tests |
| 2613 | '--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*' |
| 2614 | ], |
| 2615 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 2616 | 'fuchsia-code-coverage': { |
| 2617 | 'swarming': { |
| 2618 | 'shards': 7, |
| 2619 | }, |
| 2620 | }, |
| 2621 | } |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2622 | }, |
Brian Ho | 8271a7ad | 2021-08-12 20:48:03 | [diff] [blame] | 2623 | # TODO(crbug.com/1202958): Remove these when SkiaRenderer is fully shipped |
| 2624 | # on Chrome OS. |
| 2625 | 'skia_renderer_telemetry_perf_unittests': { |
| 2626 | 'remove_from': [ |
| 2627 | # Not enough capacity. |
| 2628 | 'chromeos-betty-pi-arc-chrome', |
| 2629 | 'chromeos-betty-pi-arc-chrome-dchecks', |
Muyao Xu | c563469 | 2021-11-09 21:30:17 | [diff] [blame] | 2630 | # it sometimes flakily times out. |
| 2631 | 'chromeos-amd64-generic-rel', |
Brian Ho | 8271a7ad | 2021-08-12 20:48:03 | [diff] [
|