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