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