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