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 | ], |
James Shen | 9e4c19e | 2022-04-15 17:57:50 | [diff] [blame] | 108 | 'modifications': { |
| 109 | 'android-12-x64-rel': { |
| 110 | 'swarming': { |
| 111 | 'shards': 3, |
| 112 | }, |
| 113 | }, |
| 114 | 'android-marshmallow-x86-rel': { |
| 115 | 'swarming': { |
| 116 | 'shards': 3, |
| 117 | }, |
| 118 | }, |
| 119 | }, |
Sven Zheng | c60debc | 2020-09-10 18:40:52 | [diff] [blame] | 120 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 121 | 'android_webview_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 122 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 123 | 'angle_end2end_tests': { |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 124 | 'modifications': { |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 125 | 'win10-angle-x64-intel': { |
| 126 | 'args': [ |
| 127 | '--max-processes=1', |
| 128 | ], |
| 129 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 130 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 131 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 132 | 'angle_unittests': { |
| 133 | 'remove_from': [ |
| 134 | # On Android, these are already run on the main waterfall. |
| 135 | 'Android FYI Release (Nexus 5X)', |
Yuly Novikov | c1117ae8 | 2021-01-15 22:33:36 | [diff] [blame] | 136 | # Times out listing tests crbug.com/1167314 |
| 137 | 'android-asan', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 138 | # Does not currently work on Lacros configurations. |
Junhua Chen | 39dd2dba | 2021-05-05 17:51:54 | [diff] [blame] | 139 | 'linux-lacros-code-coverage', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 140 | 'linux-lacros-tester-rel', |
| 141 | 'linux-lacros-tester-fyi-rel', |
Yuke Liao | f27ebe5 | 2021-08-05 22:12:40 | [diff] [blame] | 142 | 'linux-lacros-dbg-tests-fyi', |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 143 | ], |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 144 | 'modifications': { |
| 145 | # anglebug.com/6894 |
| 146 | 'fuchsia-fyi-x64-asan': { |
| 147 | 'args': [ |
| 148 | # crbug.com/ |
| 149 | '--gtest_filter=-ConstructCompilerTest.DefaultParameters', |
| 150 | ], |
| 151 | }, |
| 152 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 153 | }, |
| 154 | 'angle_white_box_tests': { |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 155 | 'modifications': { |
Yuly Novikov | 80d2e67 | 2021-02-13 00:16:04 | [diff] [blame] | 156 | 'win10-angle-x64-intel': { |
| 157 | 'args': [ |
| 158 | '--max-processes=1', |
| 159 | ], |
| 160 | }, |
Yuly Novikov | 60cbf64 | 2020-11-19 20:43:15 | [diff] [blame] | 161 | }, |
Jamie Madill | c9ae75d | 2020-10-23 19:19:48 | [diff] [blame] | 162 | }, |
Sven Zheng | ef0d087 | 2022-04-04 22:13:29 | [diff] [blame] | 163 | 'aura_unittests amd64-generic': { |
Yuke Liao | b6beaeca | 2021-04-29 23:41:51 | [diff] [blame] | 164 | 'remove_from': [ |
| 165 | # TODO(crbug.com/1204231): Re-enable. |
| 166 | 'lacros-amd64-generic-rel', |
| 167 | ] |
| 168 | }, |
Sven Zheng | ef0d087 | 2022-04-04 22:13:29 | [diff] [blame] | 169 | 'aura_unittests eve': { |
Yuke Liao | 79a8cf5 | 2021-06-11 18:14:34 | [diff] [blame] | 170 | 'remove_from': [ |
| 171 | # TODO(crbug.com/1204231): Re-enable. |
| 172 | 'lacros-amd64-generic-rel', |
| 173 | ] |
| 174 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 175 | 'base_unittests': { |
| 176 | 'modifications': { |
Haiyang Pan | 9d68ca0 | 2021-08-04 21:30:47 | [diff] [blame] | 177 | 'android-11-x86-rel': { |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 178 | 'args': [ |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 179 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 180 | ], |
| 181 | }, |
Haiyang Pan | 2a55a45 | 2022-03-03 08:18:33 | [diff] [blame] | 182 | 'android-12-x64-rel': { |
Haiyang Pan | c08d0221 | 2021-10-18 18:58:38 | [diff] [blame] | 183 | 'args': [ |
| 184 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter', |
| 185 | '--gtest_filter=-ModuleCacheTest.CheckAgainstProcMaps', # crbug.com/1260521 |
Haiyang Pan | c7c009e | 2021-03-18 19:31:23 | [diff] [blame] | 186 | ], |
| 187 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 188 | 'fuchsia-code-coverage': { |
| 189 | 'swarming': { |
| 190 | 'shards': 5, |
| 191 | }, |
| 192 | }, |
Chong Gu | a10cd30 | 2022-01-14 19:22:19 | [diff] [blame] | 193 | 'fuchsia-fyi-x64-asan': { |
| 194 | 'args': [ |
| 195 | '--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.lsan.base_unittests.filter', |
| 196 | ], |
| 197 | }, |
Chong Gu | df7fbe9 | 2021-02-24 02:55:58 | [diff] [blame] | 198 | }, |
| 199 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 200 | 'blink_platform_unittests': { |
| 201 | 'modifications': { |
Haiyang Pan | fbd2b48 | 2020-09-23 23:41:25 | [diff] [blame] | 202 | 'android-pie-arm64-rel': { |
| 203 | # TODO(crbug.com/1111436): Move this back to walleye if/when additional |
| 204 | # capacity has been deployed. |
| 205 | 'swarming': { |
| 206 | 'dimension_sets': [ |
| 207 | { |
| 208 | 'device_type': 'sailfish', |
| 209 | }, |
| 210 | ], |
| 211 | }, |
| 212 | }, |
Chong Gu | 5248145 | 2021-04-02 17:52:41 | [diff] [blame] | 213 | 'fuchsia-code-coverage': { |
| 214 | 'swarming': { |
| 215 | 'shards': 5, |
| 216 | }, |
| 217 | }, |
Haiyang Pan | 363c59a | 2020-07-23 05:47:04 | [diff] [blame] | 218 | }, |
| 219 | }, |
Chong Gu | 7604641 | 2021-09-22 17:49:21 | [diff] [blame] | 220 | 'blink_unittests': { |
Chong Gu | c2d145e | 2021-03-31 19:55:34 | [diff] [blame] | 221 | 'modifications': { |
| 222 | 'fuchsia-code-coverage': { |
| 223 | 'swarming': { |
| 224 | 'shards': 30, |
| 225 | }, |
| 226 | }, |
| 227 | }, |
| 228 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 229 | 'blink_web_tests': { |
| 230 | 'remove_from': [ |
Ilia Samsonov | ca3dfd5 | 2020-08-07 18:39:01 | [diff] [blame] | 231 | 'Mac10.11 Tests', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 232 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 233 | 'Win10 Tests x64 (dbg)', |
| 234 | ], |
| 235 | 'modifications': { |
| 236 | 'Fuchsia x64': { |
| 237 | 'args': [ |
| 238 | '--platform=fuchsia', |
Weizhong Xia | 3fdef5ca | 2022-01-04 21:50:20 | [diff] [blame] | 239 | '--jobs=1', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 240 | ], |
| 241 | 'swarming': { |
| 242 | 'shards': 1, |
| 243 | }, |
| 244 | }, |
| 245 | 'Linux Tests': { |
| 246 | "args": [ |
| 247 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 248 | ], |
Struan Shrimpton | 57c594e4 | 2022-01-25 17:59:13 | [diff] [blame] | 249 | 'swarming': { |
| 250 | 'quickrun_shards': 18, |
| 251 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 252 | }, |
| 253 | 'Linux Tests (dbg)(1)': { |
| 254 | 'args': [ |
| 255 | '--debug', |
| 256 | ], |
| 257 | 'swarming': { |
Sven Zheng | 439fcdf | 2021-07-13 20:14:57 | [diff] [blame] | 258 | 'shards': 30, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 259 | }, |
| 260 | }, |
Lindsay Pasricha | 2a3898bb | 2022-02-08 23:21:25 | [diff] [blame] | 261 | # TODO (crbug.com/1294574) Re-enable once fixed |
| 262 | 'Mac Builder Next': { |
| 263 | 'experiment_percentage': 0, |
| 264 | }, |
Xianzhu Wang | e6dec15 | 2021-08-02 19:54:53 | [diff] [blame] | 265 | 'Mac10.12 Tests': { |
| 266 | 'swarming': { |
| 267 | 'shards': 25, |
| 268 | }, |
| 269 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 270 | 'Mac10.13 Tests': { |
| 271 | 'swarming': { |
| 272 | 'dimension_sets': [ |
| 273 | { |
Erik Staab | 59591f3 | 2020-08-25 23:07:07 | [diff] [blame] | 274 | 'gpu': None, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 275 | }, |
| 276 | ], |
| 277 | 'shards': 25, |
| 278 | }, |
| 279 | }, |
Zhaoyang Li | 69e2e00 | 2021-02-19 21:57:35 | [diff] [blame] | 280 | 'Mac10.15 Tests': { |
| 281 | 'swarming': { |
| 282 | 'dimension_sets': [ |
|
|