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