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