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