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