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