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