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