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 | d6574e85 | 2023-02-24 03:13:16 | [diff] [blame] | 126 | 'shards': 4, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 127 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 128 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 129 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 130 | 'args': [ |
| 131 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 132 | ], |
Haiyang Pan | 7cd609d | 2021-04-08 20:17:24 | [diff] [blame] | 133 | 'swarming': { |
Ben Joyce | 5bb3fad | 2022-09-23 06:05:18 | [diff] [blame] | 134 | 'dimension_sets': [ |
| 135 | { |
Haiyang Pan | e35ae64 | 2022-11-18 00:34:15 | [diff] [blame] | 136 | 'cores': '8', # crbug.com/1292221 |
Ben Joyce | 5bb3fad | 2022-09-23 06:05:18 | [diff] [blame] | 137 | }, |
| 138 | ], |
Haiyang Pan | 7cd609d | 2021-04-08 20:17:24 | [diff] [blame] | 139 | }, |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 140 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 141 | # Keep this same as android-nougat-x86-rel above |
| 142 | 'android-x86-code-coverage': { |
| 143 | 'ci_only': True, |
| 144 | 'swarming': { |
| 145 | 'shards': 9, |
| 146 | }, |
| 147 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 148 | }, |
| 149 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 150 | 'android_sync_integration_tests': { |
James Shen | 9e4c19e | 2022-04-15 17:57:50 | [diff] [blame] | 151 | 'modifications': { |
| 152 | 'android-12-x64-rel': { |
| 153 | 'swarming': { |
| 154 | 'shards': 3, |
| 155 | }, |
| 156 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 157 | # If you change this, make similar changes in android-x86-code-coverage below |
Stephanie Kim | 1119236 | 2022-11-04 18:17:44 | [diff] [blame] | 158 | 'android-nougat-x86-rel': { |
James Shen | 7481051 | 2023-02-22 20:27:39 | [diff] [blame] | 159 | 'ci_only': True, |
Stephanie Kim | 1119236 | 2022-11-04 18:17:44 | [diff] [blame] | 160 | 'swarming': { |
| 161 | 'shards': 2, |
| 162 | }, |
| 163 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 164 | # Keep this same as android-nougat-x86-rel above |
| 165 | 'android-x86-code-coverage': { |
| 166 | 'ci_only': True, |
| 167 | 'swarming': { |
| 168 | 'shards': 2, |
| 169 | }, |
| 170 | }, |
James Shen | 9e4c19e | 2022-04-15 17:57:50 | [diff] [blame] | 171 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 172 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 173 | 'android_webview_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 174 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 175 | 'angle_unittests': { |
| 176 | 'remove_from': [ |
| 177 | # On Android, these are already run on the main waterfall. |
| 178 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | c1117ae8 | 2021-01-15 22:33:36 | [diff] [blame] | 179 | # Times out listing tests crbug.com/1167314 |
| 180 | 'android-asan', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 181 | # Does not currently work on Lacros configurations. |
Sven Zheng | 93bfaa9 | 2022-06-09 17:06:03 | [diff] [blame] | 182 | 'linux-lacros-asan-lsan-rel', |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 183 | 'linux-lacros-code-coverage', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 184 | 'linux-lacros-tester-rel', |
| 185 | 'linux-lacros-tester-fyi-rel', |
Yuke Liao | f27ebe5 | 2021-08-05 22:12:40 | [diff] [blame] | 186 | 'linux-lacros-dbg-tests-fyi', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 187 | ], |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 188 | 'modifications': { |
| 189 | # anglebug.com/6894 |
| 190 | 'fuchsia-fyi-x64-asan': { |
| 191 | 'args': [ |
| 192 | # crbug.com/ |
| 193 | '--gtest_filter=-ConstructCompilerTest.DefaultParameters', |
| 194 | ], |
| 195 | }, |
| 196 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 197 | }, |
Eriko Kurimoto | 61a8533 | 2022-10-19 05:19:45 | [diff] [blame] | 198 | 'ash_crosapi_tests': { |
| 199 | 'remove_from': [ |
| 200 | # Disabling MSan tests since linux-chromeos chrome crashes on MSan build. |
| 201 | # TODO(crbug.com/1376064): Re-enable. |
| 202 | 'Linux ChromiumOS MSan Tests', |
| 203 | ] |
| 204 | }, |
Sven Zheng | ef0d087 | 2022-04-04 22:13:29 | [diff] [blame] | 205 | 'aura_unittests amd64-generic': { |
Yuke Liao | b6beaeca | 2021-04-29 23:41:51 | [diff] [blame] | 206 | 'remove_from': [ |
| 207 | # TODO(crbug.com/1204231): Re-enable. |
| 208 | 'lacros-amd64-generic-rel', |
| 209 | ] |
| 210 | }, |
Sven Zheng | ef0d087 | 2022-04-04 22:13:29 | [diff] [blame] | 211 | 'aura_unittests eve': { |
Yuke Liao | 79a8cf5 | 2021-06-11 18:14:34 | [diff] [blame] | 212 | 'remove_from': [ |
| 213 | # TODO(crbug.com/1204231): Re-enable. |
| 214 | 'lacros-amd64-generic-rel', |
| 215 | ] |
| 216 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 217 | 'base_unittests': { |
| 218 | 'modifications': { |
Ben Joyce | a031911 | 2022-11-15 23:53:12 | [diff] [blame] | 219 | 'ToTAndroid': { |
| 220 | 'args': [ |
| 221 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.base_unittests.filter', |
| 222 | ], |
| 223 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 224 | 'android-12-x64-rel': { |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 225 | 'args': [ |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 226 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 227 | ], |
| 228 | }, |
| 229 | 'android-12l-x64-dbg-tests': { |
| 230 | 'args': [ |
| 231 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 232 | ], |
| 233 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 234 | 'android-12l-x64-fyi-dbg': { |
| 235 | 'args': [ |
| 236 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 237 | ], |
| 238 | }, |
| 239 | 'android-13-x64-fyi-rel': { |
| 240 | 'args': [ |
| 241 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 242 | ], |
| 243 | }, |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 244 | 'android-13-x64-rel': { |
| 245 | 'args': [ |
| 246 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 247 | ], |
| 248 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 249 | 'fuchsia-code-coverage': { |
| 250 | 'swarming': { |
| 251 | 'shards': 5, |
| 252 | }, |
| 253 | }, |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 254 | 'fuchsia-fyi-x64-asan': { |
| 255 | 'args': [ |
| 256 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.base_unittests.filter', |
| 257 | ], |
| 258 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 259 | }, |
| 260 | }, |
James Shen | 5df9af87 | 2022-10-28 01:32:15 | [diff] [blame] | 261 | 'bf_cache_content_browsertests': { |
| 262 | 'modifications': { |
| 263 | 'android-bfcache-rel': { |
| 264 | 'args': [ |
James Shen | ea29185 | 2022-11-08 04:19:45 | [diff] [blame] | 265 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter', |
James Shen | 5df9af87 | 2022-10-28 01:32:15 | [diff] [blame] | 266 | ], |
James Shen | 2c574ce0 | 2022-11-03 22:59:23 | [diff] [blame] | 267 | 'swarming': { |
| 268 | 'shards': 15, |
| 269 | }, |
James Shen | 5df9af87 | 2022-10-28 01:32:15 | [diff] [blame] | 270 | } |
| 271 | } |
| 272 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 273 | 'blink_platform_unittests': { |
| 274 | 'modifications': { |
James Shen | 08835667 | 2022-06-28 01:21:14 | [diff] [blame] | 275 | # TODO(crbug.com/1303439): Remove this filter |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 276 | # If you change this, make similar changes in android-x86-code-coverage below |
James Shen | 08835667 | 2022-06-28 01:21:14 | [diff] [blame] | 277 | 'android-nougat-x86-rel': { |
| 278 | 'args': [ |
| 279 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter', |
| 280 | ], |
| 281 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 282 | 'android-pie-arm64-rel': { |
| 283 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 284 | # capacity has been deployed. |
| 285 | 'swarming': { |
| 286 | 'dimension_sets': [ |
| 287 | { |
| 288 | 'device_type': 'sailfish', |
| 289 | }, |
| 290 | ], |
| 291 | }, |
| 292 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 293 | # Keep this same as android-nougat-x86-rel above |
| 294 | 'android-x86-code-coverage': { |
| 295 | 'args': [ |
| 296 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter', |
| 297 | ], |
| 298 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 299 | 'fuchsia-code-coverage': { |
| 300 | 'swarming': { |
| 301 | 'shards': 5, |
| 302 | }, |
| 303 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 304 | }, |
| 305 | }, |
Brian Sheedy | 944d062 | 2022-07-27 20:42:42 | [diff] [blame] | 306 | 'blink_pytype': { |
| 307 | 'remove_from': [ |
| 308 | 'linux-code-coverage', |
| 309 | ], |
| 310 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 311 | 'blink_unittests': { |
Chong Gu | c2d145e | 2021-03-31 19:55:34 | [diff] [blame] | 312 | 'modifications': { |
| 313 | 'fuchsia-code-coverage': { |
| 314 | 'swarming': { |
| 315 | 'shards': 30, |
| 316 | }, |
| 317 | }, |
| 318 | }, |
| 319 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 320 | 'blink_web_tests': { |
| 321 | 'remove_from': [ |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 322 | 'Win10 Tests x64 (dbg)', |
| 323 | ], |
| 324 | 'modifications': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 325 | 'Linux Tests': { |
| 326 | "args": [ |
| 327 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 328 | ], |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 329 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 330 | 'shards': 8, |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 331 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 332 | }, |
| 333 | 'Linux Tests (dbg)(1)': { |
| 334 | 'args': [ |
| 335 | '--debug', |
| 336 | ], |
| 337 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 338 | 'shards': 12, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 339 | }, |
| 340 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 341 | 'Mac10.13 Tests': { |
| 342 | 'swarming': { |
| 343 | 'dimension_sets': [ |
| 344 | { |
Erik Staab | 59591f3 | 2020-08-25 23:07:07 | [diff] [blame] | 345 | 'gpu': None, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 346 | }, |
| 347 | ], |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 348 | 'shards': 10, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 349 | }, |
| 350 | }, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 351 | 'Mac10.15 Tests': { |
| 352 | 'swarming': { |
| 353 | 'dimension_sets': [ |
| 354 | { |
| 355 | 'gpu': None, |
| 356 | }, |
| 357 | ], |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 358 | 'shards': 10, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 359 | }, |
| 360 | }, |
Lindsay Pasricha | 8d9a0c3 | 2021-12-08 17:08:29 | [diff] [blame] | 361 | 'Mac11 Tests': { |
| 362 | 'swarming': { |
| 363 | 'dimension_sets': [ |
| 364 | { |
| 365 | 'gpu': None, |
| 366 | }, |
| 367 | ], |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 368 | 'shards': 12, |
Lindsay Pasricha | 8d9a0c3 | 2021-12-08 17:08:29 | [diff] [blame] | 369 | }, |
| 370 | }, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 371 | 'Mac12 Tests': { |
| 372 | 'swarming': { |
| 373 | 'dimension_sets': [ |
| 374 | { |
| 375 | 'gpu': None, |
| 376 | }, |
| 377 | ], |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 378 | 'shards': 12, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 379 | }, |
| 380 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 381 | 'Mac13 Tests': { |
| 382 | 'swarming': { |
| 383 | 'dimension_sets': [ |
| 384 | { |
| 385 | 'gpu': None, |
| 386 | }, |
| 387 | ], |
| 388 | 'shards': 12, |
| 389 | }, |
| 390 | }, |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 391 | 'Mac13 Tests (dbg)': { |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 392 | 'experiment_percentage': 100, |
| 393 | 'args': [ |
| 394 | '--debug', |
| 395 | ], |
| 396 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 397 | 'shards': 16, |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 398 | }, |
| 399 | }, |
Chong Gu | 75af969a | 2021-03-22 14:46:14 | [diff] [blame] | 400 | 'ToTFuchsia x64': { |
| 401 | 'args': [ |
| 402 | '--platform=fuchsia', |
| 403 | ], |
| 404 | 'swarming': { |
| 405 | 'shards': 1, |
| 406 | }, |
| 407 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 408 | 'V8 Blink Linux Debug': { |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 409 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 410 | # TODO(machenbach): Change name and out directory of this builder to |
| 411 | # something less confusing. |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 412 | 'args': [ |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 413 | '-t', |
| 414 | 'Debug', |
| 415 | '--release', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 416 | ], |
| 417 | }, |
| 418 | 'V8 Blink Linux Future': { |
| 419 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 420 | '--flag-specific=future-js', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 421 | ], |
| 422 | }, |
| 423 | 'WebKit Linux ASAN': { |
| 424 | 'args': [ |
| 425 | '--additional-expectations', |
| 426 | '../../third_party/blink/web_tests/ASANExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 427 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 428 | '48000', |
| 429 | '--enable-sanitizer', |
| 430 | ], |
| 431 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 432 | 'shards': 8, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 433 | }, |
| 434 | }, |
| 435 | 'WebKit Linux Leak': { |
| 436 | 'args': [ |
| 437 | '--additional-expectations', |
| 438 | '../../third_party/blink/web_tests/LeakExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 439 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 440 | '48000', |
| 441 | '--enable-leak-detection', |
| 442 | ], |
| 443 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 444 | 'shards': 4, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 445 | }, |
| 446 | }, |
| 447 | 'WebKit Linux MSAN': { |
| 448 | 'args': [ |
| 449 | '--additional-expectations', |
| 450 | '../../third_party/blink/web_tests/MSANExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 451 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 452 | '66000', |
| 453 | '--enable-sanitizer', |
| 454 | ], |
| 455 | 'swarming': { |
| 456 | 'expiration': 36000, |
| 457 | 'hard_timeout': 10800, |
| 458 | 'io_timeout': 3600, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 459 | 'shards': 8, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 460 | }, |
| 461 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 462 | 'Win10 Tests x64': { |
| 463 | 'args': [ |
| 464 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 465 | 'Release_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 466 | ], |
| 467 | 'swarming': { |
Struan Shrimpton | 5786bfd0 | 2023-01-11 00:47:54 | [diff] [blame] | 468 | "shards": 12, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 469 | }, |
| 470 | }, |
| 471 | 'Win10 Tests x64 (dbg)': { |
| 472 | 'args': [ |
| 473 | '--debug', |
| 474 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 475 | 'Debug_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 476 | ], |
| 477 | }, |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 478 | 'Win11 Tests x64': { |
| 479 | 'args': [ |
| 480 | '--target', |
| 481 | 'Release_x64', |
| 482 | ], |
| 483 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 484 | "shards": 12 |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 485 | }, |
| 486 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 487 | # tryserver.chromium.android |
| 488 | 'android_blink_rel': { |
| 489 | 'args': [ |
| 490 | '--release', |
| 491 | '--android', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 492 | # TODO(crbug.com/875172): run on the real GPU since the |
| 493 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 494 | '--additional-driver-flag=--use-gpu-in-tests', |
| 495 | ], |
| 496 | }, |
| 497 | 'devtools_frontend_linux_blink_light_rel': { |
| 498 | 'args': [ |
| 499 | 'http/tests/devtools', |
| 500 | ], |
| 501 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 502 | 'shards': 2, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 503 | }, |
| 504 | }, |
Takuto Ikuta | bace8f8 | 2022-01-26 23:47:47 | [diff] [blame] | 505 | 'devtools_frontend_linux_blink_light_rel_fastbuild': { |
| 506 | 'args': [ |
| 507 | 'http/tests/devtools', |
| 508 | ], |
| 509 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 510 | 'shards': 2, |
Takuto Ikuta | bace8f8 | 2022-01-26 23:47:47 | [diff] [blame] | 511 | }, |
| 512 | }, |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 513 | 'fuchsia-x64-cast-receiver-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 514 | 'args': [ |
| 515 | '--platform=fuchsia', |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 516 | '--jobs=1', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 517 | ], |
| 518 | 'swarming': { |
| 519 | 'shards': 1, |
| 520 | }, |
| 521 | }, |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 522 | 'fuchsia-x64-rel': { |
| 523 | 'args': [ |
| 524 | '--platform=fuchsia', |
| 525 | '--jobs=1', |
| 526 | ], |
| 527 | 'swarming': { |
| 528 | 'shards': 1, |
| 529 | }, |
| 530 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 531 | 'linux-blink-animation-use-time-delta': { |
| 532 | 'args': [ |
| 533 | '--debug', |
| 534 | ], |
| 535 | }, |
Jonathan Lee | d3ba7bf | 2023-01-13 21:15:16 | [diff] [blame] | 536 | 'linux-blink-rel': { |
| 537 | 'swarming': { |
| 538 | 'hard_timeout': 2400, |
| 539 | }, |
| 540 | }, |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 541 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 542 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 543 | '--flag-specific=force-renderer-accessibility', |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 544 | ], |
| 545 | }, |
W. James MacLean | ce9b3a6 | 2022-10-05 16:58:58 | [diff] [blame] | 546 | 'linux-blink-wpt-reset-rel': { |
| 547 | 'args': [ |
| 548 | '--additional-driver-flag=--force-browsing-instance-reset-between-tests', |
| 549 | ], |
| 550 | # The flag above will slow the tests down, and we don't want the bot to |
| 551 | # timeout, so set a higher timeout here. |
| 552 | # TODO(wjmaclean): It would be nice if we could somehow specify a delta |
| 553 | # to the default/inherited timeout instead of an absolute. |
| 554 | 'swarming': { |
| 555 | 'hard_timeout': 1500, |
| 556 | }, |
| 557 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 558 | 'linux-code-coverage': { |
| 559 | 'args': [ |
Prakhar | be44338a | 2023-05-24 19:02:04 | [diff] [blame] | 560 | '--additional-driver-flag=--no-sandbox', |
| 561 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 562 | ], |
| 563 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 564 | 'shards': 8, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 565 | }, |
| 566 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 567 | 'linux-layout-tests-edit-ng': { |
| 568 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 569 | '--flag-specific=enable-editing-ng', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 570 | ], |
| 571 | }, |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 572 | 'linux-rel-cft': { |
| 573 | "args": [ |
Michael Lippautz | 60aa8f3 | 2023-05-24 14:27:02 | [diff] [blame] | 574 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 575 | '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter', |
| 576 | '--flag-specific=chrome-for-testing', |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 577 | ], |
| 578 | 'swarming': { |
| 579 | 'shards': 8, |
| 580 | }, |
| 581 | }, |
SrinivasBathula | 90213d6 | 2023-02-27 06:12:18 | [diff] [blame] | 582 | 'mac-osxbeta-rel': { |
| 583 | 'swarming': { |
| 584 | 'dimension_sets': [ |
| 585 | { |
| 586 | 'gpu': None |
| 587 | } |
| 588 | ], |
| 589 | 'shards': 10, |
| 590 | }, |
| 591 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 592 | 'mac-rel-cft': { |
Thiago Perrotta | 4085d56b | 2023-03-22 23:05:09 | [diff] [blame] | 593 | "args": [ |
| 594 | '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter', |
| 595 | ], |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 596 | 'swarming': { |
| 597 | 'dimension_sets': [ |
| 598 | { |
| 599 | 'gpu': None, |
| 600 | }, |
| 601 | ], |
| 602 | 'shards': 12, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 603 | }, |
| 604 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 605 | 'mac10.13-blink-rel': { |
| 606 | 'swarming': { |
| 607 | 'shards': 1, |
| 608 | }, |
| 609 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 610 | 'mac10.14-blink-rel': { |
| 611 | 'swarming': { |
| 612 | 'shards': 1, |
| 613 | }, |
| 614 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 615 | 'mac10.15-blink-rel': { |
| 616 | 'swarming': { |
| 617 | 'shards': 8, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 618 | 'hard_timeout': 2400, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 619 | }, |
| 620 | }, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 621 | 'mac11.0-blink-rel': { |
| 622 | 'swarming': { |
| 623 | 'shards': 5, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 624 | 'hard_timeout': 2400, |
| 625 | }, |
| 626 | }, |
| 627 | 'mac11.0.arm64-blink-rel': { |
| 628 | 'swarming': { |
| 629 | 'hard_timeout': 2400, |
| 630 | }, |
| 631 | }, |
| 632 | 'mac12.0-blink-rel': { |
| 633 | 'swarming': { |
| 634 | 'hard_timeout': 2400, |
| 635 | }, |
| 636 | }, |
| 637 | 'mac12.0.arm64-blink-rel': { |
| 638 | 'swarming': { |
| 639 | 'hard_timeout': 2400, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 640 | }, |
| 641 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 642 | 'win-rel-cft': { |
| 643 | 'args': [ |
| 644 | '--target', |
| 645 | 'Release_x64', |
Michael Lippautz | 60aa8f3 | 2023-05-24 14:27:02 | [diff] [blame] | 646 | '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter', |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 647 | ], |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 648 | 'swarming': { |
| 649 | "shards": 12, |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 650 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 651 | }, |
Ben Pastene | ebad8fc | 2022-08-12 23:34:28 | [diff] [blame] | 652 | 'win10-rel-no-external-ip': { |
| 653 | 'args': [ |
| 654 | '--target', |
| 655 | 'Release_x64', |
| 656 | ], |
| 657 | 'swarming': { |
| 658 | "shards": 12 |
| 659 | }, |
| 660 | }, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 661 | 'win10.20h2-blink-rel': { |
| 662 | 'swarming': { |
| 663 | 'shards': 6, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 664 | 'hard_timeout': 2400, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 665 | }, |
| 666 | }, |
Nihar Damarasingu | f31a5cc | 2023-05-24 18:38:06 | [diff] [blame] | 667 | 'win11-arm64-blink-rel': { |
| 668 | 'swarming': { |
| 669 | 'hard_timeout': 2400, |
| 670 | }, |
| 671 | 'args': [ |
| 672 | '--target', |
| 673 | 'Release_x64', |
| 674 | ], |
| 675 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 676 | 'win11-blink-rel': { |
| 677 | 'swarming': { |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 678 | 'hard_timeout': 2400, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 679 | }, |
| 680 | 'args': [ |
| 681 | '--target', |
| 682 | 'Release_x64', |
| 683 | ], |
| 684 | }, |
| 685 | }, |
| 686 | }, |
| 687 | 'blink_wpt_tests': { |
| 688 | 'remove_from': [ |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 689 | 'Win10 Tests x64 (dbg)', |
Weizhong Xia | 6d85a44 | 2022-06-23 17:17:06 | [diff] [blame] | 690 | 'devtools_frontend_linux_blink_light_rel', |
| 691 | 'devtools_frontend_linux_blink_light_rel_fastbuild', |
Thiago Perrotta | 4085d56b | 2023-03-22 23:05:09 | [diff] [blame] | 692 | 'linux-rel-cft', |
| 693 | 'mac-rel-cft', |
| 694 | 'win-rel-cft', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 695 | ], |
| 696 | 'modifications': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 697 | 'Linux Tests': { |
| 698 | "args": [ |
| 699 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 700 | ], |
| 701 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 702 | 'shards': 10, |
| 703 | }, |
| 704 | }, |
| 705 | 'Linux Tests (dbg)(1)': { |
| 706 | 'args': [ |
| 707 | '--debug', |
| 708 | ], |
| 709 | 'swarming': { |
| 710 | 'shards': 18, |
| 711 | }, |
| 712 | }, |
| 713 | 'Mac10.13 Tests': { |
| 714 | 'swarming': { |
| 715 | 'dimension_sets': [ |
| 716 | { |
| 717 | 'gpu': None, |
| 718 | }, |
| 719 | ], |
| 720 | 'shards': 15, |
| 721 | }, |
| 722 | }, |
| 723 | 'Mac10.15 Tests': { |
| 724 | 'swarming': { |
| 725 | 'dimension_sets': [ |
| 726 | { |
| 727 | 'gpu': None, |
| 728 | }, |
| 729 | ], |
| 730 | 'shards': 15, |
| 731 | }, |
| 732 | }, |
| 733 | 'Mac11 Tests': { |
| 734 | 'swarming': { |
| 735 | 'dimension_sets': [ |
| 736 | { |
| 737 | 'gpu': None, |
| 738 | }, |
| 739 | ], |
| 740 | 'shards': 18, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 741 | }, |
| 742 | }, |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 743 | 'Mac12 Tests': { |
| 744 | 'swarming': { |
| 745 | 'dimension_sets': [ |
| 746 | { |
| 747 | 'gpu': None, |
| 748 | }, |
| 749 | ], |
| 750 | 'shards': 18, |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 751 | }, |
| 752 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 753 | 'Mac13 Tests': { |
| 754 | 'swarming': { |
| 755 | 'dimension_sets': [ |
| 756 | { |
| 757 | 'gpu': None, |
| 758 | }, |
| 759 | ], |
| 760 | 'shards': 18, |
| 761 | }, |
| 762 | }, |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 763 | 'Mac13 Tests (dbg)': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 764 | 'experiment_percentage': 100, |
| 765 | 'args': [ |
| 766 | '--debug', |
| 767 | ], |
| 768 | 'swarming': { |
| 769 | 'shards': 24, |
| 770 | }, |
| 771 | }, |
| 772 | 'ToTFuchsia x64': { |
| 773 | 'args': [ |
| 774 | '--platform=fuchsia', |
| 775 | ], |
| 776 | 'swarming': { |
| 777 | 'shards': 1, |
| 778 | }, |
| 779 | }, |
| 780 | 'V8 Blink Linux Debug': { |
| 781 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 782 | # TODO(machenbach): Change name and out directory of this builder to |
| 783 | # something less confusing. |
| 784 | 'args': [ |
| 785 | '-t', |
| 786 | 'Debug', |
| 787 | '--release', |
| 788 | ], |
| 789 | }, |
| 790 | 'V8 Blink Linux Future': { |
| 791 | 'args': [ |
| 792 | '--flag-specific=future-js', |
| 793 | ], |
| 794 | }, |
| 795 | 'WebKit Linux ASAN': { |
| 796 | 'args': [ |
| 797 | '--additional-expectations', |
| 798 | '../../third_party/blink/web_tests/ASANExpectations', |
| 799 | '--timeout-ms', |
| 800 | '48000', |
| 801 | '--enable-sanitizer', |
| 802 | ], |
| 803 | 'swarming': { |
| 804 | 'shards': 12, |
| 805 | }, |
| 806 | }, |
| 807 | 'WebKit Linux Leak': { |
| 808 | 'args': [ |
| 809 | '--additional-expectations', |
| 810 | '../../third_party/blink/web_tests/LeakExpectations', |
| 811 | '--timeout-ms', |
| 812 | '48000', |
| 813 | '--enable-leak-detection', |
| 814 | ], |
| 815 | 'swarming': { |
| 816 | 'shards': 6, |
| 817 | }, |
| 818 | }, |
| 819 | 'WebKit Linux MSAN': { |
| 820 | 'args': [ |
| 821 | '--additional-expectations', |
| 822 | '../../third_party/blink/web_tests/MSANExpectations', |
| 823 | '--timeout-ms', |
| 824 | '66000', |
| 825 | '--enable-sanitizer', |
| 826 | ], |
| 827 | 'swarming': { |
| 828 | 'expiration': 36000, |
| 829 | 'hard_timeout': 10800, |
| 830 | 'io_timeout': 3600, |
| 831 | 'shards': 12, |
| 832 | }, |
| 833 | }, |
| 834 | 'Win10 Tests x64': { |
| 835 | 'args': [ |
| 836 | '--target', |
| 837 | 'Release_x64', |
| 838 | ], |
| 839 | 'swarming': { |
Struan Shrimpton | 5786bfd0 | 2023-01-11 00:47:54 | [diff] [blame] | 840 | "shards": 18, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 841 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 842 | }, |
| 843 | 'Win10 Tests x64 (dbg)': { |
| 844 | 'args': [ |
| 845 | '--debug', |
| 846 | '--target', |
| 847 | 'Debug_x64', |
| 848 | ], |
| 849 | }, |
| 850 | 'Win11 Tests x64': { |
| 851 | 'args': [ |
| 852 | '--target', |
| 853 | 'Release_x64', |
| 854 | ], |
| 855 | 'swarming': { |
| 856 | "shards": 18 |
| 857 | }, |
| 858 | }, |
| 859 | # tryserver.chromium.android |
| 860 | 'android_blink_rel': { |
| 861 | 'args': [ |
| 862 | '--release', |
| 863 | '--android', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 864 | # TODO(crbug.com/875172): run on the real GPU since the |
| 865 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 866 | '--additional-driver-flag=--use-gpu-in-tests', |
| 867 | ], |
| 868 | }, |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 869 | 'fuchsia-x64-cast-receiver-rel': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 870 | 'args': [ |
| 871 | '--platform=fuchsia', |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 872 | '--jobs=1', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 873 | ], |
| 874 | 'swarming': { |
| 875 | 'shards': 1, |
| 876 | }, |
| 877 | }, |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 878 | 'fuchsia-x64-rel': { |
| 879 | 'args': [ |
| 880 | '--platform=fuchsia', |
| 881 | '--jobs=1', |
| 882 | ], |
| 883 | 'swarming': { |
| 884 | 'shards': 1, |
| 885 | }, |
| 886 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 887 | 'linux-bfcache-rel': { |
| 888 | 'args': [ |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 889 | # TODO(crbug.com/1255537): Re-enable the test. |
| 890 | '--ignore-tests=external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html', |
| 891 | ], |
| 892 | }, |
| 893 | 'linux-blink-animation-use-time-delta': { |
| 894 | 'args': [ |
| 895 | '--debug', |
| 896 | ], |
| 897 | }, |
Jonathan Lee | d3ba7bf | 2023-01-13 21:15:16 | [diff] [blame] | 898 | 'linux-blink-rel': { |
| 899 | 'swarming': { |
| 900 | 'hard_timeout': 2400, |
| 901 | }, |
| 902 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 903 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 904 | 'args': [ |
| 905 | '--flag-specific=force-renderer-accessibility', |
| 906 | ], |
| 907 | }, |
W. James MacLean | ce9b3a6 | 2022-10-05 16:58:58 | [diff] [blame] | 908 | 'linux-blink-wpt-reset-rel': { |
| 909 | 'args': [ |
| 910 | '--additional-driver-flag=--force-browsing-instance-reset-between-tests', |
| 911 | ], |
| 912 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 913 | 'linux-code-coverage': { |
| 914 | 'args': [ |
Prakhar | be44338a | 2023-05-24 19:02:04 | [diff] [blame] | 915 | '--additional-driver-flag=--no-sandbox', |
| 916 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%9m.profraw', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 917 | ], |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 918 | }, |
| 919 | 'linux-layout-tests-edit-ng': { |
| 920 | 'args': [ |
| 921 | '--flag-specific=enable-editing-ng', |
| 922 | ], |
| 923 | }, |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 924 | 'linux-rel-cft': { |
| 925 | "args": [ |
| 926 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Michael Lippautz | 8f4016b | 2023-06-13 16:18:33 | [diff] [blame] | 927 | '--flag-specific=chrome-for-testing', |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 928 | ], |
| 929 | 'swarming': { |
| 930 | 'shards': 10, |
| 931 | }, |
| 932 | }, |
SrinivasBathula | 90213d6 | 2023-02-27 06:12:18 | [diff] [blame] | 933 | 'mac-osxbeta-rel': { |
| 934 | 'swarming': { |
| 935 | 'dimension_sets': [ |
| 936 | { |
| 937 | 'gpu': None |
| 938 | } |
| 939 | ], |
| 940 | 'shards': 7, |
| 941 | }, |
| 942 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 943 | 'mac-rel-cft': { |
| 944 | 'args': [ |
| 945 | '--driver-logging', |
| 946 | ], |
| 947 | 'swarming': { |
| 948 | 'dimension_sets': [ |
| 949 | { |
| 950 | 'gpu': None, |
| 951 | }, |
| 952 | ], |
| 953 | 'shards': 18, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 954 | }, |
| 955 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 956 | 'mac10.13-blink-rel': { |
| 957 | 'swarming': { |
| 958 | 'shards': 1, |
| 959 | }, |
| 960 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 961 | 'mac10.14-blink-rel': { |
| 962 | 'swarming': { |
| 963 | 'shards': 1, |
| 964 | }, |
| 965 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 966 | 'mac10.15-blink-rel': { |
| 967 | 'swarming': { |
| 968 | 'shards': 12, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 969 | 'hard_timeout': 2400, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 970 | }, |
| 971 | }, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 972 | 'mac11.0-blink-rel': { |
| 973 | 'swarming': { |
| 974 | 'shards': 7, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 975 | 'hard_timeout': 2400, |
| 976 | }, |
| 977 | }, |
| 978 | 'mac11.0.arm64-blink-rel': { |
| 979 | 'swarming': { |
| 980 | 'hard_timeout': 2400, |
| 981 | }, |
| 982 | }, |
| 983 | 'mac12.0-blink-rel': { |
| 984 | 'swarming': { |
| 985 | 'hard_timeout': 2400, |
| 986 | }, |
| 987 | }, |
| 988 | 'mac12.0.arm64-blink-rel': { |
| 989 | 'swarming': { |
| 990 | 'hard_timeout': 2400, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 991 | }, |
| 992 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 993 | 'win-rel-cft': { |
| 994 | 'args': [ |
| 995 | '--target', |
| 996 | 'Release_x64', |
| 997 | ], |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 998 | 'swarming': { |
| 999 | "shards": 18, |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 1000 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 1001 | }, |
Ben Pastene | ebad8fc | 2022-08-12 23:34:28 | [diff] [blame] | 1002 | 'win10-rel-no-external-ip': { |
| 1003 | 'args': [ |
| 1004 | '--target', |
| 1005 | 'Release_x64', |
| 1006 | ], |
| 1007 | 'swarming': { |
| 1008 | "shards": 18 |
| 1009 | }, |
| 1010 | }, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 1011 | 'win10.20h2-blink-rel': { |
| 1012 | 'swarming': { |
| 1013 | 'shards': 9, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 1014 | 'hard_timeout': 2400, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 1015 | }, |
| 1016 | }, |
Nihar Damarasingu | f31a5cc | 2023-05-24 18:38:06 | [diff] [blame] | 1017 | 'win11-arm64-blink-rel': { |
| 1018 | 'swarming': { |
| 1019 | 'hard_timeout': 2400, |
| 1020 | }, |
| 1021 | 'args': [ |
| 1022 | '--target', |
| 1023 | 'Release_x64', |
| 1024 | ], |
| 1025 | }, |
Riley Wong | 5fc2276 | 2022-06-15 20:25:07 | [diff] [blame] | 1026 | 'win11-blink-rel': { |
| 1027 | 'swarming': { |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 1028 | 'hard_timeout': 2400, |
Riley Wong | 5fc2276 | 2022-06-15 20:25:07 | [diff] [blame] | 1029 | }, |
| 1030 | 'args': [ |
| 1031 | '--target', |
| 1032 | 'Release_x64', |
| 1033 | ], |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 1034 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 1035 | }, |
| 1036 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1037 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1038 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1039 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 1040 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1041 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 1042 | # 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] | 1043 | # off CQ. |
Gary Tong | d5f5a74 | 2021-01-29 00:01:13 | [diff] [blame] | 1044 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 1045 | 'Mac10.15 Tests', # https://crbug.com/1042757 |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 1046 | 'Mac13 Tests (dbg)', # https://crbug.com/1201386 |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 1047 | 'mac-code-coverage', # https://crbug.com/1201386 |
Lindsay Pasricha | 2322791 | 2023-01-11 22:36:34 | [diff] [blame] | 1048 | 'mac11-arm64-rel-tests', # https://crbug.com/1406364 |
| 1049 | 'mac12-arm64-rel-tests', # https://crbug.com/1406364 |
Will Yeager | a090e6a | 2023-06-09 14:59:41 | [diff] [blame] | 1050 | 'mac13-arm64-rel-tests', # https://crbug.com/1406364 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1051 | 'Linux TSan Tests', # https://crbug.com/368525 |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 1052 | 'linux-exp-tsan-fyi-rel', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 1053 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1054 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1055 | 'modifications': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [
|