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 |
Ben Pastene | 7e98ea9d | 2024-02-08 00:44:41 | [diff] [blame] | 24 | # the bots behave similarly. whitespace |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 25 | { |
| 26 | 'android_webview_unittests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 27 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 28 | 'blink_web_tests': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 29 | 'modifications': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 30 | 'V8 Blink Linux Future': { |
| 31 | 'args': [ |
Brian Sheedy | 10ddf0a | 2021-08-16 23:19:07 | [diff] [blame] | 32 | '--flag-specific=future-js', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 33 | ], |
| 34 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 35 | 'devtools_frontend_linux_blink_light_rel': { |
| 36 | 'args': [ |
| 37 | 'http/tests/devtools', |
| 38 | ], |
| 39 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 40 | 'shards': 2, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 41 | }, |
| 42 | }, |
Takuto Ikuta | bace8f8 | 2022-01-26 23:47:47 | [diff] [blame] | 43 | 'devtools_frontend_linux_blink_light_rel_fastbuild': { |
| 44 | 'args': [ |
| 45 | 'http/tests/devtools', |
| 46 | ], |
| 47 | 'swarming': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 48 | 'shards': 2, |
Takuto Ikuta | bace8f8 | 2022-01-26 23:47:47 | [diff] [blame] | 49 | }, |
| 50 | }, |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 51 | }, |
| 52 | }, |
| 53 | 'blink_wpt_tests': { |
| 54 | 'remove_from': [ |
Weizhong Xia | 6d85a44 | 2022-06-23 17:17:06 | [diff] [blame] | 55 | 'devtools_frontend_linux_blink_light_rel', |
| 56 | 'devtools_frontend_linux_blink_light_rel_fastbuild', |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 57 | ], |
| 58 | 'modifications': { |
Weizhong Xia | 8b78642 | 2022-06-23 14:46:51 | [diff] [blame] | 59 | 'V8 Blink Linux Future': { |
| 60 | 'args': [ |
| 61 | '--flag-specific=future-js', |
| 62 | ], |
| 63 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 64 | }, |
| 65 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 66 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 67 | 'remove_from': [ |
yoshiki iguchi | 67bc244 | 2024-03-28 19:31:13 | [diff] [blame] | 68 | 'linux-chromeos-chrome-preuprev', # http://b/331706144 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 69 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 70 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 71 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 72 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 73 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 74 | }, |
| 75 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 76 | 'linux-chromeos-chrome': { |
Alison Gale | 47d1537d | 2024-04-19 21:31:46 | [diff] [blame] | 77 | # TODO(crbug.com/40614042): Promote out of experiment when the |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 78 | # tests are green. |
| 79 | 'args': [ |
| 80 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 81 | ], |
Ben Pastene | 3747309 | 2022-08-02 19:16:46 | [diff] [blame] | 82 | 'swarming': { |
| 83 | 'shards': 20, |
| 84 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 85 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 86 | }, |
| 87 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 88 | 'chrome_all_tast_tests': { |
| 89 | 'modifications': { |
Alvin Jia | 47a2803 | 2022-11-07 23:09:15 | [diff] [blame] | 90 | 'chromeos-eve-chrome': { |
| 91 | 'swarming': { |
Alvin Jia | 65de213 | 2023-07-23 22:27:12 | [diff] [blame] | 92 | # Increased timeout to 4 hours due to shard timeout. |
| 93 | 'hard_timeout': 14400, |
Alvin Jia | 47a2803 | 2022-11-07 23:09:15 | [diff] [blame] | 94 | } |
| 95 | }, |
Alison Gale | 71bd8f15 | 2024-04-26 22:38:20 | [diff] [blame] | 96 | # TODO(crbug.com/40727045): Move out of experimental if/when the bots are |
Ben Pastene | f85543f | 2022-06-24 17:50:02 | [diff] [blame] | 97 | # stable. |
| 98 | 'chromeos-jacuzzi-chrome': { |
| 99 | 'experiment_percentage': 100, |
| 100 | }, |
Alvin Jia | db3f7cd | 2023-06-08 19:00:00 | [diff] [blame] | 101 | 'chromeos-reven-chrome': { |
| 102 | 'args': [ |
| 103 | '--tast-shard-method=hash', |
| 104 | ], |
| 105 | }, |
Ben Pastene | 7a05a8f | 2020-11-12 17:25:51 | [diff] [blame] | 106 | }, |
| 107 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 108 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 109 | 'remove_from': [ |
yoshiki iguchi | 67bc244 | 2024-03-28 19:31:13 | [diff] [blame] | 110 | 'linux-chromeos-chrome-preuprev', # http://b/331706144 |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 111 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 112 | }, |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 113 | 'expected_color_pixel_gl_passthrough_ganesh_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 114 | 'replacements': { |
| 115 | 'Mac V8 FYI Release (Intel)': { |
| 116 | 'args': { |
| 117 | '--git-revision': '${got_cr_revision}', |
| 118 | }, |
| 119 | }, |
| 120 | }, |
| 121 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 122 | 'expected_color_pixel_metal_passthrough_ganesh_test': { |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 123 | 'replacements': { |
| 124 | 'Mac V8 FYI Release (Intel)': { |
| 125 | 'args': { |
| 126 | '--git-revision': '${got_cr_revision}', |
| 127 | }, |
| 128 | }, |
| 129 | }, |
| 130 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 131 | 'expected_color_pixel_metal_passthrough_graphite_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 132 | 'replacements': { |
| 133 | 'Mac V8 FYI Release (Intel)': { |
| 134 | 'args': { |
| 135 | '--git-revision': '${got_cr_revision}', |
| 136 | }, |
| 137 | }, |
| 138 | }, |
| 139 | }, |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 140 | 'expected_color_pixel_passthrough_graphite_test': { |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 141 | 'replacements': { |
| 142 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 143 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 144 | 'Win V8 FYI Release (NVIDIA)': { |
| 145 | 'args': { |
| 146 | '--git-revision': '${got_cr_revision}', |
| 147 | }, |
| 148 | }, |
| 149 | }, |
| 150 | }, |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 151 | 'expected_color_pixel_passthrough_test': { |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 152 | 'replacements': { |
| 153 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 154 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 155 | 'Linux V8 FYI Release (NVIDIA)': { |
| 156 | 'args': { |
| 157 | '--git-revision': '${got_cr_revision}', |
| 158 | }, |
| 159 | }, |
| 160 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 161 | 'args': { |
| 162 | '--git-revision': '${got_cr_revision}', |
| 163 | }, |
| 164 | }, |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 165 | 'Win V8 FYI Release (NVIDIA)': { |
| 166 | 'args': { |
| 167 | '--git-revision': '${got_cr_revision}', |
| 168 | }, |
| 169 | }, |
| 170 | }, |
| 171 | }, |
Brian Sheedy | 48c7973 | 2023-10-02 18:08:28 | [diff] [blame] | 172 | 'expected_color_pixel_passthrough_test JACUZZI_RELEASE_LKGM': { |
| 173 | 'modifications': { |
| 174 | 'ChromeOS FYI Release Skylab (jacuzzi)': { |
| 175 | 'args': [ |
| 176 | # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot |
| 177 | # automatically get the service account to authenticate with. |
| 178 | '--service-account=/creds/service_accounts/skylab-drone.json', |
| 179 | ], |
| 180 | }, |
| 181 | }, |
| 182 | }, |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 183 | 'expected_color_pixel_validating_test': { |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 184 | 'replacements': { |
| 185 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 186 | # use ${got_cr_revision}, which is only set on the V8 bots. |
Renuga Nanjappan | f50ed06 | 2024-11-08 10:25:04 | [diff] [blame] | 187 | 'Android V8 FYI Release': { |
Brian Sheedy | 50b3caf | 2023-07-11 19:26:49 | [diff] [blame] | 188 | 'args': { |
| 189 | '--git-revision': '${got_cr_revision}', |
| 190 | }, |
| 191 | }, |
| 192 | }, |
| 193 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 194 | 'info_collection_tests': { |
| 195 | 'remove_from': [ |
Renuga Nanjappan | f50ed06 | 2024-11-08 10:25:04 | [diff] [blame] | 196 | 'Android V8 FYI Release', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 197 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 198 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 199 | 'Mac V8 FYI Release (Intel)', |
| 200 | 'Win V8 FYI Release (NVIDIA)', |
| 201 | ], |
| 202 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 203 | 'interactive_ui_tests': { |
| 204 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 205 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 206 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 207 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 208 | }, |
| 209 | }, |
Alison Gale | 53c77f6 | 2024-04-22 15:16:27 | [diff] [blame] | 210 | # TODO(crbug.com/40630654): Remove these filters. |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 211 | 'linux-chromeos-chrome': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 212 | 'args': [ |
| 213 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 214 | ], |
| 215 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 216 | }, |
| 217 | }, |
Marco Georgaklis | 98b19297 | 2023-11-23 01:23:12 | [diff] [blame] | 218 | 'model_validation_tests MODEL_VALIDATION_BASE': { |
| 219 | 'modifications': { |
| 220 | 'optimization_guide-win32': { |
| 221 | 'args': [ |
| 222 | '--target-platform=win32', |
| 223 | ], |
| 224 | }, |
| 225 | }, |
| 226 | }, |
yoshiki iguchi | d1664ef | 2024-03-28 19:16:52 | [diff] [blame] | 227 | 'net_unittests RELEASE_LKGM': { |
Eriko Kurimoto | 051072a6 | 2024-01-22 10:53:40 | [diff] [blame] | 228 | # TODO(b/319364912): vpython cannot be delivered via CIPD on skylab builders |
| 229 | 'remove_from': [ |
yoshiki iguchi | c077bb0 | 2024-02-07 07:48:21 | [diff] [blame] | 230 | 'chromeos-brya-chrome-dchecks-skylab', |
Eriko Kurimoto | 051072a6 | 2024-01-22 10:53:40 | [diff] [blame] | 231 | 'chromeos-brya-chrome-skylab', |
Qijiang Fan | 0dfb45c | 2024-09-12 07:34:21 | [diff] [blame] | 232 | 'chromeos-brya-chrome-tests', |
Eriko Kurimoto | 051072a6 | 2024-01-22 10:53:40 | [diff] [blame] | 233 | ], |
| 234 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 235 | 'notification_helper_unittests': { |
| 236 | 'remove_from': [ |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 237 | # all these bots run Windows 7. |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 238 | 'ToTWinOfficial', |
Arthur Eubanks | 0c24b82 | 2021-06-15 18:51:34 | [diff] [blame] | 239 | 'ToTWinOfficial64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 240 | ], |
| 241 | }, |
Marco Georgaklis | e80c2b16 | 2024-02-07 20:28:29 | [diff] [blame] | 242 | 'ondevice_stability_tests AMD Radeon RX 5500 XT': { |
| 243 | 'modifications': { |
| 244 | 'optimization_guide-win32': { |
| 245 | 'args': [ |
| 246 | '--target-platform=win32', |
| 247 | ], |
| 248 | }, |
| 249 | }, |
| 250 | }, |
| 251 | 'ondevice_stability_tests Intel UHD 630': { |
Marco Georgaklis | 9bba30fe | 2024-02-12 18:30:51 | [diff] [blame] | 252 | 'modifications': { |
| 253 | 'optimization_guide-win32': { |
| 254 | 'args': [ |
| 255 | '--target-platform=win32', |
| 256 | ], |
| 257 | }, |
| 258 | }, |
Marco Georgaklis | e80c2b16 | 2024-02-07 20:28:29 | [diff] [blame] | 259 | }, |
Marco Georgaklis | c23c34f | 2024-02-08 21:03:17 | [diff] [blame] | 260 | 'ondevice_stability_tests NVIDIA GeForce GTX 1660': { |
| 261 | 'modifications': { |
| 262 | 'optimization_guide-win32': { |
| 263 | 'args': [ |
| 264 | '--target-platform=win32', |
| 265 | ], |
| 266 | }, |
| 267 | }, |
| 268 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 269 | 'ozone_unittests': { |
| 270 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 271 | 'linux-chromeos-chrome': { |
| 272 | 'args': [ |
| 273 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 274 | ], |
| 275 | }, |
yoshiki iguchi | a847bb10 | 2024-03-21 01:40:26 | [diff] [blame] | 276 | 'linux-chromeos-chrome-preuprev': { |
| 277 | 'args': [ |
| 278 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 279 | ], |
| 280 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 281 | }, |
| 282 | }, |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 283 | 'pixel_skia_gold_gl_passthrough_ganesh_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 284 | 'replacements': { |
| 285 | 'Mac V8 FYI Release (Intel)': { |
| 286 | 'args': { |
| 287 | '--git-revision': '${got_cr_revision}', |
| 288 | }, |
| 289 | }, |
| 290 | }, |
| 291 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 292 | 'pixel_skia_gold_metal_passthrough_ganesh_test': { |
Yuly Novikov | 3ed87d1b | 2023-08-04 19:09:36 | [diff] [blame] | 293 | 'replacements': { |
| 294 | 'Mac V8 FYI Release (Intel)': { |
| 295 | 'args': { |
| 296 | '--git-revision': '${got_cr_revision}', |
| 297 | }, |
| 298 | }, |
| 299 | }, |
| 300 | }, |
Yuly Novikov | 322b57f | 2023-08-21 23:25:09 | [diff] [blame] | 301 | 'pixel_skia_gold_metal_passthrough_graphite_test': { |
Yuly Novikov | 8e05ea7 | 2023-07-31 17:10:34 | [diff] [blame] | 302 | 'replacements': { |
| 303 | 'Mac V8 FYI Release (Intel)': { |
| 304 | 'args': { |
| 305 | '--git-revision': '${got_cr_revision}', |
| 306 | }, |
| 307 | }, |
| 308 | }, |
| 309 | }, |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 310 | 'pixel_skia_gold_passthrough_graphite_test': { |
Yuly Novikov | badd224 | 2024-12-16 19:23:45 | [diff] [blame] | 311 | 'modifications': { |
| 312 | 'Win V8 FYI Release (NVIDIA)': { |
| 313 | 'args': [ |
| 314 | # TODO(crbug.com/382422293): Remove when fixed |
| 315 | '--jobs=1', |
| 316 | ], |
| 317 | }, |
| 318 | }, |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 319 | 'replacements': { |
| 320 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 321 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 322 | 'Win V8 FYI Release (NVIDIA)': { |
| 323 | 'args': { |
| 324 | '--git-revision': '${got_cr_revision}', |
Yuly Novikov | badd224 | 2024-12-16 19:23:45 | [diff] [blame] | 325 | # Magic substitution happens after regular replacement, so remove it |
| 326 | # now since we are manually applying the number of jobs above. |
| 327 | '$$MAGIC_SUBSTITUTION_GPUParallelJobs': None, |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 328 | }, |
| 329 | }, |
| 330 | }, |
| 331 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 332 | 'pixel_skia_gold_passthrough_test': { |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 333 | 'modifications': { |
| 334 | 'Win V8 FYI Release (NVIDIA)': { |
| 335 | 'args': [ |
| 336 | # TODO(crbug.com/382422293): Remove when fixed |
| 337 | '--jobs=1', |
| 338 | ], |
| 339 | }, |
| 340 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 341 | 'replacements': { |
| 342 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 343 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 344 | 'Linux V8 FYI Release (NVIDIA)': { |
| 345 | 'args': { |
| 346 | '--git-revision': '${got_cr_revision}', |
| 347 | }, |
| 348 | }, |
| 349 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 350 | 'args': { |
| 351 | '--git-revision': '${got_cr_revision}', |
| 352 | }, |
| 353 | }, |
| 354 | 'Win V8 FYI Release (NVIDIA)': { |
| 355 | 'args': { |
| 356 | '--git-revision': '${got_cr_revision}', |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 357 | # Magic substitution happens after regular replacement, so remove it |
| 358 | # now since we are manually applying the number of jobs above. |
| 359 | '$$MAGIC_SUBSTITUTION_GPUParallelJobs': None, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 360 | }, |
| 361 | }, |
| 362 | }, |
| 363 | }, |
Brian Sheedy | 48c7973 | 2023-10-02 18:08:28 | [diff] [blame] | 364 | 'pixel_skia_gold_passthrough_test JACUZZI_RELEASE_LKGM': { |
| 365 | 'modifications': { |
| 366 | 'ChromeOS FYI Release Skylab (jacuzzi)': { |
| 367 | 'args': [ |
| 368 | # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot |
| 369 | # automatically get the service account to authenticate with. |
| 370 | '--service-account=/creds/service_accounts/skylab-drone.json', |
| 371 | ], |
| 372 | }, |
| 373 | }, |
| 374 | }, |
Jonah Ryan-Davis | 832c846 | 2020-06-09 03:45:03 | [diff] [blame] | 375 | 'pixel_skia_gold_validating_test': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 376 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 377 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 378 | # use ${got_cr_revision}, which is only set on the V8 bots. |
Renuga Nanjappan | f50ed06 | 2024-11-08 10:25:04 | [diff] [blame] | 379 | 'Android V8 FYI Release': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 380 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 381 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 382 | }, |
| 383 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 384 | }, |
| 385 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 386 | 'telemetry_perf_unittests': { |
| 387 | 'modifications': { |
Ben Pastene | 69400eb | 2021-03-25 19:27:16 | [diff] [blame] | 388 | 'chromeos-eve-chrome': { |
| 389 | 'args': [ |
Alison Gale | 81f4f2c | 2024-04-22 19:33:31 | [diff] [blame] | 390 | # TODO(crbug.com/40756418): Re-enable. |
Ben Pastene | 69400eb | 2021-03-25 19:27:16 | [diff] [blame] | 391 | '--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.wasmpspdfkit', |
| 392 | ], |
| 393 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 394 | }, |
| 395 | 'remove_from': [ |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 396 | 'Linux - Future (dbg)', # client.v8.chromium |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 397 | ], |
| 398 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 399 | 'telemetry_unittests': { |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 400 | 'remove_from': [ |
Alison Gale | 71bd8f15 | 2024-04-26 22:38:20 | [diff] [blame] | 401 | # TODO(crbug.com/40727045): Restore when there's more DUTs |
Ben Pastene | 7f1ded3a4 | 2022-06-08 17:01:59 | [diff] [blame] | 402 | 'chromeos-eve-chrome', |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 403 | ], |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 404 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 405 | 'unit_tests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 406 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 407 | 'linux-chromeos-chrome': { |
| 408 | 'args': [ |
| 409 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter', |
| 410 | ], |
| 411 | }, |
yoshiki iguchi | a847bb10 | 2024-03-21 01:40:26 | [diff] [blame] | 412 | 'linux-chromeos-chrome-preuprev': { |
| 413 | 'args': [ |
| 414 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter', |
| 415 | ], |
| 416 | }, |
Kuan Huang | d1af19fa | 2024-09-26 23:18:13 | [diff] [blame] | 417 | }, |
| 418 | }, |
Hao Wu | 77dd1ab | 2022-04-29 21:36:20 | [diff] [blame] | 419 | 'variations_smoke_tests': { |
| 420 | 'modifications': { |
Hao Wu | d38c234 | 2022-06-09 02:03:47 | [diff] [blame] | 421 | 'linux-chrome': { |
| 422 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 423 | 'dimensions': { |
| 424 | 'pool': 'chrome.tests.finch', |
| 425 | }, |
Hao Wu | d38c234 | 2022-06-09 02:03:47 | [diff] [blame] | 426 | }, |
| 427 | }, |
Hao Wu | 77dd1ab | 2022-04-29 21:36:20 | [diff] [blame] | 428 | 'win-chrome': { |
| 429 | 'experiment_percentage': 100, |
Hao Wu | d38c234 | 2022-06-09 02:03:47 | [diff] [blame] | 430 | 'swarming': { |
Garrett Beaty | ade673d | 2023-08-04 22:00:25 | [diff] [blame] | 431 | 'dimensions': { |
| 432 | 'pool': 'chrome.tests.finch', |
| 433 | }, |
Hao Wu | d38c234 | 2022-06-09 02:03:47 | [diff] [blame] | 434 | }, |
Hao Wu | 77dd1ab | 2022-04-29 21:36:20 | [diff] [blame] | 435 | }, |
| 436 | }, |
| 437 | }, |
Brian Sheedy | 45935b4 | 2022-12-14 23:21:46 | [diff] [blame] | 438 | 'vulkan_pixel_skia_gold_test': { |
| 439 | 'replacements': { |
| 440 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 441 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 442 | 'Linux V8 FYI Release (NVIDIA)': { |
| 443 | 'args': { |
| 444 | '--git-revision': '${got_cr_revision}', |
| 445 | }, |
| 446 | }, |
Brian Sheedy | d797302 | 2023-01-03 14:15:09 | [diff] [blame] | 447 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 448 | 'args': { |
| 449 | '--git-revision': '${got_cr_revision}', |
| 450 | }, |
| 451 | }, |
| 452 | 'Mac V8 FYI Release (Intel)': { |
| 453 | 'args': { |
| 454 | '--git-revision': '${got_cr_revision}', |
| 455 | }, |
| 456 | }, |
| 457 | 'Win V8 FYI Release (NVIDIA)': { |
| 458 | 'args': { |
| 459 | '--git-revision': '${got_cr_revision}', |
| 460 | }, |
| 461 | }, |
Brian Sheedy | 45935b4 | 2022-12-14 23:21:46 | [diff] [blame] | 462 | }, |
| 463 | }, |
Brian Sheedy | d797302 | 2023-01-03 14:15:09 | [diff] [blame] | 464 | 'webgl2_conformance_d3d11_passthrough_tests': { |
| 465 | 'remove_from': [ |
| 466 | # Removed from V8 builder since WebGL 1 should provide reasonable |
| 467 | # upstream test coverage without the capacity hit from WebGL 2. |
| 468 | 'Win V8 FYI Release (NVIDIA)', |
| 469 | ], |
| 470 | }, |
Yuly Novikov | 9633310 | 2023-12-06 19:27:51 | [diff] [blame] | 471 | 'webgl2_conformance_gl_passthrough_ganesh_tests': { |
| 472 | 'remove_from': [ |
| 473 | 'Mac V8 FYI Release (Intel)', |
| 474 | ], |
| 475 | }, |
Yuly Novikov | 19bc4c33 | 2022-10-17 18:45:06 | [diff] [blame] | 476 | 'webgl2_conformance_gl_passthrough_tests': { |
| 477 | 'remove_from': [ |
Brian Sheedy | d797302 | 2023-01-03 14:15:09 | [diff] [blame] | 478 | # Removed from V8 builders since WebGL 1 should provide reasonable |
| 479 | # upstream test coverage without the capacity hit from WebGL 2. |
Brian Sheedy | d797302 | 2023-01-03 14:15:09 | [diff] [blame] | 480 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Yuly Novikov | 19bc4c33 | 2022-10-17 18:45:06 | [diff] [blame] | 481 | ], |
| 482 | }, |
Yuly Novikov | 9633310 | 2023-12-06 19:27:51 | [diff] [blame] | 483 | 'webgl2_conformance_metal_passthrough_graphite_tests': { |
Kenneth Russell | 18fff67f | 2021-11-05 23:45:11 | [diff] [blame] | 484 | 'remove_from': [ |
Brian Sheedy | d797302 | 2023-01-03 14:15:09 | [diff] [blame] | 485 | # Removed from V8 builders since WebGL 1 should provide reasonable |
| 486 | # upstream test coverage without the capacity hit from WebGL 2. |
| 487 | 'Mac V8 FYI Release (Intel)', |
Kenneth Russell | 18fff67f | 2021-11-05 23:45:11 | [diff] [blame] | 488 | ], |
Kenneth Russell | 984f2f1 | 2020-12-15 23:23:35 | [diff] [blame] | 489 | }, |
Yuly Novikov | a4dbbbbce | 2024-12-10 21:41:19 | [diff] [blame] | 490 | 'webgl_conformance_vulkan_passthrough_tests': { |
| 491 | 'remove_from': [ |
| 492 | # TODO(crbug.com/380431384): Re-enable when fixed |
| 493 | 'Win V8 FYI Release (NVIDIA)', |
| 494 | ], |
| 495 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 496 | } |