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