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 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 40 | 'angle_end2end_tests': { |
| 41 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 42 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 43 | 'Android FYI Release (Nexus 5)', |
| 44 | 'Android FYI Release (Nexus 6)', |
| 45 | 'Android FYI Release (Nexus 9)', |
| 46 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 47 | 'Linux FYI Release (AMD R7 240)', |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 48 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 49 | 'Linux FYI Debug (NVIDIA)', |
| 50 | 'Linux FYI GPU TSAN Release', |
jonross | fb1c61b7 | 2019-11-19 01:43:59 | [diff] [blame] | 51 | # Disabling on RX 550 as we are currently qualifying the card and not |
| 52 | # checking for regressions. crbug.com/1025745 |
| 53 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 54 | ], |
| 55 | }, |
| 56 | 'angle_perftests': { |
| 57 | 'remove_from': [ |
Yuly Novikov | 04baee6d | 2018-12-21 21:22:21 | [diff] [blame] | 58 | 'Android FYI Release (Nexus 5)', # crbug.com/915429 |
Nico Weber | 521565b | 2018-07-12 22:50:16 | [diff] [blame] | 59 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 60 | 'Linux FYI GPU TSAN Release', # crbug.com/950542 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 61 | ], |
| 62 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 63 | 'angle_unittests': { |
| 64 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 65 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 66 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 67 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 68 | 'modifications': { |
| 69 | 'Linux ASan LSan Tests (1)': { |
| 70 | 'swarming': { |
| 71 | 'shards': 10, |
| 72 | }, |
| 73 | }, |
| 74 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 75 | }, |
Saman Sami | 8e2eedaa | 2019-12-18 20:23:07 | [diff] [blame] | 76 | 'angle_white_box_tests': { |
| 77 | 'remove_from': [ |
| 78 | # https://crbug.com/1035178 |
| 79 | 'Win10 FYI x64 Release (AMD RX 550)', |
| 80 | # https://crbug.com/1035461 |
| 81 | 'Linux FYI GPU TSAN Release', |
| 82 | ], |
| 83 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 84 | 'blink_web_tests': { |
| 85 | 'remove_from': [ |
| 86 | 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests. |
| 87 | 'Win10 Tests x64 (dbg)', |
| 88 | ], |
| 89 | 'modifications': { |
| 90 | 'Fuchsia x64': { |
| 91 | 'args': [ |
| 92 | '--platform=fuchsia', |
| 93 | ], |
| 94 | 'swarming': { |
| 95 | 'shards': 1, |
| 96 | }, |
| 97 | }, |
| 98 | 'Linux Tests': { |
| 99 | "args": [ |
| 100 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
| 101 | ], |
| 102 | }, |
| 103 | 'Linux Tests (dbg)(1)': { |
| 104 | 'args': [ |
| 105 | '--debug', |
| 106 | ], |
| 107 | 'swarming': { |
| 108 | 'shards': 20, |
| 109 | }, |
| 110 | }, |
| 111 | 'Mac10.10 Tests': { |
| 112 | # TODO(kbr): this is essentially redundant. |
| 113 | 'swarming': { |
| 114 | 'dimension_sets': [ |
| 115 | { |
| 116 | 'gpu': 'none', |
| 117 | 'os': 'Mac-10.10.5', |
| 118 | }, |
| 119 | ], |
| 120 | 'shards': 25, |
| 121 | }, |
| 122 | }, |
| 123 | 'Mac10.11 Tests': { |
| 124 | # TODO(kbr): this is essentially redundant. |
| 125 | 'swarming': { |
| 126 | 'dimension_sets': [ |
| 127 | { |
| 128 | 'gpu': 'none', |
| 129 | 'os': 'Mac-10.11.6', |
| 130 | }, |
| 131 | ], |
| 132 | 'shards': 25, |
| 133 | }, |
| 134 | }, |
| 135 | 'Mac10.12 Tests': { |
| 136 | 'swarming': { |
| 137 | 'shards': 25, |
| 138 | }, |
| 139 | }, |
| 140 | 'Mac10.13 Tests': { |
| 141 | 'swarming': { |
| 142 | 'dimension_sets': [ |
| 143 | { |
| 144 | # Run the layout tests on a consistent set of hardware |
| 145 | # (Mac Minis). |
| 146 | 'gpu': '8086:0a2e', |
| 147 | }, |
| 148 | ], |
| 149 | 'shards': 25, |
| 150 | }, |
| 151 | }, |
| 152 | 'Mac10.13 Tests (dbg)': { |
| 153 | 'args': [ |
| 154 | '--debug', |
| 155 | ], |
John Budorick | d3375fa | 2020-03-17 20:49:11 | [diff] [blame] | 156 | 'swarming': { |
| 157 | 'shards': 25, |
| 158 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 159 | }, |
| 160 | 'V8 Blink Linux Debug': { |
| 161 | 'args': [ |
| 162 | '--debug', |
| 163 | ], |
| 164 | }, |
| 165 | 'V8 Blink Linux Future': { |
| 166 | 'args': [ |
| 167 | '--additional-driver-flag=--js-flags=--future', |
| 168 | ], |
| 169 | }, |
| 170 | 'WebKit Linux ASAN': { |
| 171 | 'args': [ |
| 172 | '--additional-expectations', |
| 173 | '../../third_party/blink/web_tests/ASANExpectations', |
| 174 | '--time-out-ms', |
| 175 | '48000', |
| 176 | '--enable-sanitizer', |
| 177 | ], |
| 178 | 'swarming': { |
| 179 | 'shards': 20, |
| 180 | }, |
| 181 | }, |
| 182 | 'WebKit Linux Leak': { |
| 183 | 'args': [ |
| 184 | '--additional-expectations', |
| 185 | '../../third_party/blink/web_tests/LeakExpectations', |
| 186 | '--time-out-ms', |
| 187 | '48000', |
| 188 | '--enable-leak-detection', |
| 189 | ], |
| 190 | 'swarming': { |
| 191 | 'shards': 10, |
| 192 | }, |
| 193 | }, |
| 194 | 'WebKit Linux MSAN': { |
| 195 | 'args': [ |
| 196 | '--additional-expectations', |
| 197 | '../../third_party/blink/web_tests/MSANExpectations', |
| 198 | '--time-out-ms', |
| 199 | '66000', |
| 200 | '--enable-sanitizer', |
| 201 | ], |
| 202 | 'swarming': { |
| 203 | 'expiration': 36000, |
| 204 | 'hard_timeout': 10800, |
| 205 | 'io_timeout': 3600, |
| 206 | 'shards': 20, |
| 207 | }, |
| 208 | }, |
| 209 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 210 | 'args': [ |
| 211 | '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint', |
| 212 | ], |
| 213 | }, |
| 214 | 'WebKit Linux layout_ng_disabled Builder': { |
| 215 | 'args': [ |
| 216 | '--additional-driver-flag=--disable-blink-features=LayoutNG', |
| 217 | ], |
| 218 | }, |
| 219 | 'Win10 Tests x64': { |
| 220 | 'args': [ |
| 221 | '--target', |
| 222 | 'Release_x64', |
| 223 | ], |
| 224 | 'swarming': { |
| 225 | "shards": 28 |
| 226 | }, |
| 227 | }, |
| 228 | 'Win10 Tests x64 (dbg)': { |
| 229 | 'args': [ |
| 230 | '--debug', |
| 231 | '--target', |
| 232 | 'Debug_x64', |
| 233 | ], |
| 234 | }, |
| 235 | 'Win10 Tests x64 Code Coverage': { |
| 236 | 'args': [ |
| 237 | '--target', |
| 238 | 'Release_x64', |
| 239 | ], |
| 240 | 'swarming': { |
| 241 | "shards": 28 |
| 242 | }, |
| 243 | }, |
| 244 | 'Win7 Tests (dbg)(1)': { |
| 245 | 'args': [ |
| 246 | '--debug', |
| 247 | '--time-out-ms', |
| 248 | '60000' |
| 249 | ], |
| 250 | 'experiment_percentage': 100, |
| 251 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 252 | # from prefered_os_dimension in |
| 253 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 254 | # Swarming dimensions would be either specified for all testers on the |
| 255 | # waterfall (and therefore, explicitly specified for all tests in the |
| 256 | # generated JSON), or this would be removed, and the implicit one used. |
| 257 | 'swarming': { |
| 258 | 'dimension_sets': [ |
| 259 | { |
| 260 | 'os': 'Windows-7-SP1', |
| 261 | } |
| 262 | ], |
| 263 | }, |
| 264 | }, |
| 265 | # tryserver.chromium.android |
| 266 | 'android_blink_rel': { |
| 267 | 'args': [ |
| 268 | '--release', |
| 269 | '--android', |
| 270 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 271 | # Android. Remove this when it no longer affects Android crash |
| 272 | # log handling. |
| 273 | '--disable-breakpad', |
| 274 | # TODO(crbug.com/875172): run on the real GPU since the |
| 275 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 276 | '--additional-driver-flag=--use-gpu-in-tests', |
| 277 | ], |
| 278 | }, |
| 279 | 'devtools_frontend_linux_blink_light_rel': { |
| 280 | 'args': [ |
| 281 | 'http/tests/devtools', |
| 282 | ], |
| 283 | 'swarming': { |
| 284 | 'shards': 4, |
| 285 | }, |
| 286 | }, |
| 287 | 'fuchsia-fyi-x64-rel': { |
| 288 | 'args': [ |
| 289 | '--platform=fuchsia', |
| 290 | ], |
| 291 | 'swarming': { |
| 292 | 'shards': 1, |
| 293 | }, |
| 294 | }, |
Mathias Carlen | 30968a6 | 2020-03-31 08:47:04 | [diff] [blame] | 295 | 'linux-autofill-assistant': { |
| 296 | 'args': [ |
| 297 | '--release', |
| 298 | ], |
| 299 | }, |
Yuzu Saijo | 9709bcc | 2020-03-18 09:12:20 | [diff] [blame] | 300 | 'linux-bfcache-rel': { |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 301 | 'args': [ |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 302 | '--additional-driver-flag=--enable-features=BackForwardCache', |
| 303 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache', |
| 304 | ], |
| 305 | }, |
| 306 | 'linux-blink-animation-use-time-delta': { |
| 307 | 'args': [ |
| 308 | '--debug', |
| 309 | ], |
| 310 | }, |
| 311 | 'linux-blink-cors-rel': { |
| 312 | 'args': [ |
| 313 | '--additional-driver-flag=--disable-features=OutOfBlinkCors', |
| 314 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors', |
| 315 | ], |
| 316 | }, |
| 317 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 318 | 'args': [ |
| 319 | '--release', |
| 320 | '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking', |
| 321 | ], |
| 322 | }, |
| 323 | 'linux-code-coverage': { |
| 324 | 'args': [ |
| 325 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
| 326 | ], |
| 327 | 'swarming': { |
| 328 | 'shards': 20, |
| 329 | }, |
| 330 | }, |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 331 | 'linux-layout-tests-edit-ng': { |
| 332 | 'args': [ |
Yoshifumi Inoue | bebca26 | 2020-04-08 22:03:49 | [diff] [blame] | 333 | '--additional-driver-flag=--enable-blink-features=EditingNG', |
Aaron Gable | 40f79aa | 2020-03-21 01:21:15 | [diff] [blame] | 334 | ], |
| 335 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 336 | 'linux-layout-tests-fragment-item': { |
| 337 | 'args': [ |
| 338 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem', |
| 339 | ], |
| 340 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 341 | 'mac10.10-blink-rel-dummy': { |
| 342 | 'swarming': { |
| 343 | 'shards': 20, |
| 344 | }, |
| 345 | }, |
| 346 | 'mac10.11-blink-rel-dummy': { |
| 347 | 'swarming': { |
| 348 | 'shards': 20, |
| 349 | }, |
| 350 | }, |
| 351 | 'mac10.12-blink-rel-dummy': { |
| 352 | 'swarming': { |
| 353 | 'shards': 20, |
| 354 | }, |
| 355 | }, |
| 356 | 'mac10.13-blink-rel-dummy': { |
| 357 | 'swarming': { |
| 358 | 'shards': 20, |
| 359 | }, |
| 360 | }, |
| 361 | 'mac10.13_retina-blink-rel-dummy': { |
| 362 | 'swarming': { |
| 363 | 'shards': 20, |
| 364 | }, |
| 365 | }, |
| 366 | 'mac10.14-blink-rel-dummy': { |
| 367 | 'swarming': { |
| 368 | 'shards': 20, |
| 369 | }, |
| 370 | }, |
| 371 | }, |
| 372 | }, |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 373 | 'boringssl_crypto_tests': { |
| 374 | 'remove_from': [ |
| 375 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 376 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 377 | ], |
| 378 | }, |
| 379 | 'boringssl_ssl_tests': { |
| 380 | 'remove_from': [ |
| 381 | # https://crbug.com/1054545 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 382 | 'Fuchsia ARM64', |
Chong Gu | 9a274173 | 2020-02-24 21:32:01 | [diff] [blame] | 383 | ], |
| 384 | }, |
John Budorick | ca99585 | 2019-06-26 16:55:55 | [diff] [blame] | 385 | 'breakpad_unittests': { |
| 386 | 'modifications': { |
| 387 | 'android-asan': { |
| 388 | 'args': [ |
| 389 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter', |
| 390 | ], |
| 391 | }, |
| 392 | }, |
| 393 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 394 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 395 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 396 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 397 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 398 | 'ToTLinuxTSan', # https://crbug.com/368525 |
John Budorick | 5ef1147 | 2019-12-18 22:02:33 | [diff] [blame] | 399 | 'Mac10.10 Tests', # https://crbug.com/828031 |
Aaron Gable | 30cda24 | 2020-01-22 21:02:58 | [diff] [blame] | 400 | 'Mac10.13 Tests', # https://crbug.com/1042757 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 401 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 402 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 403 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 404 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 405 | 'Linux - Future (dbg)': { # client.v8.chromium |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 406 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 407 | 'shards': 10, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 408 | }, |
| 409 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 410 | 'Linux ASan LSan Tests (1)': { |
| 411 | # These are very slow on the ASAN trybot for some reason. |
| 412 | # crbug.com/794372 |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 413 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 414 | 'shards': 40, |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 415 | }, |
| 416 | }, |
Chris Cunningham | 1d0e9e1 | 2020-02-26 22:56:40 | [diff] [blame] | 417 | 'Linux ASan Tests (sandboxed)': { |
| 418 | 'swarming': { |
| 419 | 'shards': 12, # https://crbug.com/1056300 |
| 420 | }, |
| 421 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 422 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 423 | # These are very slow on the ASAN trybot for some reason. |
| 424 | # crbug.com/794372 |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 425 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 426 | 'shards': 31, |
Roberto Carrillo | 5a5c98dc | 2019-10-30 22:33:51 | [diff] [blame] | 427 | }, |
| 428 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 429 | 'Linux ChromiumOS MSan Tests': { |
| 430 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 431 | # crbug.com/865455 |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 432 | 'swarming': { |
Pavol Marko | 45bedc8 | 2020-04-22 14:21:46 | [diff] [blame] | 433 | 'shards': 32, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 434 | }, |
| 435 | }, |
John Budorick | 614f91a | 2020-03-30 20:34:55 | [diff] [blame] | 436 | 'Linux Tests (dbg)(1)': { |
| 437 | # crbug.com/1066161 |
| 438 | 'swarming': { |
| 439 | 'shards': 20, |
| 440 | }, |
| 441 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 442 | 'Mac ASan 64 Tests (1)': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 443 | 'swarming': { |
John Budorick | 542f476 | 2020-03-17 20:40:14 | [diff] [blame] | 444 | 'dimension_sets': [ |
| 445 | { |
| 446 | # These shards are liable to time out when running on minis. |
| 447 | 'cores': '8', |
| 448 | } |
| 449 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 450 | 'shards': 20, |
| 451 | }, |
| 452 | }, |
John Budorick | d3375fa | 2020-03-17 20:49:11 | [diff] [blame] | 453 | 'Mac10.13 Tests (dbg)': { |
| 454 | 'swarming': { |
| 455 | 'shards': 20, |
| 456 | }, |
| 457 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 458 | 'ToTWin(dbg)': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 459 | 'swarming': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 460 | 'shards': 20, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 461 | }, |
| 462 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 463 | 'ToTWin64(dbg)': { |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 464 | 'swarming': { |
| 465 | 'shards': 20, |
| 466 | }, |
| 467 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 468 | 'Win10 Tests x64': { |
| 469 | # crbug.com/868082 |
| 470 | 'args': [ |
| 471 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 472 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 473 | 'swarming': { |
| 474 | # This is for slow test execution that often becomes a critical path of |
| 475 | # swarming jobs. crbug.com/868114 |
| 476 | 'shards': 15, |
| 477 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 478 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 479 | 'Win10 Tests x64 Code Coverage': { |
| 480 | # crbug.com/868082 |
| 481 | 'args': [ |
| 482 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 483 | ], |
| 484 | 'swarming': { |
| 485 | # This is for slow test execution that often becomes a critical path of |
| 486 | # swarming jobs. crbug.com/868114 |
| 487 | 'shards': 15, |
| 488 | } |
| 489 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 490 | 'Win7 Tests (1)': { |
| 491 | # This is for slow test execution that often becomes a critical path of |
| 492 | # swarming jobs. crbug.com/868114 |
| 493 | 'swarming': { |
| 494 | 'shards': 15, |
| 495 | }, |
| 496 | }, |
| 497 | 'Win7 Tests (dbg)(1)': { |
Pavol Marko | c579e07 | 2019-12-05 22:42:02 | [diff] [blame] | 498 | 'swarming': { |
| 499 | 'shards': 20, |
| 500 | }, |
| 501 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 502 | 'linux-chromeos-chrome': { |
| 503 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 504 | # tests are green. |
| 505 | 'args': [ |
| 506 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 507 | ], |
| 508 | }, |
| 509 | 'linux-chromeos-code-coverage': { |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 510 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 511 | 'shards': 50, |
| 512 | }, |
| 513 | }, |
| 514 | 'linux-chromeos-dbg': { |
| 515 | 'swarming': { |
| 516 | 'shards': 30, |
| 517 | }, |
| 518 | }, |
| 519 | 'linux-chromeos-rel': { |
| 520 | 'swarming': { |
| 521 | 'shards': 20, |
Stephanie Kim | e9008f7 | 2020-03-05 23:01:16 | [diff] [blame] | 522 | 'dimension_sets': [ |
| 523 | { |
| 524 | 'kvm': '1', |
| 525 | }, |
| 526 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 527 | }, |
| 528 | }, |
| 529 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 530 | 'args': [ |
| 531 | '--no-sandbox', |
| 532 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 533 | 'swarming': { |
| 534 | 'shards': 50, |
| 535 | }, |
| 536 | }, |
| 537 | 'linux-trusty-rel': { |
| 538 | 'args': [ |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 539 | '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter', |
| 540 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 541 | }, |
| 542 | 'mac-code-coverage': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 543 | 'swarming': { |
| 544 | 'shards': 15, |
| 545 | }, |
| 546 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 547 | 'win-asan': { |
| 548 | # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan |
| 549 | # (https://crbug.com/1031096). |
| 550 | 'swarming': { |
| 551 | 'shards': 20, |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 552 | }, |
| 553 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 554 | }, |
| 555 | }, |
Chong Gu | 066fbf1 | 2020-05-02 05:26:08 | [diff] [blame] | 556 | 'cacheinvalidation_unittests': { |
| 557 | 'remove_from': [ |
| 558 | 'Fuchsia ARM64', # https://crbug.com/1077462 |
| 559 | 'Fuchsia x64', # https://crbug.com/1077462 |
| 560 | ], |
| 561 | }, |
Chong Gu | 186858f9 | 2020-04-28 19:54:40 | [diff] [blame] | 562 | 'capture_unittests': { |
| 563 | 'remove_from': [ |
| 564 | 'Fuchsia ARM64', # https://crbug.com/1075762 |
| 565 | 'Fuchsia x64', # https://crbug.com/1075762 |
| 566 | ], |
| 567 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 568 | 'cc_unittests': { |
| 569 | 'modifications': { |
| 570 | 'Linux TSan Tests': { |
| 571 | 'swarming': { |
| 572 | 'shards': 3, |
| 573 | }, |
| 574 | }, |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 575 | 'android-marshmallow-x86-fyi-rel': { |
| 576 | # https://crbug.com/1039860 |
| 577 | 'args': [ |
| 578 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 579 | ], |
| 580 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 581 | 'android-pie-x86-rel': { |
John Budorick | fa8f1da9 | 2020-01-15 18:11:38 | [diff] [blame] | 582 | # https://crbug.com/1039860 |
| 583 | 'args': [ |
| 584 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter', |
| 585 | ], |
| 586 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 587 | }, |
Chong Gu | 00dbbbf | 2020-01-31 23:51:45 | [diff] [blame] | 588 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 589 | 'Fuchsia ARM64', # https://crbug.com/1046552 |
Wez | a653d8a | 2020-04-21 13:37:53 | [diff] [blame] | 590 | 'Fuchsia x64', # https://crbug.com/1046552 |
Chong Gu | 00dbbbf | 2020-01-31 23:51:45 | [diff] [blame] | 591 | ], |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 592 | }, |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 593 | 'checkbins': { |
| 594 | 'remove_from': [ |
Stephen Martinis | 47d7713 | 2019-04-24 23:51:33 | [diff] [blame] | 595 | 'linux-archive-dbg', |
| 596 | 'linux-archive-rel', |
| 597 | 'mac-archive-dbg', |
| 598 | 'mac-archive-rel', |
Dirk Pranke | 1b76709 | 2017-12-07 04:44:23 | [diff] [blame] | 599 | ], |
| 600 | }, |
Andrew Luo | d252791ac | 2019-10-15 00:28:13 | [diff] [blame] | 601 | 'chrome_java_test_pagecontroller_tests': { |
| 602 | 'modifications': { |
| 603 | 'android-pie-arm64-rel': { |
| 604 | 'experiment_percentage': 100, # https://crbug.com/924194 |
| 605 | }, |
| 606 | }, |
| 607 | }, |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 608 | 'chrome_public_smoke_test': { |
| 609 | 'remove_from': [ |
| 610 | 'android-code-coverage-native', # https://crbug.com/1018780 |
| 611 | ], |
| 612 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 613 | 'chrome_public_test_apk': { |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 614 | 'remove_from': [ |
| 615 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 616 | 'android-code-coverage-native', # https://crbug.com/1018780 |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 617 | 'android-lollipop-arm-rel', # https://crbug.com/1060245 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 618 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 619 | 'modifications': { |
Natalie Chouinard | 48afb435 | 2020-04-17 21:30:32 | [diff] [blame] | 620 | 'Android CFI': { |
| 621 | 'args': [ |
| 622 | '--exclude-annotation', |
| 623 | 'Feature=RenderTest', # https://crbug.com/1068294 |
| 624 | ], |
| 625 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 626 | 'Marshmallow 64 bit Tester': { |
| 627 | 'swarming': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 628 | 'shards': 14, |
| 629 | }, |
| 630 | }, |
Arthur Wang | 5dd7b07c | 2020-04-04 01:05:22 | [diff] [blame] | 631 | 'Marshmallow Tablet Tester': { |
| 632 | 'args': [ |
| 633 | '--timeout-scale', |
| 634 | '2.0', |
| 635 | ], |
| 636 | }, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 637 | 'Oreo Phone Tester': { |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 638 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 639 | # either passing or there is more capacity. |
| 640 | 'experiment_percentage': 0, |
Ben Pastene | c73e96e9 | 2018-07-12 01:40:35 | [diff] [blame] | 641 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 642 | 'android-arm64-proguard-rel': { |
| 643 | 'swarming': { |
| 644 | 'shards': 25, |
| 645 | }, |
| 646 | }, |
Haiyang Pan | 1ad3bb03 | 2020-04-24 23:52:03 | [diff] [blame] | 647 | 'android-lollipop-arm-rel-swarming': { |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 648 | 'swarming': { |
Brian Sheedy | 180c2dd | 2020-04-22 19:34:31 | [diff] [blame] | 649 | 'service_account': '[email protected]' |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 650 | }, |
| 651 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 652 | 'android-marshmallow-arm64-rel': { |
| 653 | 'swarming': { |
| 654 | 'shards': 25, |
| 655 | }, |
| 656 | }, |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 657 | 'android-marshmallow-arm64-rel-swarming': { |
| 658 | 'swarming': { |
Brian Sheedy | 180c2dd | 2020-04-22 19:34:31 | [diff] [blame] | 659 | 'service_account': '[email protected]' |
Brian Sheedy | 44a7a003 | 2020-04-16 19:20:57 | [diff] [blame] | 660 | }, |
| 661 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 662 | 'android-pie-arm64-rel': { |
| 663 | 'args': [ |
| 664 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211 |
| 665 | ], |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 666 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 667 | 'android-pie-x86-rel': { |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 668 | 'args': [ |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 669 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 670 | # https://crbug.com/1046059 |
Haiyang Pan | 43640ee | 2020-02-13 01:38:00 | [diff] [blame] | 671 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter', |
| 672 | ], |
Haiyang Pan | 7137307 | 2020-03-02 19:57:49 | [diff] [blame] | 673 | 'swarming': { |
| 674 | 'named_caches': [ |
| 675 | { |
| 676 | 'name': 'avd_generic_playstore_android28', |
| 677 | 'path': '.android', |
| 678 | }, |
| 679 | { |
| 680 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 681 | 'path': '.emulator_sdk', |
| 682 | }, |
| 683 | ] |
| 684 | }, |
John Budorick | 3400947 | 2018-04-03 17:38:44 | [diff] [blame] | 685 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 686 | }, |
| 687 | }, |
| 688 | 'chrome_public_test_vr_apk': { |
Nico Weber | b0b3f586 | 2018-07-13 18:45:15 | [diff] [blame] | 689 | 'remove_from': [ |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 690 | 'Lollipop Tablet Tester', |
| 691 | 'Marshmallow Tablet Tester', |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 692 | 'android-marshmallow-x86-fyi-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 693 | 'android-pie-x86-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 694 | 'android-pie-arm64-rel', # https://crbug.com/1010211 |
bsheedy | df58b4e | 2018-11-01 19:42:16 | [diff] [blame] | 695 | 'ToTAndroid', |
| 696 | 'ToTAndroidCFI', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 697 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 698 | 'android-code-coverage-native', # https://crbug.com/1018780 |
bsheedy | 410dd7c | 2018-06-15 22:42:09 | [diff] [blame] | 699 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 700 | }, |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 701 | 'chrome_public_test_vr_apk-vega': { |
| 702 | 'modifications': { |
bsheedy | 75a4dd5 | 2018-11-27 23:24:30 | [diff] [blame] | 703 | 'Oreo Phone Tester': { |
| 704 | 'swarming': { |
| 705 | 'dimension_sets': [ |
| 706 | { |
| 707 | 'device_os': 'OVR1.180808.003', |
| 708 | 'device_type': 'vega', |
| 709 | 'os': 'Android', |
| 710 | }, |
| 711 | ], |
| 712 | }, |
| 713 | } |
| 714 | } |
| 715 | }, |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 716 | 'chromedriver_py_tests': { |
| 717 | 'remove_from': [ |
| 718 | # Timeout happens sometimes (crbug.com/951799). |
Takuto Ikuta | 1b749b90 | 2019-04-11 18:05:53 | [diff] [blame] | 719 | 'Win10 Tests x64 (dbg)', |
| 720 | ], |
| 721 | }, |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 722 | 'components_browsertests': { |
| 723 | 'remove_from': [ |
| 724 | 'android-code-coverage-native', # crbug/1018434 |
| 725 | ], |
| 726 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 727 | 'components_unittests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 728 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 729 | 'Fuchsia ARM64', # https://crbug.com/961457 |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 730 | 'Fuchsia x64', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 731 | 'android-code-coverage-native', # crbug/1018431 |
Kevin Marshall | ce2afe1b | 2019-12-06 00:49:21 | [diff] [blame] | 732 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457 |
| 733 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457 |
| 734 | 'fuchsia-fyi-x64-rel', # https://crbug.com/961457 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 735 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 736 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 737 | 'Linux ASan LSan Tests (1)': { |
| 738 | # These are very slow on the ASAN trybot for some reason. |
| 739 | # crbug.com/794372 |
| 740 | 'swarming': { |
| 741 | 'shards': 5, |
| 742 | }, |
| 743 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 744 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 745 | # These are very slow on the ASAN trybot for some reason. |
| 746 | # crbug.com/794372 |
| 747 | 'swarming': { |
| 748 | 'shards': 5, |
| 749 | }, |
| 750 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 751 | 'Linux TSan Tests': { |
| 752 | 'swarming': { |
| 753 | 'shards': 2, |
| 754 | }, |
| 755 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 756 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 757 | 'swarming': { |
| 758 | 'shards': 2, |
| 759 | }, |
| 760 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 761 | }, |
| 762 | }, |
| 763 | 'content_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 764 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 765 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 766 | 'android-code-coverage-native', # crbug/1018434 |
Yuke Liao | d7da81b | 2020-03-20 18:57:57 | [diff] [blame] | 767 | # http://crbug.com/1060245#c30: due to low utility and capacity. |
| 768 | 'android-marshmallow-arm64-rel', |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 769 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 770 | 'modifications': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 771 | 'Cast Audio Linux': { |
| 772 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 773 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 774 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 775 | }, |
| 776 | 'Cast Linux': { |
| 777 | 'args': [ |
Nico Weber | 02f3039 | 2018-07-16 18:39:43 | [diff] [blame] | 778 | '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 779 | ], |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 780 | }, |
Erik Chen | b681c8c | 2019-11-25 22:52:52 | [diff] [blame] | 781 | 'Linux ASan LSan Tests (1)': { |
| 782 | 'swarming': { |
| 783 | 'shards': 12, |
| 784 | }, |
| 785 | }, |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 786 | 'Linux ASan Tests (sandboxed)': { |
| 787 | 'swarming': { |
Stephen McGruer | 640f0c3 | 2020-02-14 15:29:40 | [diff] [blame] | 788 | 'shards': 4, # https://crbug.com/1051944 |
Chris Cunningham | e1a04ea | 2019-04-24 01:49:32 | [diff] [blame] | 789 | }, |
| 790 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 791 | 'Linux TSan Tests': { |
| 792 | 'swarming': { |
| 793 | 'shards': 15, |
| 794 | }, |
| 795 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 796 | 'Lollipop Phone Tester': { |
| 797 | 'swarming': { |
| 798 | 'shards': 13, |
| 799 | }, |
| 800 | }, |
| 801 | 'Win10 Tests x64': { |
| 802 | # crbug.com/868082 |
| 803 | 'args': [ |
| 804 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 805 | ], |
| 806 | }, |
| 807 | 'Win10 Tests x64 (dbg)': { |
| 808 | 'experiment_percentage': 100, |
| 809 | # crbug.com/868082 |
| 810 | 'args': [ |
| 811 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 812 | ], |
| 813 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 814 | 'Win10 Tests x64 Code Coverage': { |
| 815 | # crbug.com/868082 |
| 816 | 'args': [ |
| 817 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 818 | ], |
| 819 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 820 | 'android-arm64-proguard-rel': { |
| 821 | 'swarming': { |
| 822 | 'shards': 16, |
| 823 | }, |
| 824 | }, |
| 825 | 'android-asan': { |
| 826 | 'args': [ |
| 827 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter', |
| 828 | ], |
| 829 | 'swarming': { |
| 830 | 'shards': 18, |
| 831 | }, |
| 832 | }, |
Haiyang Pan | 32b8339 | 2020-03-14 01:38:46 | [diff] [blame] | 833 | 'android-lollipop-arm-rel': { |
| 834 | 'swarming': { |
| 835 | 'shards': 15, |
| 836 | }, |
| 837 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 838 | 'android-marshmallow-arm64-rel': { |
| 839 | 'swarming': { |
| 840 | 'shards': 16, |
| 841 | }, |
| 842 | }, |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 843 | 'android-marshmallow-x86-fyi-rel': { |
| 844 | 'args': [ |
| 845 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 846 | ], |
| 847 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 848 | 'android-pie-x86-rel': { |
John Budorick | a4e2388 | 2020-02-28 18:36:43 | [diff] [blame] | 849 | 'args': [ |
| 850 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 851 | ], |
| 852 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 853 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 854 | 'swarming': { |
| 855 | 'shards': 4, |
| 856 | }, |
| 857 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 858 | 'linux-chromeos-code-coverage': { |
| 859 | 'swarming': { |
| 860 | 'shards': 12, |
| 861 | }, |
| 862 | }, |
Albert J. Wong | 91f10965 | 2019-11-19 03:01:16 | [diff] [blame] | 863 | 'linux-chromeos-rel': { |
| 864 | 'swarming': { |
| 865 | 'shards': 3, |
| 866 | }, |
| 867 | }, |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 868 | 'linux-code-coverage': { |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 869 | 'args': [ |
| 870 | '--no-sandbox', |
| 871 | ], |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 872 | 'swarming': { |
| 873 | 'shards': 12, |
| 874 | }, |
| 875 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 876 | }, |
| 877 | }, |
Maksim Sisov | 6058ba7 | 2020-05-04 10:29:13 | [diff] [blame] | 878 | 'content_browsertests_wayland': { |
| 879 | 'modifications': { |
| 880 | 'Linux Ozone Tester (Wayland)': { |
| 881 | 'args': [ |
| 882 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter', |
| 883 | ], |
| 884 | }, |
| 885 | }, |
| 886 | }, |
| 887 | 'content_browsertests_x11': { |
| 888 | 'modifications': { |
| 889 | 'Linux Ozone Tester (X11)': { |
| 890 | 'args': [ |
| 891 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter', |
| 892 | ], |
| 893 | }, |
| 894 | }, |
| 895 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 896 | 'content_shell_crash_test': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 897 | 'modifications': { |
Dirk Pranke | b1c36b32 | 2018-07-11 02:42:00 | [diff] [blame] | 898 | 'Win10 Tests x64 (dbg)': { |
| 899 | 'experiment_percentage': 100, # https://crbug.com/861730 |
| 900 | }, |
| 901 | }, |
Nico Weber | 81e16ace2 | 2018-06-30 02:58:47 | [diff] [blame] | 902 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 903 | 'content_shell_test_apk': { |
| 904 | 'remove_from': [ |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 905 | 'android-asan', # https://crbug.com/964562 |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 906 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 907 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 908 | 'modifications': { |
| 909 | 'android-marshmallow-x86-fyi-rel': { |
| 910 | 'args': [ |
| 911 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 912 | ], |
| 913 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 914 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 915 | 'args': [ |
| 916 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 917 | ], |
| 918 | }, |
| 919 | }, |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 920 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 921 | 'content_unittests': { |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 922 | 'remove_from': [ |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 923 | 'android-code-coverage-native', # crbug/1018434 |
| 924 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 925 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 926 | 'Linux ASan LSan Tests (1)': { |
| 927 | # These are slow on the ASAN trybot for some reason. |
| 928 | # crbug.com/794372 |
| 929 | 'swarming': { |
| 930 | 'shards': 2, |
| 931 | }, |
| 932 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 933 | 'Linux ChromiumOS MSan Tests': { |
| 934 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 935 | # crbug.com/865455 |
| 936 | 'swarming': { |
| 937 | 'shards': 2, |
| 938 | }, |
| 939 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 940 | }, |
| 941 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 942 | 'context_lost_tests': { |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 943 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 944 | # exception once there is enough capacity to run these tests. |
| 945 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 946 | 'Android FYI Release (Pixel 2)', |
| 947 | ], |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 948 | 'modifications': { |
| 949 | 'Mac FYI GPU ASAN Release': { |
| 950 | 'args': [ |
| 951 | '--is-asan', |
| 952 | ] |
| 953 | }, |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 954 | 'Win10 x64 Debug (NVIDIA)': { |
| 955 | 'args': [ |
| 956 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 957 | # longer necessary to figure out why the renderer process is hanging. |
| 958 | '--extra-browser-args=--no-sandbox', |
| 959 | ], |
| 960 | }, |
Kenneth Russell | c1a0930 | 2018-07-10 01:12:54 | [diff] [blame] | 961 | }, |
| 962 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 963 | 'crashpad_tests': { |
| 964 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 965 | 'linux-win_cross-rel', # https://crbug.com/762167 |
Vlad Tsyrklevich | 06a9a44f | 2019-07-24 19:14:39 | [diff] [blame] | 966 | # https://crbug.com/crashpad/304 |
| 967 | 'Linux TSan Tests', |
| 968 | 'ToTLinuxTSan', |
| 969 | # https://crbug.com/crashpad/306 |
| 970 | 'Linux CFI', |
| 971 | 'CFI Linux ToT', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 972 | ], |
| 973 | }, |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 974 | 'cronet_sizes': { |
| 975 | 'modifications': { |
| 976 | 'android-cronet-arm-dbg': { |
| 977 | 'swarming': { |
| 978 | 'dimension_sets': [ |
| 979 | { |
| 980 | 'device_os': None, |
| 981 | 'device_type': None, |
Takuto Ikuta | 5e459b1 | 2019-07-09 05:30:56 | [diff] [blame] | 982 | 'os': 'Ubuntu-16.04', |
John Budorick | 5bc387fe | 2019-05-09 20:02:53 | [diff] [blame] | 983 | }, |
| 984 | ], |
| 985 | }, |
| 986 | }, |
| 987 | }, |
| 988 | }, |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 989 | 'dawn_end2end_tests': { |
| 990 | 'remove_from': [ |
Zhenyao Mo | c307eeb7 | 2018-12-20 01:03:20 | [diff] [blame] | 991 | 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430 |
| 992 | ], |
| 993 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 994 | 'depth_capture_tests': { |
| 995 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 996 | # exception once there is enough capacity to run these tests. |
| 997 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 998 | 'Android FYI Release (Pixel 2)', |
| 999 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1000 | 'modifications': { |
| 1001 | 'Win10 x64 Debug (NVIDIA)': { |
| 1002 | 'args': [ |
| 1003 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 1004 | # longer necessary to figure out why the renderer process is hanging. |
| 1005 | '--extra-browser-args=--no-sandbox', |
| 1006 | ], |
| 1007 | }, |
| 1008 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1009 | }, |
Chong Gu | 066fbf1 | 2020-05-02 05:26:08 | [diff] [blame] | 1010 | 'display_unittests': { |
| 1011 | 'remove_from': [ |
| 1012 | 'Fuchsia ARM64', # https://crbug.com/1077462 |
| 1013 | 'Fuchsia x64', # https://crbug.com/1077462 |
| 1014 | ], |
| 1015 | }, |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1016 | 'extensions_browsertests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1017 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1018 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1019 | ], |
Joe Downing | 4148604 | 2018-10-18 22:44:44 | [diff] [blame] | 1020 | 'modifications': { |
| 1021 | 'Win10 Tests x64 (dbg)': { |
| 1022 | 'experiment_percentage': 100, # https://crbug.com/876615 |
| 1023 | }, |
| 1024 | }, |
| 1025 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1026 | 'gin_unittests': { |
| 1027 | 'remove_from': [ |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1028 | 'ToTLinuxASan', # https://crbug.com/831667 |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1029 | 'Linux ASan LSan Tests (1)', # https://crbug.com/831667 |
Nico Weber | 1394523f | 2018-06-06 15:58:47 | [diff] [blame] | 1030 | 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1031 | ], |
| 1032 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1033 | 'gl_tests': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1034 | 'remove_from': [ |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1035 | 'CFI Linux ToT', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1036 | 'Android FYI Release (Nexus 5X)', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1037 | # Can't run on MSAN because gl_tests uses the hardware driver, |
Kenneth Russell | 55bbec5 | 2018-05-03 18:44:55 | [diff] [blame] | 1038 | # which isn't instrumented. |
| 1039 | 'Linux MSan Tests', |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1040 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1041 | 'modifications': { |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1042 | # TODO(kbr): figure out a better way to specify blocks of |
| 1043 | # arguments like this for tests on multiple machines. |
| 1044 | 'Linux ASan LSan Tests (1)': { |
| 1045 | 'args': [ |
| 1046 | '--use-gpu-in-tests', |
| 1047 | '--no-xvfb', |
| 1048 | ], |
| 1049 | 'swarming': { |
| 1050 | 'dimension_sets': [ |
| 1051 | { |
| 1052 | 'gpu': '10de:1cb3', |
| 1053 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1054 | 'pool': 'chromium.tests.gpu.template', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1055 | }, |
| 1056 | ], |
| 1057 | }, |
| 1058 | 'use_xvfb': False, |
| 1059 | }, |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1060 | 'Linux CFI': { |
| 1061 | 'args': [ |
| 1062 | '--use-gpu-in-tests', |
| 1063 | '--no-xvfb', |
| 1064 | ], |
| 1065 | 'swarming': { |
| 1066 | 'dimension_sets': [ |
| 1067 | { |
| 1068 | 'gpu': '10de:1cb3', |
| 1069 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1070 | 'pool': 'chromium.tests.gpu.template', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1071 | }, |
| 1072 | ], |
| 1073 | }, |
| 1074 | 'use_xvfb': False, |
| 1075 | }, |
| 1076 | 'Linux TSan Tests': { |
| 1077 | 'args': [ |
| 1078 | '--use-gpu-in-tests', |
| 1079 | '--no-xvfb', |
| 1080 | ], |
| 1081 | 'swarming': { |
| 1082 | 'dimension_sets': [ |
| 1083 | { |
| 1084 | 'gpu': '10de:1cb3', |
| 1085 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1086 | 'pool': 'chromium.tests.gpu.template', |
Kenneth Russell | 1a515be | 2018-04-28 03:54:45 | [diff] [blame] | 1087 | }, |
| 1088 | ], |
| 1089 | }, |
| 1090 | 'use_xvfb': False, |
| 1091 | }, |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1092 | 'android-marshmallow-x86-fyi-rel': { |
| 1093 | 'args': [ |
| 1094 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1095 | ], |
| 1096 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1097 | 'android-pie-arm64-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1098 | 'args': [ |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1099 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007 |
| 1100 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1101 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1102 | 'android-pie-x86-rel': { |
John Budorick | 79ec901 | 2020-01-08 21:56:31 | [diff] [blame] | 1103 | 'args': [ |
| 1104 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter', |
| 1105 | ], |
| 1106 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1107 | }, |
| 1108 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1109 | 'gl_unittests': { |
| 1110 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1111 | # On Android, these are already run on the main waterfall. |
| 1112 | # Run them on the one-off Android FYI bots, though. |
| 1113 | 'Android FYI Release (Nexus 5X)', |
| 1114 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 1115 | 'Linux FYI Release (AMD R7 240)', |
| 1116 | ], |
| 1117 | 'modifications': { |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1118 | 'CFI Linux ToT': { |
| 1119 | 'args': [ |
| 1120 | '--use-gpu-in-tests', |
| 1121 | '--no-xvfb', |
| 1122 | ], |
| 1123 | 'swarming': { |
| 1124 | 'dimension_sets': [ |
| 1125 | { |
| 1126 | 'gpu': '10de:1cb3', |
| 1127 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1128 | 'pool': 'chromium.tests.gpu.template', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1129 | }, |
| 1130 | ], |
| 1131 | }, |
| 1132 | 'use_xvfb': False, |
| 1133 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1134 | 'Linux CFI': { |
| 1135 | 'args': [ |
| 1136 | '--use-gpu-in-tests', |
| 1137 | '--no-xvfb', |
| 1138 | ], |
| 1139 | 'swarming': { |
| 1140 | 'dimension_sets': [ |
| 1141 | { |
| 1142 | 'gpu': '10de:1cb3', |
| 1143 | 'os': 'Ubuntu', |
Ben Pastene | cb6cefc | 2020-03-05 19:48:46 | [diff] [blame] | 1144 | 'pool': 'chromium.tests.gpu.template', |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1145 | }, |
| 1146 | ], |
| 1147 | }, |
| 1148 | 'use_xvfb': False, |
| 1149 | }, |
| 1150 | }, |
| 1151 | }, |
| 1152 | 'gl_unittests_ozone': { |
| 1153 | 'remove_from': [ |
| 1154 | # Can't run on MSAN because gl_unittests_ozone uses the hardware driver, |
| 1155 | # which isn't instrumented. |
| 1156 | 'Linux ChromiumOS MSan Tests', |
| 1157 | ], |
| 1158 | }, |
| 1159 | 'gpu_process_launch_tests': { |
| 1160 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1161 | # exception once there is enough capacity to run these tests. |
| 1162 | 'remove_from': [ |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1163 | 'Android FYI Release (Pixel 2)', |
| 1164 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1165 | 'modifications': { |
| 1166 | 'Win10 x64 Debug (NVIDIA)': { |
| 1167 | 'args': [ |
| 1168 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 1169 | # longer necessary to figure out why the renderer process is hanging. |
| 1170 | '--extra-browser-args=--no-sandbox', |
| 1171 | ], |
| 1172 | }, |
| 1173 | }, |
Takuto Ikuta | f533325 | 2019-11-06 16:07:08 | [diff] [blame] | 1174 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1175 | 'hardware_accelerated_feature_tests': { |
| 1176 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1177 | # exception once there is enough capacity to run these tests. |
| 1178 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1179 | 'Android FYI Release (Pixel 2)', |
| 1180 | ], |
| 1181 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1182 | 'headless_browsertests': { |
| 1183 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1184 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1185 | ], |
| 1186 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1187 | 'info_collection_tests': { |
| 1188 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1189 | # The Mac ASAN swarming bot runs tests on two different GPU |
| 1190 | # types, so we can't have one expected vendor ID / device ID. |
| 1191 | 'Mac FYI GPU ASAN Release', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1192 | 'Android V8 FYI Release (Nexus 5X)', |
| 1193 | 'Linux V8 FYI Release (NVIDIA)', |
Michael Achenbach | 5fdfc67b | 2018-12-13 13:26:35 | [diff] [blame] | 1194 | 'Linux V8 FYI Release - pointer compression (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1195 | 'Mac V8 FYI Release (Intel)', |
| 1196 | 'Win V8 FYI Release (NVIDIA)', |
| 1197 | ], |
Brian Sheedy | fe61cdac | 2020-02-12 01:25:59 | [diff] [blame] | 1198 | 'modifications': { |
| 1199 | 'Win10 x64 Debug (NVIDIA)': { |
| 1200 | 'args': [ |
| 1201 | # TODO(https://crbug.com/1007013): Remove this flag when it's no |
| 1202 | # longer necessary to figure out why the renderer process is hanging. |
| 1203 | '--extra-browser-args=--no-sandbox', |
| 1204 | ], |
| 1205 | }, |
| 1206 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1207 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1208 | 'interactive_ui_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1209 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1210 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1211 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1212 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1213 | 'Linux - Future (dbg)': { # client.v8.chromium |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1214 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1215 | 'shards': 3, |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1216 | }, |
| 1217 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1218 | 'Linux ASan LSan Tests (1)': { |
Nico Weber | 96a75a694 | 2018-06-20 04:53:17 | [diff] [blame] | 1219 | # These are slow on the ASan trybot for some reason, crbug.com/794372 |
| 1220 | 'swarming': { |
| 1221 | 'shards': 6, |
| 1222 | }, |
| 1223 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1224 | 'Linux ChromiumOS MSan Tests': { |
| 1225 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1226 | # crbug.com/865455 |
| 1227 | 'swarming': { |
| 1228 | 'shards': 5, |
| 1229 | }, |
| 1230 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1231 | 'Linux TSan Tests': { |
| 1232 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1233 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1234 | 'shards': 20, |
Dirk Pranke | 8fd63c1 | 2017-12-10 18:06:27 | [diff] [blame] | 1235 | }, |
| 1236 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1237 | 'ToTLinuxTSan': { |
| 1238 | # These are slow on the TSan bots for some reason, crbug.com/794372 |
| 1239 | 'swarming': { |
| 1240 | 'shards': 6, |
| 1241 | }, |
| 1242 | }, |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1243 | 'Win 7 Tests x64 (1)': { |
| 1244 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1245 | 'args': [ |
| 1246 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1247 | ], |
| 1248 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1249 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 1250 | 'Win10 Tests x64 (dbg)': { |
| 1251 | 'experiment_percentage': 100, |
| 1252 | }, |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1253 | 'Win7 Tests (1)': { |
| 1254 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1255 | 'args': [ |
| 1256 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1257 | ], |
| 1258 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1259 | 'Win7 Tests (dbg)(1)': { |
Ian Struiksma | 07a90df | 2020-01-23 00:54:50 | [diff] [blame] | 1260 | # These tests are continually flaky on Win7 bots, crbug.com/967588 |
| 1261 | 'args': [ |
| 1262 | '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter', |
| 1263 | ], |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1264 | 'swarming': { |
| 1265 | 'shards': 4, |
| 1266 | }, |
| 1267 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1268 | 'linux-chromeos-chrome': { |
| 1269 | # TODO(crbug.com/970649): Remove this filter. |
| 1270 | 'args': [ |
| 1271 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 1272 | ], |
| 1273 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1274 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1275 | 'swarming': { |
| 1276 | 'shards': 10, |
| 1277 | }, |
| 1278 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1279 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1280 | 'swarming': { |
| 1281 | 'shards': 10, |
| 1282 | }, |
| 1283 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1284 | }, |
| 1285 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1286 | 'ipc_tests': { |
| 1287 | 'modifications': { |
| 1288 | 'android-asan': { |
| 1289 | 'swarming': { |
| 1290 | 'shards': 2, |
| 1291 | }, |
| 1292 | }, |
| 1293 | }, |
| 1294 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1295 | 'maps_pixel_test': { |
| 1296 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 1297 | # exception once there is enough capacity to run these tests. |
| 1298 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1299 | 'Android FYI Release (Pixel 2)', |
| 1300 | ], |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1301 | 'replacements': { |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1302 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1303 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1304 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1305 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1306 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1307 | }, |
| 1308 | }, |
| 1309 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1310 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1311 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1312 | }, |
| 1313 | }, |
| 1314 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1315 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1316 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1317 | }, |
| 1318 | }, |
| 1319 | 'Mac V8 FYI Release (Intel)': { |
| 1320 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1321 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1322 | }, |
| 1323 | }, |
| 1324 | 'Win V8 FYI Release (NVIDIA)': { |
| 1325 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1326 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 1327 | }, |
| 1328 | }, |
| 1329 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 1330 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1331 | 'media_unittests': { |
| 1332 | 'modifications': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1333 | 'android-marshmallow-x86-fyi-rel': { |
| 1334 | 'args': [ |
| 1335 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 1336 | ], |
| 1337 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1338 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1339 | 'args': [ |
| 1340 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 1341 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1342 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1343 | 'android-pie-x86-rel': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 1344 | 'args': [ |
| 1345 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 1346 | ], |
| 1347 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1348 | }, |
| 1349 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1350 | 'mojo_unittests': { |
| 1351 | 'modifications': { |
| 1352 | 'android-asan': { |
| 1353 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 1354 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 1355 | }, |
| 1356 | }, |
| 1357 | }, |
| 1358 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 1359 | 'monochrome_apk_checker': { |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1360 | 'modifications': { |
| 1361 | 'ToTAndroid': { |
| 1362 | 'swarming': { |
| 1363 | 'dimension_sets': [ |
| 1364 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1365 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1366 | 'device_os': None, |
| 1367 | 'device_playstore_version': None, |
| 1368 | 'device_type': None, |
| 1369 | 'os': 'Ubuntu-16.04', |
| 1370 | }, |
| 1371 | ], |
| 1372 | }, |
| 1373 | }, |
| 1374 | 'android-arm64-proguard-rel': { |
| 1375 | 'swarming': { |
| 1376 | 'dimension_sets': [ |
| 1377 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1378 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1379 | 'device_os': None, |
| 1380 | 'device_playstore_version': None, |
| 1381 | 'device_type': None, |
| 1382 | 'os': 'Ubuntu-16.04', |
| 1383 | }, |
| 1384 | ], |
| 1385 | }, |
| 1386 | }, |
| 1387 | 'android-pie-arm64-rel': { |
| 1388 | 'swarming': { |
| 1389 | 'dimension_sets': [ |
| 1390 | { |
John Budorick | 838256a | 2020-02-29 01:29:07 | [diff] [blame] | 1391 | 'cpu': 'x86-64', |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 1392 | 'device_os': None, |
| 1393 | 'device_os_flavor': None, |
| 1394 | 'device_playstore_version': None, |
| 1395 | 'device_type': None, |
| 1396 | 'os': 'Ubuntu-16.04', |
| 1397 | }, |
| 1398 | ], |
| 1399 | }, |
| 1400 | }, |
| 1401 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 1402 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1403 | 'monochrome_public_test_ar_apk': { |
| 1404 | 'modifications': { |
Brian Sheedy | 12169aa | 2019-10-16 23:38:03 | [diff] [blame] | 1405 | 'Nougat Phone Tester': { |
| 1406 | 'args': [ |
| 1407 | # ArCore is not installed as a system app on N, so we can install it |
| 1408 | # normally instead of replacing the system version. |
| 1409 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1410 | ], |
| 1411 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1412 | # We need to match the Playstore version as well because AR tests fail on |
| 1413 | # old versions of the Playstore. |
| 1414 | 'Oreo Phone Tester': { |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1415 | 'args': [ |
| 1416 | # ArCore is not installed as a system app on O, so we can install it |
| 1417 | # normally instead of replacing the system version. |
| 1418 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1419 | ], |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1420 | 'swarming': { |
| 1421 | 'dimension_sets': [ |
| 1422 | { |
| 1423 | 'device_os': 'OPR3.170623.008', |
| 1424 | 'device_playstore_version': '12.8.23-all', |
| 1425 | 'device_type': 'marlin', |
| 1426 | 'os': 'Android', |
| 1427 | }, |
| 1428 | ], |
| 1429 | }, |
| 1430 | }, |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 1431 | 'android-pie-arm64-dbg': { |
| 1432 | 'args': [ |
| 1433 | '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 1434 | ] |
| 1435 | } |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 1436 | }, |
| 1437 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1438 | 'nacl_helper_nonsfi_unittests': { |
| 1439 | 'remove_from': [ |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 1440 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 1441 | ], |
| 1442 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1443 | 'nacl_loader_unittests': { |
| 1444 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 1445 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 1446 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 1447 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 1448 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Aaron Gable | 38265fe | 2020-04-09 23:49:07 | [diff] [blame] | 1449 | 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1450 | ], |
| 1451 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1452 | 'net_unittests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1453 | 'remove_from': [ |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 1454 | 'Fuchsia ARM64', # https://crbug.com/877248 |
Fabrice de Gans-Riberi | a1541ca | 2019-01-09 20:05:46 | [diff] [blame] | 1455 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1456 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1457 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1458 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1459 | # These are very slow on the ASAN trybot for some reason. |
| 1460 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1461 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1462 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1463 | }, |
| 1464 | }, |
| 1465 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1466 | # These are very slow on the ASAN trybot for some reason. |
| 1467 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1468 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 1469 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1470 | } |
| 1471 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1472 | 'Linux ChromiumOS MSan Tests': { |
| 1473 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1474 | # crbug.com/865455 |
| 1475 | 'swarming': { |
| 1476 | 'shards': 2, |
| 1477 | }, |
| 1478 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1479 | 'Linux TSan Tests': { |
| 1480 | 'swarming': { |
| 1481 | 'shards': 4, |
| 1482 | } |
| 1483 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1484 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 1485 | 'Linux Tests (dbg)(1)': { |
| 1486 | 'swarming': { |
| 1487 | 'shards': 2, |
| 1488 | }, |
| 1489 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1490 | 'ToTLinuxASan': { |
| 1491 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1492 | 'swarming': { |
| 1493 | 'shards': 16, |
| 1494 | }, |
| 1495 | }, |
| 1496 | 'ToTLinuxTSan': { |
| 1497 | 'swarming': { |
| 1498 | 'shards': 4, |
| 1499 | } |
| 1500 | }, |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 1501 | 'android-marshmallow-x86-fyi-rel': { |
| 1502 | # crbug.com/1046060 |
| 1503 | 'args': [ |
| 1504 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1505 | ], |
| 1506 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1507 | 'android-pie-x86-rel': { |
John Budorick | 7fde6b49 | 2020-01-29 17:43:50 | [diff] [blame] | 1508 | # crbug.com/1046060 |
| 1509 | 'args': [ |
| 1510 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter', |
| 1511 | ], |
| 1512 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1513 | 'chromeos-betty-chrome': { |
| 1514 | # TODO(crbug.com/986904): Remove this filter. |
| 1515 | 'args': [ |
| 1516 | '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT', |
| 1517 | ], |
| 1518 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1519 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1520 | 'swarming': { |
| 1521 | 'shards': 4, |
| 1522 | } |
| 1523 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1524 | 'linux-chromeos-dbg': { |
| 1525 | 'swarming': { |
| 1526 | 'shards': 2, |
| 1527 | }, |
| 1528 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1529 | }, |
| 1530 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1531 | 'network_service_browser_tests': { |
| 1532 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1533 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1534 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1535 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1536 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1537 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1538 | 'Win10 Tests x64 (dbg)', # Matches browser_tests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1539 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1540 | 'Mac10.10 Tests', |
| 1541 | 'Mac10.11 Tests', |
| 1542 | 'Mac10.13 Tests', |
| 1543 | 'Mac10.13 Tests (dbg)', |
| 1544 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1545 | 'ToTMacASan', |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1546 | ], |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1547 | 'modifications': { |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1548 | 'Win10 Tests x64': { |
| 1549 | # crbug.com/868082 |
| 1550 | 'args': [ |
| 1551 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1552 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 1553 | # This is for slow test execution that often becomes a critical path of |
| 1554 | # swarming jobs. crbug.com/868114 |
| 1555 | 'swarming': { |
| 1556 | 'shards': 20, |
| 1557 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1558 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 1559 | 'Win10 Tests x64 Code Coverage': { |
| 1560 | # crbug.com/868082 |
| 1561 | 'args': [ |
| 1562 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1563 | ], |
| 1564 | # This is for slow test execution that often becomes a critical path of |
| 1565 | # swarming jobs. crbug.com/868114 |
| 1566 | 'swarming': { |
| 1567 | 'shards': 20, |
| 1568 | }, |
| 1569 | }, |
Yuke Liao | 58e1d20 | 2020-03-20 23:02:01 | [diff] [blame] | 1570 | 'linux-code-coverage': { |
| 1571 | 'args': [ |
| 1572 | '--no-sandbox', |
| 1573 | ], |
| 1574 | 'swarming': { |
| 1575 | 'shards': 20, |
| 1576 | }, |
| 1577 | } |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1578 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1579 | }, |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1580 | 'network_service_components_browsertests': { |
| 1581 | 'remove_from': [ |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1582 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1583 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1584 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1585 | 'Win10 Tests x64 (dbg)', # Matches components_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1586 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1587 | 'Mac10.10 Tests', |
| 1588 | 'Mac10.11 Tests', |
| 1589 | 'Mac10.13 Tests', |
| 1590 | 'Mac10.13 Tests (dbg)', |
| 1591 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1592 | 'ToTMacASan', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1593 | ], |
| 1594 | }, |
| 1595 | 'network_service_content_browsertests': { |
| 1596 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1597 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1598 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1599 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1600 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1601 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1602 | 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786 |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1603 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1604 | 'Mac10.10 Tests', |
| 1605 | 'Mac10.11 Tests', |
| 1606 | 'Mac10.13 Tests', |
| 1607 | 'Mac10.13 Tests (dbg)', |
| 1608 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1609 | 'ToTMacASan', |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1610 | ], |
| 1611 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1612 | 'network_service_extensions_browsertests': { |
| 1613 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1614 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1615 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1616 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1617 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1618 | 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1619 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1620 | 'Mac10.10 Tests', |
| 1621 | 'Mac10.11 Tests', |
| 1622 | 'Mac10.13 Tests', |
| 1623 | 'Mac10.13 Tests (dbg)', |
| 1624 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1625 | 'ToTMacASan', |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1626 | ], |
| 1627 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1628 | 'network_service_headless_browsertests': { |
| 1629 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1630 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1631 | ], |
| 1632 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1633 | 'network_service_interactive_ui_tests': { |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1634 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1635 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1636 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1637 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1638 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1639 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1640 | # Only run network service tests on Mac 10.12 for capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1641 | 'Mac10.10 Tests', |
| 1642 | 'Mac10.11 Tests', |
| 1643 | 'Mac10.13 Tests', |
| 1644 | 'Mac10.13 Tests (dbg)', |
| 1645 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1646 | 'ToTMacASan', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1647 | ], |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1648 | 'modifications': { |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1649 | 'Win10 Tests x64 (dbg)': { |
| 1650 | 'experiment_percentage': 100, # https://crbug.com/852786 |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1651 | }, |
| 1652 | }, |
| 1653 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1654 | 'network_service_out_of_process_chrome_public_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1655 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1656 | 'android-asan', |
| 1657 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 1658 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1659 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1660 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1661 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1662 | 'Lollipop Tablet Tester', |
| 1663 | 'Marshmallow Tablet Tester', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1664 | 'android-code-coverage-native', # https://crbug.com/1018780 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1665 | ], |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1666 | 'modifications': { |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1667 | 'android-pie-x86-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1668 | 'args': [ |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame] | 1669 | '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb', |
| 1670 | # https://crbug.com/1046059 |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1671 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter', |
| 1672 | ], |
Haiyang Pan | 9152d38 | 2020-03-03 07:39:41 | [diff] [blame] | 1673 | 'swarming': { |
| 1674 | 'named_caches': [ |
| 1675 | { |
| 1676 | 'name': 'avd_generic_playstore_android28', |
| 1677 | 'path': '.android', |
| 1678 | }, |
| 1679 | { |
| 1680 | 'name': 'system_images_android_28_google_apis_playstore_x86', |
| 1681 | 'path': '.emulator_sdk', |
| 1682 | }, |
| 1683 | ] |
| 1684 | }, |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1685 | }, |
| 1686 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1687 | }, |
| 1688 | 'network_service_out_of_process_components_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1689 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1690 | 'android-asan', |
| 1691 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 1692 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1693 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1694 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1695 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1696 | 'Lollipop Tablet Tester', |
| 1697 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1698 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1699 | ], |
| 1700 | }, |
| 1701 | 'network_service_out_of_process_content_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1702 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1703 | 'android-asan', |
| 1704 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 1705 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1706 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1707 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1708 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1709 | 'Lollipop Tablet Tester', |
| 1710 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1711 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1712 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1713 | 'modifications': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1714 | 'android-marshmallow-x86-fyi-rel': { |
| 1715 | 'args': [ |
| 1716 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 1717 | ], |
| 1718 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1719 | 'android-pie-x86-rel': { |
John Budorick | 20c71a0d | 2020-03-02 20:38:56 | [diff] [blame] | 1720 | 'args': [ |
| 1721 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter', |
| 1722 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1723 | 'swarming': { |
| 1724 | 'shards': 10, |
| 1725 | }, |
| 1726 | }, |
| 1727 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1728 | }, |
| 1729 | 'network_service_out_of_process_content_shell_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1730 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1731 | 'android-asan', |
| 1732 | # Don't run on trybots; waterfall is enough. |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 1733 | 'android-lollipop-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1734 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1735 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1736 | # No capacity for tablet testers. |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1737 | 'Lollipop Tablet Tester', |
| 1738 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1739 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1740 | ], |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1741 | 'modifications': { |
| 1742 | 'android-marshmallow-x86-fyi-rel': { |
| 1743 | 'args': [ |
| 1744 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1745 | ], |
| 1746 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1747 | 'android-pie-x86-rel': { |
John Budorick | ee2e64f | 2020-03-02 20:19:10 | [diff] [blame] | 1748 | 'args': [ |
| 1749 | '--gtest_filter=-ContentViewScrollingTest.testFling', |
| 1750 | ], |
| 1751 | }, |
| 1752 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1753 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1754 | 'network_service_webview_instrumentation_test_apk': { |
| 1755 | # Only run these on the phone testers for now due to capacity. |
| 1756 | 'remove_from': [ |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 1757 | 'android-lollipop-arm-rel', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1758 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1759 | 'android-pie-arm64-rel', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1760 | 'Lollipop Tablet Tester', |
| 1761 | 'Marshmallow Tablet Tester', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1762 | 'android-asan', # https://crbug.com/964562 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1763 | 'Android CFI', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1764 | 'ToTAndroid', |
| 1765 | 'ToTAndroidCFI', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1766 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1767 | ], |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 1768 | 'modifications': { |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1769 | 'android-pie-x86-rel': { |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 1770 | 'args': [ |
| 1771 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 1772 | ], |
| 1773 | }, |
| 1774 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1775 | }, |
John Chen | aab16fc0 | 2020-03-03 06:35:45 | [diff] [blame] | 1776 | 'not_site_per_process_blink_web_tests': { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1777 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1778 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 1779 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1780 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 1781 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1782 | 'Linux Tests': { |
| 1783 | "args": [ |
| 1784 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1785 | ], |
| 1786 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1787 | 'linux-code-coverage': { |
| 1788 | 'args': [ |
| 1789 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1790 | ], |
| 1791 | 'swarming': { |
| 1792 | 'shards': 20, |
| 1793 | }, |
| 1794 | }, |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 1795 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1796 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1797 | 'notification_helper_unittests': { |
| 1798 | 'remove_from': [ |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 1799 | # The test uses WinRT, which only exists in Windows 8 or above. |
| 1800 | # (https://crbug.com/813553) |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1801 | 'Win 7 Tests x64 (1)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1802 | 'Win7 Tests (1)', |
| 1803 | 'Win7 Tests (dbg)(1)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1804 | # all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1805 | 'ToTWin', |
| 1806 | 'ToTWin(dbg)', |
| 1807 | 'ToTWin(dll)', |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 1808 | 'ToTWinOfficial', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1809 | 'ToTWin64', |
| 1810 | 'ToTWin64(dbg)', |
| 1811 | 'ToTWin64(dll)', |
| 1812 | 'ToTWinCFI', |
| 1813 | 'ToTWinCFI64', |
Oksana Zhuravlova | 7f99621 | 2018-02-28 04:23:08 | [diff] [blame] | 1814 | 'ToTWinThinLTO64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1815 | ], |
| 1816 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 1817 | 'ozone_unittests': { |
| 1818 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1819 | 'chromeos-betty-chrome': { |
| 1820 | 'args': [ |
| 1821 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1822 | ], |
| 1823 | }, |
| 1824 | 'chromeos-betty-pi-arc-chrome': { |
| 1825 | 'args': [ |
| 1826 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1827 | ], |
| 1828 | }, |
| 1829 | 'linux-chromeos-chrome': { |
| 1830 | 'args': [ |
| 1831 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1832 | ], |
| 1833 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 1834 | }, |
| 1835 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1836 | 'perfetto_unittests': { |
| 1837 | 'remove_from': [ |
John Budorick | d3fa599 | 2019-12-13 17:22:41 | [diff] [blame] | 1838 | 'android-arm64-proguard-rel', |
John Budorick | f2283d7 | 2019-06-25 01:09:09 | [diff] [blame] | 1839 | 'android-asan', |
Yun Liu | 022f451 | 2019-06-10 23:14:04 | [diff] [blame] | 1840 | 'android-code-coverage', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 1841 | 'android-code-coverage-native', |
Haiyang Pan | 32b8339 | 2020-03-14 01:38:46 | [diff] [blame] | 1842 | 'android-lollipop-arm-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1843 | 'android-marshmallow-arm64-rel', |
John Budorick | caafa91 | 2020-01-10 01:14:32 | [diff] [blame] | 1844 | 'android-marshmallow-x86-fyi-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1845 | 'android-pie-arm64-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1846 | 'android-pie-x86-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1847 | 'Android CFI', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1848 | 'Lollipop Phone Tester', |
| 1849 | 'Lollipop Tablet Tester', |
| 1850 | 'Marshmallow 64 bit Tester', |
| 1851 | 'Marshmallow Tablet Tester', |
| 1852 | 'Nougat Phone Tester', |
| 1853 | 'ToTAndroid', |
| 1854 | 'ToTAndroidCFI' |
| 1855 | ] |
| 1856 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1857 | 'performance_test_suite': { |
| 1858 | 'modifications': { |
| 1859 | 'Mac10.13 Tests (dbg)': { |
| 1860 | 'args': [ |
| 1861 | '--browser=debug', |
| 1862 | ], |
| 1863 | }, |
| 1864 | 'Win10 Tests x64 (dbg)': { |
| 1865 | 'args': [ |
| 1866 | '--browser=debug_x64', |
| 1867 | ], |
| 1868 | 'experiment_percentage': 100, |
| 1869 | }, |
| 1870 | 'Win7 Tests (dbg)(1)': { |
| 1871 | 'args': [ |
| 1872 | '--browser=debug', |
| 1873 | ], |
| 1874 | }, |
| 1875 | }, |
| 1876 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1877 | 'pixel_skia_gold_test': { |
| 1878 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1879 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1880 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1881 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1882 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1883 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1884 | }, |
| 1885 | }, |
| 1886 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1887 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1888 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1889 | }, |
| 1890 | }, |
| 1891 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1892 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1893 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1894 | }, |
| 1895 | }, |
| 1896 | 'Mac V8 FYI Release (Intel)': { |
| 1897 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1898 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1899 | }, |
| 1900 | }, |
| 1901 | 'Win V8 FYI Release (NVIDIA)': { |
| 1902 | 'args': { |
Brian Sheedy | 4d335deb | 2020-04-01 20:47:32 | [diff] [blame] | 1903 | '--git-revision': '${got_cr_revision}', |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1904 | }, |
| 1905 | }, |
| 1906 | }, |
| 1907 | }, |
| 1908 | 'pixel_test':{ |
Takuto Ikuta | 35c8552 | 2019-06-04 16:55:46 | [diff] [blame] | 1909 | 'modifications': { |
| 1910 | 'Android Release (Nexus 5X)': { |
| 1911 | 'swarming': { |
| 1912 | 'shards': 2, |
| 1913 | }, |
| 1914 | }, |
| 1915 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 1916 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 1917 | 'rendering_representative_perf_tests': { |
| 1918 | 'modifications': { |
| 1919 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 1920 | 'args': [ |
| 1921 | '--browser=release_x64', |
| 1922 | ], |
| 1923 | }, |
| 1924 | 'Win10 FYI x64 Exp Release (NVIDIA)': { |
| 1925 | 'args': [ |
| 1926 | '--browser=release_x64', |
| 1927 | ], |
| 1928 | }, |
| 1929 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 1930 | 'args': [ |
| 1931 | '--browser=release_x64', |
| 1932 | ], |
| 1933 | }, |
| 1934 | 'Win10 FYI x64 Release (Intel UHD 630)': { |
| 1935 | 'args': [ |
| 1936 | '--browser=release_x64', |
| 1937 | ], |
| 1938 | }, |
| 1939 | 'Win10 FYI x64 Release (NVIDIA)': { |
| 1940 | 'args': [ |
| 1941 | '--browser=release_x64', |
| 1942 | ], |
| 1943 | }, |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 1944 | 'Win10 x64 Release (NVIDIA)': { |
| 1945 | 'args': [ |
| 1946 | '--browser=release_x64', |
| 1947 | ], |
| 1948 | }, |
behdad | f0893358 | 2020-05-04 14:00:08 | [diff] [blame] | 1949 | 'Win10 x64 Release (NVIDIA) Code Coverage': { |
| 1950 | 'args': [ |
| 1951 | '--browser=release_x64', |
| 1952 | ], |
| 1953 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 1954 | }, |
| 1955 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1956 | 'sandbox_linux_unittests': { |
| 1957 | 'modifications': { |
| 1958 | 'Lollipop Phone Tester': { |
| 1959 | 'args': [ |
| 1960 | '--shard-timeout=300', |
| 1961 | ], |
| 1962 | }, |
Haiyang Pan | 32b8339 | 2020-03-14 01:38:46 | [diff] [blame] | 1963 | 'android-lollipop-arm-rel': { |
| 1964 | 'args': [ |
| 1965 | '--shard-timeout=300', |
| 1966 | ], |
| 1967 | }, |
John Budorick | 6e8e595b | 2020-01-27 18:15:58 | [diff] [blame] | 1968 | 'android-marshmallow-x86-fyi-rel': { |
| 1969 | 'args': [ |
| 1970 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 1971 | ] |
| 1972 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 1973 | 'android-pie-x86-rel': { |
John Budorick | 191adfcd | 2020-01-29 18:19:04 | [diff] [blame] | 1974 | 'args': [ |
| 1975 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter', |
| 1976 | ] |
| 1977 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1978 | }, |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 1979 | 'remove_from': [ |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 1980 | 'android-asan', # https://crbug.com/962650 |
| 1981 | ], |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1982 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1983 | 'services_unittests': { |
| 1984 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1985 | 'ToTLinuxMSan', # https://crbug.com/831676 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1986 | # The face and barcode detection tests fail on the Mac Pros. |
| 1987 | 'Mac Pro FYI Release (AMD)', |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1988 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676 |
| 1989 | 'Linux MSan Tests', # https://crbug.com/831676 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1990 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1991 | }, |
jonross | 61a2cd2 | 2019-10-11 22:22:05 | [diff] [blame] | 1992 | 'skia_renderer_gl_blink_web_tests': { |
| 1993 | 'modifications': { |
jonross | 61a2cd2 | 2019-10-11 22:22:05 | [diff] [blame] | 1994 | 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': { |
| 1995 | 'args': [ |
| 1996 | '--target', |
| 1997 | 'Release_x64', |
| 1998 | ], |
| 1999 | }, |
| 2000 | }, |
| 2001 | }, |
Ben Pastene | 727d416 | 2020-05-05 19:10:25 | [diff] [blame^] | 2002 | 'storage_service_unsandboxed_interactive_ui_tests': { |
| 2003 | 'modifications': { |
| 2004 | 'linux-chromeos-chrome': { |
| 2005 | # TODO(crbug.com/970649): Remove this filter. |
| 2006 | 'args': [ |
| 2007 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 2008 | ], |
| 2009 | }, |
| 2010 | } |
| 2011 | }, |
Chong Gu | 066fbf1 | 2020-05-02 05:26:08 | [diff] [blame] | 2012 | 'storage_unittests': { |
| 2013 | 'remove_from': [ |
| 2014 | 'Fuchsia ARM64', # https://crbug.com/1077462 |
| 2015 | 'Fuchsia x64', # https://crbug.com/1077462 |
| 2016 | ], |
| 2017 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2018 | 'swiftshader_unittests': { |
| 2019 | 'remove_from': [ |
| 2020 | # Save capacity on the hardware where we have only a few machines. |
| 2021 | 'Mac FYI Experimental Release (Intel)', |
| 2022 | 'Mac FYI Experimental Retina Release (AMD)', |
| 2023 | 'Mac FYI Experimental Retina Release (NVIDIA)', |
| 2024 | 'Mac Pro FYI Release (AMD)', |
| 2025 | ], |
| 2026 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2027 | 'sync_integration_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2028 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 2029 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 2030 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2031 | 'modifications': { |
Erik Chen | e84bc1c | 2019-11-25 23:23:52 | [diff] [blame] | 2032 | 'Linux ASan LSan Tests (1)': { |
| 2033 | 'swarming': { |
| 2034 | 'shards': 4, |
| 2035 | }, |
| 2036 | }, |
Nico Weber | 8fbc283 | 2018-12-14 16:00:57 | [diff] [blame] | 2037 | 'Linux TSan Tests': { |
| 2038 | 'swarming': { |
| 2039 | 'shards': 6, |
| 2040 | }, |
| 2041 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2042 | 'ToTLinuxTSan': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2043 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2044 | 'shards': 6, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2045 | }, |
| 2046 | }, |
Stephen Martinis | 75ab55d | 2018-08-30 02:27:12 | [diff] [blame] | 2047 | 'Win10 Tests x64 (dbg)': { |
| 2048 | 'experiment_percentage': 100, # https://crbug.com/840369 |
| 2049 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2050 | 'Win7 Tests (dbg)(1)': { |
| 2051 | 'swarming': { |
| 2052 | 'shards': 2, |
| 2053 | }, |
| 2054 | }, |
| 2055 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2056 | 'swarming': { |
| 2057 | 'shards': 4, |
| 2058 | }, |
| 2059 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2060 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 2061 | 'swarming': { |
| 2062 | 'shards': 4, |
| 2063 | }, |
| 2064 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2065 | }, |
| 2066 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2067 | 'tab_capture_end2end_tests': { |
Nico Weber | e89a3c9 | 2018-07-01 01:30:52 | [diff] [blame] | 2068 | # Run these only on Release bots. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2069 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2070 | 'Linux Debug (NVIDIA)', |
| 2071 | 'Mac Debug (Intel)', |
| 2072 | 'Mac Retina Debug (AMD)', |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2073 | 'Win10 FYI x64 Debug (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2074 | 'Win7 FYI Debug (AMD)', |
Yuly Novikov | f28f1eca | 2019-07-04 22:43:39 | [diff] [blame] | 2075 | # Disabled due to dbus crashes crbug.com/927465 |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2076 | 'Linux FYI Release (Intel HD 630)', |
Brian Sheedy | 4dd9843 | 2019-08-13 22:57:00 | [diff] [blame] | 2077 | 'Linux FYI Release (Intel UHD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2078 | 'Linux FYI Release (NVIDIA)', |
Brian Sheedy | 22d051e | 2019-08-07 00:50:16 | [diff] [blame] | 2079 | 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 2080 | 'Linux FYI SkiaRenderer Vulkan (NVIDIA)', |
| 2081 | 'Linux Release (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2082 | ], |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 2083 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2084 | 'telemetry_perf_unittests': { |
| 2085 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2086 | 'Linux Tests': { |
| 2087 | 'args': [ |
| 2088 | '--xvfb', |
Ned Nguyen | e6e2604 | 2018-01-17 20:42:48 | [diff] [blame] | 2089 | '--jobs=1', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2090 | ], |
| 2091 | }, |
Juan Antonio Navarro Perez | 4899edf | 2019-03-14 13:05:35 | [diff] [blame] | 2092 | 'Linux Tests (dbg)(1)': { |
| 2093 | 'args': [ |
| 2094 | '--xvfb', |
| 2095 | '--jobs=1', |
| 2096 | ], |
| 2097 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2098 | # Disable parallelism on all Mac bots. |
| 2099 | 'Mac10.10 Tests': { |
| 2100 | 'args': [ |
| 2101 | '--jobs=1', |
| 2102 | ], |
| 2103 | }, |
| 2104 | 'Mac10.11 Tests': { |
| 2105 | 'args': [ |
| 2106 | '--jobs=1', |
| 2107 | ], |
| 2108 | }, |
| 2109 | 'Mac10.12 Tests': { |
| 2110 | 'args': [ |
| 2111 | '--jobs=1', |
| 2112 | ], |
| 2113 | }, |
Ned Nguyen | 6e6e5b3 | 2018-02-21 20:21:50 | [diff] [blame] | 2114 | 'Win7 Tests (dbg)(1)': { |
| 2115 | 'args': [ |
| 2116 | '--jobs=1', |
| 2117 | ], |
| 2118 | 'swarming': { |
| 2119 | 'shards': 20, |
| 2120 | }, |
| 2121 | 'experiment_percentage': 100, |
| 2122 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2123 | 'linux-chromium-tests-staging-tests': { |
| 2124 | 'args': [ |
| 2125 | '--xvfb', |
| 2126 | '--jobs=1', |
| 2127 | ], |
| 2128 | }, |
| 2129 | 'linux-trusty-rel': { |
| 2130 | 'args': [ |
| 2131 | '--xvfb', |
| 2132 | '--jobs=1', |
| 2133 | ], |
| 2134 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2135 | }, |
| 2136 | 'remove_from': [ |
Haiyang Pan | 0e39edf4 | 2020-04-28 19:29:01 | [diff] [blame] | 2137 | # There's no need to run telemetry_perf_unittests on both lollipop and |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2138 | # marshmallow on the CQ. https://crbug.com/1026487. |
| 2139 | 'android-marshmallow-arm64-rel', |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 2140 | 'android-pie-arm64-rel', |
Garrett Beaty | eef031a | 2019-02-28 01:55:41 | [diff] [blame] | 2141 | # crbug.com/936540 |
| 2142 | 'Mac10.10 Tests', |
| 2143 | 'Mac10.11 Tests', |
Shenghua Zhang | bd6f1b23 | 2018-03-03 02:59:14 | [diff] [blame] | 2144 | 'Mac10.13 Tests', |
| 2145 | 'Mac10.13 Tests (dbg)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2146 | 'Linux - Future (dbg)', # client.v8.chromium |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2147 | 'Win10 Tests x64', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 2148 | 'Win10 Tests x64 (dbg)', |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 2149 | 'Win10 Tests x64 Code Coverage', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2150 | ], |
| 2151 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2152 | 'telemetry_unittests': { |
| 2153 | 'modifications': { |
| 2154 | 'Win10 Tests x64 (dbg)': { |
| 2155 | 'experiment_percentage': 100, # crbug.com/870673 |
| 2156 | } |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2157 | }, |
| 2158 | 'remove_from': [ |
| 2159 | # crbug.com/936540 |
| 2160 | 'Mac10.10 Tests', |
| 2161 | 'Mac10.11 Tests', |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 2162 | |
| 2163 | 'Win10 Tests x64', |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 2164 | 'Win10 Tests x64 Code Coverage', |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 2165 | ], |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2166 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2167 | 'unit_tests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2168 | 'remove_from': [ |
| 2169 | 'android-code-coverage-native', # crbug/1018434 |
Haiyang Pan | 0e39edf4 | 2020-04-28 19:29:01 | [diff] [blame] | 2170 | # There's no need to run unit_tests on both lollipop and marshmallow |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 2171 | # on the CQ. https://crbug.com/1026487. |
| 2172 | 'android-marshmallow-arm64-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2173 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2174 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2175 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2176 | # These are slow on the ASAN trybot for some reason. |
| 2177 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2178 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2179 | 'shards': 4, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2180 | }, |
| 2181 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2182 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 2183 | # These are slow on the ASAN trybot for some reason. |
| 2184 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 2185 | 'swarming': { |
| 2186 | 'shards': 2, |
| 2187 | }, |
| 2188 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2189 | 'Linux ChromiumOS MSan Tests': { |
| 2190 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 2191 | # crbug.com/865455 |
| 2192 | 'swarming': { |
| 2193 | 'shards': 2, |
| 2194 | }, |
| 2195 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2196 | 'Linux TSan Tests': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 2197 | 'swarming': { |
| 2198 | 'shards': 2, |
| 2199 | }, |
| 2200 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2201 | 'ToTLinuxASan': { |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2202 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2203 | 'shards': 2, |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2204 | }, |
| 2205 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2206 | 'android-asan': { |
| 2207 | 'args': [ |
| 2208 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter', |
| 2209 | ], |
| 2210 | }, |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 2211 | 'android-marshmallow-arm64-rel-swarming': { |
| 2212 | 'swarming': { |
| 2213 | 'shards': 8, |
| 2214 | }, |
| 2215 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2216 | 'android-pie-arm64-rel': { |
| 2217 | 'experiment_percentage': 100, # https://crbug.com/1010211 |
| 2218 | }, |
| 2219 | 'linux-chromeos-chrome': { |
| 2220 | 'args': [ |
| 2221 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter', |
| 2222 | ], |
| 2223 | }, |
Ben Pastene | acd5739 | 2019-10-31 02:13:25 | [diff] [blame] | 2224 | 'linux-chromeos-dbg': { |
| 2225 | 'swarming': { |
| 2226 | 'shards': 2, |
| 2227 | }, |
| 2228 | }, |
Erik Chen | d063aef7 | 2019-11-18 19:13:10 | [diff] [blame] | 2229 | 'linux-chromeos-rel': { |
| 2230 | 'swarming': { |
| 2231 | 'shards': 2, |
| 2232 | }, |
| 2233 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2234 | }, |
| 2235 | }, |
Chong Gu | 4602f4d | 2020-02-20 03:43:07 | [diff] [blame] | 2236 | 'url_unittests': { |
| 2237 | 'remove_from': [ |
| 2238 | # crbug.com/1054240 |
Stephen Roe | ac49597 | 2020-02-25 23:32:41 | [diff] [blame] | 2239 | 'Fuchsia ARM64', |
Chong Gu | 4602f4d | 2020-02-20 03:43:07 | [diff] [blame] | 2240 | ], |
| 2241 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2242 | 'video_decode_accelerator_gl_unittest': { |
| 2243 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2244 | # Windows Intel doesn't have the GL extensions to support this test. |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2245 | 'ANGLE GPU Win10 x64 Release (Intel HD 630)', |
| 2246 | 'Optional Win10 x64 Release (Intel HD 630)', |
| 2247 | 'Win10 FYI x64 Release (Intel HD 630)', |
Brian Sheedy | f9387db7b | 2019-08-05 19:26:10 | [diff] [blame] | 2248 | 'Win10 FYI x64 Release (Intel UHD 630)', |
Yuly Novikov | 5ff1550 | 2019-07-31 00:55:48 | [diff] [blame] | 2249 | 'Win10 FYI x64 Exp Release (Intel HD 630)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2250 | ], |
| 2251 | }, |
Tom Anderson | 76eff05 | 2020-04-01 21:28:52 | [diff] [blame] | 2252 | 'views_unittests_wayland': { |
| 2253 | 'modifications': { |
| 2254 | 'Linux Ozone Tester (Wayland)': { |
| 2255 | 'args': [ |
| 2256 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter', |
| 2257 | ], |
| 2258 | }, |
| 2259 | }, |
| 2260 | }, |
| 2261 | 'views_unittests_x11': { |
| 2262 | 'modifications': { |
| 2263 | 'Linux Ozone Tester (X11)': { |
| 2264 | 'args': [ |
| 2265 | '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter', |
| 2266 | ], |
| 2267 | }, |
| 2268 | }, |
| 2269 | }, |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2270 | 'viz_unittests': { |
| 2271 | 'modifications': { |
| 2272 | 'android-marshmallow-x86-fyi-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 2273 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2274 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 2275 | ], |
| 2276 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2277 | 'android-pie-x86-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 2278 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 2279 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 2280 | ], |
| 2281 | }, |
| 2282 | }, |
| 2283 | }, |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2284 | 'vr_android_unittests': { |
| 2285 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 2286 | 'android-marshmallow-x86-fyi-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2287 | 'android-pie-x86-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2288 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2289 | ], |
| 2290 | }, |
| 2291 | 'vr_common_unittests': { |
| 2292 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 2293 | 'android-marshmallow-x86-fyi-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2294 | 'android-pie-x86-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2295 | 'android-code-coverage-native', # crbug/1018431 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 2296 | ], |
| 2297 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2298 | 'vr_pixeltests': { |
| 2299 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 2300 | 'android-marshmallow-x86-fyi-rel', |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2301 | 'android-pie-x86-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 2302 | 'VR Linux', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 2303 | 'android-code-coverage-native', # crbug/1018431 |
Alex Cooper | 29432cf | 2020-01-09 01:12:06 | [diff] [blame] | 2304 | # These tests fail on Win7, and given that We don't support VR there, |
| 2305 | # these tests are unnecessary there. |
| 2306 | # chromium.win |
| 2307 | 'Win 7 Tests x64 (1)', |
| 2308 | 'Win7 Tests (1)', |
| 2309 | 'Win7 Tests (dbg)(1)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 2310 | ], |
| 2311 | }, |
Nico Weber | e81999ee | 2018-07-01 23:52:43 | [diff] [blame] | 2312 | 'wayland_client_perftests': { |
| 2313 | 'remove_from': [ |
| 2314 | 'linux-chromeos-dbg', # https://crbug.com/859307 |
| 2315 | ], |
| 2316 | }, |
John Budorick | 6335746 | 2019-02-27 23:02:51 | [diff] [blame] | 2317 | 'webdriver_tests_suite': { |
| 2318 | 'remove_from': [ |
| 2319 | 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557 |
| 2320 | ], |
| 2321 | }, |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 2322 | 'webgl2_conformance_gl_passthrough_tests': { |
| 2323 | 'remove_from': [ |
Yuly Novikov | 783ffa7b | 2019-03-28 00:22:49 | [diff] [blame] | 2324 | # Not enough capacity. https://crbug.com/946694 |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 2325 | 'ANGLE GPU Win10 x64 Release (Intel HD 630)', |
Geoff Lang | 1fede15 | 2019-10-10 23:03:44 | [diff] [blame] | 2326 | # Not enough capacity. https://crbug.com/982294 |
| 2327 | 'Mac Pro FYI Release (AMD)', |
| 2328 | 'Mac FYI Retina Release (NVIDIA)', |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 2329 | ], |
| 2330 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 2331 | 'webgl2_conformance_validating_tests': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2332 | 'remove_from': [ |
| 2333 | # The Mac NVIDIA Retina bots don't have the capacity to run |
| 2334 | # this test suite on mac_optional_gpu_tests_rel. |
| 2335 | 'Optional Mac Retina Release (NVIDIA)', |
| 2336 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2337 | 'modifications': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2338 | 'Mac FYI GPU ASAN Release': { |
| 2339 | 'args': [ |
| 2340 | '--is-asan', |
| 2341 | ] |
| 2342 | }, |
| 2343 | }, |
| 2344 | }, |
| 2345 | 'webgl_conformance_gl_passthrough_tests': { |
| 2346 | 'remove_from': [ |
| 2347 | # crbug.com/555545 and crbug.com/649824: |
| 2348 | # Disable webgl_conformance_gl_tests on some Win/AMD cards. |
| 2349 | # Always fails on older cards, flaky on newer cards. |
| 2350 | 'Win7 FYI Debug (AMD)', |
| 2351 | 'Win7 FYI Release (AMD)', |
Zhenyao Mo | 2328674 | 2019-09-20 00:11:00 | [diff] [blame] | 2352 | # crbug.com/1005814 |
| 2353 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2354 | ], |
| 2355 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2356 | 'webgl_conformance_tests': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2357 | 'modifications': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2358 | # On desktop platforms these don't take very long (~7 minutes), |
| 2359 | # but on Android they take ~30 minutes and we want to use more |
| 2360 | # shards than on desktop. |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 2361 | 'Android Release (Nexus 5X)': { |
| 2362 | 'swarming': { |
| 2363 | 'shards': 6, |
| 2364 | }, |
| 2365 | }, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2366 | 'chromeos-amd64-generic-rel': { |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2367 | 'swarming': { |
Brian Sheedy | db0417e | 2019-12-11 01:14:20 | [diff] [blame] | 2368 | 'shards': 12, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 2369 | }, |
| 2370 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2371 | }, |
Ben Pastene | 1e9b93e | 2019-07-15 17:01:56 | [diff] [blame] | 2372 | 'replacements': { |
| 2373 | 'chromeos-kevin-rel-hw-tests': { |
| 2374 | # Replace VM args with the magic hostname that resolves to a CrOS |
| 2375 | # device in the test lab. |
| 2376 | 'args': { |
| 2377 | '--remote': 'variable_chromeos_device_hostname', |
| 2378 | '--remote-ssh-port': None, |
| 2379 | }, |
| 2380 | }, |
| 2381 | }, |
Kenneth Russell | e63e41f | 2019-04-09 02:45:28 | [diff] [blame] | 2382 | 'remove_from': [ |
| 2383 | # Too slow on this configuration, which is severely hardware |
| 2384 | # constrained. crbug.com/950690 |
| 2385 | 'Mac FYI Retina Debug (NVIDIA)', |
| 2386 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 2387 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 2388 | 'webgl_conformance_validating_tests': { |
| 2389 | 'modifications': { |
| 2390 | 'Mac FYI GPU ASAN Release': { |
| 2391 | 'args': [ |
| 2392 | '--is-asan', |
| 2393 | ] |
| 2394 | }, |
| 2395 | }, |
| 2396 | }, |
Yuly Novikov | e27d1d2 | 2018-10-29 21:24:19 | [diff] [blame] | 2397 | 'webgl_conformance_vulkan_passthrough_tests': { |
| 2398 | 'remove_from': [ |
| 2399 | 'Win7 FYI Debug (AMD)', |
| 2400 | ], |
| 2401 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2402 | 'webkit_unit_tests': { |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2403 | 'remove_from': [ |
| 2404 | # Flakily fails on Win7. https://crbug.com/943372. |
| 2405 | 'Win7 Tests (1)', |
| 2406 | 'Win 7 Tests x64 (1)', |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2407 | 'android-code-coverage-native', # crbug/1018431 |
| 2408 | ], |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2409 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2410 | 'Linux ASan LSan Tests (1)': { |
| 2411 | # These are very slow on the ASAN trybot for some reason. |
| 2412 | # crbug.com/794372 |
| 2413 | 'swarming': { |
| 2414 | 'shards': 5, |
| 2415 | }, |
| 2416 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 2417 | 'Linux TSan Tests': { |
| 2418 | 'swarming': { |
| 2419 | 'shards': 2, |
| 2420 | }, |
| 2421 | }, |
arthursonzogni | 26889d8 | 2018-05-29 17:18:16 | [diff] [blame] | 2422 | 'Marshmallow 64 bit Tester': { |
| 2423 | # Increase timeout. See https://crbug.com/847229. |
| 2424 | 'swarming': { |
| 2425 | 'hard_timeout': 1200, |
| 2426 | }, |
| 2427 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 2428 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 2429 | 'swarming': { |
| 2430 | 'shards': 2, |
| 2431 | }, |
| 2432 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2433 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2434 | }, |
| 2435 | 'webview_instrumentation_test_apk': { |
| 2436 | 'remove_from': [ |
Hans Wennborg | eac4c36c | 2018-05-23 16:04:06 | [diff] [blame] | 2437 | # This test frequently fails on Android, https://crbug.com/824959 |
Haiyang Pan | a3ff55ae | 2020-04-23 18:26:54 | [diff] [blame] | 2438 | 'android-lollipop-arm-rel', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2439 | # matching android builders, the test fails on these. |
Hans Wennborg | a0b11ebe | 2018-05-15 16:26:50 | [diff] [blame] | 2440 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2441 | 'android-asan', # https://crbug.com/964562 |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2442 | # On chromium.swarm, this should possibly be being run (or removed |
Takuto Ikuta | 527cdff | 2020-01-29 08:04:27 | [diff] [blame] | 2443 | # from android-marshmallow-arm64-rel-swarming). |
Haiyang Pan | 1ad3bb03 | 2020-04-24 23:52:03 | [diff] [blame] | 2444 | 'android-lollipop-arm-rel-swarming', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 2445 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2446 | ], |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2447 | 'modifications': { |
Andrew Luo | f08500ae | 2020-01-10 01:24:45 | [diff] [blame] | 2448 | # chromium.android.fyi |
| 2449 | 'Android WebView P FYI (rel)': { |
| 2450 | 'args': [ |
| 2451 | '--annotation', |
| 2452 | 'DisabledTest,FlakyTest' # Monitor status of disabled tests. |
| 2453 | ], |
| 2454 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2455 | 'Oreo Phone Tester': { |
Andrew Luo | 93c4a1e | 2019-08-30 05:26:30 | [diff] [blame] | 2456 | # TODO(crbug.com/997362): Enable this once it's passing. |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 2457 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 2458 | # either passing or there is more capacity. |
| 2459 | 'experiment_percentage': 0, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2460 | }, |
Haiyang Pan | 08d09dc | 2020-04-01 16:11:21 | [diff] [blame] | 2461 | 'android-pie-x86-rel': { |
Haiyang Pan | fdd9433 | 2020-03-27 02:43:29 | [diff] [blame] | 2462 | 'args': [ |
| 2463 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter', |
| 2464 | ], |
| 2465 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2466 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2467 | }, |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2468 | 'xr_browser_tests': { |
| 2469 | 'remove_from': [ |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2470 | # Randomly hangs indefinitely https://crbug.com/1018896. |
| 2471 | 'Win10 FYI x64 Release (AMD RX 550)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2472 | # This exception probably needs to stay due to lack of capacity |
| 2473 | # on the Win AMD bots. |
| 2474 | 'Win7 FYI Debug (AMD)', |
Maggie Chen | 4fc2984 | 2018-08-07 19:12:48 | [diff] [blame] | 2475 | # Fails on the bot, http://crbug.com/868143 |
| 2476 | 'Win7 FYI Release (AMD)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2477 | ], |
| 2478 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2479 | } |