Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1 | # Copyright 2017 The Chromium Authors. All rights reserved. |
| 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 | { |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 26 | 'accessibility_unittests':{ |
| 27 | 'modifications': { |
| 28 | 'fuchsia-fyi-x64-asan': { |
| 29 | 'args': [ |
| 30 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.accessibility_unittests.filter', |
| 31 | ], |
| 32 | }, |
| 33 | }, |
| 34 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 35 | 'android_browsertests': { |
| 36 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 37 | 'android-11-x86-rel': { |
Haiyang Pan | 0ea9b3ef | 2022-01-21 21:58:14 | [diff] [blame] | 38 | 'args': [ |
| 39 | # https://crbug.com/1289764 |
| 40 | '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*', |
| 41 | ], |
Haiyang Pan | ca7fcec | 2021-03-19 02:11:10 | [diff] [blame] | 42 | 'swarming': { |
| 43 | 'shards': 2, |
| 44 | }, |
| 45 | }, |
Haiyang Pan | c119266 | 2022-03-09 00:09:02 | [diff] [blame] | 46 | 'android-12-x64-rel': { |
| 47 | 'args': [ |
| 48 | # https://crbug.com/1289764 |
| 49 | '--gtest_filter=-All/ChromeBrowsingDataLifetimeManagerScheduledRemovalTest.History/*', |
| 50 | ], |
| 51 | 'swarming': { |
| 52 | 'shards': 2, |
| 53 | }, |
| 54 | }, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 55 | 'android-marshmallow-arm64-rel': { |
| 56 | 'swarming': { |
Struan Shrimpton | 4b7abc0 | 2021-12-16 01:36:59 | [diff] [blame] | 57 | 'quickrun_shards': 3, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 58 | }, |
| 59 | }, |
James Shen | 39aa0e3 | 2022-03-22 04:44:50 | [diff] [blame] | 60 | 'android-marshmallow-x86-fyi-rel-reviver': { |
| 61 | 'swarming': { |
| 62 | 'shards': 2, |
| 63 | 'quickrun_shards': 6, |
| 64 | }, |
| 65 | }, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 66 | 'android-marshmallow-x86-rel': { |
| 67 | 'swarming': { |
| 68 | 'shards': 2, |
Struan Shrimpton | 4b7abc0 | 2021-12-16 01:36:59 | [diff] [blame] | 69 | 'quickrun_shards': 6, |
Haiyang Pan | b991f56 | 2021-08-10 17:46:46 | [diff] [blame] | 70 | }, |
| 71 | }, |
Haiyang Pan | cf24ceb | 2022-03-17 02:31:30 | [diff] [blame] | 72 | 'android-nougat-x86-rel': { |
| 73 | 'swarming': { |
| 74 | 'shards': 2, |
| 75 | }, |
| 76 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 77 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 78 | 'args': [ |
| 79 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 80 | ], |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 81 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 82 | # capacity has been deployed. |
| 83 | 'swarming': { |
| 84 | 'dimension_sets': [ |
| 85 | { |
| 86 | 'device_type': 'sailfish', |
| 87 | }, |
| 88 | ], |
Haiyang Pan | 1678f0c0 | 2021-03-09 23:05:09 | [diff] [blame] | 89 | 'shards': 2, |
Struan Shrimpton | 4b7abc0 | 2021-12-16 01:36:59 | [diff] [blame] | 90 | 'quickrun_shards': 6, |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 91 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 92 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 93 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 94 | 'args': [ |
| 95 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 96 | ], |
Haiyang Pan | 7cd609d | 2021-04-08 20:17:24 | [diff] [blame] | 97 | 'swarming': { |
| 98 | 'shards': 2, |
| 99 | }, |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 100 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 101 | }, |
| 102 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 103 | 'android_sync_integration_tests': { |
| 104 | 'remove_from': [ |
Haiyang Pan | 6b8e4cf | 2021-08-02 21:38:28 | [diff] [blame] | 105 | # Remove from CQ bots due to capacity. |
| 106 | 'android-marshmallow-arm64-rel', |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 107 | ], |
| 108 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 109 | 'android_webview_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 110 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 111 | 'angle_end2end_tests': { |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 112 | 'modifications': { |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 113 | 'win10-angle-x64-intel': { |
| 114 | 'args': [ |
| 115 | '--max-processes=1', |
| 116 | ], |
| 117 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 118 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 119 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 120 | 'angle_unittests': { |
| 121 | 'remove_from': [ |
| 122 | # On Android, these are already run on the main waterfall. |
| 123 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | c1117ae8 | 2021-01-15 22:33:36 | [diff] [blame] | 124 | # Times out listing tests crbug.com/1167314 |
| 125 | 'android-asan', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 126 | # Does not currently work on Lacros configurations. |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 127 | 'linux-lacros-code-coverage', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 128 | 'linux-lacros-tester-rel', |
| 129 | 'linux-lacros-tester-fyi-rel', |
Yuke Liao | f27ebe5 | 2021-08-05 22:12:40 | [diff] [blame] | 130 | 'linux-lacros-dbg-tests-fyi', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 131 | ], |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 132 | 'modifications': { |
| 133 | # anglebug.com/6894 |
| 134 | 'fuchsia-fyi-x64-asan': { |
| 135 | 'args': [ |
| 136 | # crbug.com/ |
| 137 | '--gtest_filter=-ConstructCompilerTest.DefaultParameters', |
| 138 | ], |
| 139 | }, |
| 140 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 141 | }, |
| 142 | 'angle_white_box_tests': { |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 143 | 'modifications': { |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 144 | 'win10-angle-x64-intel': { |
| 145 | 'args': [ |
| 146 | '--max-processes=1', |
| 147 | ], |
| 148 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 149 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 150 | }, |
Sven Zheng | ef0d087 | 2022-04-04 22:13:29 | [diff] [blame] | 151 | 'aura_unittests amd64-generic': { |
Yuke Liao | b6beaeca | 2021-04-29 23:41:51 | [diff] [blame] | 152 | 'remove_from': [ |
| 153 | # TODO(crbug.com/1204231): Re-enable. |
| 154 | 'lacros-amd64-generic-rel', |
| 155 | ] |
| 156 | }, |
Sven Zheng | ef0d087 | 2022-04-04 22:13:29 | [diff] [blame] | 157 | 'aura_unittests eve': { |
Yuke Liao | 79a8cf5 | 2021-06-11 18:14:34 | [diff] [blame] | 158 | 'remove_from': [ |
| 159 | # TODO(crbug.com/1204231): Re-enable. |
| 160 | 'lacros-amd64-generic-rel', |
| 161 | ] |
| 162 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 163 | 'base_unittests': { |
| 164 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 165 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 166 | 'args': [ |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 167 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 168 | ], |
| 169 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 170 | 'android-12-x64-rel': { |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 171 | 'args': [ |
| 172 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 173 | '--gtest_filter=-ModuleCacheTest.CheckAgainstProcMaps', # crbug.com/1260521 |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 174 | ], |
| 175 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 176 | 'fuchsia-code-coverage': { |
| 177 | 'swarming': { |
| 178 | 'shards': 5, |
| 179 | }, |
| 180 | }, |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 181 | 'fuchsia-fyi-x64-asan': { |
| 182 | 'args': [ |
| 183 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.base_unittests.filter', |
| 184 | ], |
| 185 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 186 | }, |
| 187 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 188 | 'blink_platform_unittests': { |
| 189 | 'modifications': { |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 190 | 'android-pie-arm64-rel': { |
| 191 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 192 | # capacity has been deployed. |
| 193 | 'swarming': { |
| 194 | 'dimension_sets': [ |
| 195 | { |
| 196 | 'device_type': 'sailfish', |
| 197 | }, |
| 198 | ], |
| 199 | }, |
| 200 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 201 | 'fuchsia-code-coverage': { |
| 202 | 'swarming': { |
| 203 | 'shards': 5, |
| 204 | }, |
| 205 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 206 | }, |
| 207 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 208 | 'blink_unittests': { |
Chong Gu | c2d145e | 2021-03-31 19:55:34 | [diff] [blame] | 209 | 'modifications': { |
| 210 | 'fuchsia-code-coverage': { |
| 211 | 'swarming': { |
| 212 | 'shards': 30, |
| 213 | }, |
| 214 | }, |
| 215 | }, |
| 216 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 217 | 'blink_web_tests': { |
| 218 | 'remove_from': [ |
Ilia Samsonov | ca3dfd5 | 2020-08-07 18:39:01 | [diff] [blame] | 219 | 'Mac10.11 Tests', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 220 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 221 | 'Win10 Tests x64 (dbg)', |
| 222 | ], |
| 223 | 'modifications': { |
| 224 | 'Fuchsia x64': { |
| 225 | 'args': [ |
| 226 | '--platform=fuchsia', |
Weizhong Xia | 3fdef5ca | 2022-01-04 21:50:20 | [diff] [blame] | 227 | '--jobs=1', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 228 | ], |
| 229 | 'swarming': { |
| 230 | 'shards': 1, |
| 231 | }, |
| 232 | }, |
| 233 | 'Linux Tests': { |
| 234 | "args": [ |
| 235 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 236 | ], |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 237 | 'swarming': { |
| 238 | 'quickrun_shards': 18, |
| 239 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 240 | }, |
| 241 | 'Linux Tests (dbg)(1)': { |
| 242 | 'args': [ |
| 243 | '--debug', |
| 244 | ], |
| 245 | 'swarming': { |
Sven Zheng | 439fcdf | 2021-07-13 20:14:57 | [diff] [blame] | 246 | 'shards': 30, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 247 | }, |
| 248 | }, |
Lindsay Pasricha | 2a3898bb | 2022-02-08 23:21:25 | [diff] [blame] | 249 | # TODO (crbug.com/1294574) Re-enable once fixed |
| 250 | 'Mac Builder Next': { |
| 251 | 'experiment_percentage': 0, |
| 252 | }, |
Xianzhu Wang | e6dec15 | 2021-08-02 19:54:53 | [diff] [blame] | 253 | 'Mac10.12 Tests': { |
| 254 | 'swarming': { |
| 255 | 'shards': 25, |
| 256 | }, |
| 257 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 258 | 'Mac10.13 Tests': { |
| 259 | 'swarming': { |
| 260 | 'dimension_sets': [ |
| 261 | { |
Erik Staab | 59591f3 | 2020-08-25 23:07:07 | [diff] [blame] | 262 | 'gpu': None, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 263 | }, |
| 264 | ], |
| 265 | 'shards': 25, |
| 266 | }, |
| 267 | }, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 268 | 'Mac10.15 Tests': { |
| 269 | 'swarming': { |
| 270 | 'dimension_sets': [ |
| 271 | { |
| 272 | 'gpu': None, |
| 273 | }, |
| 274 | ], |
| 275 | 'shards': 25, |
| 276 | }, |
| 277 | }, |
Lindsay Pasricha | 8d9a0c3 | 2021-12-08 17:08:29 | [diff] [blame] | 278 | 'Mac11 Tests': { |
| 279 | 'swarming': { |
| 280 | 'dimension_sets': [ |
| 281 | { |
| 282 | 'gpu': None, |
| 283 | }, |
| 284 | ], |
| 285 | 'shards': 25, |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 286 | 'quickrun_shards': 26, |
Lindsay Pasricha | 8d9a0c3 | 2021-12-08 17:08:29 | [diff] [blame] | 287 | }, |
| 288 | }, |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 289 | 'Mac11 Tests (dbg)': { |
| 290 | 'experiment_percentage': 100, |
| 291 | 'args': [ |
| 292 | '--debug', |
| 293 | ], |
| 294 | 'swarming': { |
| 295 | 'shards': 40, |
| 296 | }, |
| 297 | }, |
Chong Gu | 75af969a | 2021-03-22 14:46:14 | [diff] [blame] | 298 | 'ToTFuchsia x64': { |
| 299 | 'args': [ |
| 300 | '--platform=fuchsia', |
| 301 | ], |
| 302 | 'swarming': { |
| 303 | 'shards': 1, |
| 304 | }, |
| 305 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 306 | 'V8 Blink Linux Debug': { |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 307 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 308 | # TODO(machenbach): Change name and out directory of this builder to |
| 309 | # something less confusing. |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 310 | 'args': [ |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 311 | '-t', |
| 312 | 'Debug', |
| 313 | '--release', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 314 | ], |
| 315 | }, |
| 316 | 'V8 Blink Linux Future': { |
| 317 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 318 | '--flag-specific=future-js', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 319 | ], |
| 320 | }, |
| 321 | 'WebKit Linux ASAN': { |
| 322 | 'args': [ |
| 323 | '--additional-expectations', |
| 324 | '../../third_party/blink/web_tests/ASANExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 325 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 326 | '48000', |
| 327 | '--enable-sanitizer', |
| 328 | ], |
| 329 | 'swarming': { |
| 330 | 'shards': 20, |
| 331 | }, |
| 332 | }, |
| 333 | 'WebKit Linux Leak': { |
| 334 | 'args': [ |
| 335 | '--additional-expectations', |
| 336 | '../../third_party/blink/web_tests/LeakExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 337 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 338 | '48000', |
| 339 | '--enable-leak-detection', |
| 340 | ], |
| 341 | 'swarming': { |
| 342 | 'shards': 10, |
| 343 | }, |
| 344 | }, |
| 345 | 'WebKit Linux MSAN': { |
| 346 | 'args': [ |
| 347 | '--additional-expectations', |
| 348 | '../../third_party/blink/web_tests/MSANExpectations', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 349 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 350 | '66000', |
| 351 | '--enable-sanitizer', |
| 352 | ], |
| 353 | 'swarming': { |
| 354 | 'expiration': 36000, |
| 355 | 'hard_timeout': 10800, |
| 356 | 'io_timeout': 3600, |
| 357 | 'shards': 20, |
| 358 | }, |
| 359 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 360 | 'WebKit Linux layout_ng_disabled Builder': { |
| 361 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 362 | '--flag-specific=disable-layout-ng', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 363 | ], |
Stephen Martinis | 6eb8a557 | 2021-03-02 00:23:08 | [diff] [blame] | 364 | 'swarming': { |
| 365 | 'shards': 20, |
| 366 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 367 | }, |
| 368 | 'Win10 Tests x64': { |
| 369 | 'args': [ |
| 370 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 371 | 'Release_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 372 | ], |
| 373 | 'swarming': { |
| 374 | "shards": 28 |
| 375 | }, |
| 376 | }, |
| 377 | 'Win10 Tests x64 (dbg)': { |
| 378 | 'args': [ |
| 379 | '--debug', |
| 380 | '--target', |
Takuto Ikuta | b28b582e | 2021-02-10 01:41:21 | [diff] [blame] | 381 | 'Debug_x64', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 382 | ], |
| 383 | }, |
Kuan Huang | a89737d | 2022-01-07 19:42:11 | [diff] [blame] | 384 | 'Win11 Tests x64': { |
| 385 | 'args': [ |
| 386 | '--target', |
| 387 | 'Release_x64', |
| 388 | ], |
| 389 | 'swarming': { |
| 390 | "shards": 28 |
| 391 | }, |
| 392 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 393 | 'Win7 Tests (dbg)(1)': { |
| 394 | 'args': [ |
| 395 | '--debug', |
Weizhong Xia | 91b5336 | 2022-01-05 17:13:35 | [diff] [blame] | 396 | '--timeout-ms', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 397 | '60000' |
| 398 | ], |
| 399 | 'experiment_percentage': 100, |
| 400 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 401 | # from prefered_os_dimension in |
| 402 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 403 | # Swarming dimensions would be either specified for all testers on the |
| 404 | # waterfall (and therefore, explicitly specified for all tests in the |
| 405 | # generated JSON), or this would be removed, and the implicit one used. |
| 406 | 'swarming': { |
| 407 | 'dimension_sets': [ |
| 408 | { |
| 409 | 'os': 'Windows-7-SP1', |
| 410 | } |
| 411 | ], |
| 412 | }, |
| 413 | }, |
| 414 | # tryserver.chromium.android |
| 415 | 'android_blink_rel': { |
| 416 | 'args': [ |
| 417 | '--release', |
| 418 | '--android', |
| 419 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 420 | # Android. Remove this when it no longer affects Android crash |
| 421 | # log handling. |
| 422 | '--disable-breakpad', |
| 423 | # TODO(crbug.com/875172): run on the real GPU since the |
| 424 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 425 | '--additional-driver-flag=--use-gpu-in-tests', |
| 426 | ], |
| 427 | }, |
| 428 | 'devtools_frontend_linux_blink_light_rel': { |
| 429 | 'args': [ |
| 430 | 'http/tests/devtools', |
| 431 | ], |
| 432 | 'swarming': { |
| 433 | 'shards': 4, |
| 434 | }, |
| 435 | }, |
Takuto Ikuta | bace8f8 | 2022-01-26 23:47:47 | [diff] [blame] | 436 | 'devtools_frontend_linux_blink_light_rel_fastbuild': { |
| 437 | 'args': [ |
| 438 | 'http/tests/devtools', |
| 439 | ], |
| 440 | 'swarming': { |
| 441 | 'shards': 4, |
| 442 | }, |
| 443 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 444 | 'fuchsia-fyi-x64-rel': { |
| 445 | 'args': [ |
| 446 | '--platform=fuchsia', |
| 447 | ], |
| 448 | 'swarming': { |
| 449 | 'shards': 1, |
| 450 | }, |
| 451 | }, |
Mathias Carlen | 30968a6 | 2020-03-31 08:47:04 | [diff] [blame] | 452 | 'linux-autofill-assistant': { |
| 453 | 'args': [ |
| 454 | '--release', |
| 455 | ], |
| 456 | }, |
Arthur Sonzogni | 90f6df1 | 2022-02-02 14:28:32 | [diff] [blame] | 457 | 'linux-bfcache-rel': { |
| 458 | 'args': [ |
| 459 | '--flag-specific=enable-back-forward-cache-same-site', |
| 460 | # TODO(crbug.com/1255537): Re-enable the test. |
| 461 | '--ignore-tests=external/wpt/html/browsers/browsing-the-web/back-forward-cache/events.html', |
| 462 | ], |
| 463 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 464 | 'linux-blink-animation-use-time-delta': { |
| 465 | 'args': [ |
| 466 | '--debug', |
| 467 | ], |
| 468 | }, |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 469 | 'linux-blink-web-tests-force-accessibility-rel': { |
| 470 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 471 | '--flag-specific=force-renderer-accessibility', |
Daniel Libby | 178c983 | 2020-10-08 20:36:14 | [diff] [blame] | 472 | ], |
| 473 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 474 | 'linux-code-coverage': { |
| 475 | 'args': [ |
| 476 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 477 | ], |
| 478 | 'swarming': { |
| 479 | 'shards': 20, |
| 480 | }, |
| 481 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 482 | 'linux-layout-tests-edit-ng': { |
| 483 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 484 | '--flag-specific=enable-editing-ng', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 485 | ], |
| 486 | }, |
Lindsay Pasricha | 60535a2 | 2021-12-13 16:50:24 | [diff] [blame] | 487 | # TODO (crbug.com/1254971) Re-enable once fixed |
| 488 | 'mac-osxbeta-rel': { |
| 489 | 'experiment_percentage': 0, |
| 490 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 491 | 'mac10.12-blink-rel-dummy': { |
| 492 | 'swarming': { |
| 493 | 'shards': 20, |
| 494 | }, |
| 495 | }, |
| 496 | 'mac10.13-blink-rel-dummy': { |
| 497 | 'swarming': { |
| 498 | 'shards': 20, |
| 499 | }, |
| 500 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 501 | 'mac10.14-blink-rel-dummy': { |
| 502 | 'swarming': { |
Xinan Lin | d2f9171 | 2021-04-29 21:13:56 | [diff] [blame] | 503 | # Increase timeout and reduce shards. |
| 504 | # See https://crbug.com/1203565. |
| 505 | 'shards': 12, |
| 506 | 'hard_timeout': 1800, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 507 | }, |
| 508 | }, |
Ilia Samsonov | 7efe05e | 2020-05-07 19:00:46 | [diff] [blame] | 509 | 'mac10.15-blink-rel-dummy': { |
| 510 | 'swarming': { |
| 511 | 'shards': 20, |
| 512 | }, |
| 513 | }, |
Ilia Samsonov | dd271c6c2 | 2020-09-08 22:24:44 | [diff] [blame] | 514 | 'mac11.0-blink-rel-dummy': { |
| 515 | 'swarming': { |
Dirk Pranke | 2cc6179 | 2021-06-10 20:24:54 | [diff] [blame] | 516 | 'shards': 12, |
| 517 | 'hard_timeout': 1800, |
Ilia Samsonov | dd271c6c2 | 2020-09-08 22:24:44 | [diff] [blame] | 518 | }, |
| 519 | }, |
Preethi Mohan | d030de4 | 2021-07-22 21:12:13 | [diff] [blame] | 520 | 'win10.20h2-blink-rel-dummy': { |
| 521 | 'swarming': { |
Preethi Mohan | d044dd0 | 2021-09-06 15:59:42 | [diff] [blame] | 522 | 'shards': 14, |
Preethi Mohan | d030de4 | 2021-07-22 21:12:13 | [diff] [blame] | 523 | 'hard_timeout': 1200, |
| 524 | }, |
| 525 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 526 | }, |
| 527 | }, |
John Budorick | ca99585 | 2019-06-26 16:55:55 | [diff] [blame] | 528 | 'breakpad_unittests': { |
| 529 | 'modifications': { |
| 530 | 'android-asan': { |
| 531 | 'args': [ |
| 532 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter', |
| 533 | ], |
| 534 | }, |
| 535 | }, |
| 536 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 537 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 538 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 539 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 540 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 541 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Scott Violet | 3bd7ddbb | 2022-01-15 00:04:20 | [diff] [blame] | 542 | 'Mac10.11 Tests', # https://crbug.com/1263696 |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 543 | # 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] | 544 | # off CQ. |
Gary Tong | d5f5a74 | 2021-01-29 00:01:13 | [diff] [blame] | 545 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 546 | 'Mac10.15 Tests', # https://crbug.com/1042757 |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 547 | 'Mac11 Tests (dbg)', # https://crbug.com/1201386 |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 548 | 'mac-code-coverage', # https://crbug.com/1201386 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 549 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 550 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 551 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 552 | 'modifications': { |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 553 | 'CrWinAsan': { |
| 554 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 555 | # crbug.com/1257927 |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 556 | 'swarming': { |
| 557 | 'shards': 40, |
| 558 | }, |
| 559 | }, |
| 560 | 'CrWinAsan(dll)': { |
| 561 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 562 | # crbug.com/1257927 |
Nico Weber | 3f91979 | 2020-06-12 23:34:52 | [diff] [blame] | 563 | 'swarming': { |
| 564 | 'shards': 40, |
| 565 | }, |
| 566 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 567 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 568 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 569 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 570 | }, |
| 571 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 572 | 'Linux ASan LSan Tests (1)': { |
| 573 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 574 | # crbug.com/1257927 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 575 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 576 | 'shards': 40, |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 577 | 'quickrun_shards': 80 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 578 | }, |
| 579 | }, |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 580 | 'Linux ASan Tests (sandboxed)': { |
| 581 | 'swarming': { |
John Abd-El-Malek | 3a63161 | 2020-07-08 21:40:41 | [diff] [blame] | 582 | 'shards': 30, # https://crbug.com/1103330 |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 583 | }, |
| 584 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 585 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 586 | # These are very slow on the ASAN trybot for some reason. |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 587 | # crbug.com/1257927 |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 588 | 'swarming': { |
Ben Pastene | d2c01af | 2022-01-31 23:06:44 | [diff] [blame] | 589 | 'shards': 50, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 590 | }, |
| 591 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 592 | 'Linux ChromiumOS MSan Tests': { |
| 593 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 594 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 595 | 'swarming': { |
Alexis Hetu | 86d16b9 | 2022-04-12 12:52:48 | [diff] [blame] | 596 | # This should be reverted to 48 before end of April 2022, when the slowdown is fixed. |
| 597 | # crbug.com/1313907 |
| 598 | 'shards': 72, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 599 | }, |
Ben Pastene | 44221d3 | 2020-05-21 23:38:36 | [diff] [blame] | 600 | 'args': [ |
| 601 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter', |
| 602 | ], |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 603 | }, |
Struan Shrimpton | f5b2b55 | 2022-01-20 20:37:39 | [diff] [blame] | 604 | 'Linux Tests': { |
| 605 | 'swarming': { |
| 606 | 'quickrun_shards': 15, |
| 607 | }, |
| 608 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 609 | # https://crbug.com/1084469 |
| 610 | 'Linux Tests (Wayland)': { |
| 611 | 'args': [ |
| 612 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_browser_tests.filter', |
| 613 | ], |
Struan Shrimpton | e772d72f | 2021-12-15 07:50:09 | [diff] [blame] | 614 | 'swarming': { |
| 615 | 'quickrun_shards': 24, |
| 616 | }, |
Maksim Sisov | c81d284c | 2021-10-05 17:54:35 | [diff] [blame] | 617 | }, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 618 | 'Linux Tests (dbg)(1)': { |
| 619 | # crbug.com/1066161 |
| 620 | 'swarming': { |
| 621 | 'shards': 20, |
| 622 | }, |
| 623 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 624 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 625 | 'swarming': { |
Stephen Martinis | cd3c383 | 2020-11-19 22:01:24 | [diff] [blame] | 626 | 'shards': 30, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 627 | }, |
Lindsay Pasricha | 8155d05 | 2021-04-22 00:06:43 | [diff] [blame] | 628 | # crbug.com/1196416 |
| 629 | 'args': [ |
| 630 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 631 | ], |
Lindsay Pasricha | b3f72db | 2021-09-22 22:05:46 | [diff] [blame] | 632 | 'experiment_percentage': 100, # https://crbug.com/1251657 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 633 | }, |
Sven Zheng | 3f1462569 | 2021-08-24 06:28:27 | [diff] [blame] | 634 | # TODO(crbug.com/1232535) Remove once the bug is resolved. |
| 635 | 'Mac10.11 Tests': { |
| 636 | 'args': [ |
| 637 | '--test-launcher-print-timestamps', |
| 638 | ], |
| 639 | }, |
Lindsay Pasricha | 9180f469 | 2022-03-04 07:52:49 | [diff] [blame] | 640 | # crbug.com/1300822 |
| 641 | 'Mac10.12 Tests': { |
Lindsay Pasricha | f9831955 | 2022-03-17 00:20:44 | [diff] [blame] | 642 | # crbug.com/1307029 |
| 643 | 'experiment_percentage': 100, |
Lindsay Pasricha | 9180f469 | 2022-03-04 07:52:49 | [diff] [blame] | 644 | 'swarming': { |
| 645 | 'shards': 20, |
| 646 | }, |
| 647 | }, |
Lindsay Pasricha | 76f44d2 | 2021-04-07 16:16:26 | [diff] [blame] | 648 | 'Mac10.15 Tests': { |
| 649 | # crbug.com/1042757 |
| 650 | 'swarming': { |
| 651 | 'dimension_sets': [ |
| 652 | { |
| 653 | # These shards are liable to time out when running on macmini7,1. |
| 654 | 'cores': '8|12', |
| 655 | } |
| 656 | ], |
| 657 | }, |
| 658 | # crbug.com/1196416 |
| 659 | 'args': [ |
| 660 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 661 | ], |
| 662 | }, |
Lindsay Pasricha | f876259 | 2021-12-02 23:43:09 | [diff] [blame] | 663 | 'Mac11 Tests': { |
| 664 | 'ci_only': True, |
| 665 | }, |
Zhaoyang Li | 9357e1e1 | 2021-12-07 18:53:17 | [diff] [blame] | 666 | 'Mac11 Tests (dbg)': { |
| 667 | # crbug.com/1042757 |
| 668 | 'swarming': { |
| 669 | 'dimension_sets': [ |
| 670 | { |
| 671 | # These shards are liable to time out when running on macmini7,1. |
| 672 | 'cores': '8|12', |
| 673 | } |
| 674 | ], |
| 675 | }, |
| 676 | # crbug.com/1196416 |
| 677 | 'args': [ |
| 678 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac.mac-rel.browser_tests.filter', |
| 679 | ], |
| 680 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 681 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [
|