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