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