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 | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 91 | ], |
Haiyang Pan | 42c77cd9 | 2023-05-18 01:13:03 | [diff] [blame] | 92 | 'swarming': { |
| 93 | 'shards': 4, |
| 94 | }, |
| 95 | }, |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 96 | 'android-13-x64-rel': { |
| 97 | 'args': [ |
| 98 | # https://crbug.com/1414886 |
| 99 | '--gtest_filter=-OfferNotificationControllerAndroidBrowserTestForMessagesUi.MessageShown', |
| 100 | ], |
Haiyang Pan | d552445 | 2023-04-25 01:56:40 | [diff] [blame] | 101 | 'swarming': { |
| 102 | 'shards': 4, |
| 103 | }, |
Haiyang Pan | c119266 | 2022-03-09 00:09:02 | [diff] [blame] | 104 | }, |
Mateusz Zbikowski | f141843 | 2023-08-04 18:00:31 | [diff] [blame] | 105 | 'android-code-coverage-native': { |
| 106 | 'swarming': { |
| 107 | 'shards': 3, |
| 108 | }, |
| 109 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 110 | # If you change this, make similar changes in android-x86-code-coverage below |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 111 | 'android-oreo-x86-rel': { |
| 112 | 'ci_only': True, |
| 113 | 'swarming': { |
| 114 | 'shards': 9, |
| 115 | }, |
| 116 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 117 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 118 | 'args': [ |
| 119 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 120 | ], |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 121 | 'swarming': { |
Haiyang Pan | 1325c56a | 2023-10-11 22:08:29 | [diff] [blame] | 122 | 'dimensions': { |
| 123 | 'device_type': 'crosshatch', |
| 124 | }, |
James Shen | 55b32143 | 2023-06-22 00:27:53 | [diff] [blame] | 125 | # TODO(crbug/1456515): Temporarily increase the shard by 1 for the surging number of tests. |
| 126 | # Recover to original number of shards(4) after the bug is fixed. |
| 127 | 'shards': 5, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 128 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 129 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 130 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 131 | 'args': [ |
| 132 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 133 | ], |
Haiyang Pan | 7cd609d | 2021-04-08 20:17:24 | [diff] [blame] | 134 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 135 | 'dimensions': { |
| 136 | 'cores': '8', # crbug.com/1292221 |
| 137 | }, |
Mateusz Zbikowski | 1dd1e5c | 2023-11-28 23:29:33 | [diff] [blame] | 138 | 'shards': 3, |
Haiyang Pan | 7cd609d | 2021-04-08 20:17:24 | [diff] [blame] | 139 | }, |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 140 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 141 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 142 | 'android-x86-code-coverage': { |
| 143 | 'ci_only': True, |
| 144 | 'swarming': { |
| 145 | 'shards': 9, |
| 146 | }, |
| 147 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 148 | }, |
| 149 | }, |
Hao Wu | 11b78fe7 | 2023-06-20 18:56:36 | [diff] [blame] | 150 | 'android_browsertests_no_fieldtrial': { |
Hao Wu | 84be41c | 2023-06-28 23:36:04 | [diff] [blame] | 151 | 'modifications': { |
| 152 | 'android-12-x64-rel': { |
| 153 | # TODO(crbug.com/1225851): Remove experiment and ci_only |
| 154 | # once the test suite is stable. |
| 155 | 'experiment_percentage': 100, |
| 156 | 'args': [ |
| 157 | # https://crbug.com/1289764 |
| 158 | '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*', |
| 159 | ], |
| 160 | } |
| 161 | }, |
Hao Wu | 11b78fe7 | 2023-06-20 18:56:36 | [diff] [blame] | 162 | 'remove_from': [ |
| 163 | 'android-12l-x64-fyi-dbg', |
| 164 | ], |
| 165 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 166 | 'android_sync_integration_tests': { |
James Shen | 9e4c19e | 2022-04-15 17:57:50 | [diff] [blame] | 167 | 'modifications': { |
| 168 | 'android-12-x64-rel': { |
| 169 | 'swarming': { |
| 170 | 'shards': 3, |
| 171 | }, |
| 172 | }, |
Zhaoyang Li | e59aa5d8 | 2023-08-31 16:57:25 | [diff] [blame] | 173 | 'android-code-coverage-native': { |
| 174 | 'swarming': { |
| 175 | 'shards': 2, |
| 176 | }, |
| 177 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 178 | # If you change this, make similar changes in android-x86-code-coverage below |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 179 | 'android-oreo-x86-rel': { |
| 180 | 'ci_only': True, |
| 181 | 'swarming': { |
| 182 | 'shards': 2, |
| 183 | }, |
| 184 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 185 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 186 | 'android-x86-code-coverage': { |
| 187 | 'ci_only': True, |
| 188 | 'swarming': { |
| 189 | 'shards': 2, |
| 190 | }, |
| 191 | }, |
James Shen | 9e4c19e | 2022-04-15 17:57:50 | [diff] [blame] | 192 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 193 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 194 | 'android_webview_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 195 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 196 | 'angle_unittests': { |
| 197 | 'remove_from': [ |
| 198 | # On Android, these are already run on the main waterfall. |
| 199 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | c1117ae8 | 2021-01-15 22:33:36 | [diff] [blame] | 200 | # Times out listing tests crbug.com/1167314 |
| 201 | 'android-asan', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 202 | # Does not currently work on Lacros configurations. |
Sven Zheng | 93bfaa9 | 2022-06-09 17:06:03 | [diff] [blame] | 203 | 'linux-lacros-asan-lsan-rel', |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 204 | 'linux-lacros-code-coverage', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 205 | 'linux-lacros-tester-rel', |
| 206 | 'linux-lacros-tester-fyi-rel', |
Yuke Liao | f27ebe5 | 2021-08-05 22:12:40 | [diff] [blame] | 207 | 'linux-lacros-dbg-tests-fyi', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 208 | ], |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 209 | 'modifications': { |
| 210 | # anglebug.com/6894 |
| 211 | 'fuchsia-fyi-x64-asan': { |
| 212 | 'args': [ |
| 213 | # crbug.com/ |
| 214 | '--gtest_filter=-ConstructCompilerTest.DefaultParameters', |
| 215 | ], |
| 216 | }, |
| 217 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 218 | }, |
Eriko Kurimoto | 61a8533 | 2022-10-19 05:19:45 | [diff] [blame] | 219 | 'ash_crosapi_tests': { |
| 220 | 'remove_from': [ |
| 221 | # Disabling MSan tests since linux-chromeos chrome crashes on MSan build. |
| 222 | # TODO(crbug.com/1376064): Re-enable. |
| 223 | 'Linux ChromiumOS MSan Tests', |
| 224 | ] |
| 225 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 226 | 'base_unittests': { |
| 227 | 'modifications': { |
Ben Joyce | a031911 | 2022-11-15 23:53:12 | [diff] [blame] | 228 | 'ToTAndroid': { |
| 229 | 'args': [ |
| 230 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.base_unittests.filter', |
| 231 | ], |
| 232 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 233 | 'android-12-x64-rel': { |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 234 | 'args': [ |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 235 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 236 | ], |
| 237 | }, |
| 238 | 'android-12l-x64-dbg-tests': { |
| 239 | 'args': [ |
| 240 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 241 | ], |
| 242 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 243 | 'android-12l-x64-fyi-dbg': { |
| 244 | 'args': [ |
| 245 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 246 | ], |
| 247 | }, |
| 248 | 'android-13-x64-fyi-rel': { |
| 249 | 'args': [ |
| 250 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 251 | ], |
| 252 | }, |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 253 | 'android-13-x64-rel': { |
| 254 | 'args': [ |
| 255 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 256 | ], |
| 257 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 258 | 'fuchsia-code-coverage': { |
| 259 | 'swarming': { |
| 260 | 'shards': 5, |
| 261 | }, |
| 262 | }, |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 263 | 'fuchsia-fyi-x64-asan': { |
| 264 | 'args': [ |
| 265 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.base_unittests.filter', |
| 266 | ], |
| 267 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 268 | }, |
| 269 | }, |
James Shen | 5df9af87 | 2022-10-28 01:32:15 | [diff] [blame] | 270 | 'bf_cache_content_browsertests': { |
| 271 | 'modifications': { |
| 272 | 'android-bfcache-rel': { |
| 273 | 'args': [ |
James Shen | 3c36a1d | 2023-08-11 22:35:18 | [diff] [blame] | 274 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o.content_browsertests.filter', |
James Shen | 5df9af87 | 2022-10-28 01:32:15 | [diff] [blame] | 275 | ], |
James Shen | 2c574ce0 | 2022-11-03 22:59:23 | [diff] [blame] | 276 | 'swarming': { |
| 277 | 'shards': 15, |
| 278 | }, |
James Shen | 5df9af87 | 2022-10-28 01:32:15 | [diff] [blame] | 279 | } |
| 280 | } |
| 281 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 282 | 'blink_platform_unittests': { |
| 283 | 'modifications': { |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 284 | 'android-pie-arm64-rel': { |
| 285 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 286 | # capacity has been deployed. |
| 287 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 288 | 'dimensions': { |
Haiyang Pan | 1325c56a | 2023-10-11 22:08:29 | [diff] [blame] | 289 | 'device_type': 'crosshatch', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 290 | }, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 291 | }, |
| 292 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 293 | 'fuchsia-code-coverage': { |
| 294 | 'swarming': { |
| 295 | 'shards': 5, |
| 296 | }, |
| 297 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 298 | }, |
| 299 | }, |
Brian Sheedy | 944d062 | 2022-07-27 20:42:42 | [diff] [blame] | 300 | 'blink_pytype': { |
| 301 | 'remove_from': [ |
| 302 | 'linux-code-coverage', |
| 303 | ], |
| 304 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 305 | 'blink_unittests': { |
Chong Gu | c2d145e | 2021-03-31 19:55:34 | [diff] [blame] | 306 | 'modifications': { |
| 307 | 'fuchsia-code-coverage': { |
| 308 | 'swarming': { |
| 309 | 'shards': 30, |
| 310 | }, |
| 311 | }, |
| 312 | }, |
| 313 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 314 | 'blink_web_tests': { |
| 315 | 'remove_from': [ |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 316 | 'Win10 Tests x64 (dbg)', |
| 317 | ], |
| 318 | 'modifications': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 319 | 'Linux Tests': { |
| 320 | "args": [ |
| 321 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 322 | ], |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 323 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 324 | 'shards': 8, |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 325 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 326 | }, |
| 327 | 'Linux Tests (dbg)(1)': { |
| 328 | 'args': [ |
| 329 | '--debug', |
| 330 | ], |
| 331 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 332 | 'shards': 12, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 333 | }, |
| 334 | }, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 335 | 'Mac10.15 Tests': { |
| 336 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 337 | 'dimensions': { |
| 338 | 'gpu': None, |
| 339 | }, |
vivianz | 44d8b610 | 2023-10-27 19:28:04 | [diff] [blame] | 340 | 'shards': 1, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 341 | }, |
| 342 | }, |
Lindsay Pasricha | 8d9a0c3 | 2021-12-08 17:08:29 | [diff] [blame] | 343 | 'Mac11 Tests': { |
| 344 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 345 | 'dimensions': { |
| 346 | 'gpu': None, |
| 347 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 348 | 'shards': 12, |
Lindsay Pasricha | 8d9a0c3 | 2021-12-08 17:08:29 | [diff] [blame] | 349 | }, |
| 350 | }, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 351 | 'Mac12 Tests': { |
Jie Sheng | 102288f | 2023-11-28 23:40:29 | [diff] [blame] | 352 | # TODO(crbug.com/1479108): Remove this once the bug is fixed. |
| 353 | 'args': [ |
| 354 | '--driver-logging', |
| 355 | ], |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 356 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 357 | 'dimensions': { |
| 358 | 'gpu': None, |
| 359 | }, |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 360 | 'shards': 12, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 361 | }, |
| 362 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 363 | 'Mac13 Tests': { |
| 364 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 365 | 'dimensions': { |
| 366 | 'gpu': None, |
| 367 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 368 | 'shards': 12, |
| 369 | }, |
| 370 | }, |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 371 | 'Mac13 Tests (dbg)': { |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 372 | 'args': [ |
| 373 | '--debug', |
| 374 | ], |
| 375 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 376 | 'shards': 16, |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 377 | }, |
| 378 | }, |
Chong Gu | 75af969a | 2021-03-22 14:46:14 | [diff] [blame] | 379 | 'ToTFuchsia x64': { |
| 380 | 'args': [ |
| 381 | '--platform=fuchsia', |
| 382 | ], |
| 383 | 'swarming': { |
| 384 | 'shards': 1, |
| 385 | }, |
| 386 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 387 | 'V8 Blink Linux Debug': { |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 388 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 389 | # TODO(machenbach): Change name and out directory of this builder to |
| 390 | # something less confusing. |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 391 | 'args': [ |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 392 | '-t', |
| 393 | 'Debug', |
| 394 | '--release', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 395 | ], |
| 396 | }, |
| 397 | 'V8 Blink Linux Future': { |
| 398 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 399 | '--flag-specific=future-js', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 400 | ], |
| 401 | }, |
| 402 | 'WebKit Linux ASAN': { |
| 403 | 'args': [ |
| 404 | '--additional-expectations', |
| 405 | '../../third_party/blink/web_tests/ASANExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 406 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 407 | '48000', |
| 408 | '--enable-sanitizer', |
| 409 | ], |
| 410 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 411 | 'shards': 8, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 412 | }, |
| 413 | }, |
| 414 | 'WebKit Linux Leak': { |
| 415 | 'args': [ |
| 416 | '--additional-expectations', |
| 417 | '../../third_party/blink/web_tests/LeakExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 418 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 419 | '48000', |
| 420 | '--enable-leak-detection', |
| 421 | ], |
| 422 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 423 | 'shards': 4, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 424 | }, |
| 425 | }, |
| 426 | 'WebKit Linux MSAN': { |
| 427 | 'args': [ |
| 428 | '--additional-expectations', |
| 429 | '../../third_party/blink/web_tests/MSANExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 430 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 431 | '66000', |
| 432 | '--enable-sanitizer', |
| 433 | ], |
| 434 | 'swarming': { |
| 435 | 'expiration': 36000, |
| 436 | 'hard_timeout': 10800, |
| 437 | 'io_timeout': 3600, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 438 | 'shards': 8, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 439 | }, |
| 440 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 441 | 'Win10 Tests x64': { |
| 442 | 'args': [ |
| 443 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 444 | 'Release_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 445 | ], |
| 446 | 'swarming': { |
Weizhong Xia | f0b8e6df | 2023-07-17 23:40:13 | [diff] [blame] | 447 | # blink_web_tests has issues on non-broadwell machines. |
| 448 | # see https://crbug.com/1458859 |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 449 | 'dimensions': { |
| 450 | 'cpu': 'x86-64-Broadwell_GCE', |
| 451 | }, |
Struan Shrimpton | 5786bfd0 | 2023-01-11 00:47:54 | [diff] [blame] | 452 | "shards": 12, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 453 | }, |
| 454 | }, |
| 455 | 'Win10 Tests x64 (dbg)': { |
| 456 | 'args': [ |
| 457 | '--debug', |
| 458 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 459 | 'Debug_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 460 | ], |
| 461 | }, |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 462 | 'Win11 Tests x64': { |
| 463 | 'args': [ |
| 464 | '--target', |
| 465 | 'Release_x64', |
| 466 | ], |
| 467 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 468 | "shards": 12 |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 469 | }, |
| 470 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 471 | # tryserver.chromium.android |
| 472 | 'android_blink_rel': { |
| 473 | 'args': [ |
| 474 | '--release', |
| 475 | '--android', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 476 | # TODO(crbug.com/875172): run on the real GPU since the |
| 477 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 478 | '--additional-driver-flag=--use-gpu-in-tests', |
| 479 | ], |
| 480 | }, |
| 481 | 'devtools_frontend_linux_blink_light_rel': { |
| 482 | 'args': [ |
| 483 | 'http/tests/devtools', |
| 484 | ], |
| 485 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 486 | 'shards': 2, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 487 | }, |
| 488 | }, |
Takuto Ikuta | bace8f8 | 2022-01-26 23:47:47 | [diff] [blame] | 489 | 'devtools_frontend_linux_blink_light_rel_fastbuild': { |
| 490 | 'args': [ |
| 491 | 'http/tests/devtools', |
| 492 | ], |
| 493 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 494 | 'shards': 2, |
Takuto Ikuta | bace8f8 | 2022-01-26 23:47:47 | [diff] [blame] | 495 | }, |
| 496 | }, |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 497 | 'fuchsia-x64-cast-receiver-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 498 | 'args': [ |
| 499 | '--platform=fuchsia', |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 500 | '--jobs=1', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 501 | ], |
| 502 | 'swarming': { |
| 503 | 'shards': 1, |
| 504 | }, |
| 505 | }, |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 506 | 'fuchsia-x64-rel': { |
| 507 | 'args': [ |
| 508 | '--platform=fuchsia', |
| 509 | '--jobs=1', |
| 510 | ], |
| 511 | 'swarming': { |
| 512 | 'shards': 1, |
| 513 | }, |
| 514 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 515 | 'linux-blink-animation-use-time-delta': { |
| 516 | 'args': [ |
| 517 | '--debug', |
| 518 | ], |
| 519 | }, |
Jonathan Lee | d3ba7bf | 2023-01-13 21:15:16 | [diff] [blame] | 520 | 'linux-blink-rel': { |
| 521 | 'swarming': { |
| 522 | 'hard_timeout': 2400, |
| 523 | }, |
| 524 | }, |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 525 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 526 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 527 | '--flag-specific=force-renderer-accessibility', |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 528 | ], |
Dirk Pranke | 7463166 | 2023-10-12 21:31:18 | [diff] [blame] | 529 | 'swarming': { |
| 530 | 'shards': 20, |
| 531 | }, |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 532 | }, |
W. James MacLean | ce9b3a6 | 2022-10-05 16:58:58 | [diff] [blame] | 533 | 'linux-blink-wpt-reset-rel': { |
| 534 | 'args': [ |
| 535 | '--additional-driver-flag=--force-browsing-instance-reset-between-tests', |
| 536 | ], |
| 537 | # The flag above will slow the tests down, and we don't want the bot to |
| 538 | # timeout, so set a higher timeout here. |
| 539 | # TODO(wjmaclean): It would be nice if we could somehow specify a delta |
| 540 | # to the default/inherited timeout instead of an absolute. |
| 541 | 'swarming': { |
| 542 | 'hard_timeout': 1500, |
| 543 | }, |
| 544 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 545 | 'linux-code-coverage': { |
| 546 | 'args': [ |
Prakhar | be44338a | 2023-05-24 19:02:04 | [diff] [blame] | 547 | '--additional-driver-flag=--no-sandbox', |
Prakhar | 647debb | 2023-08-31 23:01:41 | [diff] [blame] | 548 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 549 | ], |
| 550 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 551 | 'shards': 8, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 552 | }, |
| 553 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 554 | 'linux-layout-tests-edit-ng': { |
| 555 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 556 | '--flag-specific=enable-editing-ng', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 557 | ], |
| 558 | }, |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 559 | 'linux-rel-cft': { |
| 560 | "args": [ |
Michael Lippautz | 60aa8f3 | 2023-05-24 14:27:02 | [diff] [blame] | 561 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 562 | '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter', |
| 563 | '--flag-specific=chrome-for-testing', |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 564 | ], |
| 565 | 'swarming': { |
| 566 | 'shards': 8, |
| 567 | }, |
| 568 | }, |
SrinivasBathula | 90213d6 | 2023-02-27 06:12:18 | [diff] [blame] | 569 | 'mac-osxbeta-rel': { |
| 570 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 571 | 'dimensions': { |
| 572 | 'gpu': None |
| 573 | }, |
SrinivasBathula | 90213d6 | 2023-02-27 06:12:18 | [diff] [blame] | 574 | 'shards': 10, |
| 575 | }, |
| 576 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 577 | 'mac-rel-cft': { |
Thiago Perrotta | 4085d56b | 2023-03-22 23:05:09 | [diff] [blame] | 578 | "args": [ |
| 579 | '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter', |
| 580 | ], |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 581 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 582 | 'dimensions': { |
| 583 | 'gpu': None, |
| 584 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 585 | 'shards': 12, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 586 | }, |
| 587 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 588 | 'mac10.15-blink-rel': { |
| 589 | 'swarming': { |
vivianz | 44d8b610 | 2023-10-27 19:28:04 | [diff] [blame] | 590 | 'shards': 1, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 591 | 'hard_timeout': 2400, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 592 | }, |
| 593 | }, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 594 | 'mac11.0-blink-rel': { |
| 595 | 'swarming': { |
| 596 | 'shards': 5, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 597 | 'hard_timeout': 2400, |
| 598 | }, |
| 599 | }, |
| 600 | 'mac11.0.arm64-blink-rel': { |
| 601 | 'swarming': { |
| 602 | 'hard_timeout': 2400, |
| 603 | }, |
| 604 | }, |
Jie Sheng | 102288f | 2023-11-28 23:40:29 | [diff] [blame] | 605 | 'mac12-arm64-rel-tests': { |
| 606 | 'args': [ |
| 607 | '--driver-logging', |
| 608 | ], |
| 609 | }, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 610 | 'mac12.0-blink-rel': { |
| 611 | 'swarming': { |
| 612 | 'hard_timeout': 2400, |
| 613 | }, |
| 614 | }, |
| 615 | 'mac12.0.arm64-blink-rel': { |
| 616 | 'swarming': { |
| 617 | 'hard_timeout': 2400, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 618 | }, |
| 619 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 620 | 'win-rel-cft': { |
| 621 | 'args': [ |
| 622 | '--target', |
| 623 | 'Release_x64', |
Michael Lippautz | 60aa8f3 | 2023-05-24 14:27:02 | [diff] [blame] | 624 | '--test-launcher-filter-file=../../testing/buildbot/filters/cft.blink_web_tests.filter', |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 625 | ], |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 626 | 'swarming': { |
| 627 | "shards": 12, |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 628 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 629 | }, |
Ben Pastene | ebad8fc | 2022-08-12 23:34:28 | [diff] [blame] | 630 | 'win10-rel-no-external-ip': { |
| 631 | 'args': [ |
| 632 | '--target', |
| 633 | 'Release_x64', |
| 634 | ], |
| 635 | 'swarming': { |
| 636 | "shards": 12 |
| 637 | }, |
| 638 | }, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 639 | 'win10.20h2-blink-rel': { |
| 640 | 'swarming': { |
| 641 | 'shards': 6, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 642 | 'hard_timeout': 2400, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 643 | }, |
| 644 | }, |
Nihar Damarasingu | f31a5cc | 2023-05-24 18:38:06 | [diff] [blame] | 645 | 'win11-arm64-blink-rel': { |
| 646 | 'swarming': { |
| 647 | 'hard_timeout': 2400, |
| 648 | }, |
| 649 | 'args': [ |
| 650 | '--target', |
| 651 | 'Release_x64', |
| 652 | ], |
| 653 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 654 | 'win11-blink-rel': { |
| 655 | 'swarming': { |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 656 | 'hard_timeout': 2400, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 657 | }, |
| 658 | 'args': [ |
| 659 | '--target', |
| 660 | 'Release_x64', |
| 661 | ], |
| 662 | }, |
| 663 | }, |
| 664 | }, |
| 665 | 'blink_wpt_tests': { |
| 666 | 'remove_from': [ |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 667 | 'Win10 Tests x64 (dbg)', |
Weizhong Xia | 6d85a44 | 2022-06-23 17:17:06 | [diff] [blame] | 668 | 'devtools_frontend_linux_blink_light_rel', |
| 669 | 'devtools_frontend_linux_blink_light_rel_fastbuild', |
Thiago Perrotta | 4085d56b | 2023-03-22 23:05:09 | [diff] [blame] | 670 | 'linux-rel-cft', |
| 671 | 'mac-rel-cft', |
| 672 | 'win-rel-cft', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 673 | ], |
| 674 | 'modifications': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 675 | 'Linux Tests': { |
| 676 | "args": [ |
| 677 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 678 | ], |
| 679 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 680 | 'shards': 10, |
| 681 | }, |
| 682 | }, |
| 683 | 'Linux Tests (dbg)(1)': { |
| 684 | 'args': [ |
| 685 | '--debug', |
| 686 | ], |
| 687 | 'swarming': { |
| 688 | 'shards': 18, |
| 689 | }, |
| 690 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 691 | 'Mac10.15 Tests': { |
| 692 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 693 | 'dimensions': { |
| 694 | 'gpu': None, |
| 695 | }, |
vivianz | 44d8b610 | 2023-10-27 19:28:04 | [diff] [blame] | 696 | 'shards': 1, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 697 | }, |
| 698 | }, |
| 699 | 'Mac11 Tests': { |
| 700 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 701 | 'dimensions': { |
| 702 | 'gpu': None, |
| 703 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 704 | 'shards': 18, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 705 | }, |
| 706 | }, |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 707 | 'Mac12 Tests': { |
Jie Sheng | 102288f | 2023-11-28 23:40:29 | [diff] [blame] | 708 | 'args': [ |
| 709 | '--driver-logging', |
| 710 | ], |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 711 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 712 | 'dimensions': { |
| 713 | 'gpu': None, |
| 714 | }, |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 715 | 'shards': 18, |
Lindsay Pasricha | df6edb6 | 2022-07-06 22:08:35 | [diff] [blame] | 716 | }, |
| 717 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 718 | 'Mac13 Tests': { |
| 719 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 720 | 'dimensions': { |
| 721 | 'gpu': None, |
| 722 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 723 | 'shards': 18, |
| 724 | }, |
| 725 | }, |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 726 | 'Mac13 Tests (dbg)': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 727 | 'args': [ |
| 728 | '--debug', |
| 729 | ], |
| 730 | 'swarming': { |
| 731 | 'shards': 24, |
| 732 | }, |
| 733 | }, |
| 734 | 'ToTFuchsia x64': { |
| 735 | 'args': [ |
| 736 | '--platform=fuchsia', |
| 737 | ], |
| 738 | 'swarming': { |
| 739 | 'shards': 1, |
| 740 | }, |
| 741 | }, |
| 742 | 'V8 Blink Linux Debug': { |
| 743 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 744 | # TODO(machenbach): Change name and out directory of this builder to |
| 745 | # something less confusing. |
| 746 | 'args': [ |
| 747 | '-t', |
| 748 | 'Debug', |
| 749 | '--release', |
| 750 | ], |
| 751 | }, |
| 752 | 'V8 Blink Linux Future': { |
| 753 | 'args': [ |
| 754 | '--flag-specific=future-js', |
| 755 | ], |
| 756 | }, |
| 757 | 'WebKit Linux ASAN': { |
| 758 | 'args': [ |
| 759 | '--additional-expectations', |
| 760 | '../../third_party/blink/web_tests/ASANExpectations', |
| 761 | '--timeout-ms', |
| 762 | '48000', |
| 763 | '--enable-sanitizer', |
| 764 | ], |
| 765 | 'swarming': { |
| 766 | 'shards': 12, |
| 767 | }, |
| 768 | }, |
| 769 | 'WebKit Linux Leak': { |
| 770 | 'args': [ |
| 771 | '--additional-expectations', |
| 772 | '../../third_party/blink/web_tests/LeakExpectations', |
| 773 | '--timeout-ms', |
| 774 | '48000', |
| 775 | '--enable-leak-detection', |
| 776 | ], |
| 777 | 'swarming': { |
| 778 | 'shards': 6, |
| 779 | }, |
| 780 | }, |
| 781 | 'WebKit Linux MSAN': { |
| 782 | 'args': [ |
| 783 | '--additional-expectations', |
| 784 | '../../third_party/blink/web_tests/MSANExpectations', |
| 785 | '--timeout-ms', |
| 786 | '66000', |
| 787 | '--enable-sanitizer', |
| 788 | ], |
| 789 | 'swarming': { |
| 790 | 'expiration': 36000, |
| 791 | 'hard_timeout': 10800, |
| 792 | 'io_timeout': 3600, |
| 793 | 'shards': 12, |
| 794 | }, |
| 795 | }, |
| 796 | 'Win10 Tests x64': { |
| 797 | 'args': [ |
| 798 | '--target', |
| 799 | 'Release_x64', |
| 800 | ], |
| 801 | 'swarming': { |
Struan Shrimpton | 5786bfd0 | 2023-01-11 00:47:54 | [diff] [blame] | 802 | "shards": 18, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 803 | }, |
| 804 | }, |
| 805 | 'Win10 Tests x64 (dbg)': { |
| 806 | 'args': [ |
| 807 | '--debug', |
| 808 | '--target', |
| 809 | 'Debug_x64', |
| 810 | ], |
| 811 | }, |
| 812 | 'Win11 Tests x64': { |
| 813 | 'args': [ |
| 814 | '--target', |
| 815 | 'Release_x64', |
| 816 | ], |
| 817 | 'swarming': { |
| 818 | "shards": 18 |
| 819 | }, |
| 820 | }, |
| 821 | # tryserver.chromium.android |
| 822 | 'android_blink_rel': { |
| 823 | 'args': [ |
| 824 | '--release', |
| 825 | '--android', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 826 | # TODO(crbug.com/875172): run on the real GPU since the |
| 827 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 828 | '--additional-driver-flag=--use-gpu-in-tests', |
| 829 | ], |
| 830 | }, |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 831 | 'fuchsia-x64-cast-receiver-rel': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 832 | 'args': [ |
| 833 | '--platform=fuchsia', |
David Dorwin | f060a72d | 2022-10-05 22:09:03 | [diff] [blame] | 834 | '--jobs=1', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 835 | ], |
| 836 | 'swarming': { |
| 837 | 'shards': 1, |
| 838 | }, |
| 839 | }, |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 840 | 'fuchsia-x64-rel': { |
| 841 | 'args': [ |
| 842 | '--platform=fuchsia', |
| 843 | '--jobs=1', |
| 844 | ], |
| 845 | 'swarming': { |
| 846 | 'shards': 1, |
| 847 | }, |
| 848 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 849 | 'linux-bfcache-rel': { |
| 850 | 'args': [ |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 851 | # TODO(crbug.com/1255537): Re-enable the test. |
| 852 | '--ignore-tests=external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html', |
| 853 | ], |
| 854 | }, |
| 855 | 'linux-blink-animation-use-time-delta': { |
| 856 | 'args': [ |
| 857 | '--debug', |
| 858 | ], |
| 859 | }, |
Jonathan Lee | d3ba7bf | 2023-01-13 21:15:16 | [diff] [blame] | 860 | 'linux-blink-rel': { |
| 861 | 'swarming': { |
| 862 | 'hard_timeout': 2400, |
| 863 | }, |
| 864 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 865 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 866 | 'args': [ |
| 867 | '--flag-specific=force-renderer-accessibility', |
| 868 | ], |
| 869 | }, |
W. James MacLean | ce9b3a6 | 2022-10-05 16:58:58 | [diff] [blame] | 870 | 'linux-blink-wpt-reset-rel': { |
| 871 | 'args': [ |
| 872 | '--additional-driver-flag=--force-browsing-instance-reset-between-tests', |
| 873 | ], |
| 874 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 875 | 'linux-code-coverage': { |
| 876 | 'args': [ |
Prakhar | be44338a | 2023-05-24 19:02:04 | [diff] [blame] | 877 | '--additional-driver-flag=--no-sandbox', |
Prakhar | 647debb | 2023-08-31 23:01:41 | [diff] [blame] | 878 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 879 | ], |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 880 | }, |
| 881 | 'linux-layout-tests-edit-ng': { |
| 882 | 'args': [ |
| 883 | '--flag-specific=enable-editing-ng', |
| 884 | ], |
| 885 | }, |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 886 | 'linux-rel-cft': { |
| 887 | "args": [ |
| 888 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Michael Lippautz | 8f4016b | 2023-06-13 16:18:33 | [diff] [blame] | 889 | '--flag-specific=chrome-for-testing', |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 890 | ], |
| 891 | 'swarming': { |
| 892 | 'shards': 10, |
| 893 | }, |
| 894 | }, |
SrinivasBathula | 90213d6 | 2023-02-27 06:12:18 | [diff] [blame] | 895 | 'mac-osxbeta-rel': { |
| 896 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 897 | 'dimensions': { |
| 898 | 'gpu': None |
| 899 | }, |
SrinivasBathula | 90213d6 | 2023-02-27 06:12:18 | [diff] [blame] | 900 | 'shards': 7, |
| 901 | }, |
| 902 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 903 | 'mac-rel-cft': { |
| 904 | 'args': [ |
| 905 | '--driver-logging', |
| 906 | ], |
| 907 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 908 | 'dimensions': { |
| 909 | 'gpu': None, |
| 910 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 911 | 'shards': 18, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 912 | }, |
| 913 | }, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 914 | 'mac10.15-blink-rel': { |
| 915 | 'swarming': { |
Jonathan Lee | c20a7458a | 2023-11-06 18:22:56 | [diff] [blame] | 916 | 'shards': 1, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 917 | 'hard_timeout': 2400, |
Riley Wong | 89d6dc7 | 2022-09-08 20:29:07 | [diff] [blame] | 918 | }, |
| 919 | }, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 920 | 'mac11.0-blink-rel': { |
| 921 | 'swarming': { |
| 922 | 'shards': 7, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 923 | 'hard_timeout': 2400, |
| 924 | }, |
| 925 | }, |
| 926 | 'mac11.0.arm64-blink-rel': { |
| 927 | 'swarming': { |
| 928 | 'hard_timeout': 2400, |
| 929 | }, |
| 930 | }, |
Jie Sheng | 102288f | 2023-11-28 23:40:29 | [diff] [blame] | 931 | 'mac12-arm64-rel-tests': { |
| 932 | 'args': [ |
| 933 | '--driver-logging', |
| 934 | ], |
| 935 | }, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 936 | 'mac12.0-blink-rel': { |
| 937 | 'swarming': { |
| 938 | 'hard_timeout': 2400, |
| 939 | }, |
| 940 | }, |
| 941 | 'mac12.0.arm64-blink-rel': { |
| 942 | 'swarming': { |
| 943 | 'hard_timeout': 2400, |
Riley Wong | c20ba4a | 2022-09-12 17:06:31 | [diff] [blame] | 944 | }, |
| 945 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 946 | 'win-rel-cft': { |
| 947 | 'args': [ |
| 948 | '--target', |
| 949 | 'Release_x64', |
| 950 | ], |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 951 | 'swarming': { |
| 952 | "shards": 18, |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 953 | }, |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 954 | }, |
Ben Pastene | ebad8fc | 2022-08-12 23:34:28 | [diff] [blame] | 955 | 'win10-rel-no-external-ip': { |
| 956 | 'args': [ |
| 957 | '--target', |
| 958 | 'Release_x64', |
| 959 | ], |
| 960 | 'swarming': { |
| 961 | "shards": 18 |
| 962 | }, |
| 963 | }, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 964 | 'win10.20h2-blink-rel': { |
| 965 | 'swarming': { |
| 966 | 'shards': 9, |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 967 | 'hard_timeout': 2400, |
Riley Wong | 5feb0eb | 2022-08-05 15:49:26 | [diff] [blame] | 968 | }, |
| 969 | }, |
Nihar Damarasingu | f31a5cc | 2023-05-24 18:38:06 | [diff] [blame] | 970 | 'win11-arm64-blink-rel': { |
| 971 | 'swarming': { |
| 972 | 'hard_timeout': 2400, |
| 973 | }, |
| 974 | 'args': [ |
| 975 | '--target', |
| 976 | 'Release_x64', |
| 977 | ], |
| 978 | }, |
Riley Wong | 5fc2276 | 2022-06-15 20:25:07 | [diff] [blame] | 979 | 'win11-blink-rel': { |
| 980 | 'swarming': { |
Weizhong Xia | 21063c7 | 2022-11-09 23:48:30 | [diff] [blame] | 981 | 'hard_timeout': 2400, |
Riley Wong | 5fc2276 | 2022-06-15 20:25:07 | [diff] [blame] | 982 | }, |
| 983 | 'args': [ |
| 984 | '--target', |
| 985 | 'Release_x64', |
| 986 | ], |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 987 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 988 | }, |
| 989 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 990 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 991 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 992 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 993 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 994 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 995 | # 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] | 996 | # off CQ. |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 997 | 'Mac13 Tests (dbg)', # https://crbug.com/1201386 |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 998 | 'mac-code-coverage', # https://crbug.com/1201386 |
Lindsay Pasricha | 2322791 | 2023-01-11 22:36:34 | [diff] [blame] | 999 | 'mac11-arm64-rel-tests', # https://crbug.com/1406364 |
| 1000 | 'mac12-arm64-rel-tests', # https://crbug.com/1406364 |
Will Yeager | a090e6a | 2023-06-09 14:59:41 | [diff] [blame] | 1001 | 'mac13-arm64-rel-tests', # https://crbug.com/1406364 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1002 | 'Linux TSan Tests', # https://crbug.com/368525 |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 1003 | 'linux-exp-tsan-fyi-rel', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 1004 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1005 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1006 | 'modifications': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 1007 | 'CrWinAsan': { |
| 1008 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 1009 | # crbug.com/1257927 |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 1010 | 'swarming': { |
| 1011 | 'shards': 40, |
| 1012 | }, |
| 1013 | }, |
| 1014 | 'CrWinAsan(dll)': { |
| 1015 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 1016 | # crbug.com/1257927 |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 1017 | 'swarming': { |
| 1018 | 'shards': 40, |
| 1019 | }, |
| 1020 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1021 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1022 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1023 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1024 | }, |
| 1025 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1026 | 'Linux ASan LSan Tests (1)': { |
Gregory Guterman | b6f9a97 | 2022-09-27 20:17:58 | [diff] [blame] | 1027 | 'ci_only': True, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1028 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 1029 | # crbug.com/1257927 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 1030 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1031 | 'shards': 40, |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 1032 | }, |
| 1033 | }, |
Titouan Rigoudy | 3fbe274 | 2022-09-09 17:10:14 | [diff] [blame] | 1034 | 'Linux CFI': { |
| 1035 | 'swarming': { |
| 1036 | 'shards': 20, # https://crbug.com/1361973 |
| 1037 | }, |
| 1038 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1039 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 1040 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 1041 | # crbug.com/1257927 |
Ben Pastene | 4260f6a | 2023-10-31 00:48:25 | [diff] [blame] | 1042 | # And even more slow on linux-chromeos: crbug.com/1491533. |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 1043 | 'swarming': { |
Ben Pastene | 4260f6a | 2023-10-31 00:48:25 | [diff] [blame] | 1044 | 'shards': 140, |
| 1045 | 'hard_timeout': 7200, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 1046 | }, |
| 1047 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1048 | 'Linux ChromiumOS MSan Tests': { |
Alexis Hetu | a804f741 | 2022-05-13 17:04:20 | [diff] [blame] | 1049 | # These are very slow on the Chrome OS MSAN trybot, most likely because browser_tests on cros has ~40% more tests. Also, these tests |
| 1050 | # 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] | 1051 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1052 | 'swarming': { |
Tom Anderson | 1e776fcd | 2023-01-06 19:53:29 | [diff] [blame] | 1053 | 'shards': 64, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1054 | }, |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 1055 | 'args': [ |
| 1056 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter', |
| 1057 | ], |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 1058 | }, |
Struan Shrimpton | a9b1d51 | 2022-09-13 16:09:42 | [diff] [blame] | 1059 | 'Linux MSan Tests': { |
| 1060 | 'swarming': { |
Joshua Pawlicki | 7fc1edd | 2023-03-21 16:56:59 | [diff] [blame] | 1061 | 'shards': 23, |
Struan Shrimpton | a9b1d51 | 2022-09-13 16:09:42 | [diff] [blame] | 1062 | }, |
| 1063 | }, |
Struan Shrimpton | f5b2b55 | 2022-01-20 20:37:39 | [diff] [blame] | 1064 | 'Linux Tests': { |
Stephanie Kim | 3df2d0c8 | 2023-11-07 18:16:26 | [diff] [blame] | 1065 | # Only retry the individual failed tests instead of rerunning entire |
| 1066 | # shards. |
| 1067 | # crbug.com/1473501 |
| 1068 | 'retry_only_failed_tests': True, |
Struan Shrimpton | f5b2b55 | 2022-01-20 20:37:39 | [diff] [blame] | 1069 | 'swarming': { |
Stephanie Kim | 8332c7dd | 2022-11-07 20:03:49 | [diff] [blame] | 1070 | 'shards': 20, |
Struan Shrimpton | f5b2b55 | 2022-01-20 20:37:39 | [diff] [blame] | 1071 | }, |
| 1072 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1073 | # https://crbug.com/1084469 |
| 1074 | 'Linux Tests (Wayland)': { |
| 1075 | 'args': [ |
| 1076 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter', |
| 1077 | ], |
Stephanie Kim | 3df2d0c8 | 2023-11-07 18:16:26 | [diff] [blame] | 1078 | # Only retry the individual failed tests instead of rerunning entire |
| 1079 | # shards. |
| 1080 | # crbug.com/1473501 |
| 1081 | 'retry_only_failed_tests': True, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 1082 | 'swarming': { |
Stephanie Kim | 8332c7dd | 2022-11-07 20:03:49 | [diff] [blame] | 1083 | 'shards': 20, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 1084 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 1085 | }, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 1086 | 'Linux Tests (dbg)(1)': { |
| 1087 | # crbug.com/1066161 |
Joshua Pawlicki | 2be547a | 2023-06-30 18:27:49 | [diff] [blame] | 1088 | # crbug.com/1459645 |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 1089 | 'swarming': { |
Joshua Pawlicki | 2be547a | 2023-06-30 18:27:49 | [diff] [blame] | 1090 | 'shards': 27, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 1091 | }, |
| 1092 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1093 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1094 | 'swarming': { |
Stephen Martinis | cd3c383 | 2020-11-19 22:01:24 | [diff] [blame] | 1095 | 'shards': 30, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1096 | }, |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 1097 | # crbug.com/1196416 |
| 1098 | 'args': [ |
| 1099 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 1100 | ], |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 1101 | 'experiment_percentage': 100, # https://crbug.com/1251657 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1102 | }, |
Lindsay Pasricha | 727ede9 | 2023-02-27 16:27:33 | [diff] [blame] | 1103 | 'Mac Builder Next': { |
| 1104 | 'swarming': { |
| 1105 | 'shards': 20, # crbug.com/1419045 |
| 1106 | }, |
| 1107 | }, |
Lindsay Pasricha | 76f44d2 | 2021-04-07 16:16:26 | [diff] [blame] | 1108 | 'Mac10.15 Tests': { |
| 1109 | # crbug.com/1042757 |
| 1110 | 'swarming': { |
Lindsay Pasricha | 7400da15 | 2023-06-16 23:37:03 | [diff] [blame] | 1111 | 'shards': 30, |
Lindsay Pasricha | 76f44d2 | 2021-04-07 16:16:26 | [diff] [blame] | 1112 | }, |
Lindsay Pasricha | 7400da15 | 2023-06-16 23:37:03 | [diff] [blame] | 1113 | 'experiment_percentage': 100, |
Lindsay Pasricha | 76f44d2 | 2021-04-07 16:16:26 | [diff] [blame] | 1114 | }, |
Lindsay Pasricha | f876259 | 2021-12-02 23:43:09 | [diff] [blame] | 1115 | 'Mac11 Tests': { |
| 1116 | 'ci_only': True, |
Lindsay Pasricha | ee30f25 | 2022-10-11 22:02:48 | [diff] [blame] | 1117 | 'swarming': { |
| 1118 | 'shards': 20, # crbug.com/1366016 |
| 1119 | }, |
Lindsay Pasricha | f876259 | 2021-12-02 23:43:09 | [diff] [blame] | 1120 | }, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 1121 | 'Mac12 Tests': { |
| 1122 | 'ci_only': True, |
Titouan Rigoudy | cd0e6dd7 | 2022-09-09 13:18:20 | [diff] [blame] | 1123 | 'swarming': { |
| 1124 | 'shards': 20, # crbug.com/1361887 |
| 1125 | }, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 1126 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 1127 | 'Mac13 Tests': { |
| 1128 | 'ci_only': True, |
| 1129 | 'swarming': { |
| 1130 | 'shards': 20, # crbug.com/1361887 |
| 1131 | }, |
| 1132 | }, |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 1133 | 'Mac13 Tests (dbg)': { |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 1134 | # crbug.com/1042757 |
| 1135 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1136 | 'dimensions': { |
| 1137 | # These shards are liable to time out when running on macmini7,1. |
| 1138 | 'cores': '8|12', |
| 1139 | }, |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 1140 | }, |
| 1141 | # crbug.com/1196416 |
| 1142 | 'args': [ |
| 1143 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 1144 | ], |
| 1145 | }, |
Tom Anderson | 482eab1 | 2023-01-10 00:05:37 | [diff] [blame] | 1146 | 'ToTLinuxMSan': { |
| 1147 | 'swarming': { |
| 1148 | 'shards': 24, |
| 1149 | }, |
| 1150 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1151 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1152 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1153 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1154 | }, |
| 1155 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1156 | 'ToTWin64(dbg)': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1157 | 'swarming': { |
| 1158 | 'shards': 20, |
| 1159 | }, |
| 1160 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1161 | 'Win10 Tests x64': { |
| 1162 | # crbug.com/868082 |
| 1163 | 'args': [ |
| 1164 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1165 | ], |
Stephanie Kim | 3df2d0c8 | 2023-11-07 18:16:26 | [diff] [blame] | 1166 | # Only retry the individual failed tests instead of rerunning entire |
| 1167 | # shards. |
| 1168 | # crbug.com/1473501 |
| 1169 | 'retry_only_failed_tests': True, |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 1170 | 'swarming': { |
| 1171 | # This is for slow test execution that often becomes a critical path of |
| 1172 | # swarming jobs. crbug.com/868114 |
Stephanie Kim | a57b46a | 2022-10-27 22:09:03 | [diff] [blame] | 1173 | 'shards': 55, |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 1174 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1175 | }, |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 1176 | 'Win11 Tests x64': { |
| 1177 | # crbug.com/868082 |
| 1178 | 'args': [ |
| 1179 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1180 | ], |
| 1181 | 'swarming': { |
| 1182 | # This is for slow test execution that often becomes a critical path of |
| 1183 | # swarming jobs. crbug.com/868114 |
| 1184 | 'shards': 15, |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 1185 | } |
| 1186 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1187 | 'linux-chromeos-chrome': { |
| 1188 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 1189 | # tests are green. |
| 1190 | 'args': [ |
| 1191 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 1192 | ], |
Ben Pastene | 3747309 | 2022-08-02 19:16:46 | [diff] [blame] | 1193 | 'swarming': { |
| 1194 | 'shards': 20, |
| 1195 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1196 | }, |
| 1197 | 'linux-chromeos-code-coverage': { |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 1198 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1199 | 'shards': 50, |
| 1200 | }, |
| 1201 | }, |
| 1202 | 'linux-chromeos-dbg': { |
| 1203 | 'swarming': { |
Jonathan Fan | cb78198d | 2023-11-16 23:20:52 | [diff] [blame] | 1204 | 'shards': 110, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1205 | }, |
| 1206 | }, |
| 1207 | 'linux-chromeos-rel': { |
Stephanie Kim | 7d6675e | 2023-09-07 18:05:08 | [diff] [blame] | 1208 | # Only retry the individual failed tests instead of rerunning entire |
| 1209 | # shards. |
| 1210 | # crbug.com/1473501 |
| 1211 | 'retry_only_failed_tests': True, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1212 | 'swarming': { |
Stephanie Kim | c932b4c | 2022-11-01 21:29:38 | [diff] [blame] | 1213 | 'shards': 60, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1214 | 'dimensions': { |
| 1215 | 'kvm': '1', |
| 1216 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1217 | }, |
| 1218 | }, |
| 1219 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 1220 | 'args': [ |
| 1221 | '--no-sandbox', |
| 1222 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1223 | 'swarming': { |
| 1224 | 'shards': 50, |
| 1225 | }, |
| 1226 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 1227 | 'linux-exp-asan-lsan-fyi-rel': { |
| 1228 | 'ci_only': True, |
| 1229 | # These are very slow on the ASAN trybot for some reason. |
| 1230 | # crbug.com/1257927 |
| 1231 | 'swarming': { |
| 1232 | 'shards': 40, |
| 1233 | }, |
| 1234 | }, |
Ian Struiksma | b0412a2 | 2023-06-06 23:02:48 | [diff] [blame] | 1235 | 'linux-exp-msan-fyi-rel': { |
| 1236 | 'swarming': { |
| 1237 | 'shards': 23, |
| 1238 | }, |
| 1239 | }, |
Sven Zheng | 49ffa5c | 2022-09-06 18:48:26 | [diff] [blame] | 1240 | # asan tests is slower. |
| 1241 | 'linux-lacros-asan-lsan-rel': { |
| 1242 | 'swarming': { |
Sven Zheng | e110ae0 | 2023-11-08 20:11:26 | [diff] [blame] | 1243 | 'shards': 30, |
Sven Zheng | 49ffa5c | 2022-09-06 18:48:26 | [diff] [blame] | 1244 | }, |
Sven Zheng | e8b0d9a6 | 2023-01-31 23:09:19 | [diff] [blame] | 1245 | # TODO(crbug.com/1324240): Enable tests. |
| 1246 | 'args': [ |
| 1247 | '--gtest_filter=-All/MultiActionAPITest.SessionStorageDoesNotPersistBetweenOpenings/*:All/MultiActionAPITest.PopupCreation/*' |
| 1248 | ], |
Sven Zheng | 49ffa5c | 2022-09-06 18:48:26 | [diff] [blame] | 1249 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1250 | 'linux-lacros-tester-rel': { |
Stephanie Kim | 3df2d0c8 | 2023-11-07 18:16:26 | [diff] [blame] | 1251 | # Only retry the individual failed tests instead of rerunning entire |
| 1252 | # shards. |
| 1253 | # crbug.com/1473501 |
| 1254 | 'retry_only_failed_tests': True, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 1255 | 'swarming': { |
Stephanie Kim | 8332c7dd | 2022-11-07 20:03:49 | [diff] [blame] | 1256 | 'shards': 20, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 1257 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1258 | }, |
Thiago Perrotta | 099ea61 | 2022-12-14 17:59:40 | [diff] [blame] | 1259 | 'linux-rel-cft': { |
| 1260 | 'args': [ |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 1261 | '--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] | 1262 | ], |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 1263 | 'swarming': { |
| 1264 | 'shards': 20, |
| 1265 | }, |
Thiago Perrotta | 099ea61 | 2022-12-14 17:59:40 | [diff] [blame] | 1266 | }, |
Ian Struiksma | 448f413 | 2023-10-11 16:21:17 | [diff] [blame] | 1267 | 'linux-ubsan-fyi-rel': { |
| 1268 | 'swarming': { |
| 1269 | 'shards': 20, |
| 1270 | } |
| 1271 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 1272 | 'mac-code-coverage': { |
| 1273 | 'args': [ |
| 1274 | '--coverage-continuous-mode=1', |
| 1275 | ], |
| 1276 | }, |
Lindsay Pasricha | 8bbc338 | 2022-01-31 22:54:54 | [diff] [blame] | 1277 | 'mac-osxbeta-rel': { |
| 1278 | 'swarming': { |
Lindsay Pasricha | 79b250d | 2023-05-04 16:55:22 | [diff] [blame] | 1279 | 'shards': 30, |
Lindsay Pasricha | 8bbc338 | 2022-01-31 22:54:54 | [diff] [blame] | 1280 | }, |
| 1281 | }, |
Thiago Perrotta | 099ea61 | 2022-12-14 17:59:40 | [diff] [blame] | 1282 | 'mac-rel-cft': { |
| 1283 | 'args': [ |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 1284 | '--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] | 1285 | ], |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 1286 | 'ci_only': True, |
Thiago Perrotta | 28efe81 | 2023-01-17 19:31:27 | [diff] [blame] | 1287 | 'swarming': { |
| 1288 | 'shards': 20, # crbug.com/1361887 |
| 1289 | }, |
Thiago Perrotta | 099ea61 | 2022-12-14 17:59:40 | [diff] [blame] | 1290 | }, |
David Bienvenu | 284cc4d | 2023-03-20 16:44:54 | [diff] [blame] | 1291 | 'win-arm64-rel': { |
| 1292 | # Surface Pros aren't using 100% scaling, which some browser tests |
David Bienvenu | 519e1480 | 2023-05-02 23:34:49 | [diff] [blame] | 1293 | # rely on. They also have touch enabled, which we need to disable. |
David Bienvenu | 284cc4d | 2023-03-20 16:44:54 | [diff] [blame] | 1294 | 'args': [ |
David Bienvenu | 982fcee | 2023-03-20 22:57:48 | [diff] [blame] | 1295 | '--force-device-scale-factor=1', |
David Bienvenu | 519e1480 | 2023-05-02 23:34:49 | [diff] [blame] | 1296 | '--top-chrome-touch-ui=disabled', |
David Bienvenu | 284cc4d | 2023-03-20 16:44:54 | [diff] [blame] | 1297 | ], |
| 1298 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1299 | 'win-asan': { |
Kuan Huang | 1b52d44 | 2023-02-07 20:35:34 | [diff] [blame] | 1300 | # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912 |
| 1301 | 'args': [ |
| 1302 | '--test-launcher-jobs=3', |
| 1303 | ], |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 1304 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 1305 | # crbug.com/1257927 |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1306 | 'swarming': { |
Kuan Huang | 1b52d44 | 2023-02-07 20:35:34 | [diff] [blame] | 1307 | 'shards': 60, |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 1308 | }, |
| 1309 | }, |
Thiago Perrotta | 099ea61 | 2022-12-14 17:59:40 | [diff] [blame] | 1310 | 'win-rel-cft': { |
| 1311 | 'args': [ |
Thiago Perrotta | 770925d4 | 2023-01-17 18:38:51 | [diff] [blame] | 1312 | # crbug.com/868082 |
| 1313 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 1314 | '--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] | 1315 | ], |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 1316 | 'swarming': { |
| 1317 | # This is for slow test execution that often becomes a critical path of |
| 1318 | # swarming jobs. crbug.com/868114 |
| 1319 | 'shards': 15, |
| 1320 | } |
Thiago Perrotta | 099ea61 | 2022-12-14 17:59:40 | [diff] [blame] | 1321 | }, |
Prakhar | 37a94b5 | 2023-07-14 19:46:07 | [diff] [blame] | 1322 | 'win10-code-coverage': { |
| 1323 | 'swarming': { |
| 1324 | 'shards': 40, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1325 | 'dimensions': { |
Prakhar | 37a94b5 | 2023-07-14 19:46:07 | [diff] [blame] | 1326 | 'pool': 'chromium.tests.coverage', |
| 1327 | 'ssd': '1', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1328 | }, |
Prakhar | 37a94b5 | 2023-07-14 19:46:07 | [diff] [blame] | 1329 | } |
| 1330 | }, |
Ben Pastene | ebad8fc | 2022-08-12 23:34:28 | [diff] [blame] | 1331 | 'win10-rel-no-external-ip': { |
| 1332 | # crbug.com/868082 |
| 1333 | 'args': [ |
| 1334 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1335 | ], |
| 1336 | 'swarming': { |
| 1337 | 'shards': 15, |
| 1338 | } |
| 1339 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1340 | }, |
| 1341 | }, |
Hao Wu | bfdb2356 | 2023-06-17 20:16:51 | [diff] [blame] | 1342 | 'browser_tests_no_field_trial': { |
| 1343 | 'remove_from': [ |
| 1344 | 'win10-rel-no-external-ip', |
| 1345 | 'win-arm64-rel', |
| 1346 | 'win-rel-cft', |
| 1347 | 'Win11 Tests x64', |
| 1348 | ], |
| 1349 | }, |
Ben Pastene | c26cd08 | 2023-06-21 16:26:05 | [diff] [blame] | 1350 | 'capture_unittests': { |
| 1351 | 'modifications': { |
| 1352 | 'WebRTC Chromium Linux Tester': { |
| 1353 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1354 | 'dimensions': { |
| 1355 | 'os': 'Ubuntu-22.04|Ubuntu-18.04', |
| 1356 | }, |
Ben Pastene | c26cd08 | 2023-06-21 16:26:05 | [diff] [blame] | 1357 | }, |
| 1358 | }, |
| 1359 | }, |
| 1360 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1361 | 'cc_unittests': { |
| 1362 | 'modifications': { |
| 1363 | 'Linux TSan Tests': { |
| 1364 | 'swarming': { |
| 1365 | 'shards': 3, |
| 1366 | }, |
| 1367 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1368 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 1369 | # https://crbug.com/1039860 |
| 1370 | 'args': [ |
Haiyang Pan | 11d8bd5 | 2021-11-19 21:22:54 | [diff] [blame] | 1371 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter', |
| 1372 | ], |
| 1373 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 1374 | 'android-12-x64-rel': { |
Haiyang Pan | 11d8bd5 | 2021-11-19 21:22:54 | [diff] [blame] | 1375 | # https://crbug.com/1039860 |
| 1376 | 'args': [ |
| 1377 | '--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] | 1378 | ], |
| 1379 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1380 | 'android-pie-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 1381 | # https://crbug.com/1039860 |
| 1382 | 'args': [ |
| 1383 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 1384 | ], |
| 1385 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 1386 | 'fuchsia-code-coverage': { |
| 1387 | 'swarming': { |
| 1388 | 'shards': 4, |
| 1389 | }, |
| 1390 | }, |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 1391 | 'fuchsia-fyi-arm64-dbg': { |
| 1392 | 'args': [ |
| 1393 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.cc_unittests.filter', |
| 1394 | ], |
| 1395 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 1396 | 'linux-exp-tsan-fyi-rel': { |
| 1397 | 'swarming': { |
| 1398 | 'shards': 3, |
| 1399 | }, |
| 1400 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1401 | }, |
| 1402 | }, |
Prakhar | 94f444a | 2020-10-08 07:30:08 | [diff] [blame] | 1403 | 'check_static_initializers': { |
| 1404 | 'modifications': { |
| 1405 | 'Mac Builder': { |
| 1406 | 'args': [ |
| 1407 | '--allow-coverage-initializer', |
| 1408 | ], |
| 1409 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 1410 | 'mac-rel-cft': { |
| 1411 | 'args': [ |
| 1412 | '--allow-coverage-initializer', |
| 1413 | ], |
| 1414 | }, |
Prakhar | 94f444a | 2020-10-08 07:30:08 | [diff] [blame] | 1415 | }, |
| 1416 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 1417 | 'chrome_all_tast_tests': { |
| 1418 | 'modifications': { |
Sven Zheng | f3c34f6 | 2023-10-25 22:10:17 | [diff] [blame] | 1419 | 'chromeos-amd64-generic-rel-renamed': { |
Struan Shrimpton | 4b7abc0 | 2021-12-16 01:36:59 | [diff] [blame] | 1420 | 'swarming': { |
Ben Pastene | 8fdb0ea9 | 2022-06-23 18:46:58 | [diff] [blame] | 1421 | 'shards': 7, |
Struan Shrimpton | 4b7abc0 | 2021-12-16 01:36:59 | [diff] [blame] | 1422 | }, |
Ben Pastene | f3c910a7 | 2023-01-26 20:23:41 | [diff] [blame] | 1423 | 'args': [ |
| 1424 | '--tast-shard-method=hash', |
| 1425 | ], |
Struan Shrimpton | 4b7abc0 | 2021-12-16 01:36:59 | [diff] [blame] | 1426 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 1427 | 'chromeos-betty-pi-arc-cfi-thin-lto-chrome': { |
| 1428 | 'args': [ |
| 1429 | # This bot sets symbol_level=2, which doesn't fit inside a normal VM. |
| 1430 | '--strip-chrome', |
Jonathan Fan | 6f03383 | 2023-06-23 23:23:59 | [diff] [blame] | 1431 | '--tast-shard-method=hash', |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 1432 | ], |
| 1433 | }, |
Ben Pastene | fb70e5f | 2022-11-08 04:16:42 | [diff] [blame] | 1434 | 'chromeos-betty-pi-arc-chrome': { |
| 1435 | 'swarming': { |
| 1436 | 'shards': 15, |
| 1437 | }, |
Catherine Zhang | 5c54ed36 | 2023-11-24 04:49:30 | [diff] [blame] | 1438 | 'args': [ |
| 1439 | '--tast-shard-method=hash', |
| 1440 | ], |
Ben Pastene | fb70e5f | 2022-11-08 04:16:42 | [diff] [blame] | 1441 | }, |
Alvin Jia | 47a2803 | 2022-11-07 23:09:15 | [diff] [blame] | 1442 | 'chromeos-eve-chrome': { |
| 1443 | 'swarming': { |
Alvin Jia | 65de213 | 2023-07-23 22:27:12 | [diff] [blame] | 1444 | # Increased timeout to 4 hours due to shard timeout. |
| 1445 | 'hard_timeout': 14400, |
Alvin Jia | 47a2803 | 2022-11-07 23:09:15 | [diff] [blame] | 1446 | } |
| 1447 | }, |
Ben Pastene | f85543f | 2022-06-24 17:50:02 | [diff] [blame] | 1448 | # TODO(crbug.com/1141234): Move out of experimental if/when the bots are |
| 1449 | # stable. |
| 1450 | 'chromeos-jacuzzi-chrome': { |
| 1451 | 'experiment_percentage': 100, |
| 1452 | }, |
Alvin Jia | db3f7cd | 2023-06-08 19:00:00 | [diff] [blame] | 1453 | 'chromeos-reven-chrome': { |
| 1454 | 'args': [ |
| 1455 | '--tast-shard-method=hash', |
| 1456 | ], |
| 1457 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 1458 | }, |
| 1459 | }, |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 1460 | 'chrome_public_smoke_test': { |
| 1461 | 'remove_from': [ |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 1462 | 'android-code-coverage-native', # Does not generate profraw data. |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 1463 | ], |
| 1464 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1465 | 'chrome_public_test_apk': { |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1466 | 'remove_from': [ |
| 1467 | 'android-asan', # https://crbug.com/964562 |
Zhaoyang Li | 4616b95 | 2023-08-15 17:30:42 | [diff] [blame] | 1468 | 'android-code-coverage-native', # Does not generate profraw data. |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1469 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1470 | 'modifications': { |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 1471 | 'Oreo Phone Tester': { |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 1472 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 1473 | # either passing or there is more capacity. |
| 1474 | 'experiment_percentage': 0, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 1475 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1476 | 'android-11-x86-rel': { |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 1477 | 'args': [ |
| 1478 | '--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] | 1479 | '--timeout-scale=2.0', |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 1480 | ], |
Haiyang Pan | c82c3fa | 2022-02-01 01:26:06 | [diff] [blame] | 1481 | # TODO(https://crbug.com/1285975) Remove experiment and enable on |
| 1482 | # trybot once the device offline issue is resolved. |
| 1483 | 'ci_only': True, |
| 1484 | 'experiment_percentage': 100, |
Haiyang Pan | 68a39c0 | 2021-11-11 21:12:21 | [diff] [blame] | 1485 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 1486 | 'android-12-x64-rel': { |
Haiyang Pan | 68a39c0 | 2021-11-11 21:12:21 | [diff] [blame] | 1487 | 'args': [ |
Haiyang Pan | 629f4e4 | 2022-02-09 22:11:23 | [diff] [blame] | 1488 | '--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] | 1489 | '--timeout-scale=2.0', |
| 1490 | ], |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 1491 | # TODO(crbug.com/1225851): Remove experiment and ci_only |
| 1492 | # once the test suite is stable. |
| 1493 | 'ci_only': True, |
| 1494 | 'experiment_percentage': 100, |
Haiyang Pan | b80557c | 2021-03-13 03:01:44 | [diff] [blame] | 1495 | }, |
Haiyang Pan | fed3127 | 2023-03-27 19:24:00 | [diff] [blame] | 1496 | 'android-12l-x64-dbg-tests': { |
| 1497 | 'args': [ |
| 1498 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter', |
| 1499 | ], |
Kuan Huang | dc0afb5 | 2023-06-09 19:12:58 | [diff] [blame] | 1500 | # TODO(crbug.com/1439624): Remove experiment and ci_only |
| 1501 | # once the test suite is stable. |
Neil Coronado | 98b3531 | 2023-11-04 00:38:43 | [diff] [blame] | 1502 | 'ci_only': True, |
Kuan Huang | dc0afb5 | 2023-06-09 19:12:58 | [diff] [blame] | 1503 | 'experiment_percentage': 100, |
Haiyang Pan | fed3127 | 2023-03-27 19:24:00 | [diff] [blame] | 1504 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 1505 | 'android-12l-x64-fyi-dbg': { |
| 1506 | 'args': [ |
| 1507 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_test_apk.filter', |
| 1508 | ], |
| 1509 | }, |
| 1510 | 'android-13-x64-fyi-rel': { |
| 1511 | 'args': [ |
| 1512 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter', |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 1513 | ], |
| 1514 | }, |
Haiyang Pan | e03016f | 2023-04-24 17:40:49 | [diff] [blame] | 1515 | 'android-13-x64-rel': { |
| 1516 | 'args': [ |
| 1517 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_test_apk.filter', |
| 1518 | ], |
| 1519 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1520 | 'android-arm64-proguard-rel': { |
| 1521 | 'swarming': { |
| 1522 | 'shards': 25, |
| 1523 | }, |
| 1524 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 1525 | # If you change this, make similar changes in android-x86-code-coverage below |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 1526 | 'android-oreo-x86-rel': { |
Ben Joyce | 5850e49 | 2023-07-17 22:02:07 | [diff] [blame] | 1527 | 'args': [ |
| 1528 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o.chrome_public_test_apk.filter', |
| 1529 | ], |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 1530 | 'swarming': { |
| 1531 | 'shards': 75, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1532 | 'dimensions': { |
| 1533 | # use 8-core to shorten runtime |
| 1534 | 'cores': '8', |
| 1535 | }, |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 1536 | }, |
| 1537 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1538 | 'android-pie-arm64-rel': { |
| 1539 | 'args': [ |
| 1540 | '--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] | 1541 | '--use-persistent-shell', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1542 | ], |
Stephen Martinis | d05530d | 2021-07-27 22:50:22 | [diff] [blame] | 1543 | 'ci_only': True, # https://crbug.com/1233700 |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 1544 | }, |
Ben Pastene | ac465d42 | 2023-03-23 21:54:29 | [diff] [blame] | 1545 | 'android-pie-arm64-rel-dev': { |
Ben Joyce | 6d63a58 | 2022-12-09 18:34:55 | [diff] [blame] | 1546 | 'swarming': { |
| 1547 | 'service_account': '[email protected]' |
| 1548 | }, |
| 1549 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1550 | 'android-pie-x86-rel': { |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 1551 | 'args': [ |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 1552 | # https://crbug.com/1046059 |
Haiyang Pan | 23f64f5 | 2020-06-04 01:23:32 | [diff] [blame] | 1553 | '--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] | 1554 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 1555 | 'swarming': { |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 1556 | # See https://crbug.com/1230192, runs of 40-60 minutes at 20 shards. |
| 1557 | 'shards': 30, |
| 1558 | }, |
| 1559 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 1560 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 1561 | 'android-x86-code-coverage': { |
| 1562 | 'args': [ |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 1563 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o.chrome_public_test_apk.filter', |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 1564 | ], |
| 1565 | 'swarming': { |
| 1566 | 'shards': 75, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1567 | 'dimensions': { |
| 1568 | # use 8-core to shorten runtime |
| 1569 | 'cores': '8', |
| 1570 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 1571 | }, |
| 1572 | }, |
Haiyang Pan | 58a6db2 | 2021-07-30 01:08:26 | [diff] [blame] | 1573 | }, |
| 1574 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1575 | 'chrome_public_test_vr_apk': { |
Nico Weber | b0b3f586 | 2018-07-13 18:45:15 | [diff] [blame] | 1576 | 'remove_from': [ |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1577 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
bsheedy | df58b4e | 2018-11-01 19:42:16 | [diff] [blame] | 1578 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1579 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 1580 | 'android-code-coverage-native', # Does not generate profraw data. |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 1581 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1582 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 1583 | 'chrome_public_test_vr_apk-vega': { |
| 1584 | 'modifications': { |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 1585 | 'Oreo Phone Tester': { |
| 1586 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1587 | 'dimensions': { |
| 1588 | 'device_os': 'OVR1.180808.003', |
| 1589 | 'device_type': 'vega', |
| 1590 | 'os': 'Android', |
| 1591 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 1592 | }, |
| 1593 | } |
| 1594 | } |
| 1595 | }, |
Henrique Nakashima | d99462ab | 2022-06-08 19:52:42 | [diff] [blame] | 1596 | 'chrome_public_unit_test_apk': { |
Henrique Nakashima | 4b24b55a | 2022-11-02 22:25:32 | [diff] [blame] | 1597 | 'remove_from': [ |
| 1598 | 'android-asan', # https://crbug.com/964562 |
| 1599 | 'android-code-coverage-native', # Does not generate profraw data. |
Henrique Nakashima | 4b24b55a | 2022-11-02 22:25:32 | [diff] [blame] | 1600 | ], |
Henrique Nakashima | d99462ab | 2022-06-08 19:52:42 | [diff] [blame] | 1601 | 'modifications': { |
| 1602 | 'android-12-x64-rel': { |
James Shen | 7d0646a | 2023-02-28 22:47:04 | [diff] [blame] | 1603 | 'ci_only': True, |
Henrique Nakashima | d99462ab | 2022-06-08 19:52:42 | [diff] [blame] | 1604 | 'args': [ |
| 1605 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_unit_test_apk.filter', |
| 1606 | ], |
| 1607 | }, |
Haiyang Pan | 0fb3ee4 | 2023-02-14 21:04:34 | [diff] [blame] | 1608 | 'android-12l-x64-dbg-tests': { |
| 1609 | 'args': [ |
| 1610 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter', |
| 1611 | ], |
| 1612 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 1613 | 'android-12l-x64-fyi-dbg': { |
| 1614 | 'args': [ |
| 1615 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.chrome_public_unit_test_apk.filter', |
| 1616 | ], |
| 1617 | }, |
| 1618 | 'android-13-x64-fyi-rel': { |
| 1619 | 'args': [ |
| 1620 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter', |
| 1621 | ], |
| 1622 | }, |
Haiyang Pan | 0fb3ee4 | 2023-02-14 21:04:34 | [diff] [blame] | 1623 | 'android-13-x64-rel': { |
| 1624 | 'args': [ |
| 1625 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.chrome_public_unit_test_apk.filter', |
| 1626 | ], |
| 1627 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 1628 | # If you change this, make similar changes in android-x86-code-coverage below |
James Shen | 2c2bcdb | 2023-07-18 00:36:16 | [diff] [blame] | 1629 | 'android-oreo-x86-rel': { |
| 1630 | 'args': [ |
| 1631 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o.chrome_public_unit_test_apk.filter', |
| 1632 | ], |
| 1633 | }, |
Ho Cheung | 573d82b | 2023-09-03 17:10:05 | [diff] [blame] | 1634 | 'android-pie-arm64-rel': { |
| 1635 | 'swarming': { |
Haiyang Pan | b906178c | 2023-10-17 00:37:56 | [diff] [blame] | 1636 | 'dimensions': { |
| 1637 | 'device_type': 'crosshatch', |
| 1638 | }, |
James Shen | 1f916b4 | 2023-10-17 19:05:07 | [diff] [blame] | 1639 | # TODO(crbug.com/1462745): Temporarily increase the shard to 5 for the network issue. |
| 1640 | 'shards': 5, |
Ho Cheung | 573d82b | 2023-09-03 17:10:05 | [diff] [blame] | 1641 | }, |
| 1642 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 1643 | # Keep this same as android-oreo-x86-rel above |
| 1644 | 'android-x86-code-coverage': { |
| 1645 | 'args': [ |
| 1646 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o.chrome_public_unit_test_apk.filter', |
| 1647 | ], |
| 1648 | }, |
Henrique Nakashima | d99462ab | 2022-06-08 19:52:42 | [diff] [blame] | 1649 | }, |
| 1650 | }, |
Nihar Damarasingu | 8def1a2 | 2022-08-18 21:15:54 | [diff] [blame] | 1651 | 'chrome_public_wpt': { |
| 1652 | 'modifications': { |
An Sung | e7a6bca | 2023-09-05 19:13:28 | [diff] [blame] | 1653 | 'android-chrome-pie-x86-wpt-android-specific': { |
| 1654 | 'args': [ |
| 1655 | '--test-list', |
An Sung | 9cede13 | 2023-10-18 18:55:38 | [diff] [blame] | 1656 | '../../third_party/blink/web_tests/TestLists/android.filter' |
An Sung | e7a6bca | 2023-09-05 19:13:28 | [diff] [blame] | 1657 | ] |
| 1658 | }, |
Nihar Damarasingu | 8def1a2 | 2022-08-18 21:15:54 | [diff] [blame] | 1659 | 'android-chrome-pie-x86-wpt-fyi-rel': { |
| 1660 | 'args': [ |
| 1661 | '--use-upstream-wpt', |
| 1662 | ], |
| 1663 | }, |
| 1664 | }, |
| 1665 | }, |
Ian Struiksma | eb285db0 | 2020-10-20 22:19:34 | [diff] [blame] | 1666 | 'chrome_sizes': { |
| 1667 | 'modifications': { |
Sven Zheng | 0b608c21 | 2023-02-23 18:18:56 | [diff] [blame] | 1668 | 'lacros-amd64-generic-chrome-skylab': { |
| 1669 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1670 | 'dimensions': { |
| 1671 | 'cpu': 'x86-64', |
| 1672 | 'os': 'Ubuntu-18.04', |
| 1673 | }, |
Sven Zheng | 0b608c21 | 2023-02-23 18:18:56 | [diff] [blame] | 1674 | }, |
| 1675 | }, |
Sven Zheng | 0b608c21 | 2023-02-23 18:18:56 | [diff] [blame] | 1676 | 'lacros-arm-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 | }, |
| 1684 | 'lacros-arm64-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 | }, |
Ian Struiksma | eb285db0 | 2020-10-20 22:19:34 | [diff] [blame] | 1692 | }, |
| 1693 | }, |
Weizhong Xia | 6336105 | 2023-11-14 23:21:09 | [diff] [blame] | 1694 | # TODO(weizhong): Remove this once experiment completes |
| 1695 | 'chrome_wpt_tests': { |
| 1696 | 'modifications': { |
Weizhong Xia | 99ff966 | 2023-11-30 18:38:35 | [diff] [blame] | 1697 | 'linux-wpt-chromium-rel': { |
| 1698 | 'ci_only': False, |
Weizhong Xia | 6336105 | 2023-11-14 23:21:09 | [diff] [blame] | 1699 | }, |
| 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 | }, |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1718 | 'components_browsertests': { |
| 1719 | 'modifications': { |
Stephanie Kim | 6b4abfd3 | 2022-11-15 20:33:37 | [diff] [blame] | 1720 | 'Linux TSan Tests': { |
| 1721 | 'swarming': { |
| 1722 | 'shards': 2, |
| 1723 | }, |
| 1724 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1725 | 'android-11-x86-rel': { |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1726 | 'swarming': { |
| 1727 | 'shards': 2, |
| 1728 | }, |
| 1729 | }, |
André Kempe | f30fe9d2 | 2022-02-03 10:44:29 | [diff] [blame] | 1730 | 'android-asan': { |
| 1731 | 'swarming': { |
| 1732 | 'shards': 3, |
| 1733 | }, |
| 1734 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 1735 | # If you change this, make similar changes in android-x86-code-coverage below |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 1736 | 'android-oreo-x86-rel': { |
| 1737 | 'swarming': { |
| 1738 | 'shards': 4, |
| 1739 | }, |
| 1740 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 1741 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 1742 | 'android-x86-code-coverage': { |
| 1743 | 'swarming': { |
| 1744 | 'shards': 4, |
| 1745 | }, |
| 1746 | }, |
Zijie He | 073e223 | 2023-08-04 18:14:59 | [diff] [blame] | 1747 | 'fuchsia-code-coverage': { |
| 1748 | 'swarming': { |
| 1749 | 'shards': 4, |
| 1750 | }, |
| 1751 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 1752 | 'linux-exp-tsan-fyi-rel': { |
| 1753 | 'swarming': { |
| 1754 | 'shards': 2, |
| 1755 | }, |
| 1756 | }, |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1757 | }, |
| 1758 | }, |
Hao Wu | bfdb2356 | 2023-06-17 20:16:51 | [diff] [blame] | 1759 | 'components_browsertests_no_field_trial': { |
| 1760 | 'remove_from': [ |
| 1761 | 'win10-rel-no-external-ip', |
| 1762 | 'win-arm64-rel', |
| 1763 | 'win-rel-cft', |
| 1764 | 'Win11 Tests x64', |
| 1765 | ], |
| 1766 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1767 | 'components_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1768 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1769 | 'Linux ASan LSan Tests (1)': { |
| 1770 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 1771 | # crbug.com/1257927 |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1772 | 'swarming': { |
| 1773 | 'shards': 5, |
| 1774 | }, |
| 1775 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1776 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 1777 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 1778 | # crbug.com/1257927 |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1779 | 'swarming': { |
| 1780 | 'shards': 5, |
| 1781 | }, |
| 1782 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1783 | 'Linux TSan Tests': { |
| 1784 | 'swarming': { |
| 1785 | 'shards': 2, |
| 1786 | }, |
| 1787 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1788 | 'android-11-x86-rel': { |
Haiyang Pan | 799282f | 2021-03-25 19:38:31 | [diff] [blame] | 1789 | 'args': [ |
Haiyang Pan | e521cf69 | 2021-11-30 00:35:23 | [diff] [blame] | 1790 | # TODO(crbug.com/1192348): Fix the test failure |
| 1791 | '--gtest_filter=-FieldFormatterTest.DifferentLocales', |
Haiyang Pan | 799282f | 2021-03-25 19:38:31 | [diff] [blame] | 1792 | ], |
| 1793 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 1794 | 'android-12-x64-rel': { |
Haiyang Pan | 2877f06 | 2021-11-18 01:06:06 | [diff] [blame] | 1795 | 'args': [ |
| 1796 | # TODO(crbug.com/1192348): Fix the test failure |
| 1797 | '--gtest_filter=-FieldFormatterTest.DifferentLocales', |
| 1798 | ], |
| 1799 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 1800 | 'linux-exp-asan-lsan-fyi-rel': { |
| 1801 | # These are very slow on the ASAN trybot for some reason. |
| 1802 | # crbug.com/1257927 |
| 1803 | 'swarming': { |
| 1804 | 'shards': 5, |
| 1805 | }, |
| 1806 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 1807 | 'linux-exp-tsan-fyi-rel': { |
| 1808 | 'swarming': { |
| 1809 | 'shards': 2, |
| 1810 | }, |
| 1811 | }, |
Scott Violet | 17087cd | 2022-11-15 22:29:44 | [diff] [blame] | 1812 | 'win-asan': { |
| 1813 | # With a single shard seems to hit time limit. |
| 1814 | 'swarming': { |
| 1815 | 'shards': 2, |
| 1816 | }, |
| 1817 | }, |
Prakhar | f80880f | 2023-04-25 01:09:37 | [diff] [blame] | 1818 | 'win10-code-coverage': { |
| 1819 | 'swarming': { |
Prakhar | bb64f48b | 2023-04-26 23:47:52 | [diff] [blame] | 1820 | 'shards': 6, |
Prakhar | f80880f | 2023-04-25 01:09:37 | [diff] [blame] | 1821 | }, |
| 1822 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 1823 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 1824 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 1825 | 'compositor_unittests': { |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 1826 | 'modifications': { |
| 1827 | 'fuchsia-fyi-arm64-dbg': { |
| 1828 | 'args': [ |
| 1829 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.compositor_unittests.filter', |
| 1830 | ], |
| 1831 | }, |
| 1832 | }, |
| 1833 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1834 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1835 | 'remove_from': [ |
James Shen | 286d10a | 2023-06-09 20:19:05 | [diff] [blame] | 1836 | # TODO(crbug.com/1431581): Temporarily remove it from android-12L builder due to infra flakiness. |
| 1837 | 'android-12l-x64-dbg-tests', |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1838 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Rohan Pavone | df728bee2 | 2022-11-09 21:32:55 | [diff] [blame] | 1839 | # TODO(crbug.com/1371630): Enable on Fuchsia dbg/asan/clang builders. |
| 1840 | 'fuchsia-fyi-arm64-dbg', |
| 1841 | 'fuchsia-fyi-x64-asan', |
| 1842 | 'fuchsia-fyi-x64-dbg', |
| 1843 | 'ToTFuchsia x64', |
| 1844 | 'ToTFuchsiaOfficial arm64', |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1845 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1846 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1847 | 'Cast Audio Linux': { |
| 1848 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 1849 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1850 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1851 | }, |
| 1852 | 'Cast Linux': { |
| 1853 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 1854 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1855 | ], |
Stephanie Kim | a735d44 | 2023-09-11 16:26:09 | [diff] [blame] | 1856 | # Only retry the individual failed tests instead of rerunning entire |
| 1857 | # shards. |
| 1858 | # crbug.com/1475852 |
| 1859 | 'retry_only_failed_tests': True, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1860 | }, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 1861 | 'Linux ASan LSan Tests (1)': { |
| 1862 | 'swarming': { |
Stephanie Kim | 75e95f6 | 2022-11-04 16:06:13 | [diff] [blame] | 1863 | 'shards': 24, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 1864 | }, |
| 1865 | }, |
Stephanie Kim | 867435f | 2023-08-15 17:29:32 | [diff] [blame] | 1866 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 1867 | 'swarming': { |
| 1868 | 'shards': 10, # https://crbug.com/1471857 |
| 1869 | }, |
| 1870 | }, |
Ian Struiksma | eb2cfc61 | 2023-11-03 23:28:18 | [diff] [blame] | 1871 | 'Linux MSan Tests': { |
| 1872 | 'swarming': { |
| 1873 | 'shards': 10, # https://crbug.com/1497706 |
| 1874 | }, |
| 1875 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1876 | 'Linux TSan Tests': { |
Gary Tong | 46fdc49 | 2023-11-01 16:25:01 | [diff] [blame] | 1877 | 'ci_only': True, # https://crbug.com/1498240 |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1878 | 'swarming': { |
Stephanie Kim | 6b4abfd3 | 2022-11-15 20:33:37 | [diff] [blame] | 1879 | 'shards': 30, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 1880 | }, |
| 1881 | }, |
Stephanie Kim | a735d44 | 2023-09-11 16:26:09 | [diff] [blame] | 1882 | 'Linux Tests': { |
| 1883 | # Only retry the individual failed tests instead of rerunning entire |
| 1884 | # shards. |
| 1885 | # crbug.com/1475852 |
| 1886 | 'retry_only_failed_tests': True, |
| 1887 | }, |
| 1888 | 'Linux Tests (Wayland)': { |
| 1889 | # Only retry the individual failed tests instead of rerunning entire |
| 1890 | # shards. |
| 1891 | # crbug.com/1475852 |
| 1892 | 'retry_only_failed_tests': True, |
| 1893 | }, |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 1894 | 'Mac ASan 64 Tests (1)': { # https://crbug.com/1200640 |
| 1895 | 'experiment_percentage': 100, |
| 1896 | }, |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 1897 | 'Mac11 Tests': { |
| 1898 | 'swarming': { |
Lindsay Pasricha | 0b5beaf | 2022-03-04 08:15:27 | [diff] [blame] | 1899 | 'shards': 12, |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 1900 | }, |
| 1901 | }, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 1902 | 'Mac12 Tests': { |
| 1903 | 'swarming': { |
| 1904 | 'shards': 12, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 1905 | }, |
| 1906 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 1907 | 'Mac13 Tests': { |
Stephanie Kim | a735d44 | 2023-09-11 16:26:09 | [diff] [blame] | 1908 | # Only retry the individual failed tests instead of rerunning entire |
| 1909 | # shards. |
| 1910 | # crbug.com/1475852 |
| 1911 | 'retry_only_failed_tests': True, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 1912 | 'swarming': { |
| 1913 | 'shards': 12, |
| 1914 | }, |
| 1915 | }, |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 1916 | 'Mac13 Tests (dbg)': { # https://crbug.com/1279504 |
Lindsay Pasricha | 945e4d6 | 2022-01-20 02:14:01 | [diff] [blame] | 1917 | 'swarming': { |
Lindsay Pasricha | 9ec81b5 | 2022-03-10 03:43:31 | [diff] [blame] | 1918 | 'shards': 18, |
Lindsay Pasricha | 945e4d6 | 2022-01-20 02:14:01 | [diff] [blame] | 1919 | }, |
| 1920 | }, |
Mirko Bonadei | 1bee8b0 | 2022-11-17 13:56:33 | [diff] [blame] | 1921 | 'WebRTC Chromium FYI Android Tests (dbg)': { |
| 1922 | 'args': [ |
| 1923 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 1924 | ], |
| 1925 | }, |
Mirko Bonadei | 1bee8b0 | 2022-11-17 13:56:33 | [diff] [blame] | 1926 | 'WebRTC Chromium FYI Android Tests ARM64 (dbg)': { |
| 1927 | 'args': [ |
| 1928 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromium.webrtc.fyi.android.tests.dbg.content_browsertests.filter', |
| 1929 | ], |
| 1930 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1931 | 'Win10 Tests x64': { |
| 1932 | # crbug.com/868082 |
| 1933 | 'args': [ |
| 1934 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1935 | ], |
Stephanie Kim | a735d44 | 2023-09-11 16:26:09 | [diff] [blame] | 1936 | # Only retry the individual failed tests instead of rerunning entire |
| 1937 | # shards. |
| 1938 | # crbug.com/1475852 |
| 1939 | 'retry_only_failed_tests': True, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1940 | }, |
| 1941 | 'Win10 Tests x64 (dbg)': { |
| 1942 | 'experiment_percentage': 100, |
| 1943 | # crbug.com/868082 |
| 1944 | 'args': [ |
| 1945 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1946 | ], |
| 1947 | }, |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 1948 | 'Win11 Tests x64': { |
| 1949 | # crbug.com/868082 |
| 1950 | 'args': [ |
| 1951 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1952 | ], |
| 1953 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 1954 | 'android-11-x86-rel': { |
Haiyang Pan | 566e265 | 2022-01-25 07:01:52 | [diff] [blame] | 1955 | # TODO(crbug.com/1137474): Remove ci_only and experiment_percentage |
| 1956 | # after the test suite is green. |
| 1957 | 'ci_only': True, |
Haiyang Pan | 10f029c | 2021-07-30 23:17:56 | [diff] [blame] | 1958 | 'experiment_percentage': 100, |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 1959 | # TODO(crbug.com/1137474): Revisit the shard number once failed tests |
| 1960 | # are fixed. |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1961 | 'swarming': { |
Haiyang Pan | 51450ab | 2021-03-23 00:48:57 | [diff] [blame] | 1962 | 'shards': 30, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 1963 | 'dimensions': { |
| 1964 | # use 8-core to shorten runtime |
| 1965 | 'cores': '8', |
| 1966 | }, |
Haiyang Pan | fed33917 | 2021-03-10 23:19:57 | [diff] [blame] | 1967 | }, |
| 1968 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 1969 | 'android-12-x64-rel': { |
Haiyang Pan | 1ed9ebb | 2022-12-13 03:10:03 | [diff] [blame] | 1970 | # TODO(crbug.com/1225851): Remove experiment and ci_only |
| 1971 | # once the test suite is stable. |
| 1972 | 'ci_only': True, |
| 1973 | 'experiment_percentage': 100, |
Haiyang Pan | dbff3ef | 2022-02-11 23:24:19 | [diff] [blame] | 1974 | 'args': [ |
| 1975 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_browsertests.filter', |
| 1976 | ], |
Haiyang Pan | 249494b | 2022-01-27 21:56:21 | [diff] [blame] | 1977 | 'swarming': { |
Haiyang Pan | d552445 | 2023-04-25 01:56:40 | [diff] [blame] | 1978 | 'shards': 40, |
Haiyang Pan | 249494b | 2022-01-27 21:56:21 | [diff] [blame] | 1979 | }, |
| 1980 | }, |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 1981 | 'android-12l-x64-dbg-tests': { |
Kuan Huang | dc0afb5 | 2023-06-09 19:12:58 | [diff] [blame] | 1982 | # TODO(crbug.com/1439624): Remove experiment and ci_only |
| 1983 | # once the test suite is stable. |
| 1984 | 'ci_only': True, |
| 1985 | 'experiment_percentage': 100, |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 1986 | 'args': [ |
Haiyang Pan | 08186de | 2023-11-01 05:05:03 | [diff] [blame] | 1987 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_browsertests.filter', |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 1988 | ], |
| 1989 | 'swarming': { |
Haiyang Pan | d552445 | 2023-04-25 01:56:40 | [diff] [blame] | 1990 | 'shards': 40, |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 1991 | }, |
| 1992 | }, |
Haiyang Pan | 42c77cd9 | 2023-05-18 01:13:03 | [diff] [blame] | 1993 | 'android-12l-x64-fyi-dbg': { |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 1994 | 'args': [ |
Haiyang Pan | 08186de | 2023-11-01 05:05:03 | [diff] [blame] | 1995 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_browsertests.filter', |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 1996 | ], |
Haiyang Pan | 42c77cd9 | 2023-05-18 01:13:03 | [diff] [blame] | 1997 | 'swarming': { |
| 1998 | 'shards': 40, |
| 1999 | }, |
| 2000 | }, |
| 2001 | 'android-13-x64-fyi-rel': { |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 2002 | 'args': [ |
Haiyang Pan | 08186de | 2023-11-01 05:05:03 | [diff] [blame] | 2003 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_browsertests.filter', |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 2004 | ], |
Haiyang Pan | 42c77cd9 | 2023-05-18 01:13:03 | [diff] [blame] | 2005 | 'swarming': { |
| 2006 | 'shards': 40, |
| 2007 | }, |
| 2008 | }, |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 2009 | 'android-13-x64-rel': { |
| 2010 | 'args': [ |
Haiyang Pan | 08186de | 2023-11-01 05:05:03 | [diff] [blame] | 2011 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_browsertests.filter', |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 2012 | ], |
| 2013 | 'swarming': { |
Haiyang Pan | d552445 | 2023-04-25 01:56:40 | [diff] [blame] | 2014 | 'shards': 40, |
Haiyang Pan | 1b8faa20b | 2023-02-10 23:44:36 | [diff] [blame] | 2015 | }, |
| 2016 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2017 | 'android-arm64-proguard-rel': { |
| 2018 | 'swarming': { |
| 2019 | 'shards': 16, |
| 2020 | }, |
| 2021 | }, |
| 2022 | 'android-asan': { |
| 2023 | 'args': [ |
| 2024 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter', |
| 2025 | ], |
| 2026 | 'swarming': { |
André Kempe | f30fe9d2 | 2022-02-03 10:44:29 | [diff] [blame] | 2027 | 'shards': 25, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2028 | }, |
| 2029 | }, |
Mateusz Zbikowski | f141843 | 2023-08-04 18:00:31 | [diff] [blame] | 2030 | 'android-code-coverage-native': { |
| 2031 | 'swarming': { |
| 2032 | 'shards': 25, |
| 2033 | }, |
| 2034 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2035 | # If you change this, make similar changes in android-x86-code-coverage below |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 2036 | 'android-oreo-x86-rel': { |
James Shen | 672478e | 2023-07-15 00:28:38 | [diff] [blame] | 2037 | 'args': [ |
| 2038 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o.content_browsertests.filter', |
| 2039 | ], |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 2040 | 'swarming': { |
| 2041 | 'shards': 75, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2042 | 'dimensions': { |
| 2043 | # use 8-core to shorten runtime |
| 2044 | 'cores': '8', |
| 2045 | }, |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 2046 | }, |
| 2047 | }, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 2048 | 'android-pie-arm64-rel': { |
Ben Joyce | c0a90cd | 2023-01-10 21:30:49 | [diff] [blame] | 2049 | 'args': [ |
| 2050 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.content_browsertests_coverage.filter', |
| 2051 | ], |
Stephanie Kim | a735d44 | 2023-09-11 16:26:09 | [diff] [blame] | 2052 | # Only retry the individual failed tests instead of rerunning entire |
| 2053 | # shards. |
| 2054 | # crbug.com/1475852 |
| 2055 | 'retry_only_failed_tests': True, |
James Shen | 3b3a6f0 | 2023-07-07 00:50:10 | [diff] [blame] | 2056 | 'swarming': { |
James Shen | 6195857c | 2023-08-10 23:20:20 | [diff] [blame] | 2057 | # 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] | 2058 | # Recover to default number of shards(20) after the bug is fixed. |
James Shen | 6195857c | 2023-08-10 23:20:20 | [diff] [blame] | 2059 | 'shards': 25, |
James Shen | 3b3a6f0 | 2023-07-07 00:50:10 | [diff] [blame] | 2060 | }, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 2061 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2062 | 'android-pie-x86-rel': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 2063 | 'args': [ |
Haiyang Pan | 12d5acd | 2020-06-01 20:54:57 | [diff] [blame] | 2064 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter', |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 2065 | ], |
Sky Malice | 303f7ec | 2021-07-17 04:13:09 | [diff] [blame] | 2066 | 'swarming': { |
| 2067 | # Flaking with only 20 shards with 40-60 minute runs. |
| 2068 | # https://crbug.com/1230118 |
| 2069 | 'shards': 30, |
Haiyang Pan | 2eb735e7 | 2020-09-15 22:51:51 | [diff] [blame] | 2070 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 2071 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2072 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2073 | 'android-x86-code-coverage': { |
| 2074 | 'args': [ |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2075 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o.content_browsertests.filter', |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2076 | ], |
| 2077 | 'swarming': { |
| 2078 | 'shards': 75, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2079 | 'dimensions': { |
| 2080 | # use 8-core to shorten runtime |
| 2081 | 'cores': '8', |
| 2082 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2083 | }, |
| 2084 | }, |
Rohan Pavone | df728bee2 | 2022-11-09 21:32:55 | [diff] [blame] | 2085 | 'fuchsia-arm64-cast-receiver-rel': { |
| 2086 | # Temporarily only run this on CI due to resource and naming |
| 2087 | # constraints. |
| 2088 | # TODO(crbug.com/1371630): Remove this when resource requirements are |
| 2089 | # lower. |
| 2090 | 'ci_only': True, |
| 2091 | }, |
| 2092 | 'fuchsia-arm64-rel': { |
| 2093 | # Temporarily only run this on CI due to resource and naming |
| 2094 | # constraints. |
| 2095 | # TODO(crbug.com/1371630): Remove this when resource requirements are |
| 2096 | # lower. |
| 2097 | 'ci_only': True, |
| 2098 | }, |
Zijie He | 073e223 | 2023-08-04 18:14:59 | [diff] [blame] | 2099 | 'fuchsia-code-coverage': { |
Zijie He | 668da5d | 2023-08-11 23:39:36 | [diff] [blame] | 2100 | 'args': [ |
| 2101 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.coverage.content_browsertests.filter', |
| 2102 | '--test-launcher-jobs=1', |
| 2103 | ], |
Zijie He | 073e223 | 2023-08-04 18:14:59 | [diff] [blame] | 2104 | 'swarming': { |
Zijie He | 7cf95e41 | 2023-08-14 23:51:22 | [diff] [blame] | 2105 | 'shards': 41, |
Zijie He | 073e223 | 2023-08-04 18:14:59 | [diff] [blame] | 2106 | }, |
| 2107 | }, |
Rohan Pavone | df728bee2 | 2022-11-09 21:32:55 | [diff] [blame] | 2108 | 'fuchsia-x64-cast-receiver-rel': { |
| 2109 | # Temporarily only run this on CI due to resource requirements. |
| 2110 | # TODO(crbug.com/1374125): Remove this once resources are available. |
| 2111 | 'ci_only': True, |
| 2112 | 'swarming': { |
| 2113 | 'shards': 41, |
| 2114 | }, |
Zijie He | 0f361e65 | 2023-01-13 14:42:15 | [diff] [blame] | 2115 | 'args': [ |
| 2116 | # TODO(crbug.com/1406693): Remove this when the kernal panic in |
| 2117 | # fuchsia has been resolved. |
| 2118 | '--test-arg=--test-launcher-jobs=1', |
| 2119 | ], |
Rohan Pavone | df728bee2 | 2022-11-09 21:32:55 | [diff] [blame] | 2120 | }, |
| 2121 | 'fuchsia-x64-rel': { |
| 2122 | 'swarming': { |
| 2123 | 'shards': 41, |
| 2124 | }, |
Zijie He | 38e3d13 | 2023-01-20 01:22:47 | [diff] [blame] | 2125 | 'args': [ |
| 2126 | # TODO(crbug.com/1406693): Remove this when the kernal panic in |
| 2127 | # fuchsia has been resolved. |
| 2128 | '--test-arg=--test-launcher-jobs=1', |
| 2129 | ], |
Rohan Pavone | df728bee2 | 2022-11-09 21:32:55 | [diff] [blame] | 2130 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2131 | 'linux-chromeos-code-coverage': { |
| 2132 | 'swarming': { |
| 2133 | 'shards': 12, |
| 2134 | }, |
| 2135 | }, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 2136 | 'linux-chromeos-rel': { |
Stephanie Kim | a735d44 | 2023-09-11 16:26:09 | [diff] [blame] | 2137 | # Only retry the individual failed tests instead of rerunning entire |
| 2138 | # shards. |
| 2139 | # crbug.com/1475852 |
| 2140 | 'retry_only_failed_tests': True, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 2141 | 'swarming': { |
Stephanie Kim | 3aa4c55 | 2023-01-10 18:00:04 | [diff] [blame] | 2142 | 'shards': 6, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 2143 | }, |
| 2144 | }, |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2145 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 2146 | 'args': [ |
| 2147 | '--no-sandbox', |
| 2148 | ], |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2149 | 'swarming': { |
| 2150 | 'shards': 12, |
| 2151 | }, |
| 2152 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 2153 | 'linux-exp-asan-lsan-fyi-rel': { |
| 2154 | 'swarming': { |
| 2155 | 'shards': 24, |
| 2156 | }, |
| 2157 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 2158 | 'linux-exp-tsan-fyi-rel': { |
| 2159 | 'swarming': { |
| 2160 | 'shards': 30, |
| 2161 | }, |
| 2162 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 2163 | # https://crbug.com/1111979 |
| 2164 | 'linux-lacros-tester-fyi-rel': { |
| 2165 | 'experiment_percentage': 100, |
| 2166 | }, |
Stephanie Kim | a735d44 | 2023-09-11 16:26:09 | [diff] [blame] | 2167 | 'linux-lacros-tester-rel': { |
| 2168 | # Only retry the individual failed tests instead of rerunning entire |
| 2169 | # shards. |
| 2170 | # crbug.com/1475852 |
| 2171 | 'retry_only_failed_tests': True, |
| 2172 | }, |
Ian Struiksma | 448f413 | 2023-10-11 16:21:17 | [diff] [blame] | 2173 | 'linux-ubsan-fyi-rel': { |
| 2174 | 'swarming': { |
| 2175 | 'shards': 16, |
| 2176 | } |
| 2177 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 2178 | 'mac-code-coverage': { |
| 2179 | 'args': [ |
| 2180 | '--coverage-continuous-mode=1', |
| 2181 | ], |
| 2182 | }, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 2183 | 'mac-rel-cft': { |
| 2184 | 'swarming': { |
| 2185 | 'shards': 12, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 2186 | }, |
| 2187 | }, |
Kuan Huang | 05332fb | 2021-10-12 02:04:26 | [diff] [blame] | 2188 | # https://crbug.com/1255940 |
Ben Pastene | ac465d42 | 2023-03-23 21:54:29 | [diff] [blame] | 2189 | 'mac-rel-dev': { |
Kuan Huang | 05332fb | 2021-10-12 02:04:26 | [diff] [blame] | 2190 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2191 | 'dimensions': { |
| 2192 | # These test would time out when running on 4 cores instances. |
| 2193 | 'cores': '8|12', |
| 2194 | }, |
Kuan Huang | 05332fb | 2021-10-12 02:04:26 | [diff] [blame] | 2195 | }, |
| 2196 | }, |
Kuan Huang | 1b52d44 | 2023-02-07 20:35:34 | [diff] [blame] | 2197 | 'win-asan': { |
| 2198 | # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912 |
| 2199 | 'args': [ |
| 2200 | '--test-launcher-jobs=3', |
| 2201 | ], |
| 2202 | 'swarming': { |
Titouan Rigoudy | f1fd9044 | 2023-09-19 13:11:16 | [diff] [blame] | 2203 | # ASAN bot is slow: https://crbug.com/1484550#c3 |
| 2204 | 'shards': 32, |
Kuan Huang | 1b52d44 | 2023-02-07 20:35:34 | [diff] [blame] | 2205 | }, |
| 2206 | }, |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 2207 | 'win-rel-cft': { |
| 2208 | # crbug.com/868082 |
| 2209 | 'args': [ |
| 2210 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 2211 | ], |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 2212 | }, |
Prakhar | 2b955f5 | 2023-07-21 19:46:58 | [diff] [blame] | 2213 | 'win10-code-coverage': { |
| 2214 | 'swarming': { |
| 2215 | 'shards': 40, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2216 | 'dimensions': { |
Prakhar | 2b955f5 | 2023-07-21 19:46:58 | [diff] [blame] | 2217 | 'pool': 'chromium.tests.coverage', |
| 2218 | 'ssd': '1', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2219 | }, |
Prakhar | 2b955f5 | 2023-07-21 19:46:58 | [diff] [blame] | 2220 | } |
| 2221 | }, |
Ben Pastene | ebad8fc | 2022-08-12 23:34:28 | [diff] [blame] | 2222 | 'win10-rel-no-external-ip': { |
| 2223 | # crbug.com/868082 |
| 2224 | 'args': [ |
| 2225 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 2226 | ], |
| 2227 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2228 | }, |
| 2229 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 2230 | 'content_shell_crash_test': { |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 2231 | 'remove_from': [ |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2232 | 'android-oreo-x86-rel', # crbug.com/1084353. If you remove this, also remove android-x86-code-coverage. |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 2233 | 'android-x86-code-coverage', |
Haiyang Pan | 8c201b9 | 2020-06-04 01:25:07 | [diff] [blame] | 2234 | ], |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 2235 | 'modifications': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 2236 | 'Win10 Tests x64 (dbg)': { |
| 2237 | 'experiment_percentage': 100, # https://crbug.com/861730 |
| 2238 | }, |
| 2239 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 2240 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2241 | 'content_shell_test_apk': { |
| 2242 | 'remove_from': [ |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2243 | 'android-asan', # https://crbug.com/964562 |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 2244 | 'android-code-coverage-native', # Does not generate profraw data. |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2245 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 2246 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2247 | 'android-11-x86-rel': { |
Haiyang Pan | 10386481 | 2021-03-19 19:28:44 | [diff] [blame] | 2248 | 'args': [ |
| 2249 | '--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] | 2250 | '--timeout-scale=2.0', |
Haiyang Pan | 10386481 | 2021-03-19 19:28:44 | [diff] [blame] | 2251 | ], |
| 2252 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 2253 | 'android-12-x64-rel': { |
Haiyang Pan | 3b1016e | 2022-02-05 00:02:45 | [diff] [blame] | 2254 | 'args': [ |
| 2255 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_shell_test_apk.filter', |
| 2256 | ], |
James Shen | 818743e | 2023-02-16 02:11:16 | [diff] [blame] | 2257 | 'ci_only': True, |
Haiyang Pan | 3b1016e | 2022-02-05 00:02:45 | [diff] [blame] | 2258 | }, |
Haiyang Pan | 162b36f | 2023-02-17 23:23:03 | [diff] [blame] | 2259 | 'android-12l-x64-dbg-tests': { |
| 2260 | 'args': [ |
| 2261 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_shell_test_apk.filter', |
| 2262 | ], |
| 2263 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 2264 | 'android-12l-x64-fyi-dbg': { |
| 2265 | 'args': [ |
| 2266 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12l.content_shell_test_apk.filter', |
| 2267 | ], |
| 2268 | }, |
| 2269 | 'android-13-x64-fyi-rel': { |
| 2270 | 'args': [ |
| 2271 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_shell_test_apk.filter', |
| 2272 | ], |
| 2273 | }, |
Haiyang Pan | 162b36f | 2023-02-17 23:23:03 | [diff] [blame] | 2274 | 'android-13-x64-rel': { |
| 2275 | 'args': [ |
| 2276 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_13.content_shell_test_apk.filter', |
| 2277 | ], |
| 2278 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2279 | # If you change this, make similar changes in android-x86-code-coverage below |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 2280 | 'android-oreo-x86-rel': { |
| 2281 | 'swarming': { |
| 2282 | 'shards': 6, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2283 | 'dimensions': { |
| 2284 | # use 8-core to shorten runtime |
| 2285 | 'cores': '8', |
| 2286 | }, |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 2287 | }, |
| 2288 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2289 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 2290 | 'args': [ |
Haiyang Pan | be1a892 | 2023-07-10 20:52:43 | [diff] [blame] | 2291 | '--gtest_filter=-org.chromium.content.browser.input.ImeInputModeTest.testShowAndHideInputMode*', |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 2292 | ], |
| 2293 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2294 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2295 | 'android-x86-code-coverage': { |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2296 | 'swarming': { |
| 2297 | 'shards': 6, |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2298 | 'dimensions': { |
| 2299 | # use 8-core to shorten runtime |
| 2300 | 'cores': '8', |
| 2301 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2302 | }, |
| 2303 | }, |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 2304 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2305 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2306 | 'content_unittests': { |
| 2307 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2308 | 'Linux ASan LSan Tests (1)': { |
| 2309 | # These are slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 2310 | # crbug.com/1257927 |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2311 | 'swarming': { |
| 2312 | 'shards': 2, |
| 2313 | }, |
| 2314 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2315 | 'Linux ChromiumOS MSan Tests': { |
| 2316 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 2317 | # crbug.com/865455 |
| 2318 | 'swarming': { |
| 2319 | 'shards': 2, |
| 2320 | }, |
| 2321 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 2322 | 'fuchsia-code-coverage': { |
| 2323 | 'swarming': { |
| 2324 | 'shards': 12, |
| 2325 | }, |
| 2326 | }, |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 2327 | 'fuchsia-fyi-x64-asan': { |
| 2328 | 'args': [ |
| 2329 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.content_unittests.filter', |
| 2330 | ], |
| 2331 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 2332 | 'linux-exp-asan-lsan-fyi-rel': { |
| 2333 | # These are slow on the ASAN trybot for some reason. |
| 2334 | # crbug.com/1257927 |
| 2335 | 'swarming': { |
| 2336 | 'shards': 2, |
| 2337 | }, |
| 2338 | }, |
Ben Pastene | 96b328e8 | 2023-04-07 21:19:05 | [diff] [blame] | 2339 | 'linux-rel-dev': { |
| 2340 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2341 | 'dimensions': { |
| 2342 | 'cores': '8', |
| 2343 | }, |
Ben Pastene | 96b328e8 | 2023-04-07 21:19:05 | [diff] [blame] | 2344 | }, |
| 2345 | }, |
Prakhar | 280f58d | 2023-05-17 18:09:10 | [diff] [blame] | 2346 | 'win10-code-coverage': { |
| 2347 | 'swarming': { |
| 2348 | 'shards': 2, |
Prakhar Asthana | 6a646cb1 | 2023-10-11 17:45:35 | [diff] [blame] | 2349 | }, |
Prakhar | 280f58d | 2023-05-17 18:09:10 | [diff] [blame] | 2350 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2351 | }, |
| 2352 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 2353 | 'context_lost_metal_passthrough_ganesh_tests': { |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 2354 | 'remove_from': [ |
| 2355 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 2356 | 'Mac FYI Retina ASAN (AMD)', |
| 2357 | ], |
| 2358 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 2359 | 'context_lost_metal_passthrough_graphite_tests': { |
Kenneth Russell | 7e6ae837 | 2023-06-29 02:36:38 | [diff] [blame] | 2360 | 'remove_from': [ |
| 2361 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 2362 | 'Mac FYI Retina ASAN (AMD)', |
| 2363 | ], |
| 2364 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 2365 | 'context_lost_validating_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 2366 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 2367 | # exception once there is enough capacity to run these tests. |
| 2368 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 2369 | 'Android FYI Release (Pixel 2)', |
| 2370 | ], |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 2371 | }, |
Thiago Perrotta | 0aaac5e | 2023-09-07 08:26:10 | [diff] [blame] | 2372 | 'cr23_pixel_browser_tests': { |
| 2373 | 'modifications': { |
| 2374 | 'win-rel-cft': { |
| 2375 | 'args': [ |
| 2376 | '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.cr23_pixel_browser_tests.filter', |
| 2377 | ], |
| 2378 | }, |
| 2379 | }, |
| 2380 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2381 | 'crashpad_tests': { |
| 2382 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 2383 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 2384 | # https://crbug.com/crashpad/304 |
| 2385 | 'Linux TSan Tests', |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 2386 | # https://crbug.com/crashpad/304 |
| 2387 | 'linux-exp-tsan-fyi-rel', |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 2388 | 'ToTLinuxTSan', |
| 2389 | # https://crbug.com/crashpad/306 |
| 2390 | 'Linux CFI', |
| 2391 | 'CFI Linux ToT', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2392 | ], |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 2393 | 'modifications': { |
Avi Drissman | c631812 | 2022-03-29 17:07:42 | [diff] [blame] | 2394 | # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks |
| 2395 | # the tests. Run this experimentally on all the macOS bots >= 12 and |
| 2396 | # remove this exception once fixed. |
| 2397 | 'Mac Builder Next': { |
| 2398 | 'experiment_percentage': 100, |
| 2399 | }, |
Ben Joyce | a031911 | 2022-11-15 23:53:12 | [diff] [blame] | 2400 | 'ToTAndroid': { |
| 2401 | 'args': [ |
| 2402 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.crashpad_tests.filter', |
| 2403 | ], |
| 2404 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2405 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 2406 | 'args': [ |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 2407 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter', |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 2408 | ], |
| 2409 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 2410 | 'android-12-x64-rel': { |
Haiyang Pan | 07d9e26 | 2021-10-20 21:50:03 | [diff] [blame] | 2411 | 'args': [ |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 2412 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter', |
| 2413 | ], |
| 2414 | }, |
| 2415 | 'android-12l-x64-dbg-tests': { |
| 2416 | 'args': [ |
| 2417 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter', |
| 2418 | ], |
| 2419 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 2420 | 'android-12l-x64-fyi-dbg': { |
| 2421 | 'args': [ |
| 2422 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter', |
| 2423 | ], |
| 2424 | }, |
| 2425 | 'android-13-x64-fyi-rel': { |
| 2426 | 'args': [ |
| 2427 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter', |
| 2428 | ], |
| 2429 | }, |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 2430 | 'android-13-x64-rel': { |
| 2431 | 'args': [ |
| 2432 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.crashpad_tests.filter', |
Haiyang Pan | 07d9e26 | 2021-10-20 21:50:03 | [diff] [blame] | 2433 | ], |
| 2434 | }, |
Avi Drissman | c631812 | 2022-03-29 17:07:42 | [diff] [blame] | 2435 | # TODO(crbug.com/1254975): dyld was rebuilt for macOS 12, which breaks |
| 2436 | # the tests. Run this experimentally on all the macOS bots >= 12 and |
| 2437 | # remove this exception once fixed. |
Lindsay Pasricha | 60535a2 | 2021-12-13 16:50:24 | [diff] [blame] | 2438 | 'mac-osxbeta-rel': { |
| 2439 | 'experiment_percentage': 100, |
| 2440 | }, |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 2441 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2442 | }, |
Brian Sheedy | d9a809f0 | 2022-10-06 00:50:37 | [diff] [blame] | 2443 | 'dawn_end2end_skip_validation_tests': { |
| 2444 | 'remove_from': [ |
| 2445 | # TODO(crbug.com/1363409): Enable these once they're shown to work on |
| 2446 | # Android. |
| 2447 | 'Dawn Android arm DEPS Release (Pixel 4)', |
| 2448 | 'Dawn Android arm Release (Pixel 4)', |
Austin Eng | 337f62b | 2023-05-17 21:34:15 | [diff] [blame] | 2449 | 'Dawn Android arm64 DEPS Release (Pixel 6)', |
| 2450 | 'Dawn Android arm64 Release (Pixel 6)', |
Brian Sheedy | d9a809f0 | 2022-10-06 00:50:37 | [diff] [blame] | 2451 | ], |
| 2452 | }, |
| 2453 | 'dawn_end2end_validation_layers_tests': { |
| 2454 | 'remove_from': [ |
| 2455 | # TODO(crbug.com/1363409): Enable these once they're shown to work on |
| 2456 | # Android. |
| 2457 | 'Dawn Android arm DEPS Release (Pixel 4)', |
| 2458 | 'Dawn Android arm Release (Pixel 4)', |
Austin Eng | 337f62b | 2023-05-17 21:34:15 | [diff] [blame] | 2459 | 'Dawn Android arm64 DEPS Release (Pixel 6)', |
| 2460 | 'Dawn Android arm64 Release (Pixel 6)', |
Brian Sheedy | d9a809f0 | 2022-10-06 00:50:37 | [diff] [blame] | 2461 | ], |
| 2462 | }, |
| 2463 | 'dawn_end2end_wire_tests': { |
| 2464 | 'remove_from': [ |
| 2465 | # TODO(crbug.com/1363409): Enable these once they're shown to work on |
| 2466 | # Android. |
| 2467 | 'Dawn Android arm DEPS Release (Pixel 4)', |
| 2468 | 'Dawn Android arm Release (Pixel 4)', |
Austin Eng | 337f62b | 2023-05-17 21:34:15 | [diff] [blame] | 2469 | 'Dawn Android arm64 DEPS Release (Pixel 6)', |
| 2470 | 'Dawn Android arm64 Release (Pixel 6)', |
Brian Sheedy | d9a809f0 | 2022-10-06 00:50:37 | [diff] [blame] | 2471 | ], |
| 2472 | }, |
Austin Eng | 414af161 | 2022-04-08 02:15:36 | [diff] [blame] | 2473 | 'dawn_perf_tests': { |
| 2474 | 'remove_from': [ |
Brian Sheedy | d9a809f0 | 2022-10-06 00:50:37 | [diff] [blame] | 2475 | # TODO(crbug.com/1363409): Enable these once they're shown to work on |
| 2476 | # Android. |
| 2477 | 'Dawn Android arm DEPS Release (Pixel 4)', |
| 2478 | 'Dawn Android arm Release (Pixel 4)', |
Austin Eng | 337f62b | 2023-05-17 21:34:15 | [diff] [blame] | 2479 | 'Dawn Android arm64 DEPS Release (Pixel 6)', |
| 2480 | 'Dawn Android arm64 Release (Pixel 6)', |
Austin Eng | 414af161 | 2022-04-08 02:15:36 | [diff] [blame] | 2481 | ], |
| 2482 | }, |
Haiyang Pan | 1c813ca | 2021-11-24 18:52:16 | [diff] [blame] | 2483 | 'device_unittests': { |
| 2484 | 'modifications': { |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 2485 | 'android-12-x64-rel': { |
Haiyang Pan | 1c813ca | 2021-11-24 18:52:16 | [diff] [blame] | 2486 | 'args': [ |
Haiyang Pan | d1a29451 | 2023-02-09 19:40:12 | [diff] [blame] | 2487 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter', |
| 2488 | ], |
| 2489 | }, |
| 2490 | 'android-12l-x64-dbg-tests': { |
| 2491 | 'args': [ |
| 2492 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter', |
| 2493 | ], |
| 2494 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 2495 | 'android-12l-x64-fyi-dbg': { |
| 2496 | 'args': [ |
| 2497 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter', |
| 2498 | ], |
| 2499 | }, |
| 2500 | 'android-13-x64-fyi-rel': { |
| 2501 | 'args': [ |
| 2502 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter', |
| 2503 | ], |
| 2504 | }, |
Haiyang Pan | d1a29451 | 2023-02-09 19:40:12 | [diff] [blame] | 2505 | 'android-13-x64-rel': { |
| 2506 | 'args': [ |
| 2507 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.device_unittests.filter', |
Haiyang Pan | 1c813ca | 2021-11-24 18:52:16 | [diff] [blame] | 2508 | ], |
| 2509 | }, |
| 2510 | }, |
| 2511 | }, |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 2512 | 'expected_color_pixel_gl_passthrough_ganesh_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 2513 | 'replacements': { |
| 2514 | 'Mac V8 FYI Release (Intel)': { |
| 2515 | 'args': { |
| 2516 | '--git-revision': '${got_cr_revision}', |
| 2517 | }, |
| 2518 | }, |
| 2519 | }, |
| 2520 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 2521 | 'expected_color_pixel_metal_passthrough_ganesh_test': { |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 2522 | 'remove_from': [ |
| 2523 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 2524 | 'Mac FYI Retina ASAN (AMD)', |
| 2525 | ], |
| 2526 | 'replacements': { |
| 2527 | 'Mac V8 FYI Release (Intel)': { |
| 2528 | 'args': { |
| 2529 | '--git-revision': '${got_cr_revision}', |
| 2530 | }, |
| 2531 | }, |
| 2532 | }, |
| 2533 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 2534 | 'expected_color_pixel_metal_passthrough_graphite_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 2535 | 'remove_from': [ |
| 2536 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 2537 | 'Mac FYI Retina ASAN (AMD)', |
| 2538 | ], |
| 2539 | 'replacements': { |
| 2540 | 'Mac V8 FYI Release (Intel)': { |
| 2541 | 'args': { |
| 2542 | '--git-revision': '${got_cr_revision}', |
| 2543 | }, |
| 2544 | }, |
| 2545 | }, |
| 2546 | }, |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 2547 | 'expected_color_pixel_passthrough_test': { |
| 2548 | 'modifications': { |
| 2549 | 'Android FYI Release (Pixel 4)': { |
| 2550 | 'args': [ |
| 2551 | # Pixel 4s are weird in that they can output in different color spaces |
| 2552 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2553 | # only one color space, so disable wide color gamut for the test to |
| 2554 | # work around the issue. See https://crbug.com/1166379 for more |
| 2555 | # information. |
| 2556 | '--extra-browser-args=--disable-wcg-for-test', |
| 2557 | ], |
| 2558 | }, |
| 2559 | 'android_optional_gpu_tests_rel': { |
| 2560 | 'args': [ |
| 2561 | # See above. |
| 2562 | '--extra-browser-args=--disable-wcg-for-test', |
| 2563 | ], |
| 2564 | }, |
| 2565 | }, |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 2566 | 'replacements': { |
| 2567 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2568 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2569 | 'Linux V8 FYI Release (NVIDIA)': { |
| 2570 | 'args': { |
| 2571 | '--git-revision': '${got_cr_revision}', |
| 2572 | }, |
| 2573 | }, |
| 2574 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 2575 | 'args': { |
| 2576 | '--git-revision': '${got_cr_revision}', |
| 2577 | }, |
| 2578 | }, |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 2579 | 'Win V8 FYI Release (NVIDIA)': { |
| 2580 | 'args': { |
| 2581 | '--git-revision': '${got_cr_revision}', |
| 2582 | }, |
| 2583 | }, |
| 2584 | }, |
| 2585 | }, |
Brian Sheedy | 48c7973 | 2023-10-02 18:08:28 | [diff] [blame] | 2586 | 'expected_color_pixel_passthrough_test JACUZZI_RELEASE_LKGM': { |
| 2587 | 'modifications': { |
| 2588 | 'ChromeOS FYI Release Skylab (jacuzzi)': { |
| 2589 | 'args': [ |
| 2590 | # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot |
| 2591 | # automatically get the service account to authenticate with. |
| 2592 | '--service-account=/creds/service_accounts/skylab-drone.json', |
| 2593 | ], |
| 2594 | }, |
| 2595 | }, |
| 2596 | }, |
Brian Sheedy | c3138b5 | 2023-11-27 19:44:47 | [diff] [blame] | 2597 | 'expected_color_pixel_passthrough_test VOLTEER_PUBLIC_RELEASE_LKGM': { |
| 2598 | 'modifications': { |
| 2599 | 'ChromeOS FYI Release Skylab (volteer)': { |
| 2600 | 'args': [ |
| 2601 | # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot |
| 2602 | # automatically get the service account to authenticate with. |
| 2603 | '--service-account=/creds/service_accounts/skylab-drone.json', |
| 2604 | ], |
| 2605 | }, |
| 2606 | }, |
| 2607 | }, |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 2608 | 'expected_color_pixel_validating_test': { |
| 2609 | 'modifications': { |
| 2610 | 'Android FYI Release (Pixel 4)': { |
| 2611 | 'args': [ |
| 2612 | # Pixel 4s are weird in that they can output in different color spaces |
| 2613 | # simultaneously. The readback code for capturing a screenshot assumes |
| 2614 | # only one color space, so disable wide color gamut for the test to |
| 2615 | # work around the issue. See https://crbug.com/1166379 for more |
| 2616 | # information. |
| 2617 | '--extra-browser-args=--disable-wcg-for-test', |
| 2618 | ], |
| 2619 | }, |
| 2620 | 'android_optional_gpu_tests_rel': { |
| 2621 | 'args': [ |
| 2622 | # See above. |
| 2623 | '--extra-browser-args=--disable-wcg-for-test', |
| 2624 | ], |
| 2625 | }, |
| 2626 | }, |
| 2627 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 2628 | # exception once there is enough capacity to run these tests. |
| 2629 | 'remove_from': [ |
| 2630 | 'Android FYI Release (Pixel 2)', |
| 2631 | ], |
| 2632 | 'replacements': { |
| 2633 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 2634 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 2635 | 'Android V8 FYI Release (Nexus 5X)': { |
| 2636 | 'args': { |
| 2637 | '--git-revision': '${got_cr_revision}', |
| 2638 | }, |
| 2639 | }, |
| 2640 | }, |
| 2641 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 2642 | 'extensions_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2643 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2644 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 2645 | ], |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 2646 | 'modifications': { |
| 2647 | 'Win10 Tests x64 (dbg)': { |
| 2648 | 'experiment_percentage': 100, # https://crbug.com/876615 |
| 2649 | }, |
Sven Zheng | bc82226 | 2022-09-20 20:47:35 | [diff] [blame] | 2650 | # https://crbug.com/1111979 |
| 2651 | 'linux-lacros-asan-lsan-rel': { |
| 2652 | 'args': [ |
| 2653 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 2654 | ], |
| 2655 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2656 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 2657 | 'linux-lacros-code-coverage': { |
| 2658 | 'args': [ |
| 2659 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 2660 | ], |
| 2661 | }, |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 2662 | 'linux-lacros-dbg-tests-fyi': { |
| 2663 | 'args': [ |
| 2664 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 2665 | ], |
| 2666 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2667 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2668 | 'args': [ |
| 2669 | '--gtest_filter=-BluetoothShellApiTest.ApiSanityCheck:BluetoothSocketApiTest.Listen:BluetoothSocketApiTest.PermissionDenied', |
| 2670 | ], |
| 2671 | }, |
Prakhar | f5c3e640 | 2023-10-09 22:04:57 | [diff] [blame] | 2672 | 'win10-code-coverage': { |
| 2673 | 'swarming': { |
| 2674 | 'shards': 2, |
| 2675 | 'dimensions': { |
| 2676 | 'pool': 'chromium.tests.coverage', |
| 2677 | 'ssd': '1', |
| 2678 | }, |
| 2679 | } |
| 2680 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 2681 | }, |
| 2682 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 2683 | 'extensions_unittests': { |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 2684 | 'modifications': { |
Zijie He | 073e223 | 2023-08-04 18:14:59 | [diff] [blame] | 2685 | 'fuchsia-code-coverage': { |
| 2686 | 'swarming': { |
| 2687 | 'shards': 2, |
| 2688 | }, |
| 2689 | }, |
Chong Gu | d034fe5 | 2022-01-20 21:48:04 | [diff] [blame] | 2690 | 'fuchsia-fyi-x64-asan': { |
| 2691 | 'args': [ |
Chong Gu | 1155d87 | 2022-02-10 17:55:27 | [diff] [blame] | 2692 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.extensions_unittests.filter', |
Chong Gu | d034fe5 | 2022-01-20 21:48:04 | [diff] [blame] | 2693 | ], |
| 2694 | }, |
Sven Zheng | bc82226 | 2022-09-20 20:47:35 | [diff] [blame] | 2695 | # https://crbug.com/1111979 |
| 2696 | 'linux-lacros-asan-lsan-rel': { |
| 2697 | 'args': [ |
Jenny Zhang | b71f979 | 2023-07-21 01:06:10 | [diff] [blame] | 2698 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest.AccessToAliasDoesntGiveAliasSourceAccess:' |
| 2699 | 'NativeExtensionBindingsSystemUnittest.AliasedAPIsAreDifferentObjects', |
Sven Zheng | bc82226 | 2022-09-20 20:47:35 | [diff] [blame] | 2700 | ], |
| 2701 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2702 | # https://crbug.com/1111979, |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 2703 | 'linux-lacros-code-coverage': { |
| 2704 | 'args': [ |
Jenny Zhang | b71f979 | 2023-07-21 01:06:10 | [diff] [blame] | 2705 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest.AccessToAliasDoesntGiveAliasSourceAccess:' |
| 2706 | 'NativeExtensionBindingsSystemUnittest.AliasedAPIsAreDifferentObjects', |
Yuke Liao | a0db474 | 2021-08-09 18:28:33 | [diff] [blame] | 2707 | ], |
| 2708 | }, |
| 2709 | 'linux-lacros-dbg-tests-fyi': { |
| 2710 | 'args': [ |
Jenny Zhang | b71f979 | 2023-07-21 01:06:10 | [diff] [blame] | 2711 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest.AccessToAliasDoesntGiveAliasSourceAccess:' |
| 2712 | 'NativeExtensionBindingsSystemUnittest.AliasedAPIsAreDifferentObjects', |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 2713 | ], |
| 2714 | }, |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2715 | 'linux-lacros-tester-rel': { |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2716 | 'args': [ |
Jenny Zhang | b71f979 | 2023-07-21 01:06:10 | [diff] [blame] | 2717 | '--gtest_filter=-NativeExtensionBindingsSystemUnittest.AccessToAliasDoesntGiveAliasSourceAccess:' |
| 2718 | 'NativeExtensionBindingsSystemUnittest.AliasedAPIsAreDifferentObjects', |
Sven Zheng | 5c9d3e34 | 2020-08-11 21:39:43 | [diff] [blame] | 2719 | ], |
| 2720 | }, |
Sven Zheng | 80734f1 | 2020-08-06 06:50:39 | [diff] [blame] | 2721 | }, |
Sven Zheng | 577fe5ff | 2020-08-03 22:06:44 | [diff] [blame] | 2722 | }, |
Brian Sheedy | 74f28cc | 2023-08-18 22:16:51 | [diff] [blame] | 2723 | 'gcp_unittests': { |
| 2724 | 'modifications': { |
| 2725 | # Flakily times out with only a single shard due to slow runtime. |
| 2726 | 'win-asan': { |
| 2727 | 'swarming': { |
| 2728 | 'shards': 2, |
| 2729 | }, |
| 2730 | }, |
| 2731 | }, |
| 2732 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 2733 | 'gfx_unittests': { |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2734 | 'modifications': { |
| 2735 | 'fuchsia-code-coverage': { |
| 2736 | 'swarming': { |
| 2737 | 'shards': 2, |
| 2738 | }, |
| 2739 | }, |
| 2740 | }, |
| 2741 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2742 | 'gin_unittests': { |
| 2743 | 'remove_from': [ |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 2744 | 'ToTLinuxASan', # https://crbug.com/831667 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 2745 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 2746 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 2747 | 'linux-exp-asan-lsan-fyi-rel', # https://crbug.com/831667 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2748 | ], |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 2749 | 'modifications': { |
Haiyang Pan | ce02664 | 2023-04-26 19:34:21 | [diff] [blame] | 2750 | 'android-arm64-proguard-rel': { |
| 2751 | 'args': [ |
| 2752 | # https://crbug.com/1404782 |
| 2753 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter', |
| 2754 | ], |
| 2755 | }, |
Ben Joyce | e3f55c90 | 2023-01-13 00:27:29 | [diff] [blame] | 2756 | 'android-code-coverage-native': { |
| 2757 | 'args': [ |
| 2758 | # https://crbug.com/1404782 |
Haiyang Pan | ce02664 | 2023-04-26 19:34:21 | [diff] [blame] | 2759 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64.gin_unittests.filter', |
Ben Joyce | e3f55c90 | 2023-01-13 00:27:29 | [diff] [blame] | 2760 | ], |
| 2761 | }, |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 2762 | 'fuchsia-fyi-x64-asan': { |
| 2763 | 'args': [ |
| 2764 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.gin_unittests.filter', |
| 2765 | ], |
| 2766 | }, |
| 2767 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2768 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 2769 | 'gl_tests_passthrough': { |
| 2770 | 'remove_from': [ |
| 2771 | 'CFI Linux ToT', |
Brian Sheedy | d9a809f0 | 2022-10-06 00:50:37 | [diff] [blame] | 2772 | # TODO(crbug.com/1363409): Enable these once they're shown to work on |
| 2773 | # Android. |
| 2774 | 'Dawn Android arm DEPS Release (Pixel 4)', |
| 2775 | 'Dawn Android arm Release (Pixel 4)', |
Austin Eng | 337f62b | 2023-05-17 21:34:15 | [diff] [blame] | 2776 | 'Dawn Android arm64 DEPS Release (Pixel 6)', |
| 2777 | 'Dawn Android arm64 Release (Pixel 6)', |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 2778 | # Can't run on MSAN because gl_tests uses the hardware driver, |
| 2779 | # which isn't instrumented. |
| 2780 | 'Linux MSan Tests', |
Ian Struiksma | b0412a2 | 2023-06-06 23:02:48 | [diff] [blame] | 2781 | 'linux-exp-msan-fyi-rel', |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 2782 | ], |
| 2783 | 'modifications': { |
| 2784 | # TODO(kbr): figure out a better way to specify blocks of |
| 2785 | # arguments like this for tests on multiple machines. |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 2786 | 'Linux ASan LSan Tests (1)': { |
| 2787 | 'args': [ |
| 2788 | '--use-gpu-in-tests', |
| 2789 | '--no-xvfb', |
| 2790 | ], |
| 2791 | 'swarming': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2792 | # This must be kept in sync with linux_nvidia_gtx_1660_stable mixin |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2793 | 'dimensions': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2794 | 'gpu': '10de:2184-440.100', |
| 2795 | 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2796 | 'pool': 'chromium.tests.gpu', |
| 2797 | }, |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 2798 | }, |
| 2799 | }, |
| 2800 | 'Linux CFI': { |
| 2801 | 'args': [ |
| 2802 | '--use-gpu-in-tests', |
| 2803 | '--no-xvfb', |
| 2804 | ], |
| 2805 | 'swarming': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2806 | # This must be kept in sync with linux_nvidia_gtx_1660_stable mixin |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2807 | 'dimensions': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2808 | 'gpu': '10de:2184-440.100', |
| 2809 | 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2810 | 'pool': 'chromium.tests.gpu', |
| 2811 | }, |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 2812 | }, |
| 2813 | }, |
| 2814 | 'Linux TSan Tests': { |
| 2815 | 'args': [ |
| 2816 | '--use-gpu-in-tests', |
| 2817 | '--no-xvfb', |
| 2818 | ], |
| 2819 | 'swarming': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2820 | # This must be kept in sync with linux_nvidia_gtx_1660_stable mixin |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2821 | 'dimensions': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2822 | 'gpu': '10de:2184-440.100', |
| 2823 | 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2824 | 'pool': 'chromium.tests.gpu', |
| 2825 | }, |
Garrett Beaty | a491ec7 | 2020-07-25 12:36:12 | [diff] [blame] | 2826 | }, |
| 2827 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 2828 | 'linux-exp-asan-lsan-fyi-rel': { |
| 2829 | 'args': [ |
| 2830 | '--use-gpu-in-tests', |
| 2831 | '--no-xvfb', |
| 2832 | ], |
| 2833 | 'swarming': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2834 | # This must be kept in sync with linux_nvidia_gtx_1660_stable mixin |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2835 | 'dimensions': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2836 | 'gpu': '10de:2184-440.100', |
| 2837 | 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2838 | 'pool': 'chromium.tests.gpu', |
| 2839 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 2840 | }, |
| 2841 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 2842 | 'linux-exp-tsan-fyi-rel': { |
| 2843 | 'args': [ |
| 2844 | '--use-gpu-in-tests', |
| 2845 | '--no-xvfb', |
| 2846 | ], |
| 2847 | 'swarming': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2848 | # This must be kept in sync with linux_nvidia_gtx_1660_stable mixin |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2849 | 'dimensions': { |
Yuly Novikov | bcd82dd1 | 2023-10-09 17:12:59 | [diff] [blame] | 2850 | 'gpu': '10de:2184-440.100', |
| 2851 | 'os': 'Ubuntu-18.04.5|Ubuntu-18.04.6', |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 2852 | 'pool': 'chromium.tests.gpu', |
| 2853 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 2854 | }, |
| 2855 | }, |
Jonah Ryan-Davis | deeffeaf | 2020-06-18 17:56:00 | [diff] [blame] | 2856 | }, |
| 2857 | }, |
Jonah Ryan-Davis | e25a89f | 2020-05-29 20:18:24 | [diff] [blame] | 2858 | 'gl_tests_validating': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2859 | 'modifications': { |
Brian Sheedy | 920df65 | 2022-11-11 20:54:15 | [diff] [blame] | 2860 | 'Android FYI Release (Samsung A13)': { |
| 2861 | 'args': [ |
| 2862 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a13.gl_tests.filter', |
| 2863 | ], |
| 2864 | }, |
Sunny Sachanandani | b5c6c08 | 2022-09-29 00:26:14 | [diff] [blame] | 2865 | 'Android FYI Release (Samsung A23)': { |
| 2866 | 'args': [ |
| 2867 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.samsung_a23.gl_tests.filter', |
| 2868 | ], |
| 2869 | }, |
Ben Joyce | a031911 | 2022-11-15 23:53:12 | [diff] [blame] | 2870 | 'ToTAndroid': { |
| 2871 | 'args': [ |
| 2872 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_tot.gl_tests.filter', # https://crbug.com/1034007 |
| 2873 | ], |
| 2874 | }, |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 2875 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 2876 | 'args': [ |
| 2877 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter', |
| 2878 | ], |
| 2879 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 2880 | 'android-12-x64-rel': { |
Haiyang Pan | 38200892 | 2021-11-19 21:15:09 | [diff] [blame] | 2881 | 'args': [ |
Haiyang Pan | d1a29451 | 2023-02-09 19:40:12 | [diff] [blame] | 2882 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter', |
| 2883 | ], |
| 2884 | }, |
| 2885 | 'android-12l-x64-dbg-tests': { |
| 2886 | 'args': [ |
| 2887 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter', |
| 2888 | ], |
| 2889 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 2890 | 'android-12l-x64-fyi-dbg': { |
| 2891 | 'args': [ |
| 2892 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter', |
| 2893 | ], |
| 2894 | }, |
| 2895 | 'android-13-x64-fyi-rel': { |
| 2896 | 'args': [ |
| 2897 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12_12l_13.gl_tests.filter', |
| 2898 | ], |
| 2899 | }, |
Haiyang Pan | d1a29451 | 2023-02-09 19:40:12 | [diff] [blame] | 2900 | 'android-13-x64-rel': { |
| 2901 | 'args': [ |
| 2902 | '--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] | 2903 | ], |
| 2904 | }, |
Nate Fischer | b047470 | 2022-12-13 22:46:53 | [diff] [blame] | 2905 | 'android-arm64-proguard-rel': { |
| 2906 | 'args': [ |
| 2907 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.arm64_proguard_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 2908 | ], |
| 2909 | }, |
Ben Joyce | e3f55c90 | 2023-01-13 00:27:29 | [diff] [blame] | 2910 | 'android-code-coverage-native': { |
| 2911 | 'args': [ |
| 2912 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 2913 | ], |
| 2914 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2915 | # If you change this, make similar changes in android-x86-code-coverage below |
Ben Joyce | 6f566c5 | 2023-07-14 22:55:01 | [diff] [blame] | 2916 | 'android-oreo-x86-rel': { |
| 2917 | 'args': [ |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2918 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o_p.gl_tests.filter', |
James Shen | c47f7b1 | 2022-07-07 23:42:41 | [diff] [blame] | 2919 | ], |
| 2920 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2921 | 'android-pie-arm64-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 2922 | 'args': [ |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 2923 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 2924 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 2925 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2926 | 'android-pie-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 2927 | 'args': [ |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2928 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o_p.gl_tests.filter', |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 2929 | ], |
| 2930 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2931 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2932 | 'android-x86-code-coverage': { |
| 2933 | 'args': [ |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 2934 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_o_p.gl_tests.filter', |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 2935 | ], |
| 2936 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2937 | }, |
| 2938 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2939 | 'gl_unittests': { |
| 2940 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2941 | # On Android, these are already run on the main waterfall. |
| 2942 | # Run them on the one-off Android FYI bots, though. |
| 2943 | 'Android FYI Release (Nexus 5X)', |
Brian Sheedy | d9a809f0 | 2022-10-06 00:50:37 | [diff] [blame] | 2944 | # TODO(crbug.com/1363409): Enable these once they're shown to work on |
| 2945 | # Android. |
| 2946 | 'Dawn Android arm DEPS Release (Pixel 4)', |
| 2947 | 'Dawn Android arm Release (Pixel 4)', |
Austin Eng | 337f62b | 2023-05-17 21:34:15 | [diff] [blame] | 2948 | 'Dawn Android arm64 DEPS Release (Pixel 6)', |
| 2949 | 'Dawn Android arm64 Release (Pixel 6)', |
Yuly Novikov | 37e0434 | 2020-05-29 00:52:04 | [diff] [blame] | 2950 | # Can't run on MSAN because gl_unittests uses the hardware driver, |
| 2951 | # which isn't instrumented. |
| 2952 | 'Linux MSan Tests', |
Ian Struiksma | b0412a2 | 2023-06-06 23:02:48 | [diff] [blame] | 2953 | 'linux-exp-msan-fyi-rel', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2954 | ], |
Haiyang Pan | 505fcd5a | 2021-12-13 19:46:23 | [diff] [blame] | 2955 | 'modifications': { |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 2956 | 'android-12-x64-rel': { |
Haiyang Pan | 505fcd5a | 2021-12-13 19:46:23 | [diff] [blame] | 2957 | 'args': [ |
| 2958 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_unittests.filter', |
| 2959 | ], |
| 2960 | }, |
| 2961 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2962 | }, |
| 2963 | 'gl_unittests_ozone': { |
| 2964 | 'remove_from': [ |
| 2965 | # Can't run on MSAN because gl_unittests_ozone uses the hardware driver, |
| 2966 | # which isn't instrumented. |
| 2967 | 'Linux ChromiumOS MSan Tests', |
| 2968 | ], |
| 2969 | }, |
Brian Sheedy | 0bf7f82 | 2022-07-21 17:44:43 | [diff] [blame] | 2970 | 'gold_common_pytype': { |
| 2971 | 'remove_from': [ |
| 2972 | 'linux-code-coverage', |
| 2973 | ], |
| 2974 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2975 | 'gpu_process_launch_tests': { |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2976 | 'remove_from': [ |
Kramer Ge | 3bf853a | 2023-04-13 19:39:47 | [diff] [blame] | 2977 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 2978 | # exception once there is enough capacity to run these tests. |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2979 | 'Android FYI Release (Pixel 2)', |
Kenneth Russell | 7e6ae837 | 2023-06-29 02:36:38 | [diff] [blame] | 2980 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 2981 | 'Mac FYI Retina ASAN (AMD)', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 2982 | ], |
| 2983 | }, |
Brian Sheedy | 053d88cf | 2022-05-24 23:40:05 | [diff] [blame] | 2984 | 'gpu_pytype': { |
| 2985 | 'remove_from': [ |
| 2986 | 'linux-code-coverage', |
| 2987 | ], |
| 2988 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 2989 | 'gpu_unittests': { |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 2990 | 'modifications': { |
| 2991 | 'fuchsia-code-coverage': { |
| 2992 | 'swarming': { |
| 2993 | 'shards': 5, |
| 2994 | }, |
| 2995 | }, |
| 2996 | }, |
| 2997 | }, |
Kevin McNee | d21a6c52 | 2021-06-14 21:27:25 | [diff] [blame] | 2998 | 'grit_python_unittests': { |
| 2999 | 'remove_from': [ |
Titouan Rigoudy | 9e86083 | 2021-11-08 15:34:45 | [diff] [blame] | 3000 | # TODO(https://crbug.com/1267125): Re-enable. |
| 3001 | 'mac11-arm64-rel-tests', |
Zhaoyang Li | 5d3713d | 2022-06-13 18:01:17 | [diff] [blame] | 3002 | # TODO(https://crbug.com/1267125): Re-enable. |
| 3003 | 'mac12-arm64-rel-tests', |
Will Yeager | a090e6a | 2023-06-09 14:59:41 | [diff] [blame] | 3004 | # TODO(https://crbug.com/1267125): Re-enable. |
| 3005 | 'mac13-arm64-rel-tests', |
Kevin McNee | d21a6c52 | 2021-06-14 21:27:25 | [diff] [blame] | 3006 | ], |
| 3007 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 3008 | 'hardware_accelerated_feature_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 3009 | 'remove_from': [ |
Kramer Ge | 3bf853a | 2023-04-13 19:39:47 | [diff] [blame] | 3010 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 3011 | # exception once there is enough capacity to run these tests. |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 3012 | 'Android FYI Release (Pixel 2)', |
Kenneth Russell | 7e6ae837 | 2023-06-29 02:36:38 | [diff] [blame] | 3013 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 3014 | 'Mac FYI Retina ASAN (AMD)', |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 3015 | ], |
| 3016 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 3017 | 'headless_browsertests': { |
Chong Gu | d08d123 | 2021-09-11 08:53:59 | [diff] [blame] | 3018 | 'remove_from': [ |
| 3019 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 3020 | # Wayland bot doesn't support headless mode. |
| 3021 | 'Linux Tests (Wayland)', |
Chong Gu | d08d123 | 2021-09-11 08:53:59 | [diff] [blame] | 3022 | ], |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 3023 | 'modifications': { |
| 3024 | 'fuchsia-code-coverage': { |
| 3025 | 'swarming': { |
Chong Gu | 115ce15 | 2021-04-15 23:57:16 | [diff] [blame] | 3026 | 'shards': 6, |
Chong Gu | d1a5c599 | 2021-04-09 04:08:32 | [diff] [blame] | 3027 | }, |
| 3028 | }, |
| 3029 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 3030 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3031 | 'info_collection_tests': { |
| 3032 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3033 | 'Android V8 FYI Release (Nexus 5X)', |
| 3034 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 3035 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 7e6ae837 | 2023-06-29 02:36:38 | [diff] [blame] | 3036 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 3037 | 'Mac FYI Retina ASAN (AMD)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3038 | 'Mac V8 FYI Release (Intel)', |
| 3039 | 'Win V8 FYI Release (NVIDIA)', |
| 3040 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 3041 | 'modifications': { |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 3042 | 'ChromeOS FYI Release (amd64-generic)': { |
Brian Sheedy | 65be305 | 2020-06-26 19:26:51 | [diff] [blame] | 3043 | 'args': [ |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 3044 | # Swarming does not report a GPU since tests are run in a VM, but |
| 3045 | # the VM does report that a GPU is present. |
Brian Sheedy | 0b46d6b | 2023-11-27 21:33:02 | [diff] [blame] | 3046 | '--expected-vendor-id', '1af4', |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 3047 | '--expected-device-id', '1050', |
Brian Sheedy | df2672f | 2020-05-07 20:44:36 | [diff] [blame] | 3048 | ], |
| 3049 | }, |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 3050 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 3051 | 'replacements': { |
| 3052 | 'ChromeOS FYI Release (amd64-generic)': { |
| 3053 | 'args': { |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 3054 | # Magic substitution happens after regular replacement, so remove it |
| 3055 | # now since we are manually applying the expected device ID above. |
Brian Sheedy | 0b46d6b | 2023-11-27 21:33:02 | [diff] [blame] | 3056 | '$$MAGIC_SUBSTITUTION_GPUExpectedVendorId': None, |
Brian Sheedy | b18cb76 | 2020-06-30 00:09:29 | [diff] [blame] | 3057 | '$$MAGIC_SUBSTITUTION_GPUExpectedDeviceId': None, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 3058 | }, |
Brian Sheedy | ff6d144 | 2020-09-19 00:46:31 | [diff] [blame] | 3059 | }, |
Brian Sheedy | 32eeeb5 | 2020-05-22 01:49:37 | [diff] [blame] | 3060 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 3061 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3062 | 'interactive_ui_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 3063 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 3064 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 3065 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3066 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3067 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 3068 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3069 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 3070 | }, |
| 3071 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 3072 | 'Linux ASan LSan Tests (1)': { |
Stephanie Kim | 35e0f8d | 2023-09-12 19:02:28 | [diff] [blame] | 3073 | # Only retry the individual failed tests instead of rerunning entire |
| 3074 | # shards. |
| 3075 | 'retry_only_failed_tests': True, |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3076 | # These are slow on the ASan trybot for some reason, crbug.com/1257927 |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 3077 | 'swarming': { |
Stephanie Kim | 75e95f6 | 2022-11-04 16:06:13 | [diff] [blame] | 3078 | 'shards': 12, |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 3079 | }, |
| 3080 | }, |
Pavol Marko | 05b6bb9 | 2022-03-21 12:33:29 | [diff] [blame] | 3081 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 3082 | # These are slow on the ASan trybot for some reason, crbug.com/1257927 |
| 3083 | 'swarming': { |
| 3084 | 'shards': 6, |
Pavol Marko | 05b6bb9 | 2022-03-21 12:33:29 | [diff] [blame] | 3085 | }, |
| 3086 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 3087 | 'Linux ChromiumOS MSan Tests': { |
| 3088 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 3089 | # crbug.com/865455 |
| 3090 | 'swarming': { |
| 3091 | 'shards': 5, |
| 3092 | }, |
| 3093 | }, |
Ben Pastene | 5bc0033 | 2023-05-25 21:43:32 | [diff] [blame] | 3094 | 'Linux MSan Tests': { |
| 3095 | 'swarming': { |
Ben Pastene | ab6a9573 | 2023-11-29 22:35:53 | [diff] [blame] | 3096 | 'shards': 8, |
Ben Pastene | 5bc0033 | 2023-05-25 21:43:32 | [diff] [blame] | 3097 | }, |
| 3098 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3099 | 'Linux TSan Tests': { |
Gary Tong | 46fdc49 | 2023-11-01 16:25:01 | [diff] [blame] | 3100 | 'ci_only': True, # https://crbug.com/1498240 |
Stephanie Kim | 35e0f8d | 2023-09-12 19:02:28 | [diff] [blame] | 3101 | # Only retry the individual failed tests instead of rerunning entire |
| 3102 | # shards. |
| 3103 | 'retry_only_failed_tests': True, |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3104 | # These are slow on the TSan bots for some reason, crbug.com/1257927 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 3105 | 'swarming': { |
Stephen Martinis | ad6cb7af | 2021-02-24 01:12:00 | [diff] [blame] | 3106 | 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 3107 | }, |
| 3108 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 3109 | # https://crbug.com/1192997 |
| 3110 | 'Linux Tests (Wayland)': { |
| 3111 | 'args': [ |
| 3112 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.interactive_ui_tests_wayland.filter', |
| 3113 | ], |
| 3114 | }, |
Joshua Pawlicki | 345e992 | 2023-06-30 21:19:05 | [diff] [blame] | 3115 | 'Linux Tests (dbg)(1)': { |
| 3116 | 'swarming': { |
| 3117 | 'shards': 5, |
| 3118 | }, |
| 3119 | }, |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 3120 | 'Mac ASan 64 Tests (1)': { # https://crbug.com/1251656 |
| 3121 | 'experiment_percentage': 100, |
| 3122 | }, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 3123 | 'Mac12 Tests': { |
| 3124 | 'swarming': { |
Stephanie Kim | 28fc590 | 2022-11-11 14:54:42 | [diff] [blame] | 3125 | 'shards': 6, |
Yue She | 0cad292 | 2022-06-24 15:06:07 | [diff] [blame] | 3126 | }, |
| 3127 | }, |
Yue She | d8e4574 | 2023-06-01 15:18:03 | [diff] [blame] | 3128 | 'Mac13 Tests': { |
| 3129 | 'swarming': { |
| 3130 | 'shards': 6, |
| 3131 | }, |
| 3132 | }, |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 3133 | 'Mac13 Tests (dbg)': { # https://crbug.com/1265051 |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 3134 | 'experiment_percentage': 100, |
Cameron Higgins | fe09c13 | 2023-04-20 21:53:13 | [diff] [blame] | 3135 | 'swarming': { |
| 3136 | 'shards':6, |
| 3137 | } |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 3138 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3139 | 'ToTLinuxTSan': { |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3140 | # These are slow on the TSan bots for some reason, crbug.com/1257927 |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3141 | 'swarming': { |
| 3142 | 'shards': 6, |
| 3143 | }, |
| 3144 | }, |
Struan Shrimpton | a1ab767 | 2022-01-13 18:02:51 | [diff] [blame] | 3145 | 'Win10 Tests x64': { |
| 3146 | 'swarming': { |
Stephanie Kim | a57b46a | 2022-10-27 22:09:03 | [diff] [blame] | 3147 | 'shards': 9, |
Struan Shrimpton | a1ab767 | 2022-01-13 18:02:51 | [diff] [blame] | 3148 | }, |
| 3149 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3150 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 3151 | 'Win10 Tests x64 (dbg)': { |
| 3152 | 'experiment_percentage': 100, |
| 3153 | }, |
Jacob Kopczynski | 3a555bd3 | 2020-12-10 01:41:16 | [diff] [blame] | 3154 | # TODO(crbug.com/970649): Remove these filters. |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 3155 | 'linux-chromeos-chrome': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 3156 | 'args': [ |
| 3157 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 3158 | ], |
| 3159 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3160 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 3161 | 'swarming': { |
| 3162 | 'shards': 10, |
| 3163 | }, |
| 3164 | }, |
Pavol Marko | 582a15d | 2022-04-01 12:47:20 | [diff] [blame] | 3165 | 'linux-chromeos-dbg': { |
| 3166 | 'swarming': { |
| 3167 | 'shards': 6, |
| 3168 | }, |
| 3169 | }, |
Stephanie Kim | 3aa4c55 | 2023-01-10 18:00:04 | [diff] [blame] | 3170 | 'linux-chromeos-rel': { |
Stephanie Kim | 35e0f8d | 2023-09-12 19:02:28 | [diff] [blame] | 3171 | # Only retry the individual failed tests instead of rerunning entire |
| 3172 | # shards. |
| 3173 | 'retry_only_failed_tests': True, |
Stephanie Kim | 3aa4c55 | 2023-01-10 18:00:04 | [diff] [blame] | 3174 | 'swarming': { |
| 3175 | 'shards': 5, |
| 3176 | }, |
| 3177 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3178 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 3179 | 'swarming': { |
| 3180 | 'shards': 10, |
| 3181 | }, |
| 3182 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 3183 | 'linux-exp-asan-lsan-fyi-rel': { |
| 3184 | # These are slow on the ASan trybot for some reason, crbug.com/1257927 |
| 3185 | 'swarming': { |
| 3186 | 'shards': 12, |
| 3187 | }, |
| 3188 | }, |
Ian Struiksma | b0412a2 | 2023-06-06 23:02:48 | [diff] [blame] | 3189 | 'linux-exp-msan-fyi-rel': { |
| 3190 | 'swarming': { |
| 3191 | 'shards': 4, |
| 3192 | }, |
| 3193 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 3194 | 'linux-exp-tsan-fyi-rel': { |
| 3195 | # These are slow on the TSan bots for some reason, crbug.com/1257927 |
| 3196 | 'swarming': { |
| 3197 | 'shards': 32, # Adjusted for testing, see https://crbug.com/1179567 |
| 3198 | }, |
| 3199 | }, |
Sven Zheng | 6a910cd | 2023-07-20 18:52:25 | [diff] [blame] | 3200 | 'linux-lacros-asan-lsan-rel': { |
| 3201 | 'swarming': { |
| 3202 | 'shards': 5, |
| 3203 | }, |
| 3204 | }, |
Stephanie Kim | 35e0f8d | 2023-09-12 19:02:28 | [diff] [blame] | 3205 | 'linux-lacros-tester-rel': { |
| 3206 | # Only retry the individual failed tests instead of rerunning entire |
| 3207 | # shards. |
| 3208 | 'retry_only_failed_tests': True, |
| 3209 | }, |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 3210 | 'linux-rel-cft': { |
| 3211 | 'args': [ |
| 3212 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.interactive_ui_tests.filter', |
| 3213 | ], |
| 3214 | }, |
Ian Struiksma | 448f413 | 2023-10-11 16:21:17 | [diff] [blame] | 3215 | 'linux-ubsan-fyi-rel': { |
| 3216 | 'swarming': { |
| 3217 | 'shards': 6, |
| 3218 | } |
| 3219 | }, |
Kuan Huang | 235b014 | 2021-10-19 18:59:28 | [diff] [blame] | 3220 | 'mac-code-coverage': { |
| 3221 | 'args': [ |
| 3222 | '--coverage-continuous-mode=1', |
| 3223 | ], |
| 3224 | }, |
Lindsay Pasricha | 60535a2 | 2021-12-13 16:50:24 | [diff] [blame] | 3225 | # TODO (crbug.com/1278617) Re-enable once fixed |
| 3226 | 'mac-osxbeta-rel': { |
| 3227 | 'experiment_percentage': 100, |
| 3228 | }, |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 3229 | 'mac-rel-cft': { |
| 3230 | 'args': [ |
| 3231 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel-cft.interactive_ui_tests.filter', |
| 3232 | ], |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 3233 | 'swarming': { |
| 3234 | 'shards': 6, |
Thiago Perrotta | a289bad | 2023-01-20 12:44:39 | [diff] [blame] | 3235 | }, |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 3236 | }, |
Will Yeager | 86db508 | 2023-06-14 21:50:11 | [diff] [blame] | 3237 | 'mac13-arm64-rel-tests': { |
| 3238 | 'ci_only': False, |
| 3239 | 'swarming': { |
| 3240 | 'shards': 6, |
| 3241 | }, |
| 3242 | }, |
David Bienvenu | 519e1480 | 2023-05-02 23:34:49 | [diff] [blame] | 3243 | 'win-arm64-rel': { |
| 3244 | # Surface Pros have touch turned on by default, which makes some interactive-ui-tests fail. |
| 3245 | 'args': [ |
| 3246 | '--top-chrome-touch-ui=disabled', |
| 3247 | ], |
| 3248 | }, |
Kuan Huang | 1b52d44 | 2023-02-07 20:35:34 | [diff] [blame] | 3249 | 'win-asan': { |
| 3250 | # Tests shows tests run faster with fewer retries by using fewer jobs crbug.com/1411912 |
| 3251 | 'args': [ |
| 3252 | '--test-launcher-jobs=3', |
| 3253 | ], |
| 3254 | 'swarming': { |
| 3255 | 'shards': 6, |
| 3256 | }, |
| 3257 | }, |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 3258 | 'win-rel-cft': { |
| 3259 | 'args': [ |
| 3260 | '--test-launcher-filter-file=../../testing/buildbot/filters/win.win-rel-cft.interactive_ui_tests.filter', |
| 3261 | ], |
Thiago Perrotta | 314f7b0 | 2023-01-19 21:30:53 | [diff] [blame] | 3262 | 'swarming': { |
| 3263 | 'shards': 9, |
| 3264 | }, |
Thiago Perrotta | d12c787 | 2023-01-12 17:30:56 | [diff] [blame] | 3265 | }, |
Prakhar | 0ca1594c | 2023-05-01 19:51:02 | [diff] [blame] | 3266 | 'win10-code-coverage': { |
| 3267 | 'swarming': { |
| 3268 | 'shards': 32, |
Prakhar | f7efc5a8 | 2023-09-27 12:24:10 | [diff] [blame] | 3269 | 'dimensions': { |
| 3270 | 'pool': 'chromium.tests.coverage', |
| 3271 | 'ssd': '1', |
| 3272 | }, |
| 3273 | } |
Prakhar | 0ca1594c | 2023-05-01 19:51:02 | [diff] [blame] | 3274 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3275 | }, |
| 3276 | }, |
Sven Zheng | 6a910cd | 2023-07-20 18:52:25 | [diff] [blame] | 3277 | 'interactive_ui_tests Lacros version skew testing ash beta': { |
| 3278 | 'modifications': { |
| 3279 | 'linux-lacros-asan-lsan-rel': { |
| 3280 | 'swarming': { |
| 3281 | 'shards': 5, |
| 3282 | }, |
| 3283 | }, |
| 3284 | }, |
| 3285 | }, |
| 3286 | 'interactive_ui_tests Lacros version skew testing ash canary': { |
| 3287 | 'modifications': { |
| 3288 | 'linux-lacros-asan-lsan-rel': { |
| 3289 | 'swarming': { |
| 3290 | 'shards': 5, |
| 3291 | }, |
| 3292 | }, |
| 3293 | }, |
| 3294 | }, |
| 3295 | 'interactive_ui_tests Lacros version skew testing ash dev': { |
| 3296 | 'modifications': { |
| 3297 | 'linux-lacros-asan-lsan-rel': { |
| 3298 | 'swarming': { |
| 3299 | 'shards': 5, |
| 3300 | }, |
| 3301 | }, |
| 3302 | }, |
| 3303 | }, |
| 3304 | 'interactive_ui_tests Lacros version skew testing ash stable': { |
| 3305 | 'modifications': { |
| 3306 | 'linux-lacros-asan-lsan-rel': { |
| 3307 | 'swarming': { |
| 3308 | 'shards': 5, |
| 3309 | }, |
| 3310 | }, |
| 3311 | }, |
| 3312 | }, |
Hao Wu | bfdb2356 | 2023-06-17 20:16:51 | [diff] [blame] | 3313 | 'interactive_ui_tests_no_field_trial': { |
| 3314 | 'remove_from': [ |
| 3315 | 'win10-rel-no-external-ip', |
| 3316 | 'win-arm64-rel', |
| 3317 | 'win-rel-cft', |
| 3318 | 'Win11 Tests x64', |
| 3319 | ], |
| 3320 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 3321 | 'ipc_tests': { |
| 3322 | 'modifications': { |
| 3323 | 'android-asan': { |
| 3324 | 'swarming': { |
| 3325 | 'shards': 2, |
| 3326 | }, |
| 3327 | }, |
| 3328 | }, |
| 3329 | }, |
Sven Zheng | 2d8c1021 | 2023-10-18 00:13:07 | [diff] [blame] | 3330 | 'lacros_chrome_browsertests': { |
Sven Zheng | 1d2a04c | 2023-05-31 17:05:06 | [diff] [blame] | 3331 | 'modifications': { |
| 3332 | 'linux-lacros-asan-lsan-rel': { |
| 3333 | 'swarming': { |
| 3334 | 'shards': 5, |
| 3335 | }, |
| 3336 | }, |
| 3337 | }, |
| 3338 | }, |
Sven Zheng | 2d8c1021 | 2023-10-18 00:13:07 | [diff] [blame] | 3339 | 'lacros_chrome_browsertests Lacros version skew testing ash beta': { |
Sven Zheng | 6a910cd | 2023-07-20 18:52:25 | [diff] [blame] | 3340 | 'modifications': { |
| 3341 | 'linux-lacros-asan-lsan-rel': { |
| 3342 | 'swarming': { |
| 3343 | 'shards': 5, |
| 3344 | }, |
| 3345 | }, |
| 3346 | }, |
| 3347 | }, |
Sven Zheng | 2d8c1021 | 2023-10-18 00:13:07 | [diff] [blame] | 3348 | 'lacros_chrome_browsertests Lacros version skew testing ash canary': { |
Sven Zheng | 6a910cd | 2023-07-20 18:52:25 | [diff] [blame] | 3349 | 'modifications': { |
| 3350 | 'linux-lacros-asan-lsan-rel': { |
| 3351 | 'swarming': { |
| 3352 | 'shards': 5, |
| 3353 | }, |
| 3354 | }, |
| 3355 | }, |
| 3356 | }, |
Sven Zheng | 2d8c1021 | 2023-10-18 00:13:07 | [diff] [blame] | 3357 | 'lacros_chrome_browsertests Lacros version skew testing ash dev': { |
Sven Zheng | 6a910cd | 2023-07-20 18:52:25 | [diff] [blame] | 3358 | 'modifications': { |
| 3359 | 'linux-lacros-asan-lsan-rel': { |
| 3360 | 'swarming': { |
| 3361 | 'shards': 5, |
| 3362 | }, |
| 3363 | }, |
| 3364 | }, |
| 3365 | }, |
Sven Zheng | 2d8c1021 | 2023-10-18 00:13:07 | [diff] [blame] | 3366 | 'lacros_chrome_browsertests Lacros version skew testing ash stable': { |
Sven Zheng | 6a910cd | 2023-07-20 18:52:25 | [diff] [blame] | 3367 | 'modifications': { |
| 3368 | 'linux-lacros-asan-lsan-rel': { |
| 3369 | 'swarming': { |
| 3370 | 'shards': 5, |
| 3371 | }, |
| 3372 | }, |
| 3373 | }, |
| 3374 | }, |
Reilly Grant | 0fc35250 | 2023-04-24 17:25:28 | [diff] [blame] | 3375 | 'leveldb_unittests': { |
| 3376 | 'remove_from': [ |
| 3377 | # TODO(https://crbug.com/1432753): Runs too slowly in this configuration. |
Haiyang Pan | b41ca5f | 2023-07-10 23:11:31 | [diff] [blame] | 3378 | 'android-oreo-x86-rel', |
Reilly Grant | 0fc35250 | 2023-04-24 17:25:28 | [diff] [blame] | 3379 | ], |
| 3380 | }, |
Dirk Pranke | 8d2a9f5 | 2022-12-08 20:25:42 | [diff] [blame] | 3381 | 'mac_signing_tests': { |
| 3382 | 'remove_from': [ |
| 3383 | # This is intentional and explained in the waterfalls.pyl comment for |
| 3384 | # this builder. |
| 3385 | 'mac-rel-cft', |
| 3386 | ], |
| 3387 | }, |
Sangbaek Park | decd8df | 2023-05-15 21:54:33 | [diff] [blame] | 3388 | 'media_foundation_browser_tests': { |
| 3389 | 'remove_from': [ |
| 3390 | # TODO(crbug.com/1445173): Enable Media Foundation browser tests on NVIDIA |
| 3391 | # gpu bots once the Windows OS supports HW secure decryption. |
| 3392 | 'Win10 FYI x64 Debug (NVIDIA)', |
| 3393 | 'Win10 FYI x64 Release (AMD RX 5500 XT)', |
| 3394 | 'Win10 FYI x64 Release (NVIDIA)', |
| 3395 | 'Win10 FYI x86 Release (NVIDIA)', |
| 3396 | ], |
| 3397 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 3398 | 'media_unittests': { |
| 3399 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3400 | 'android-11-x86-rel': { |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 3401 | 'args': [ |
Haiyang Pan | 9c91cd4 | 2023-02-08 23:19:59 | [diff] [blame] | 3402 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
Haiyang Pan | 80b0d41 | 2021-11-23 00:06:42 | [diff] [blame] | 3403 | ], |
| 3404 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 3405 | 'android-12-x64-rel': { |
Haiyang Pan | 80b0d41 | 2021-11-23 00:06:42 | [diff] [blame] | 3406 | 'args': [ |
Haiyang Pan | 9c91cd4 | 2023-02-08 23:19:59 | [diff] [blame] | 3407 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 3408 | ], |
| 3409 | }, |
| 3410 | 'android-12l-x64-dbg-tests': { |
| 3411 | 'args': [ |
| 3412 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 3413 | ], |
| 3414 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 3415 | 'android-12l-x64-fyi-dbg': { |
| 3416 | 'args': [ |
| 3417 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 3418 | ], |
| 3419 | }, |
| 3420 | 'android-13-x64-fyi-rel': { |
| 3421 | 'args': [ |
| 3422 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 3423 | ], |
| 3424 | }, |
Haiyang Pan | 9c91cd4 | 2023-02-08 23:19:59 | [diff] [blame] | 3425 | 'android-13-x64-rel': { |
| 3426 | 'args': [ |
| 3427 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
Haiyang Pan | cf76586 | 2021-03-18 20:39:15 | [diff] [blame] | 3428 | ], |
| 3429 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 3430 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 3431 | 'args': [ |
| 3432 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 3433 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 3434 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 3435 | 'fuchsia-code-coverage': { |
| 3436 | 'swarming': { |
| 3437 | 'shards': 3, |
| 3438 | }, |
| 3439 | }, |
Chong Gu | b244646 | 2021-08-19 18:44:08 | [diff] [blame] | 3440 | 'fuchsia-fyi-arm64-dbg': { |
| 3441 | 'args': [ |
| 3442 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.debug.media_unittests.filter', |
| 3443 | ], |
| 3444 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 3445 | }, |
| 3446 | }, |
Kenneth Russell | 7e6ae837 | 2023-06-29 02:36:38 | [diff] [blame] | 3447 | 'mediapipe_passthrough_tests': { |
| 3448 | 'remove_from': [ |
| 3449 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 3450 | 'Mac FYI Retina ASAN (AMD)', |
| 3451 | ], |
| 3452 | }, |
Chong Gu | 4eca1ce | 2021-05-17 08:49:57 | [diff] [blame] | 3453 | 'mediapipe_validating_tests': { |
| 3454 | 'remove_from': [ |
David Dorwin | 06fae77 | 2022-10-07 16:34:42 | [diff] [blame] | 3455 | # TODO(crbug.com/1372213): Remove these once tests are stable. |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 3456 | 'fuchsia-x64-cast-receiver-rel', |
| 3457 | 'fuchsia-x64-rel', |
Chong Gu | 4eca1ce | 2021-05-17 08:49:57 | [diff] [blame] | 3458 | ], |
| 3459 | }, |
Marco Georgaklis | 98b19297 | 2023-11-23 01:23:12 | [diff] [blame] | 3460 | 'model_validation_tests MODEL_VALIDATION_BASE': { |
| 3461 | 'modifications': { |
| 3462 | 'optimization_guide-win32': { |
| 3463 | 'args': [ |
| 3464 | '--target-platform=win32', |
| 3465 | ], |
| 3466 | }, |
| 3467 | }, |
| 3468 | }, |
Ben Joyce | 02dc809 | 2021-03-04 21:48:19 | [diff] [blame] | 3469 | 'mojo_test_apk': { |
| 3470 | 'remove_from': [ |
| 3471 | 'android-code-coverage-native', # Does not generate profraw data. |
| 3472 | ], |
| 3473 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 3474 | 'mojo_unittests': { |
| 3475 | 'modifications': { |
| 3476 | 'android-asan': { |
| 3477 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 3478 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 3479 | }, |
| 3480 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 3481 | 'fuchsia-code-coverage': { |
| 3482 | 'swarming': { |
| 3483 | 'shards': 2, |
| 3484 | }, |
| 3485 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 3486 | }, |
| 3487 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 3488 | 'nacl_loader_unittests': { |
K. Moon | 902a4b58 | 2023-06-16 19:00:34 | [diff] [blame] | 3489 | # If you change this, make similar changes in ppapi_unittests |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 3490 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 3491 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 3492 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 3493 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 3494 | 'linux-exp-tsan-fyi-rel', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 3495 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Kuan Huang | 66423fe | 2023-03-17 23:10:05 | [diff] [blame] | 3496 | 'win-arm64-rel', # Not available on arm64. |
Randolf Jung | 444efaa | 2023-06-28 16:34:11 | [diff] [blame] | 3497 | 'linux-arm64-rel-cft', # Not available on arm64. |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 3498 | ], |
| 3499 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3500 | 'net_unittests': { |
| 3501 | 'modifications': { |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 3502 | 'CrWinAsan': { |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3503 | # TODO(crbug.com/1257927): net_unittests is slow under ASan. |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 3504 | 'swarming': { |
| 3505 | 'shards': 16, |
| 3506 | }, |
| 3507 | }, |
| 3508 | 'CrWinAsan(dll)': { |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3509 | # TODO(crbug.com/1257927): net_unittests is slow under ASan. |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 3510 | 'swarming': { |
| 3511 | 'shards': 16, |
| 3512 | }, |
| 3513 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 3514 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 3515 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3516 | # crbug.com/1257927 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 3517 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 3518 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 3519 | }, |
| 3520 | }, |
| 3521 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 3522 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3523 | # crbug.com/1257927 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 3524 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 3525 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 3526 | } |
| 3527 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 3528 | 'Linux ChromiumOS MSan Tests': { |
| 3529 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 3530 | # crbug.com/865455 |
| 3531 | 'swarming': { |
| 3532 | 'shards': 2, |
| 3533 | }, |
| 3534 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 3535 | 'Linux TSan Tests': { |
| 3536 | 'swarming': { |
| 3537 | 'shards': 4, |
| 3538 | } |
| 3539 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 3540 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 3541 | 'Linux Tests (dbg)(1)': { |
| 3542 | 'swarming': { |
| 3543 | 'shards': 2, |
| 3544 | }, |
| 3545 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3546 | 'ToTLinuxASan': { |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3547 | # TODO(crbug.com/1257927): net_unittests is slow under ASan. |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3548 | 'swarming': { |
| 3549 | 'shards': 16, |
| 3550 | }, |
| 3551 | }, |
| 3552 | 'ToTLinuxTSan': { |
| 3553 | 'swarming': { |
| 3554 | 'shards': 4, |
| 3555 | } |
| 3556 | }, |
Stefano Duo | f44278b | 2021-08-02 16:29:38 | [diff] [blame] | 3557 | 'android-cronet-x86-dbg-10-tests': { |
| 3558 | 'args': [ |
| 3559 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_10.net_unittests.filter', |
| 3560 | ], |
| 3561 | }, |
Chidera Olibie | 262e33e | 2022-03-02 11:45:28 | [diff] [blame] | 3562 | 'android-cronet-x86-dbg-lollipop-tests': { |
| 3563 | 'args': [ |
| 3564 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_l.net_unittests.filter', |
| 3565 | ], |
| 3566 | }, |
Chidera Olibie | ef99a55ca | 2021-10-01 21:42:00 | [diff] [blame] | 3567 | 'android-cronet-x86-dbg-oreo-tests': { |
| 3568 | 'args': [ |
| 3569 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 3570 | ], |
| 3571 | }, |
Chidera Olibie | 509fd73 | 2021-09-30 20:17:17 | [diff] [blame] | 3572 | 'android-cronet-x86-dbg-pie-tests': { |
| 3573 | # crbug.com/1046060 |
| 3574 | 'args': [ |
| 3575 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 3576 | ], |
| 3577 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 3578 | 'android-pie-x86-rel': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 3579 | # crbug.com/1046060 |
| 3580 | 'args': [ |
| 3581 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 3582 | ], |
| 3583 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 3584 | 'fuchsia-code-coverage': { |
| 3585 | 'swarming': { |
| 3586 | 'shards': 14, |
| 3587 | }, |
| 3588 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 3589 | 'linux-chromeos-dbg': { |
| 3590 | 'swarming': { |
| 3591 | 'shards': 2, |
| 3592 | }, |
| 3593 | }, |
Ian Struiksma | 01223f4 | 2023-06-05 15:52:39 | [diff] [blame] | 3594 | 'linux-exp-asan-lsan-fyi-rel': { |
| 3595 | # These are very slow on the ASAN trybot for some reason. |
| 3596 | # crbug.com/1257927 |
| 3597 | 'swarming': { |
| 3598 | 'shards': 16, |
| 3599 | }, |
| 3600 | }, |
Ian Struiksma | 2e23f96 | 2023-05-26 22:37:20 | [diff] [blame] | 3601 | 'linux-exp-tsan-fyi-rel': { |
| 3602 | 'swarming': { |
| 3603 | 'shards': 4, |
| 3604 | } |
| 3605 | }, |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 3606 | 'win-asan': { |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 3607 | # TODO(crbug.com/1257927): net_unittests is slow under ASan. |
Nico Weber | 33b9b7a | 2020-06-12 19:23:27 | [diff] [blame] | 3608 | 'swarming': { |
| 3609 | 'shards': 16, |
| 3610 | }, |
| 3611 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 3612 | }, |
| 3613 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 3614 | 'not_site_per_process_blink_web_tests': { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 3615 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 3616 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 3617 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 3618 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 3619 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3620 | 'Linux Tests': { |
| 3621 | "args": [ |
| 3622 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3623 | ], |
| 3624 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 3625 | 'linux-code-coverage': { |
| 3626 | 'args': [ |
Prakhar | be44338a | 2023-05-24 19:02:04 | [diff] [blame] | 3627 | '--additional-driver-flag=--no-sandbox', |
Prakhar | 647debb | 2023-08-31 23:01:41 | [diff] [blame] | 3628 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 3629 | ], |
| 3630 | 'swarming': { |
| 3631 | 'shards': 20, |
| 3632 | }, |
| 3633 | }, |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 3634 | 'linux-rel-cft': { |
| 3635 | "args": [ |
Michael Lippautz | 8f4016b | 2023-06-13 16:18:33 | [diff] [blame] | 3636 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 3637 | '--flag-specific=chrome-for-testing', |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 3638 | ], |
Thiago Perrotta | 6148746 | 2023-01-20 12:52:32 | [diff] [blame] | 3639 | }, |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 3640 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 3641 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 3642 | 'notification_helper_unittests': { |
| 3643 | 'remove_from': [ |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 3644 | # all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 3645 | 'ToTWin', |
| 3646 | 'ToTWin(dbg)', |
| 3647 | 'ToTWin(dll)', |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 3648 | 'ToTWinOfficial', |
Arthur Eubanks | 0c24b82 | 2021-06-15 18:51:34 | [diff] [blame] | 3649 | 'ToTWinOfficial64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 3650 | 'ToTWin64', |
| 3651 | 'ToTWin64(dbg)', |
| 3652 | 'ToTWin64(dll)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 3653 | ], |
| 3654 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 3655 | 'ozone_unittests': { |
| 3656 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 3657 | 'chromeos-betty-pi-arc-chrome': { |
| 3658 | 'args': [ |
| 3659 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 3660 | ], |
| 3661 | }, |
Ben Pastene | 500cc1d1 | 2021-01-22 18:10:47 | [diff] [blame] | 3662 | 'chromeos-betty-pi-arc-chrome-dchecks': { |
| 3663 | 'args': [ |
| 3664 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 3665 | ], |
| 3666 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 3667 | 'linux-chromeos-chrome': { |
| 3668 | 'args': [ |
| 3669 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 3670 | ], |
| 3671 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 3672 | }, |
| 3673 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 3674 | 'ozone_x11_unittests': { |
| 3675 | # Wayland bot uses chromium_linux_gtests that includes some x11 only |
| 3676 | # test targets. To avoid maintaining a list of tests, remove them here. |
| 3677 | 'remove_from': [ |
| 3678 | 'Linux Tests (Wayland)', |
| 3679 | ], |
| 3680 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 3681 | 'perfetto_unittests': { |
Haiyang Pan | 0e27adbeb | 2021-12-14 22:44:30 | [diff] [blame] | 3682 | 'modifications': { |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 3683 | 'android-12-x64-rel': { |
Haiyang Pan | 0e27adbeb | 2021-12-14 22:44:30 | [diff] [blame] | 3684 | 'args': [ |
| 3685 | # TODO(crbug.com/1260440): Fix the failed test |
| 3686 | '--gtest_filter=-ScopedDirTest.CloseOutOfScope', |
| 3687 | ], |
| 3688 | }, |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 3689 | 'android-12l-x64-dbg-tests': { |
| 3690 | 'args': [ |
| 3691 | # TODO(crbug.com/1260440): Fix the failed test |
| 3692 | '--gtest_filter=-ScopedDirTest.CloseOutOfScope', |
| 3693 | ], |
| 3694 | }, |
Haiyang Pan | ef317e437 | 2023-05-19 01:30:08 | [diff] [blame] | 3695 | 'android-12l-x64-fyi-dbg': { |
| 3696 | 'args': [ |
| 3697 | # TODO(crbug.com/1260440): Fix the failed test |
| 3698 | '--gtest_filter=-ScopedDirTest.CloseOutOfScope', |
| 3699 | ], |
| 3700 | }, |
| 3701 | 'android-13-x64-fyi-rel': { |
| 3702 | 'args': [ |
| 3703 | # TODO(crbug.com/1260440): Fix the failed test |
| 3704 | '--gtest_filter=-ScopedDirTest.CloseOutOfScope', |
| 3705 | ], |
| 3706 | }, |
Haiyang Pan | 32338b7 | 2023-02-08 23:48:58 | [diff] [blame] | 3707 | 'android-13-x64-rel': { |
| 3708 | 'args': [ |
| 3709 | # TODO(crbug.com/1260440): Fix the failed test |
| 3710 | '--gtest_filter=-ScopedDirTest.CloseOutOfScope', |
| 3711 | ], |
| 3712 | }, |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 3713 | # If you change this, make similar changes in android-x86-code-coverage below |
James Shen | 7befaa3 | 2023-07-14 23:29:34 | [diff] [blame] | 3714 | 'android-oreo-x86-rel': { |
| 3715 | 'args': [ |
| 3716 | # TODO(crbug.com/1260440): Fix the failed test |
| 3717 | '--gtest_filter=-ScopedDirTest.CloseOutOfScope', |
| 3718 | ], |
| 3719 | }, |
Haiyang Pan | 2c4c5e92 | 2023-10-09 22:57:31 | [diff] [blame] | 3720 | # Keep this same as android-oreo-x86-rel above |
Prakhar | c60ec80 | 2023-03-06 07:49:29 | [diff] [blame] | 3721 | 'android-x86-code-coverage': { |
| 3722 | 'args': [ |
| 3723 | # TODO(crbug.com/1260440): Fix the failed test |
| 3724 | '--gtest_filter=-ScopedDirTest.CloseOutOfScope', |
| 3725 | ], |
| 3726 | }, |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 3727 | 'fuchsia-fyi-x64-asan': { |
| 3728 | 'args': [ |
Kevin Marshall | 847bf033 | 2022-05-31 20:12:54 | [diff] [blame] | 3729 | # TODO(crbug.com/1199334): Error messages only show up in klog. |
| 3730 | '--gtest_filter=-PagedMemoryTest.AccessUncommittedMemoryTriggersASAN' |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 3731 | ], |
| 3732 | }, |
Haiyang Pan | 0e27adbeb | 2021-12-14 22:44:30 | [diff] [blame] | 3733 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 3734 | 'remove_from': [ |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 3735 | # TODO(crbug.com/931138): Fix permission issue when creating tmp files |
John Budorick | d3fa599 | 2019-12-13 17:22:41 | [diff] [blame] | 3736 | 'android-arm64-proguard-rel', |
John Budorick | f2283d7 | 2019-06-25 01:09:09 | [diff] [blame] | 3737 | 'android-asan', |
Yun Liu | 022f451 | 2019-06-10 23:14:04 | [diff] [blame] | 3738 | 'android-code-coverage', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 3739 | 'android-code-coverage-native', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 3740 | 'android-pie-arm64-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 3741 | 'android-pie-x86-rel', |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 3742 | 'android-11-x86-rel', |
Arthur Eubanks | c8f86ee | 2021-05-10 20:14:24 | [diff] [blame] | 3743 | 'ToTAndroid' |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 3744 | ] |
| 3745 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 3746 | 'performance_test_suite': { |
| 3747 | 'modifications': { |
Cameron Higgins | 2e4b7f1 | 2023-05-31 18:29:32 | [diff] [blame] | 3748 | 'Mac13 Tests (dbg)': { |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 3749 | 'args': [ |
| 3750 | '--browser=debug', |
| 3751 | ], |
| 3752 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 3753 | 'Win10 Tests x64 (dbg)': { |
| 3754 | 'args': [ |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 3755 | '--browser=debug_x64', |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 3756 | ], |
| 3757 | 'experiment_percentage': 100, |
| 3758 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 3759 | }, |
| 3760 | }, |
Sven Zheng | 00e7560 | 2022-11-16 18:01:38 | [diff] [blame] | 3761 | 'pixel_browser_tests': { |
| 3762 | # This target should be removed from any CI only builders. Developers can |
| 3763 | # intentionally make UI changes. Without running pixel tests on CQ, those |
| 3764 | # cls will get wrongly reverted by sheriffs. |
| 3765 | # When we switch CQ builders(e.g. use Win11 to replace Win10), we also |
| 3766 | # need to update this field. |
| 3767 | 'remove_from': [ |
| 3768 | 'Win11 Tests x64', |
Thiago Perrotta | 8b9d127ab | 2023-01-19 18:08:44 | [diff] [blame] | 3769 | 'win-rel-cft', |
Sven Zheng | 00e7560 | 2022-11-16 18:01:38 | [diff] [blame] | 3770 | ], |
| 3771 | }, |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 3772 | 'pixel_skia_gold_gl_passthrough_ganesh_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 3773 | 'replacements': { |
| 3774 | 'Mac V8 FYI Release (Intel)': { |
| 3775 | 'args': { |
| 3776 | '--git-revision': '${got_cr_revision}', |
| 3777 | }, |
| 3778 | }, |
| 3779 | }, |
| 3780 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 3781 | 'pixel_skia_gold_metal_passthrough_ganesh_test': { |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 3782 | 'remove_from': [ |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 3783 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 3784 | 'Mac FYI Retina ASAN (AMD)', |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 3785 | ], |
| 3786 | 'replacements': { |
| 3787 | 'Mac V8 FYI Release (Intel)': { |
| 3788 | 'args': { |
| 3789 | '--git-revision': '${got_cr_revision}', |
| 3790 | }, |
| 3791 | }, |
| 3792 | }, |
| 3793 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 3794 | 'pixel_skia_gold_metal_passthrough_graphite_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 3795 | 'remove_from': [ |
| 3796 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 3797 | 'Mac FYI Retina ASAN (AMD)', |
| 3798 | ], |
| 3799 | 'replacements': { |
| 3800 | 'Mac V8 FYI Release (Intel)': { |
| 3801 | 'args': { |
| 3802 | '--git-revision': '${got_cr_revision}', |
| 3803 | }, |
| 3804 | }, |
| 3805 | }, |
| 3806 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 3807 | 'pixel_skia_gold_passthrough_test': { |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 3808 | 'modifications': { |
| 3809 | 'Android FYI Release (Pixel 4)': { |
| 3810 | 'args': [ |
| 3811 | # Pixel 4s are weird in that they can output in different color spaces |
| 3812 | # simultaneously. The readback code for capturing a screenshot assumes |
| 3813 | # only one color space, so disable wide color gamut for the test to |
| 3814 | # work around the issue. See https://crbug.com/1166379 for more |
| 3815 | # information. |
| 3816 | '--extra-browser-args=--disable-wcg-for-test', |
| 3817 | ], |
| 3818 | }, |
Ben Pastene | 63f1330 | 2022-05-12 21:04:05 | [diff] [blame] | 3819 | 'android_optional_gpu_tests_rel': { |
| 3820 | 'args': [ |
| 3821 | # See above. |
| 3822 | '--extra-browser-args=--disable-wcg-for-test', |
| 3823 | ], |
| 3824 | }, |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 3825 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 3826 | 'replacements': { |
| 3827 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 3828 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 3829 | 'Linux V8 FYI Release (NVIDIA)': { |
| 3830 | 'args': { |
| 3831 | '--git-revision': '${got_cr_revision}', |
| 3832 | }, |
| 3833 | }, |
| 3834 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 3835 | 'args': { |
| 3836 | '--git-revision': '${got_cr_revision}', |
| 3837 | }, |
| 3838 | }, |
| 3839 | 'Win V8 FYI Release (NVIDIA)': { |
| 3840 | 'args': { |
| 3841 | '--git-revision': '${got_cr_revision}', |
| 3842 | }, |
| 3843 | }, |
| 3844 | }, |
| 3845 | }, |
Brian Sheedy | 48c7973 | 2023-10-02 18:08:28 | [diff] [blame] | 3846 | 'pixel_skia_gold_passthrough_test JACUZZI_RELEASE_LKGM': { |
| 3847 | 'modifications': { |
| 3848 | 'ChromeOS FYI Release Skylab (jacuzzi)': { |
| 3849 | 'args': [ |
| 3850 | # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot |
| 3851 | # automatically get the service account to authenticate with. |
| 3852 | '--service-account=/creds/service_accounts/skylab-drone.json', |
| 3853 | ], |
| 3854 | }, |
| 3855 | }, |
| 3856 | }, |
Brian Sheedy | c3138b5 | 2023-11-27 19:44:47 | [diff] [blame] | 3857 | 'pixel_skia_gold_passthrough_test VOLTEER_PUBLIC_RELEASE_LKGM': { |
| 3858 | 'modifications': { |
| 3859 | 'ChromeOS FYI Release Skylab (volteer)': { |
| 3860 | 'args': [ |
| 3861 | # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot |
| 3862 | # automatically get the service account to authenticate with. |
| 3863 | '--service-account=/creds/service_accounts/skylab-drone.json', |
| 3864 | ], |
| 3865 | }, |
| 3866 | }, |
| 3867 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 3868 | 'pixel_skia_gold_validating_test': { |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 3869 | 'modifications': { |
| 3870 | 'Android FYI Release (Pixel 4)': { |
| 3871 | 'args': [ |
| 3872 | # Pixel 4s are weird in that they can output in different color spaces |
| 3873 | # simultaneously. The readback code for capturing a screenshot assumes |
| 3874 | # only one color space, so disable wide color gamut for the test to |
| 3875 | # work around the issue. See https://crbug.com/1166379 for more |
| 3876 | # information. |
| 3877 | '--extra-browser-args=--disable-wcg-for-test', |
| 3878 | ], |
| 3879 | }, |
Ben Pastene | 63f1330 | 2022-05-12 21:04:05 | [diff] [blame] | 3880 | 'android_optional_gpu_tests_rel': { |
| 3881 | 'args': [ |
| 3882 | # See above. |
| 3883 | '--extra-browser-args=--disable-wcg-for-test', |
| 3884 | ], |
| 3885 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 3886 | }, |
Chong Gu | 0aa929e6 | 2022-03-03 15:34:13 | [diff] [blame] | 3887 | 'remove_from': [ |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 3888 | # TODO(https://crbug.com/1302427): Remove once tests pass. |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 3889 | 'fuchsia-x64-cast-receiver-rel', |
| 3890 | 'fuchsia-x64-rel', |
Chong Gu | 0aa929e6 | 2022-03-03 15:34:13 | [diff] [blame] | 3891 | ], |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 3892 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 3893 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 3894 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 3895 | 'Android V8 FYI Release (Nexus 5X)': { |
| 3896 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 3897 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 3898 | }, |
| 3899 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 3900 | }, |
| 3901 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 3902 | 'pixel_test':{ |
Takuto Ikuta | 35c8552 | 2019-06-04 16:55:46 | [diff] [blame] | 3903 | 'modifications': { |
| 3904 | 'Android Release (Nexus 5X)': { |
| 3905 | 'swarming': { |
| 3906 | 'shards': 2, |
| 3907 | }, |
| 3908 | }, |
| 3909 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 3910 | }, |
K. Moon | 902a4b58 | 2023-06-16 19:00:34 | [diff] [blame] | 3911 | 'ppapi_unittests': { |
| 3912 | # If you change this, make similar changes in nacl_loader_unittests |
| 3913 | 'remove_from': [ |
| 3914 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
| 3915 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
| 3916 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
| 3917 | 'linux-exp-tsan-fyi-rel', # The TSan bot sets enable_nacl=false |
| 3918 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
| 3919 | 'win-arm64-rel', # Not available on arm64. |
| 3920 | ], |
| 3921 | }, |
Ningxin Hu | 430f0b4 | 2023-06-21 18:05:30 | [diff] [blame] | 3922 | 'pthreadpool_unittests': { |
| 3923 | 'remove_from': [ |
| 3924 | # pthreadpool is not built for ChromeOS currently. |
| 3925 | 'linux-chromeos-dbg', |
| 3926 | 'linux-chromeos-rel', |
| 3927 | 'linux-lacros-tester-rel', |
| 3928 | ], |
| 3929 | }, |
Randolf Jung | 444efaa | 2023-06-28 16:34:11 | [diff] [blame] | 3930 | 'remoting_unittests': { |
| 3931 | 'remove_from': [ |
| 3932 | # Not available on Linux ARM64 |
| 3933 | 'linux-arm64-rel-cft', |
| 3934 | ], |
| 3935 | }, |
Henrique Nakashima | 87b6d8b | 2022-07-13 13:59:04 | [diff] [blame] | 3936 | 'sandbox_linux_unittests': { |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 3937 | 'remove_from': [ |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 3938 | 'android-asan', # https://crbug.com/962650 |
| 3939 | ], |
Ben Pastene | deff56ab | 2023-06-20 20:15:58 | [diff] [blame] | 3940 | 'modifications': { |
| 3941 | 'linux-ubsan-vptr': { |
Ben Pastene | a10e836b | 2023-06-28 17:48:10 | [diff] [blame] | 3942 | 'args': [ |
| 3943 | # TODO(crbug.com/1456464): Remove this. |
| 3944 | '--gtest_filter=-SandboxBPF.ApplyBasicAllowlistPolicy:SandboxBPF.SyntheticPolicy:SandboxBPF.UnsafeTrapWithCond', |
| 3945 | ], |
Ben Pastene | deff56ab | 2023-06-20 20:15:58 | [diff] [blame] | 3946 | }, |
| 3947 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 3948 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 3949 | 'screenshot_sync_metal_passthrough_ganesh_tests': { |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 3950 | 'remove_from': [ |
| 3951 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 3952 | 'Mac FYI Retina ASAN (AMD)', |
| 3953 | ], |
| 3954 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 3955 | 'screenshot_sync_metal_passthrough_graphite_tests': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 3956 | 'remove_from': [ |
| 3957 | # crbug.com/1458020 for Mac Retina ASAN removal |
| 3958 | 'Mac FYI Retina ASAN (AMD)', |
| 3959 | ], |
| 3960 | }, |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 3961 | 'screenshot_sync_passthrough_tests': { |
| 3962 | 'modifications': { |
| 3963 | 'Android FYI Release (Pixel 4)': { |
| 3964 | 'args': [ |
| 3965 | # Pixel 4s are weird in that they can output in different color spaces |
| 3966 | # simultaneously. The readback code for capturing a screenshot assumes |
| 3967 | # only one color space, so disable wide color gamut for the test to |
| 3968 | # work around the issue. See https://crbug.com/1166379 for more |
| 3969 | # information. |
| 3970 | '--extra-browser-args=--disable-wcg-for-test', |
| 3971 | ], |
| 3972 | }, |
Ben Pastene | 63f1330 | 2022-05-12 21:04:05 | [diff] [blame] | 3973 | 'android_optional_gpu_tests_rel': { |
| 3974 | 'args': [ |
| 3975 | # See above. |
| 3976 | '--extra-browser-args=--disable-wcg-for-test', |
| 3977 | ], |
| 3978 | }, |
Brian Sheedy | c0c142c | 2021-06-01 21:18:05 | [diff] [blame] | 3979 | }, |
| 3980 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 3981 | 'screenshot_sync_validating_tests': { |
| 3982 | 'modifications': { |
| 3983 | 'Android FYI Release (Pixel 4)': { |
| 3984 | 'args': [ |
| 3985 | # Pixel 4s are weird in that they can output in different color spaces |
| 3986 | # simultaneously. The readback code for capturing a screenshot assumes |
| 3987 | # only one color space, so disable wide color gamut for the test to |
| 3988 | # work around the issue. See https://crbug.com/1166379 for more |
| 3989 | # information. |
| 3990 | '--extra-browser-args=--disable-wcg-for-test', |
| 3991 | ], |
| 3992 | }, |
Ben Pastene | 63f1330 | 2022-05-12 21:04:05 | [diff] [blame] | 3993 | 'android_optional_gpu_tests_rel': { |
| 3994 | 'args': [ |
| 3995 | # See above. |
| 3996 | '--extra-browser-args=--disable-wcg-for-test', |
| 3997 | ], |
| 3998 | }, |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [diff] [blame] | 3999 | }, |
Chong Gu | 0aa929e6 | 2022-03-03 15:34:13 | [diff] [blame] | 4000 | 'remove_from': [ |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 4001 | # TODO(https://crbug.com/1302427): Remove once tests pass. |
David Dorwin | 49b2ddb | 2022-09-08 20:49:43 | [diff] [blame] | 4002 | 'fuchsia-x64-cast-receiver-rel', |
| 4003 | 'fuchsia-x64-rel', |
Chong Gu | 0aa929e6 | 2022-03-03 15:34:13 | [diff] [blame] | 4004 | ], |
Brian Sheedy | 0566f2cb | 2021-02-12 22:12:50 | [
|