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