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