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 | # |
| 16 | # The goal is to drive the number of exceptions to zero, to make all |
| 17 | # the bots behave similarly. |
| 18 | { |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 19 | 'android_browsertests': { |
| 20 | 'modifications': { |
| 21 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 22 | 'args': [ |
| 23 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 24 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 25 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 26 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 27 | 'args': [ |
| 28 | '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001 |
| 29 | ], |
| 30 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 31 | }, |
| 32 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 33 | 'android_webview_unittests': { |
| 34 | 'remove_from': [ |
John Budorick | 826d5ed | 2017-12-28 19:27:32 | [diff] [blame] | 35 | # On chromium.android, these do not need to run prior to M. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 36 | 'android-lollipop-arm-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 37 | 'android-code-coverage-native', # crbug/1018434 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 38 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 39 | }, |
Arthur Wang | feb0f1a | 2020-06-18 02:05:55 | [diff] [blame] | 40 | 'android_wpr_record_replay_tests': { |
| 41 | # crbug/1060399: only enable wpr tests on marshmallow CI bot |
| 42 | # due to the restriction that render test only works on marshamllow. |
| 43 | 'modifications': { |
| 44 | 'Marshmallow 64 bit Tester': { |
| 45 | 'experiment_percentage': 100, # https://crbug.com/1060399 |
| 46 | }, |
| 47 | }, |
| 48 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 49 | 'angle_end2end_tests': { |
| 50 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 51 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 52 | 'Android FYI Release (Nexus 5)', |
| 53 | 'Android FYI Release (Nexus 6)', |
| 54 | 'Android FYI Release (Nexus 9)', |
| 55 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 56 | 'Linux FYI Release (AMD R7 240)', |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 57 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 58 | 'Linux FYI Debug (NVIDIA)', |
| 59 | 'Linux FYI GPU TSAN Release', |
jonross | fb1c61b7 | 2019-11-19 01:43:59 | [diff] [blame] | 60 | # Disabling on RX 550 as we are currently qualifying the card and not |
| 61 | # checking for regressions. crbug.com/1025745 |
| 62 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 63 | ], |
| 64 | }, |
| 65 | 'angle_perftests': { |
| 66 | 'remove_from': [ |
Yuly Novikov | 04baee6d | 2018-12-21 21:22:21 | [diff] [blame] | 67 | 'Android FYI Release (Nexus 5)', # crbug.com/915429 |
Nico Weber | 521565b | 2018-07-12 22:50:16 | [diff] [blame] | 68 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 69 | 'Linux FYI GPU TSAN Release', # crbug.com/950542 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 70 | ], |
| 71 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 72 | 'angle_unittests': { |
| 73 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 74 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 75 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 76 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 77 | 'modifications': { |
| 78 | 'Linux ASan LSan Tests (1)': { |
| 79 | 'swarming': { |
| 80 | 'shards': 10, |
| 81 | }, |
| 82 | }, |
| 83 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 84 | }, |
Saman Sami | 8e2eedaa | 2019-12-18 20:23:07 | [diff] [blame] | 85 | 'angle_white_box_tests': { |
| 86 | 'remove_from': [ |
| 87 | # https://crbug.com/1035178 |
| 88 | 'Win10 FYI x64 Release (AMD RX 550)', |
| 89 | # https://crbug.com/1035461 |
| 90 | 'Linux FYI GPU TSAN Release', |
| 91 | ], |
| 92 | }, |
Ben Pastene | e082e1cf | 2020-06-24 18:31:18 | [diff] [blame] | 93 | 'base_unittests': { |
| 94 | 'modifications': { |
| 95 | # TODO(crbug.com/1057152): Turn on flashing for all CrOS device tests. |
| 96 | 'chromeos-eve-chrome': { |
| 97 | 'args': [ |
| 98 | '--flash', |
| 99 | ], |
| 100 | }, |
| 101 | 'chromeos-kevin-chrome': { |
| 102 | 'args': [ |
| 103 | '--flash', |
| 104 | ], |
| 105 | }, |
| 106 | }, |
| 107 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 108 | 'blink_web_tests': { |
| 109 | 'remove_from': [ |
| 110 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 111 | 'Win10 Tests x64 (dbg)', |
| 112 | ], |
| 113 | 'modifications': { |
| 114 | 'Fuchsia x64': { |
| 115 | 'args': [ |
| 116 | '--platform=fuchsia', |
| 117 | ], |
| 118 | 'swarming': { |
| 119 | 'shards': 1, |
| 120 | }, |
| 121 | }, |
| 122 | 'Linux Tests': { |
| 123 | "args": [ |
| 124 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 125 | ], |
| 126 | }, |
| 127 | 'Linux Tests (dbg)(1)': { |
| 128 | 'args': [ |
| 129 | '--debug', |
| 130 | ], |
| 131 | 'swarming': { |
| 132 | 'shards': 20, |
| 133 | }, |
| 134 | }, |
| 135 | 'Mac10.10 Tests': { |
| 136 | # TODO(kbr): this is essentially redundant. |
| 137 | 'swarming': { |
| 138 | 'dimension_sets': [ |
| 139 | { |
| 140 | 'gpu': 'none', |
| 141 | 'os': 'Mac-10.10.5', |
| 142 | }, |
| 143 | ], |
| 144 | 'shards': 25, |
| 145 | }, |
| 146 | }, |
| 147 | 'Mac10.11 Tests': { |
| 148 | # TODO(kbr): this is essentially redundant. |
| 149 | 'swarming': { |
| 150 | 'dimension_sets': [ |
| 151 | { |
| 152 | 'gpu': 'none', |
| 153 | 'os': 'Mac-10.11.6', |
| 154 | }, |
| 155 | ], |
| 156 | 'shards': 25, |
| 157 | }, |
| 158 | }, |
| 159 | 'Mac10.12 Tests': { |
| 160 | 'swarming': { |
| 161 | 'shards': 25, |
| 162 | }, |
| 163 | }, |
| 164 | 'Mac10.13 Tests': { |
| 165 | 'swarming': { |
| 166 | 'dimension_sets': [ |
| 167 | { |
| 168 | # Run the layout tests on a consistent set of hardware |
| 169 | # (Mac Minis). |
| 170 | 'gpu': '8086:0a2e', |
| 171 | }, |
| 172 | ], |
| 173 | 'shards': 25, |
| 174 | }, |
| 175 | }, |
| 176 | 'Mac10.13 Tests (dbg)': { |
| 177 | 'args': [ |
| 178 | '--debug', |
| 179 | ], |
John Budorick | d3375fa | 2020-03-17 20:49:11 | [diff] [blame] | 180 | 'swarming': { |
| 181 | 'shards': 25, |
| 182 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 183 | }, |
| 184 | 'V8 Blink Linux Debug': { |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 185 | # This builder compiles Chromium in release mode, but V8 in debug. |
| 186 | # TODO(machenbach): Change name and out directory of this builder to |
| 187 | # something less confusing. |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 188 | 'args': [ |
Michael Achenbach | 455d3924 | 2020-06-22 13:33:45 | [diff] [blame] | 189 | '-t', |
| 190 | 'Debug', |
| 191 | '--release', |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 192 | ], |
| 193 | }, |
| 194 | 'V8 Blink Linux Future': { |
| 195 | 'args': [ |
| 196 | '--additional-driver-flag=--js-flags=--future', |
| 197 | ], |
| 198 | }, |
| 199 | 'WebKit Linux ASAN': { |
| 200 | 'args': [ |
| 201 | '--additional-expectations', |
| 202 | '../../third_party/blink/web_tests/ASANExpectations', |
| 203 | '--time-out-ms', |
| 204 | '48000', |
| 205 | '--enable-sanitizer', |
| 206 | ], |
| 207 | 'swarming': { |
| 208 | 'shards': 20, |
| 209 | }, |
| 210 | }, |
| 211 | 'WebKit Linux Leak': { |
| 212 | 'args': [ |
| 213 | '--additional-expectations', |
| 214 | '../../third_party/blink/web_tests/LeakExpectations', |
| 215 | '--time-out-ms', |
| 216 | '48000', |
| 217 | '--enable-leak-detection', |
| 218 | ], |
| 219 | 'swarming': { |
| 220 | 'shards': 10, |
| 221 | }, |
| 222 | }, |
| 223 | 'WebKit Linux MSAN': { |
| 224 | 'args': [ |
| 225 | '--additional-expectations', |
| 226 | '../../third_party/blink/web_tests/MSANExpectations', |
| 227 | '--time-out-ms', |
| 228 | '66000', |
| 229 | '--enable-sanitizer', |
| 230 | ], |
| 231 | 'swarming': { |
| 232 | 'expiration': 36000, |
| 233 | 'hard_timeout': 10800, |
| 234 | 'io_timeout': 3600, |
| 235 | 'shards': 20, |
| 236 | }, |
| 237 | }, |
| 238 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 239 | 'args': [ |
| 240 | '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint', |
| 241 | ], |
| 242 | }, |
| 243 | 'WebKit Linux layout_ng_disabled Builder': { |
| 244 | 'args': [ |
| 245 | '--additional-driver-flag=--disable-blink-features=LayoutNG', |
| 246 | ], |
| 247 | }, |
| 248 | 'Win10 Tests x64': { |
| 249 | 'args': [ |
| 250 | '--target', |
| 251 | 'Release_x64', |
| 252 | ], |
| 253 | 'swarming': { |
| 254 | "shards": 28 |
| 255 | }, |
| 256 | }, |
| 257 | 'Win10 Tests x64 (dbg)': { |
| 258 | 'args': [ |
| 259 | '--debug', |
| 260 | '--target', |
| 261 | 'Debug_x64', |
| 262 | ], |
| 263 | }, |
| 264 | 'Win10 Tests x64 Code Coverage': { |
| 265 | 'args': [ |
| 266 | '--target', |
| 267 | 'Release_x64', |
| 268 | ], |
| 269 | 'swarming': { |
| 270 | "shards": 28 |
| 271 | }, |
| 272 | }, |
| 273 | 'Win7 Tests (dbg)(1)': { |
| 274 | 'args': [ |
| 275 | '--debug', |
| 276 | '--time-out-ms', |
| 277 | '60000' |
| 278 | ], |
| 279 | 'experiment_percentage': 100, |
| 280 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 281 | # from prefered_os_dimension in |
| 282 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 283 | # Swarming dimensions would be either specified for all testers on the |
| 284 | # waterfall (and therefore, explicitly specified for all tests in the |
| 285 | # generated JSON), or this would be removed, and the implicit one used. |
| 286 | 'swarming': { |
| 287 | 'dimension_sets': [ |
| 288 | { |
| 289 | 'os': 'Windows-7-SP1', |
| 290 | } |
| 291 | ], |
| 292 | }, |
| 293 | }, |
| 294 | # tryserver.chromium.android |
| 295 | 'android_blink_rel': { |
| 296 | 'args': [ |
| 297 | '--release', |
| 298 | '--android', |
| 299 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 300 | # Android. Remove this when it no longer affects Android crash |
| 301 | # log handling. |
| 302 | '--disable-breakpad', |
| 303 | # TODO(crbug.com/875172): run on the real GPU since the |
| 304 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 305 | '--additional-driver-flag=--use-gpu-in-tests', |
| 306 | ], |
| 307 | }, |
| 308 | 'devtools_frontend_linux_blink_light_rel': { |
| 309 | 'args': [ |
| 310 | 'http/tests/devtools', |
| 311 | ], |
| 312 | 'swarming': { |
| 313 | 'shards': 4, |
| 314 | }, |
| 315 | }, |
| 316 | 'fuchsia-fyi-x64-rel': { |
| 317 | 'args': [ |
| 318 | '--platform=fuchsia', |
| 319 | ], |
| 320 | 'swarming': { |
| 321 | 'shards': 1, |
| 322 | }, |
| 323 | }, |
Mathias Carlen | 30968a6 | 2020-03-31 08:47:04 | [diff] [blame] | 324 | 'linux-autofill-assistant': { |
| 325 | 'args': [ |
| 326 | '--release', |
| 327 | ], |
| 328 | }, |
Yuzu Saijo | 9709bcc | 2020-03-18 09:12:20 | [diff] [blame] | 329 | 'linux-bfcache-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 330 | 'args': [ |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 331 | '--additional-driver-flag=--enable-features=BackForwardCache', |
| 332 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache', |
| 333 | ], |
| 334 | }, |
| 335 | 'linux-blink-animation-use-time-delta': { |
| 336 | 'args': [ |
| 337 | '--debug', |
| 338 | ], |
| 339 | }, |
| 340 | 'linux-blink-cors-rel': { |
| 341 | 'args': [ |
| 342 | '--additional-driver-flag=--disable-features=OutOfBlinkCors', |
| 343 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors', |
| 344 | ], |
| 345 | }, |
| 346 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 347 | 'args': [ |
| 348 | '--release', |
| 349 | '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking', |
| 350 | ], |
| 351 | }, |
| 352 | 'linux-code-coverage': { |
| 353 | 'args': [ |
| 354 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 355 | ], |
| 356 | 'swarming': { |
| 357 | 'shards': 20, |
| 358 | }, |
| 359 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 360 | 'linux-layout-tests-edit-ng': { |
| 361 | 'args': [ |
Yoshifumi Inoue | bebca26 | 2020-04-08 22:03:49 | [diff] [blame] | 362 | '--additional-driver-flag=--enable-blink-features=EditingNG', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 363 | ], |
| 364 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 365 | 'linux-layout-tests-fragment-item': { |
| 366 | 'args': [ |
| 367 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem', |
| 368 | ], |
| 369 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 370 | 'mac10.10-blink-rel-dummy': { |
| 371 | 'swarming': { |
| 372 | 'shards': 20, |
| 373 | }, |
| 374 | }, |
| 375 | 'mac10.11-blink-rel-dummy': { |
| 376 | 'swarming': { |
| 377 | 'shards': 20, |
| 378 | }, |
| 379 | }, |
| 380 | 'mac10.12-blink-rel-dummy': { |
| 381 | 'swarming': { |
| 382 | 'shards': 20, |
|
|