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