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 | }, |
| 798 | # temporary, https://crbug.com/818832 |
Greg Thompson | 3eb7e652 | 2018-05-25 09:04:03 | [diff] [blame] | 799 | 'Win10 Tests x64 (dbg)': { |
| 800 | 'experiment_percentage': 100, |
| 801 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 802 | 'Win7 Tests (dbg)(1)': { |
| 803 | 'swarming': { |
| 804 | 'shards': 4, |
| 805 | }, |
| 806 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 807 | 'linux-chromeos-chrome': { |
| 808 | # TODO(crbug.com/970649): Remove this filter. |
| 809 | 'args': [ |
| 810 | '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs', |
| 811 | ], |
| 812 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 813 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 814 | 'swarming': { |
| 815 | 'shards': 10, |
| 816 | }, |
| 817 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 818 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 819 | 'swarming': { |
| 820 | 'shards': 10, |
| 821 | }, |
| 822 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 823 | }, |
| 824 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 825 | 'ipc_tests': { |
| 826 | 'modifications': { |
| 827 | 'android-asan': { |
| 828 | 'swarming': { |
| 829 | 'shards': 2, |
| 830 | }, |
| 831 | }, |
| 832 | }, |
| 833 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 834 | 'maps_pixel_test': { |
| 835 | # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2) |
| 836 | # exception once there is enough capacity to run these tests. |
| 837 | 'remove_from': [ |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 838 | 'Android FYI Release (Pixel 2)', |
| 839 | ], |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 840 | 'replacements': { |
Brian Sheedy | 44fd891b | 2019-10-03 20:07:54 | [diff] [blame] | 841 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 842 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 843 | 'Android V8 FYI Release (Nexus 5X)': { |
| 844 | 'args': { |
| 845 | '--build-revision': '${got_cr_revision}', |
| 846 | }, |
| 847 | }, |
| 848 | 'Linux V8 FYI Release (NVIDIA)': { |
| 849 | 'args': { |
| 850 | '--build-revision': '${got_cr_revision}', |
| 851 | }, |
| 852 | }, |
| 853 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 854 | 'args': { |
| 855 | '--build-revision': '${got_cr_revision}', |
| 856 | }, |
| 857 | }, |
| 858 | 'Mac V8 FYI Release (Intel)': { |
| 859 | 'args': { |
| 860 | '--build-revision': '${got_cr_revision}', |
| 861 | }, |
| 862 | }, |
| 863 | 'Win V8 FYI Release (NVIDIA)': { |
| 864 | 'args': { |
| 865 | '--build-revision': '${got_cr_revision}', |
| 866 | }, |
| 867 | }, |
| 868 | }, |
Brian Sheedy | e285c9b | 2019-07-15 21:42:46 | [diff] [blame] | 869 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 870 | 'media_unittests': { |
| 871 | 'modifications': { |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 872 | 'android-marshmallow-x86-fyi-rel': { |
| 873 | 'args': [ |
| 874 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 875 | ], |
| 876 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 877 | 'android-pie-arm64-rel': { |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 878 | 'args': [ |
| 879 | '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009 |
| 880 | ], |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 881 | }, |
John Budorick | b518511 | 2020-01-08 22:40:21 | [diff] [blame] | 882 | 'android-pie-x86-fyi-rel': { |
| 883 | 'args': [ |
| 884 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter', |
| 885 | ], |
| 886 | }, |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 887 | }, |
| 888 | }, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 889 | 'mojo_unittests': { |
| 890 | 'modifications': { |
| 891 | 'android-asan': { |
| 892 | 'swarming': { |
John Budorick | 5a29d754 | 2019-10-11 20:56:44 | [diff] [blame] | 893 | 'shards': 5, |
John Budorick | f00e5ff | 2019-06-11 21:21:06 | [diff] [blame] | 894 | }, |
| 895 | }, |
| 896 | }, |
| 897 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 898 | 'monochrome_apk_checker': { |
Ben Pastene | 521f8d6 | 2020-01-08 20:01:15 | [diff] [blame] | 899 | 'modifications': { |
| 900 | 'ToTAndroid': { |
| 901 | 'swarming': { |
| 902 | 'dimension_sets': [ |
| 903 | { |
| 904 | 'device_os': None, |
| 905 | 'device_playstore_version': None, |
| 906 | 'device_type': None, |
| 907 | 'os': 'Ubuntu-16.04', |
| 908 | }, |
| 909 | ], |
| 910 | }, |
| 911 | }, |
| 912 | 'android-arm64-proguard-rel': { |
| 913 | 'swarming': { |
| 914 | 'dimension_sets': [ |
| 915 | { |
| 916 | 'device_os': None, |
| 917 | 'device_playstore_version': None, |
| 918 | 'device_type': None, |
| 919 | 'os': 'Ubuntu-16.04', |
| 920 | }, |
| 921 | ], |
| 922 | }, |
| 923 | }, |
| 924 | 'android-pie-arm64-rel': { |
| 925 | 'swarming': { |
| 926 | 'dimension_sets': [ |
| 927 | { |
| 928 | 'device_os': None, |
| 929 | 'device_os_flavor': None, |
| 930 | 'device_playstore_version': None, |
| 931 | 'device_type': None, |
| 932 | 'os': 'Ubuntu-16.04', |
| 933 | }, |
| 934 | ], |
| 935 | }, |
| 936 | }, |
| 937 | }, |
Erik Chen | d16d922d | 2019-12-10 04:37:14 | [diff] [blame] | 938 | 'remove_from': [ |
| 939 | # Don't run on trybots, which don't use proguard. |
| 940 | # https://crbug.com/1029936. |
| 941 | 'android-kitkat-arm-rel', |
| 942 | ], |
| 943 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 944 | 'monochrome_public_test_ar_apk': { |
| 945 | 'modifications': { |
Brian Sheedy | 12169aa | 2019-10-16 23:38:03 | [diff] [blame] | 946 | 'Nougat Phone Tester': { |
| 947 | 'args': [ |
| 948 | # ArCore is not installed as a system app on N, so we can install it |
| 949 | # normally instead of replacing the system version. |
| 950 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 951 | ], |
| 952 | }, |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 953 | # We need to match the Playstore version as well because AR tests fail on |
| 954 | # old versions of the Playstore. |
| 955 | 'Oreo Phone Tester': { |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 956 | 'args': [ |
| 957 | # ArCore is not installed as a system app on O, so we can install it |
| 958 | # normally instead of replacing the system version. |
| 959 | '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 960 | ], |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 961 | 'swarming': { |
| 962 | 'dimension_sets': [ |
| 963 | { |
| 964 | 'device_os': 'OPR3.170623.008', |
| 965 | 'device_playstore_version': '12.8.23-all', |
| 966 | 'device_type': 'marlin', |
| 967 | 'os': 'Android', |
| 968 | }, |
| 969 | ], |
| 970 | }, |
| 971 | }, |
Brian Sheedy | 2bcd16b | 2019-04-22 22:47:08 | [diff] [blame] | 972 | 'android-pie-arm64-dbg': { |
| 973 | 'args': [ |
| 974 | '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk' |
| 975 | ] |
| 976 | } |
bsheedy | e946957 | 2019-01-23 17:31:33 | [diff] [blame] | 977 | }, |
| 978 | }, |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 979 | 'nacl_helper_nonsfi_unittests': { |
| 980 | 'remove_from': [ |
Nico Weber | d3096fb | 2018-06-07 17:50:15 | [diff] [blame] | 981 | 'Linux TSan Tests', # Sets enable_nacl=false. |
| 982 | ], |
| 983 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 984 | 'nacl_loader_unittests': { |
| 985 | 'remove_from': [ |
Nico Weber | 48f18714 | 2018-06-01 15:16:35 | [diff] [blame] | 986 | 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false |
Nico Weber | 3611ee80 | 2018-06-07 13:34:51 | [diff] [blame] | 987 | 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186 |
Nico Weber | a8fc38f7 | 2018-04-10 02:20:11 | [diff] [blame] | 988 | 'Linux TSan Tests', # The TSan bot sets enable_nacl=false |
Nico Weber | 05d3e64 | 2018-05-31 16:59:48 | [diff] [blame] | 989 | 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 990 | ], |
| 991 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 992 | 'net_unittests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 993 | 'remove_from': [ |
Fabrice de Gans-Riberi | a1541ca | 2019-01-09 20:05:46 | [diff] [blame] | 994 | 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248 |
| 995 | 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416 |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 996 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 997 | 'modifications': { |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 998 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 999 | # These are very slow on the ASAN trybot for some reason. |
| 1000 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1001 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1002 | 'shards': 16, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1003 | }, |
| 1004 | }, |
| 1005 | 'Linux Chromium OS ASan LSan Tests (1)': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1006 | # These are very slow on the ASAN trybot for some reason. |
| 1007 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1008 | 'swarming': { |
Sergey Berezin | da3255c | 2018-03-16 00:34:02 | [diff] [blame] | 1009 | 'shards': 8, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1010 | } |
| 1011 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1012 | 'Linux ChromiumOS MSan Tests': { |
| 1013 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1014 | # crbug.com/865455 |
| 1015 | 'swarming': { |
| 1016 | 'shards': 2, |
| 1017 | }, |
| 1018 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1019 | 'Linux TSan Tests': { |
| 1020 | 'swarming': { |
| 1021 | 'shards': 4, |
| 1022 | } |
| 1023 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1024 | # The suite runs signficantly slower on linux dbg, so increase shards. |
| 1025 | 'Linux Tests (dbg)(1)': { |
| 1026 | 'swarming': { |
| 1027 | 'shards': 2, |
| 1028 | }, |
| 1029 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1030 | 'ToTLinuxASan': { |
| 1031 | # TODO(crbug.com/794372): net_unittests is slow under ASan. |
| 1032 | 'swarming': { |
| 1033 | 'shards': 16, |
| 1034 | }, |
| 1035 | }, |
| 1036 | 'ToTLinuxTSan': { |
| 1037 | 'swarming': { |
| 1038 | 'shards': 4, |
| 1039 | } |
| 1040 | }, |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1041 | 'chromeos-betty-chrome': { |
| 1042 | # TODO(crbug.com/986904): Remove this filter. |
| 1043 | 'args': [ |
| 1044 | '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT', |
| 1045 | ], |
| 1046 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 1047 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 1048 | 'swarming': { |
| 1049 | 'shards': 4, |
| 1050 | } |
| 1051 | }, |
Ben Pastene | 8bf205b | 2018-06-13 04:00:33 | [diff] [blame] | 1052 | 'linux-chromeos-dbg': { |
| 1053 | 'swarming': { |
| 1054 | 'shards': 2, |
| 1055 | }, |
| 1056 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1057 | }, |
| 1058 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1059 | 'network_service_browser_tests': { |
| 1060 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1061 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 1062 | 'ToTLinuxTSan', # https://crbug.com/368525 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1063 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1064 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1065 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1066 | 'Win10 Tests x64 (dbg)', # Matches browser_tests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1067 | # 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] | 1068 | 'Mac10.10 Tests', |
| 1069 | 'Mac10.11 Tests', |
| 1070 | 'Mac10.13 Tests', |
| 1071 | 'Mac10.13 Tests (dbg)', |
| 1072 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1073 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame^] | 1074 | 'mac-rel', |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1075 | ], |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1076 | 'modifications': { |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1077 | 'Win10 Tests x64': { |
| 1078 | # crbug.com/868082 |
| 1079 | 'args': [ |
| 1080 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1081 | ], |
Takuto Ikuta | c9c269a | 2019-01-10 22:40:25 | [diff] [blame] | 1082 | # This is for slow test execution that often becomes a critical path of |
| 1083 | # swarming jobs. crbug.com/868114 |
| 1084 | 'swarming': { |
| 1085 | 'shards': 20, |
| 1086 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1087 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 1088 | 'Win10 Tests x64 Code Coverage': { |
| 1089 | # crbug.com/868082 |
| 1090 | 'args': [ |
| 1091 | '--disable-features=WebRTC-H264WithOpenH264FFmpeg', |
| 1092 | ], |
| 1093 | # This is for slow test execution that often becomes a critical path of |
| 1094 | # swarming jobs. crbug.com/868114 |
| 1095 | 'swarming': { |
| 1096 | 'shards': 20, |
| 1097 | }, |
| 1098 | }, |
Kenneth Russell | 6c83d21 | 2018-07-27 20:52:59 | [diff] [blame] | 1099 | }, |
John Abd-El-Malek | 99b6f4a | 2018-06-11 23:08:31 | [diff] [blame] | 1100 | }, |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1101 | 'network_service_components_browsertests': { |
| 1102 | 'remove_from': [ |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1103 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1104 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1105 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1106 | 'Win10 Tests x64 (dbg)', # Matches components_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1107 | # 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] | 1108 | 'Mac10.10 Tests', |
| 1109 | 'Mac10.11 Tests', |
| 1110 | 'Mac10.13 Tests', |
| 1111 | 'Mac10.13 Tests (dbg)', |
| 1112 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1113 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame^] | 1114 | 'mac-rel', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1115 | ], |
| 1116 | }, |
| 1117 | 'network_service_content_browsertests': { |
| 1118 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1119 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1120 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1121 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1122 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1123 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1124 | 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786 |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1125 | # 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] | 1126 | 'Mac10.10 Tests', |
| 1127 | 'Mac10.11 Tests', |
| 1128 | 'Mac10.13 Tests', |
| 1129 | 'Mac10.13 Tests (dbg)', |
| 1130 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1131 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame^] | 1132 | 'mac-rel', |
John Abd-El-Malek | 4782bd1 | 2018-06-12 01:08:21 | [diff] [blame] | 1133 | ], |
| 1134 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1135 | 'network_service_extensions_browsertests': { |
| 1136 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1137 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1138 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1139 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1140 | 'Win7 Tests (1)', # For swarming capacity reasons. |
| 1141 | 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1142 | # 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] | 1143 | 'Mac10.10 Tests', |
| 1144 | 'Mac10.11 Tests', |
| 1145 | 'Mac10.13 Tests', |
| 1146 | 'Mac10.13 Tests (dbg)', |
| 1147 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1148 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame^] | 1149 | 'mac-rel', |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1150 | ], |
| 1151 | }, |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1152 | 'network_service_headless_browsertests': { |
| 1153 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1154 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1155 | ], |
| 1156 | }, |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1157 | 'network_service_interactive_ui_tests': { |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1158 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1159 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 408a49a | 2018-12-14 21:00:10 | [diff] [blame] | 1160 | 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow. |
Nico Weber | 073af19 | 2018-06-21 19:22:17 | [diff] [blame] | 1161 | 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442 |
| 1162 | 'Linux TSan Tests', # No capacity, https://crbug.com/852442 |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1163 | 'Win7 Tests (1)', # For swarming capacity reasons. |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1164 | # 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] | 1165 | 'Mac10.10 Tests', |
| 1166 | 'Mac10.11 Tests', |
| 1167 | 'Mac10.13 Tests', |
| 1168 | 'Mac10.13 Tests (dbg)', |
| 1169 | 'Mac ASan 64 Tests (1)', |
John Abd-El-Malek | 69ae149 | 2018-09-06 20:00:06 | [diff] [blame] | 1170 | 'ToTMacASan', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame^] | 1171 | 'mac-rel', |
Nico Weber | 17d2fcddb | 2018-06-14 18:28:19 | [diff] [blame] | 1172 | ], |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1173 | 'modifications': { |
John Budorick | d96ee6f | 2018-06-15 17:20:11 | [diff] [blame] | 1174 | 'Win10 Tests x64 (dbg)': { |
| 1175 | 'experiment_percentage': 100, # https://crbug.com/852786 |
John Abd-El-Malek | 787a41a | 2018-06-12 18:10:53 | [diff] [blame] | 1176 | }, |
| 1177 | }, |
| 1178 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1179 | 'network_service_out_of_process_chrome_public_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1180 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1181 | 'android-asan', |
| 1182 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1183 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1184 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1185 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1186 | # No capacity for tablet testers. |
| 1187 | 'KitKat Tablet Tester', |
| 1188 | 'Lollipop Tablet Tester', |
| 1189 | 'Marshmallow Tablet Tester', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1190 | 'android-code-coverage-native', # https://crbug.com/1018780 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1191 | ], |
| 1192 | }, |
| 1193 | 'network_service_out_of_process_components_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1194 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1195 | 'android-asan', |
| 1196 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1197 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1198 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1199 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1200 | # No capacity for tablet testers. |
| 1201 | 'KitKat Tablet Tester', |
| 1202 | 'Lollipop Tablet Tester', |
| 1203 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1204 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1205 | ], |
| 1206 | }, |
| 1207 | 'network_service_out_of_process_content_browsertests': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1208 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1209 | 'android-asan', |
| 1210 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1211 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1212 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1213 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1214 | # No capacity for tablet testers. |
| 1215 | 'KitKat Tablet Tester', |
| 1216 | 'Lollipop Tablet Tester', |
| 1217 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1218 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1219 | ], |
Haiyang Pan | d0988985 | 2019-08-10 00:26:18 | [diff] [blame] | 1220 | 'modifications': { |
| 1221 | 'android-pie-x86-fyi-rel': { |
| 1222 | 'swarming': { |
| 1223 | 'shards': 10, |
| 1224 | }, |
| 1225 | }, |
| 1226 | }, |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1227 | }, |
| 1228 | 'network_service_out_of_process_content_shell_test_apk': { |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1229 | 'remove_from': [ |
John Budorick | ea475de | 2019-06-07 21:16:24 | [diff] [blame] | 1230 | 'android-asan', |
| 1231 | # Don't run on trybots; waterfall is enough. |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1232 | 'android-kitkat-arm-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1233 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1234 | 'android-pie-arm64-rel', |
Clark DuVall | 3ef939a | 2019-06-10 20:35:31 | [diff] [blame] | 1235 | # No capacity for tablet testers. |
| 1236 | 'KitKat Tablet Tester', |
| 1237 | 'Lollipop Tablet Tester', |
| 1238 | 'Marshmallow Tablet Tester', |
Yun Liu | 42f79ea | 2019-11-19 01:21:18 | [diff] [blame] | 1239 | 'android-code-coverage-native', # crbug/1018434 |
John Abd-El-Malek | fabfb07 | 2019-05-30 20:50:19 | [diff] [blame] | 1240 | ], |
| 1241 | }, |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1242 | 'network_service_webview_instrumentation_test_apk': { |
| 1243 | # Only run these on the phone testers for now due to capacity. |
| 1244 | 'remove_from': [ |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1245 | 'android-kitkat-arm-rel', |
| 1246 | 'android-marshmallow-arm64-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1247 | 'android-pie-arm64-rel', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1248 | 'KitKat Tablet Tester', |
| 1249 | 'Lollipop Tablet Tester', |
| 1250 | 'Marshmallow Tablet Tester', |
| 1251 | 'KitKat Phone Tester (dbg)', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 1252 | 'android-asan', # https://crbug.com/964562 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1253 | 'Android CFI', |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1254 | 'ToTAndroid', |
| 1255 | 'ToTAndroidCFI', |
Yun Liu | 2b1c1d8 | 2019-10-30 23:11:24 | [diff] [blame] | 1256 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Tim Volodine | dac7f5e | 2019-05-09 18:07:28 | [diff] [blame] | 1257 | ], |
| 1258 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1259 | 'not_site_per_process_webkit_layout_tests': { |
| 1260 | 'remove_from': [ |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1261 | # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)? |
| 1262 | 'Linux Tests (dbg)(1)', |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1263 | ], |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 1264 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1265 | 'Linux Tests': { |
| 1266 | "args": [ |
| 1267 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1268 | ], |
| 1269 | }, |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1270 | 'linux-code-coverage': { |
| 1271 | 'args': [ |
| 1272 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Yuke Liao | ea70f47 | 2019-12-19 06:03:36 | [diff] [blame] | 1273 | ], |
| 1274 | 'swarming': { |
| 1275 | 'shards': 20, |
| 1276 | }, |
| 1277 | }, |
Yuke Liao | bc9ff98 | 2019-04-30 06:56:16 | [diff] [blame] | 1278 | }, |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 1279 | }, |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1280 | 'notification_helper_unittests': { |
| 1281 | 'remove_from': [ |
Hans Wennborg | 252643a | 2018-05-22 14:41:12 | [diff] [blame] | 1282 | # The test uses WinRT, which only exists in Windows 8 or above. |
| 1283 | # (https://crbug.com/813553) |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1284 | 'Win 7 Tests x64 (1)', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1285 | 'Win7 Tests (1)', |
| 1286 | 'Win7 Tests (dbg)(1)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1287 | # all these bots run Windows 7. |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1288 | 'ToTWin', |
| 1289 | 'ToTWin(dbg)', |
| 1290 | 'ToTWin(dll)', |
inglorion | b8e7a3ed | 2019-04-12 09:49:03 | [diff] [blame] | 1291 | 'ToTWinOfficial', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1292 | 'ToTWin64', |
| 1293 | 'ToTWin64(dbg)', |
| 1294 | 'ToTWin64(dll)', |
| 1295 | 'ToTWinCFI', |
| 1296 | 'ToTWinCFI64', |
Nico Weber | 6c23b35 | 2018-03-09 14:22:12 | [diff] [blame] | 1297 | 'ToTWinLibcxx64', |
Oksana Zhuravlova | 7f99621 | 2018-02-28 04:23:08 | [diff] [blame] | 1298 | 'ToTWinThinLTO64', |
Xi Cheng | 34ca404 | 2018-02-23 00:10:12 | [diff] [blame] | 1299 | ], |
| 1300 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 1301 | 'ozone_unittests': { |
| 1302 | 'modifications': { |
Ben Pastene | 8ef125e | 2019-12-10 01:46:29 | [diff] [blame] | 1303 | 'chromeos-betty-chrome': { |
| 1304 | 'args': [ |
| 1305 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1306 | ], |
| 1307 | }, |
| 1308 | 'chromeos-betty-pi-arc-chrome': { |
| 1309 | 'args': [ |
| 1310 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1311 | ], |
| 1312 | }, |
| 1313 | 'linux-chromeos-chrome': { |
| 1314 | 'args': [ |
| 1315 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter', |
| 1316 | ], |
| 1317 | }, |
Ben Pastene | e723b2f | 2019-05-31 19:10:27 | [diff] [blame] | 1318 | }, |
| 1319 | }, |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1320 | 'perfetto_unittests': { |
| 1321 | 'remove_from': [ |
John Budorick | d3fa599 | 2019-12-13 17:22:41 | [diff] [blame] | 1322 | 'android-arm64-proguard-rel', |
John Budorick | f2283d7 | 2019-06-25 01:09:09 | [diff] [blame] | 1323 | 'android-asan', |
Yun Liu | 022f451 | 2019-06-10 23:14:04 | [diff] [blame] | 1324 | 'android-code-coverage', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 1325 | 'android-code-coverage-native', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1326 | 'android-kitkat-arm-rel', |
| 1327 | 'android-marshmallow-arm64-rel', |
John Budorick | caafa91 | 2020-01-10 01:14:32 | [diff] [blame] | 1328 | 'android-marshmallow-x86-fyi-rel', |
Andrew Luo | 38b311f | 2019-10-04 03:42:09 | [diff] [blame] | 1329 | 'android-pie-arm64-rel', |
John Budorick | caafa91 | 2020-01-10 01:14:32 | [diff] [blame] | 1330 | 'android-pie-x86-fyi-rel', |
Karen Qian | 385d2ca | 2019-03-19 21:49:58 | [diff] [blame] | 1331 | 'Android CFI', |
| 1332 | 'KitKat Phone Tester (dbg)', |
| 1333 | 'KitKat Tablet Tester', |
| 1334 | 'Lollipop Phone Tester', |
| 1335 | 'Lollipop Tablet Tester', |
| 1336 | 'Marshmallow 64 bit Tester', |
| 1337 | 'Marshmallow Tablet Tester', |
| 1338 | 'Nougat Phone Tester', |
| 1339 | 'ToTAndroid', |
| 1340 | 'ToTAndroidCFI' |
| 1341 | ] |
| 1342 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1343 | 'performance_test_suite': { |
| 1344 | 'modifications': { |
| 1345 | 'Mac10.13 Tests (dbg)': { |
| 1346 | 'args': [ |
| 1347 | '--browser=debug', |
| 1348 | ], |
| 1349 | }, |
| 1350 | 'Win10 Tests x64 (dbg)': { |
| 1351 | 'args': [ |
| 1352 | '--browser=debug_x64', |
| 1353 | ], |
| 1354 | 'experiment_percentage': 100, |
| 1355 | }, |
| 1356 | 'Win7 Tests (dbg)(1)': { |
| 1357 | 'args': [ |
| 1358 | '--browser=debug', |
| 1359 | ], |
| 1360 | }, |
| 1361 | }, |
| 1362 | }, |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1363 | 'pixel_skia_gold_test': { |
| 1364 | 'replacements': { |
Brian Sheedy | e6ea0ee | 2019-07-11 02:54:37 | [diff] [blame] | 1365 | # The V8 builders pass the V8 revision for ${got_revision}, so instead |
| 1366 | # use ${got_cr_revision}, which is only set on the V8 bots. |
| 1367 | 'Android V8 FYI Release (Nexus 5X)': { |
| 1368 | 'args': { |
| 1369 | '--build-revision': '${got_cr_revision}', |
| 1370 | }, |
| 1371 | }, |
| 1372 | 'Linux V8 FYI Release (NVIDIA)': { |
| 1373 | 'args': { |
| 1374 | '--build-revision': '${got_cr_revision}', |
| 1375 | }, |
| 1376 | }, |
| 1377 | 'Linux V8 FYI Release - pointer compression (NVIDIA)': { |
| 1378 | 'args': { |
| 1379 | '--build-revision': '${got_cr_revision}', |
| 1380 | }, |
| 1381 | }, |
| 1382 | 'Mac V8 FYI Release (Intel)': { |
| 1383 | 'args': { |
| 1384 | '--build-revision': '${got_cr_revision}', |
| 1385 | }, |
| 1386 | }, |
| 1387 | 'Win V8 FYI Release (NVIDIA)': { |
| 1388 | 'args': { |
| 1389 | '--build-revision': '${got_cr_revision}', |
| 1390 | }, |
| 1391 | }, |
| 1392 | }, |
| 1393 | }, |
| 1394 | 'pixel_test':{ |
Takuto Ikuta | 35c8552 | 2019-06-04 16:55:46 | [diff] [blame] | 1395 | 'modifications': { |
| 1396 | 'Android Release (Nexus 5X)': { |
| 1397 | 'swarming': { |
| 1398 | 'shards': 2, |
| 1399 | }, |
| 1400 | }, |
| 1401 | }, |
Nico Weber | 128fd38 | 2018-06-14 23:29:27 | [diff] [blame] | 1402 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 1403 | 'rendering_representative_perf_tests': { |
| 1404 | 'modifications': { |
| 1405 | 'Win10 FYI x64 Exp Release (Intel HD 630)': { |
| 1406 | 'args': [ |
| 1407 | '--browser=release_x64', |
| 1408 | ], |
| 1409 | }, |
| 1410 | 'Win10 FYI x64 Exp Release (NVIDIA)': { |
| 1411 | 'args': [ |
| 1412 | '--browser=release_x64', |
| 1413 | ], |
| 1414 | }, |
| 1415 | 'Win10 FYI x64 Release (Intel HD 630)': { |
| 1416 | 'args': [ |
| 1417 | '--browser=release_x64', |
| 1418 | ], |
| 1419 | }, |
| 1420 | 'Win10 FYI x64 Release (Intel UHD 630)': { |
| 1421 | 'args': [ |
| 1422 | '--browser=release_x64', |
| 1423 | ], |
| 1424 | }, |
| 1425 | 'Win10 FYI x64 Release (NVIDIA)': { |
| 1426 | 'args': [ |
| 1427 | '--browser=release_x64', |
| 1428 | ], |
| 1429 | }, |
behdad | 26cf7e7 | 2019-12-18 13:57:30 | [diff] [blame] | 1430 | 'Win10 x64 Release (NVIDIA)': { |
| 1431 | 'args': [ |
| 1432 | '--browser=release_x64', |
| 1433 | ], |
| 1434 | }, |
Brian Sheedy | 9653f15 | 2019-08-07 17:02:44 | [diff] [blame] | 1435 | }, |
| 1436 | }, |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1437 | 'sandbox_linux_unittests': { |
| 1438 | 'modifications': { |
| 1439 | 'Lollipop Phone Tester': { |
| 1440 | 'args': [ |
| 1441 | '--shard-timeout=300', |
| 1442 | ], |
| 1443 | }, |
| 1444 | }, |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 1445 | 'remove_from': [ |
John Budorick | 3ebfdf85 | 2019-05-13 22:28:16 | [diff] [blame] | 1446 | 'android-asan', # https://crbug.com/962650 |
| 1447 | ], |
John Budorick | dce9d46 | 2019-03-23 00:25:38 | [diff] [blame] | 1448 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1449 | 'services_unittests': { |
| 1450 | 'remove_from': [ |
Nico Weber | 15a00d6 | 2018-05-16 17:11:48 | [diff] [blame] | 1451 | 'ToTLinuxMSan', # https://crbug.com/831676 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1452 | # The face and barcode detection tests fail on the Mac Pros. |
| 1453 | 'Mac Pro FYI Release (AMD)', |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 1454 | 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676 |
| 1455 | 'Linux MSan Tests', # https://crbug.com/831676 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1456 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1457 | }, |
jonross | 61a2cd2 | 2019-10-11 22:22:05 | [diff] [blame] | 1458 | 'skia_renderer_gl_blink_web_tests': { |
| 1459 | 'modifications': { |
jonross | 61a2cd2 | 2019-10-11 22:22:05 | [diff] [blame] | 1460 | 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': { |
| 1461 | 'args': [ |
| 1462 | '--target', |
| 1463 | 'Release_x64', |
| 1464 | ], |
| 1465 | }, |
| 1466 | }, |
| 1467 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1468 | 'swiftshader_unittests': { |
| 1469 | 'remove_from': [ |
| 1470 | # Save capacity on the hardware where we have only a few machines. |
| 1471 | 'Mac FYI Experimental Release (Intel)', |
| 1472 | 'Mac FYI Experimental Retina Release (AMD)', |
| 1473 | 'Mac FYI Experimental Retina Release (NVIDIA)', |
| 1474 | 'Mac Pro FYI Release (AMD)', |
| 1475 | ], |
| 1476 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1477 | 'sync_integration_tests': { |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1478 | 'remove_from': [ |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 1479 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
| 1480 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1481 | 'modifications': { |
Erik Chen | e84bc1c | 2019-11-25 23:23:52 | [diff] [blame] | 1482 | 'Linux ASan LSan Tests (1)': { |
| 1483 | 'swarming': { |
| 1484 | 'shards': 4, |
| 1485 | }, |
| 1486 | }, |
Nico Weber | 8fbc283 | 2018-12-14 16:00:57 | [diff] [blame] | 1487 | 'Linux TSan Tests': { |
| 1488 | 'swarming': { |
| 1489 | 'shards': 6, |
| 1490 | }, |
| 1491 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1492 | 'ToTLinuxTSan': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1493 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1494 | 'shards': 6, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1495 | }, |
| 1496 | }, |
Stephen Martinis | 75ab55d | 2018-08-30 02:27:12 | [diff] [blame] | 1497 | 'Win10 Tests x64 (dbg)': { |
| 1498 | 'experiment_percentage': 100, # https://crbug.com/840369 |
| 1499 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1500 | 'Win7 Tests (dbg)(1)': { |
| 1501 | 'swarming': { |
| 1502 | 'shards': 2, |
| 1503 | }, |
| 1504 | }, |
| 1505 | 'linux-chromeos-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1506 | 'swarming': { |
| 1507 | 'shards': 4, |
| 1508 | }, |
| 1509 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1510 | 'linux-code-coverage': { |
Yuke Liao | 79424e4 | 2020-01-06 21:00:11 | [diff] [blame] | 1511 | 'swarming': { |
| 1512 | 'shards': 4, |
| 1513 | }, |
| 1514 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1515 | }, |
| 1516 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1517 | 'tab_capture_end2end_tests': { |
Nico Weber | e89a3c9 | 2018-07-01 01:30:52 | [diff] [blame] | 1518 | # Run these only on Release bots. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1519 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1520 | 'Linux Debug (NVIDIA)', |
| 1521 | 'Mac Debug (Intel)', |
| 1522 | 'Mac Retina Debug (AMD)', |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 1523 | 'Win10 FYI x64 Debug (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1524 | 'Win7 FYI Debug (AMD)', |
Yuly Novikov | f28f1eca | 2019-07-04 22:43:39 | [diff] [blame] | 1525 | # Disabled due to dbus crashes crbug.com/927465 |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 1526 | 'Linux FYI Release (Intel HD 630)', |
Brian Sheedy | 4dd9843 | 2019-08-13 22:57:00 | [diff] [blame] | 1527 | 'Linux FYI Release (Intel UHD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 1528 | 'Linux FYI Release (NVIDIA)', |
Brian Sheedy | 22d051e | 2019-08-07 00:50:16 | [diff] [blame] | 1529 | 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)', |
Yuly Novikov | 5865ff7 | 2019-07-09 21:38:05 | [diff] [blame] | 1530 | 'Linux FYI SkiaRenderer Vulkan (NVIDIA)', |
| 1531 | 'Linux Release (NVIDIA)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1532 | ], |
Emily Hanley | b64ac7c | 2018-05-25 13:36:55 | [diff] [blame] | 1533 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1534 | 'telemetry_perf_unittests': { |
| 1535 | 'modifications': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1536 | 'Linux Tests': { |
| 1537 | 'args': [ |
| 1538 | '--xvfb', |
Ned Nguyen | e6e2604 | 2018-01-17 20:42:48 | [diff] [blame] | 1539 | '--jobs=1', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1540 | ], |
| 1541 | }, |
Juan Antonio Navarro Perez | 4899edf | 2019-03-14 13:05:35 | [diff] [blame] | 1542 | 'Linux Tests (dbg)(1)': { |
| 1543 | 'args': [ |
| 1544 | '--xvfb', |
| 1545 | '--jobs=1', |
| 1546 | ], |
| 1547 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1548 | # Disable parallelism on all Mac bots. |
| 1549 | 'Mac10.10 Tests': { |
| 1550 | 'args': [ |
| 1551 | '--jobs=1', |
| 1552 | ], |
| 1553 | }, |
| 1554 | 'Mac10.11 Tests': { |
| 1555 | 'args': [ |
| 1556 | '--jobs=1', |
| 1557 | ], |
| 1558 | }, |
| 1559 | 'Mac10.12 Tests': { |
| 1560 | 'args': [ |
| 1561 | '--jobs=1', |
| 1562 | ], |
| 1563 | }, |
Ned Nguyen | 6e6e5b3 | 2018-02-21 20:21:50 | [diff] [blame] | 1564 | 'Win7 Tests (dbg)(1)': { |
| 1565 | 'args': [ |
| 1566 | '--jobs=1', |
| 1567 | ], |
| 1568 | 'swarming': { |
| 1569 | 'shards': 20, |
| 1570 | }, |
| 1571 | 'experiment_percentage': 100, |
| 1572 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1573 | 'android-kitkat-arm-rel': { |
| 1574 | 'args': [ |
| 1575 | '--browser=android-chromium', |
| 1576 | '--device=android', |
| 1577 | ], |
| 1578 | 'swarming': { |
| 1579 | 'dimension_sets': [ |
| 1580 | { |
| 1581 | 'temp_band': '<30', |
| 1582 | }, |
| 1583 | ], |
| 1584 | 'shards': 15, |
| 1585 | }, |
| 1586 | }, |
| 1587 | 'linux-chromium-tests-staging-tests': { |
| 1588 | 'args': [ |
| 1589 | '--xvfb', |
| 1590 | '--jobs=1', |
| 1591 | ], |
| 1592 | }, |
| 1593 | 'linux-trusty-rel': { |
| 1594 | 'args': [ |
| 1595 | '--xvfb', |
| 1596 | '--jobs=1', |
| 1597 | ], |
| 1598 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1599 | }, |
| 1600 | 'remove_from': [ |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 1601 | # There's no need to run telemetry_perf_unittests on both kitkat and |
| 1602 | # marshmallow on the CQ. https://crbug.com/1026487. |
| 1603 | 'android-marshmallow-arm64-rel', |
Andrew Luo | be83fd8 | 2019-12-19 03:07:58 | [diff] [blame] | 1604 | 'android-pie-arm64-rel', |
Garrett Beaty | eef031a | 2019-02-28 01:55:41 | [diff] [blame] | 1605 | # crbug.com/936540 |
| 1606 | 'Mac10.10 Tests', |
| 1607 | 'Mac10.11 Tests', |
Shenghua Zhang | bd6f1b23 | 2018-03-03 02:59:14 | [diff] [blame] | 1608 | 'Mac10.13 Tests', |
| 1609 | 'Mac10.13 Tests (dbg)', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1610 | 'Linux - Future (dbg)', # client.v8.chromium |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 1611 | 'Win10 Tests x64', |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 1612 | 'Win10 Tests x64 (dbg)', |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 1613 | 'Win10 Tests x64 Code Coverage', |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame^] | 1614 | 'mac-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1615 | ], |
| 1616 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1617 | 'telemetry_unittests': { |
| 1618 | 'modifications': { |
| 1619 | 'Win10 Tests x64 (dbg)': { |
| 1620 | 'experiment_percentage': 100, # crbug.com/870673 |
| 1621 | } |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 1622 | }, |
| 1623 | 'remove_from': [ |
| 1624 | # crbug.com/936540 |
| 1625 | 'Mac10.10 Tests', |
| 1626 | 'Mac10.11 Tests', |
Takuto Ikuta | 9aa015d | 2019-04-15 23:33:29 | [diff] [blame] | 1627 | |
| 1628 | 'Win10 Tests x64', |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 1629 | 'Win10 Tests x64 Code Coverage', |
John Budorick | c498fd3c | 2019-03-14 01:16:26 | [diff] [blame] | 1630 | ], |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1631 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1632 | 'unit_tests': { |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1633 | 'remove_from': [ |
| 1634 | 'android-code-coverage-native', # crbug/1018434 |
Erik Chen | 9689472 | 2019-11-21 20:03:39 | [diff] [blame] | 1635 | # There's no need to run unit_tests on both kitkat and marshmallow |
| 1636 | # on the CQ. https://crbug.com/1026487. |
| 1637 | 'android-marshmallow-arm64-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1638 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1639 | 'modifications': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1640 | 'Android N5X Swarm': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1641 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1642 | 'shards': 8, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1643 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1644 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1645 | 'Linux ASan LSan Tests (1)': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1646 | # These are slow on the ASAN trybot for some reason. |
| 1647 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1648 | 'swarming': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 1649 | 'shards': 4, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1650 | }, |
| 1651 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1652 | 'Linux Chromium OS ASan LSan Tests (1)': { |
| 1653 | # These are slow on the ASAN trybot for some reason. |
| 1654 | # crbug.com/794372 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 1655 | 'swarming': { |
| 1656 | 'shards': 2, |
| 1657 | }, |
| 1658 | }, |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1659 | 'Linux ChromiumOS MSan Tests': { |
| 1660 | # These are very slow on the Chrome OS MSAN trybot for some reason. |
| 1661 | # crbug.com/865455 |
| 1662 | 'swarming': { |
| 1663 | 'shards': 2, |
| 1664 | }, |
| 1665 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1666 | 'Linux TSan Tests': { |
Takuto Ikuta | 54671d97 | 2018-07-19 19:06:35 | [diff] [blame] | 1667 | 'swarming': { |
| 1668 | 'shards': 2, |
| 1669 | }, |
| 1670 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1671 | 'ToTLinuxASan': { |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 1672 | 'swarming': { |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1673 | 'shards': 2, |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 1674 | }, |
| 1675 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1676 | 'android-asan': { |
| 1677 | 'args': [ |
| 1678 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter', |
| 1679 | ], |
| 1680 | }, |
| 1681 | 'android-pie-arm64-rel': { |
| 1682 | 'experiment_percentage': 100, # https://crbug.com/1010211 |
| 1683 | }, |
| 1684 | 'linux-chromeos-chrome': { |
| 1685 | 'args': [ |
| 1686 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter', |
| 1687 | ], |
| 1688 | }, |
Ben Pastene | acd5739 | 2019-10-31 02:13:25 | [diff] [blame] | 1689 | 'linux-chromeos-dbg': { |
| 1690 | 'swarming': { |
| 1691 | 'shards': 2, |
| 1692 | }, |
| 1693 | }, |
Erik Chen | d063aef7 | 2019-11-18 19:13:10 | [diff] [blame] | 1694 | 'linux-chromeos-rel': { |
| 1695 | 'swarming': { |
| 1696 | 'shards': 2, |
| 1697 | }, |
| 1698 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1699 | }, |
| 1700 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1701 | 'video_decode_accelerator_gl_unittest': { |
| 1702 | 'remove_from': [ |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1703 | # Windows Intel doesn't have the GL extensions to support this test. |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 1704 | 'ANGLE GPU Win10 x64 Release (Intel HD 630)', |
| 1705 | 'Optional Win10 x64 Release (Intel HD 630)', |
| 1706 | 'Win10 FYI x64 Release (Intel HD 630)', |
Brian Sheedy | f9387db7b | 2019-08-05 19:26:10 | [diff] [blame] | 1707 | 'Win10 FYI x64 Release (Intel UHD 630)', |
Yuly Novikov | 5ff1550 | 2019-07-31 00:55:48 | [diff] [blame] | 1708 | 'Win10 FYI x64 Exp Release (Intel HD 630)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1709 | ], |
| 1710 | }, |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 1711 | 'viz_unittests': { |
| 1712 | 'modifications': { |
| 1713 | 'android-marshmallow-x86-fyi-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 1714 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 1715 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 1716 | ], |
| 1717 | }, |
| 1718 | 'android-pie-x86-fyi-rel': { |
John Budorick | afd548b | 2020-01-14 20:45:09 | [diff] [blame] | 1719 | 'args': [ |
John Budorick | d02c429de | 2020-01-10 19:02:21 | [diff] [blame] | 1720 | '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter', |
| 1721 | ], |
| 1722 | }, |
| 1723 | }, |
| 1724 | }, |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 1725 | 'vr_android_unittests': { |
| 1726 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 1727 | 'android-marshmallow-x86-fyi-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 1728 | 'android-pie-x86-fyi-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1729 | 'android-code-coverage-native', # crbug/1018434 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 1730 | ], |
| 1731 | }, |
| 1732 | 'vr_common_unittests': { |
| 1733 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 1734 | 'android-marshmallow-x86-fyi-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 1735 | 'android-pie-x86-fyi-rel', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1736 | 'android-code-coverage-native', # crbug/1018431 |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 1737 | ], |
| 1738 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1739 | 'vr_pixeltests': { |
| 1740 | 'remove_from': [ |
Haiyang Pan | 801fbaa3 | 2019-09-06 18:43:09 | [diff] [blame] | 1741 | 'android-marshmallow-x86-fyi-rel', |
John Budorick | 20f4fa8d | 2019-08-02 22:58:29 | [diff] [blame] | 1742 | 'android-pie-x86-fyi-rel', |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 1743 | 'VR Linux', |
Yun Liu | 3e759dbb | 2019-11-01 19:25:52 | [diff] [blame] | 1744 | 'android-code-coverage-native', # crbug/1018431 |
Alex Cooper | 29432cf | 2020-01-09 01:12:06 | [diff] [blame] | 1745 | # These tests fail on Win7, and given that We don't support VR there, |
| 1746 | # these tests are unnecessary there. |
| 1747 | # chromium.win |
| 1748 | 'Win 7 Tests x64 (1)', |
| 1749 | 'Win7 Tests (1)', |
| 1750 | 'Win7 Tests (dbg)(1)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 1751 | ], |
| 1752 | }, |
Nico Weber | e81999ee | 2018-07-01 23:52:43 | [diff] [blame] | 1753 | 'wayland_client_perftests': { |
| 1754 | 'remove_from': [ |
| 1755 | 'linux-chromeos-dbg', # https://crbug.com/859307 |
| 1756 | ], |
| 1757 | }, |
John Budorick | 6335746 | 2019-02-27 23:02:51 | [diff] [blame] | 1758 | 'webdriver_tests_suite': { |
| 1759 | 'remove_from': [ |
| 1760 | 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557 |
| 1761 | ], |
| 1762 | }, |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 1763 | 'webgl2_conformance_gl_passthrough_tests': { |
| 1764 | 'remove_from': [ |
Yuly Novikov | 783ffa7b | 2019-03-28 00:22:49 | [diff] [blame] | 1765 | # Not enough capacity. https://crbug.com/946694 |
Yuly Novikov | bc1ccff | 2019-08-03 00:05:49 | [diff] [blame] | 1766 | 'ANGLE GPU Win10 x64 Release (Intel HD 630)', |
Geoff Lang | 1fede15 | 2019-10-10 23:03:44 | [diff] [blame] | 1767 | # Not enough capacity. https://crbug.com/982294 |
| 1768 | 'Mac Pro FYI Release (AMD)', |
| 1769 | 'Mac FYI Retina Release (NVIDIA)', |
bsheedy | 048cbdb | 2019-02-04 20:32:05 | [diff] [blame] | 1770 | ], |
| 1771 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 1772 | 'webgl2_conformance_validating_tests': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1773 | 'remove_from': [ |
| 1774 | # The Mac NVIDIA Retina bots don't have the capacity to run |
| 1775 | # this test suite on mac_optional_gpu_tests_rel. |
| 1776 | 'Optional Mac Retina Release (NVIDIA)', |
| 1777 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1778 | 'modifications': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1779 | 'Mac FYI GPU ASAN Release': { |
| 1780 | 'args': [ |
| 1781 | '--is-asan', |
| 1782 | ] |
| 1783 | }, |
| 1784 | }, |
| 1785 | }, |
| 1786 | 'webgl_conformance_gl_passthrough_tests': { |
| 1787 | 'remove_from': [ |
| 1788 | # crbug.com/555545 and crbug.com/649824: |
| 1789 | # Disable webgl_conformance_gl_tests on some Win/AMD cards. |
| 1790 | # Always fails on older cards, flaky on newer cards. |
| 1791 | 'Win7 FYI Debug (AMD)', |
| 1792 | 'Win7 FYI Release (AMD)', |
Zhenyao Mo | 2328674 | 2019-09-20 00:11:00 | [diff] [blame] | 1793 | # crbug.com/1005814 |
| 1794 | 'Win10 FYI x64 Release (AMD RX 550)', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1795 | ], |
| 1796 | }, |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1797 | 'webgl_conformance_tests': { |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1798 | 'modifications': { |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1799 | # On desktop platforms these don't take very long (~7 minutes), |
| 1800 | # but on Android they take ~30 minutes and we want to use more |
| 1801 | # shards than on desktop. |
Stephen Martinis | 54d64ad | 2018-09-21 22:16:20 | [diff] [blame] | 1802 | 'Android Release (Nexus 5X)': { |
| 1803 | 'swarming': { |
| 1804 | 'shards': 6, |
| 1805 | }, |
| 1806 | }, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 1807 | 'chromeos-amd64-generic-rel': { |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 1808 | 'swarming': { |
Brian Sheedy | db0417e | 2019-12-11 01:14:20 | [diff] [blame] | 1809 | 'shards': 12, |
Ben Pastene | 52890ace | 2019-05-24 20:03:36 | [diff] [blame] | 1810 | }, |
| 1811 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1812 | }, |
Ben Pastene | 1e9b93e | 2019-07-15 17:01:56 | [diff] [blame] | 1813 | 'replacements': { |
| 1814 | 'chromeos-kevin-rel-hw-tests': { |
| 1815 | # Replace VM args with the magic hostname that resolves to a CrOS |
| 1816 | # device in the test lab. |
| 1817 | 'args': { |
| 1818 | '--remote': 'variable_chromeos_device_hostname', |
| 1819 | '--remote-ssh-port': None, |
| 1820 | }, |
| 1821 | }, |
| 1822 | }, |
Kenneth Russell | e63e41f | 2019-04-09 02:45:28 | [diff] [blame] | 1823 | 'remove_from': [ |
| 1824 | # Too slow on this configuration, which is severely hardware |
| 1825 | # constrained. crbug.com/950690 |
| 1826 | 'Mac FYI Retina Debug (NVIDIA)', |
| 1827 | ], |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 1828 | }, |
John Budorick | 82e61dfb | 2019-12-10 04:36:09 | [diff] [blame] | 1829 | 'webgl_conformance_validating_tests': { |
| 1830 | 'modifications': { |
| 1831 | 'Mac FYI GPU ASAN Release': { |
| 1832 | 'args': [ |
| 1833 | '--is-asan', |
| 1834 | ] |
| 1835 | }, |
| 1836 | }, |
| 1837 | }, |
Yuly Novikov | e27d1d2 | 2018-10-29 21:24:19 | [diff] [blame] | 1838 | 'webgl_conformance_vulkan_passthrough_tests': { |
| 1839 | 'remove_from': [ |
| 1840 | 'Win7 FYI Debug (AMD)', |
| 1841 | ], |
| 1842 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1843 | 'webkit_layout_tests': { |
| 1844 | 'remove_from': [ |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 1845 | '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] | 1846 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1847 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1848 | 'modifications': { |
Sergey Ulanov | b7e2d52 | 2019-04-09 23:24:48 | [diff] [blame] | 1849 | 'Fuchsia x64': { |
| 1850 | 'args': [ |
| 1851 | '--platform=fuchsia', |
| 1852 | ], |
| 1853 | 'swarming': { |
| 1854 | 'shards': 1, |
| 1855 | }, |
| 1856 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1857 | 'Linux Tests': { |
Yuke Liao | e05477b | 2019-07-22 18:18:41 | [diff] [blame] | 1858 | "args": [ |
Sajjad Mirza | d9edaf4e | 2019-07-26 02:28:42 | [diff] [blame] | 1859 | "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw", |
Yuke Liao | e05477b | 2019-07-22 18:18:41 | [diff] [blame] | 1860 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1861 | }, |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 1862 | 'Linux Tests (dbg)(1)': { |
Dirk Pranke | 15530fe | 2018-06-15 16:12:13 | [diff] [blame] | 1863 | 'args': [ |
| 1864 | '--debug', |
| 1865 | ], |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 1866 | 'swarming': { |
Dirk Pranke | c1083b4 | 2018-06-15 02:43:32 | [diff] [blame] | 1867 | 'shards': 20, |
| 1868 | }, |
| 1869 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1870 | 'Mac10.10 Tests': { |
| 1871 | # TODO(kbr): this is essentially redundant. |
| 1872 | 'swarming': { |
| 1873 | 'dimension_sets': [ |
| 1874 | { |
| 1875 | 'gpu': 'none', |
| 1876 | 'os': 'Mac-10.10.5', |
| 1877 | }, |
| 1878 | ], |
danakj | 1b72d8b | 2019-11-20 20:05:29 | [diff] [blame] | 1879 | 'shards': 25, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1880 | }, |
| 1881 | }, |
| 1882 | 'Mac10.11 Tests': { |
| 1883 | # TODO(kbr): this is essentially redundant. |
| 1884 | 'swarming': { |
| 1885 | 'dimension_sets': [ |
| 1886 | { |
| 1887 | 'gpu': 'none', |
| 1888 | 'os': 'Mac-10.11.6', |
| 1889 | }, |
| 1890 | ], |
danakj | 1b72d8b | 2019-11-20 20:05:29 | [diff] [blame] | 1891 | 'shards': 25, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1892 | }, |
| 1893 | }, |
| 1894 | 'Mac10.12 Tests': { |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1895 | 'swarming': { |
danakj | 1b72d8b | 2019-11-20 20:05:29 | [diff] [blame] | 1896 | 'shards': 25, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 1897 | }, |
| 1898 | }, |
Dirk Pranke | 736e26f | 2018-04-07 01:54:30 | [diff] [blame] | 1899 | 'Mac10.13 Tests': { |
Dirk Pranke | c2917e9 | 2018-06-21 04:28:53 | [diff] [blame] | 1900 | 'swarming': { |
| 1901 | 'dimension_sets': [ |
| 1902 | { |
Kenneth Russell | bd78483 | 2019-04-26 19:50:17 | [diff] [blame] | 1903 | # Run the layout tests on a consistent set of hardware |
| 1904 | # (Mac Minis). |
Ben Pastene | 62e179d5 | 2018-08-16 21:22:09 | [diff] [blame] | 1905 | 'gpu': '8086:0a2e', |
Dirk Pranke | c2917e9 | 2018-06-21 04:28:53 | [diff] [blame] | 1906 | }, |
| 1907 | ], |
danakj | 1b72d8b | 2019-11-20 20:05:29 | [diff] [blame] | 1908 | 'shards': 25, |
Dirk Pranke | c2917e9 | 2018-06-21 04:28:53 | [diff] [blame] | 1909 | }, |
Dirk Pranke | 736e26f | 2018-04-07 01:54:30 | [diff] [blame] | 1910 | }, |
Dirk Pranke | 15530fe | 2018-06-15 16:12:13 | [diff] [blame] | 1911 | 'Mac10.13 Tests (dbg)': { |
| 1912 | 'args': [ |
| 1913 | '--debug', |
| 1914 | ], |
| 1915 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1916 | 'V8 Blink Linux Debug': { |
| 1917 | 'args': [ |
| 1918 | '--debug', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1919 | ], |
| 1920 | }, |
| 1921 | 'V8 Blink Linux Future': { |
| 1922 | 'args': [ |
| 1923 | '--additional-driver-flag=--js-flags=--future', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1924 | ], |
| 1925 | }, |
Takuto Ikuta | 97d3c90 | 2019-05-30 04:01:09 | [diff] [blame] | 1926 | 'WebKit Linux ASAN': { |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1927 | 'args': [ |
| 1928 | '--additional-expectations', |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 1929 | '../../third_party/blink/web_tests/ASANExpectations', |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1930 | '--time-out-ms', |
| 1931 | '48000', |
| 1932 | '--enable-sanitizer', |
| 1933 | ], |
| 1934 | 'swarming': { |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1935 | 'shards': 20, |
| 1936 | }, |
| 1937 | }, |
Takuto Ikuta | 97d3c90 | 2019-05-30 04:01:09 | [diff] [blame] | 1938 | 'WebKit Linux Leak': { |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1939 | 'args': [ |
| 1940 | '--additional-expectations', |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 1941 | '../../third_party/blink/web_tests/LeakExpectations', |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1942 | '--time-out-ms', |
| 1943 | '48000', |
| 1944 | '--enable-leak-detection', |
| 1945 | ], |
| 1946 | 'swarming': { |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1947 | 'shards': 10, |
| 1948 | }, |
| 1949 | }, |
Takuto Ikuta | 97d3c90 | 2019-05-30 04:01:09 | [diff] [blame] | 1950 | 'WebKit Linux MSAN': { |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1951 | 'args': [ |
| 1952 | '--additional-expectations', |
Kent Tamura | 77578cc | 2018-11-25 22:33:43 | [diff] [blame] | 1953 | '../../third_party/blink/web_tests/MSANExpectations', |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1954 | '--time-out-ms', |
| 1955 | '66000', |
| 1956 | '--enable-sanitizer', |
| 1957 | ], |
| 1958 | 'swarming': { |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 1959 | 'expiration': 36000, |
| 1960 | 'hard_timeout': 10800, |
| 1961 | 'io_timeout': 3600, |
| 1962 | 'shards': 20, |
| 1963 | }, |
| 1964 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1965 | 'WebKit Linux composite_after_paint Dummy Builder': { |
| 1966 | 'args': [ |
| 1967 | '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1968 | ], |
| 1969 | }, |
| 1970 | 'WebKit Linux layout_ng_disabled Builder': { |
| 1971 | 'args': [ |
| 1972 | '--additional-driver-flag=--disable-blink-features=LayoutNG', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 1973 | ], |
| 1974 | }, |
| 1975 | 'Win10 Tests x64': { |
| 1976 | 'args': [ |
| 1977 | '--target', |
| 1978 | 'Release_x64', |
| 1979 | ], |
| 1980 | 'swarming': { |
| 1981 | "shards": 28 |
| 1982 | }, |
| 1983 | }, |
| 1984 | 'Win10 Tests x64 (dbg)': { |
| 1985 | 'args': [ |
| 1986 | '--debug', |
| 1987 | '--target', |
| 1988 | 'Debug_x64', |
| 1989 | ], |
| 1990 | }, |
Sajjad Mirza | 87e17b24 | 2020-01-22 18:49:07 | [diff] [blame] | 1991 | 'Win10 Tests x64 Code Coverage': { |
| 1992 | 'args': [ |
| 1993 | '--target', |
| 1994 | 'Release_x64', |
| 1995 | ], |
| 1996 | 'swarming': { |
| 1997 | "shards": 28 |
| 1998 | }, |
| 1999 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2000 | 'Win7 Tests (dbg)(1)': { |
| 2001 | 'args': [ |
| 2002 | '--debug', |
| 2003 | '--time-out-ms', |
| 2004 | '60000' |
| 2005 | ], |
Dirk Pranke | 028aa92 | 2018-05-25 18:37:34 | [diff] [blame] | 2006 | 'experiment_percentage': 100, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2007 | # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit, |
| 2008 | # from prefered_os_dimension in |
| 2009 | # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally, |
| 2010 | # Swarming dimensions would be either specified for all testers on the |
| 2011 | # waterfall (and therefore, explicitly specified for all tests in the |
| 2012 | # generated JSON), or this would be removed, and the implicit one used. |
| 2013 | 'swarming': { |
| 2014 | 'dimension_sets': [ |
| 2015 | { |
| 2016 | 'os': 'Windows-7-SP1', |
| 2017 | } |
| 2018 | ], |
| 2019 | }, |
| 2020 | }, |
John Budorick | b183361 | 2018-12-07 04:36:41 | [diff] [blame] | 2021 | # tryserver.chromium.android |
| 2022 | 'android_blink_rel': { |
| 2023 | 'args': [ |
John Budorick | 04e6d4b | 2018-12-07 21:08:42 | [diff] [blame] | 2024 | '--release', |
John Budorick | b183361 | 2018-12-07 04:36:41 | [diff] [blame] | 2025 | '--android', |
| 2026 | # TODO(crbug.com/912120): Breakpad was entirely disabled on |
| 2027 | # Android. Remove this when it no longer affects Android crash |
| 2028 | # log handling. |
| 2029 | '--disable-breakpad', |
| 2030 | # TODO(crbug.com/875172): run on the real GPU since the |
| 2031 | # software fallback, SwiftShader, isn't yet for 32-bit ARM. |
| 2032 | '--additional-driver-flag=--use-gpu-in-tests', |
| 2033 | ], |
| 2034 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2035 | 'devtools_frontend_linux_blink_light_rel': { |
| 2036 | 'args': [ |
| 2037 | 'http/tests/devtools', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2038 | ], |
| 2039 | 'swarming': { |
| 2040 | 'shards': 4, |
| 2041 | }, |
| 2042 | }, |
| 2043 | 'fuchsia-fyi-x64-rel': { |
| 2044 | 'args': [ |
| 2045 | '--platform=fuchsia', |
| 2046 | ], |
| 2047 | 'swarming': { |
| 2048 | 'shards': 1, |
| 2049 | }, |
| 2050 | }, |
| 2051 | 'linux-bfcache-debug': { |
| 2052 | 'args': [ |
| 2053 | '--debug', |
| 2054 | '--additional-driver-flag=--enable-features=BackForwardCache', |
| 2055 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2056 | ], |
| 2057 | }, |
| 2058 | 'linux-blink-animation-use-time-delta': { |
| 2059 | 'args': [ |
| 2060 | '--debug', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2061 | ], |
| 2062 | }, |
| 2063 | 'linux-blink-cors-rel': { |
| 2064 | 'args': [ |
| 2065 | '--additional-driver-flag=--disable-features=OutOfBlinkCors', |
| 2066 | '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2067 | ], |
| 2068 | }, |
| 2069 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 2070 | 'args': [ |
| 2071 | '--release', |
| 2072 | '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2073 | ], |
| 2074 | }, |
| 2075 | 'linux-code-coverage': { |
| 2076 | 'args': [ |
| 2077 | '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2078 | ], |
| 2079 | 'swarming': { |
| 2080 | 'shards': 20, |
| 2081 | }, |
| 2082 | }, |
Anushruth | 40b86f5 | 2019-10-18 21:01:10 | [diff] [blame] | 2083 | 'linux-layout-tests-fragment-item': { |
| 2084 | 'args': [ |
| 2085 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem', |
| 2086 | ], |
| 2087 | }, |
Arthur Wang | 8de6277b | 2019-11-06 17:48:38 | [diff] [blame] | 2088 | 'linux-layout-tests-fragment-paint': { |
| 2089 | 'args': [ |
| 2090 | '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentPaint', |
Michael Achenbach | a99051ae | 2019-12-05 11:24:43 | [diff] [blame] | 2091 | ], |
| 2092 | }, |
John Budorick | 80ec5d52 | 2020-01-22 23:27:08 | [diff] [blame^] | 2093 | 'mac-rel': { |
| 2094 | 'swarming': { |
| 2095 | 'dimension_sets': [ |
| 2096 | { |
| 2097 | # Run the layout tests on a consistent set of hardware |
| 2098 | # (Mac Minis). |
| 2099 | 'gpu': '8086:0a2e', |
| 2100 | }, |
| 2101 | ], |
| 2102 | 'shards': 25, |
| 2103 | }, |
| 2104 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2105 | 'mac10.10-blink-rel-dummy': { |
| 2106 | 'swarming': { |
| 2107 | 'shards': 20, |
| 2108 | }, |
Tamer Tas | 0626ea0 | 2019-08-07 15:18:14 | [diff] [blame] | 2109 | }, |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2110 | 'mac10.11-blink-rel-dummy': { |
| 2111 | 'swarming': { |
| 2112 | 'shards': 20, |
| 2113 | }, |
| 2114 | }, |
| 2115 | 'mac10.12-blink-rel-dummy': { |
| 2116 | 'swarming': { |
| 2117 | 'shards': 20, |
| 2118 | }, |
| 2119 | }, |
| 2120 | 'mac10.13-blink-rel-dummy': { |
| 2121 | 'swarming': { |
| 2122 | 'shards': 20, |
| 2123 | }, |
| 2124 | }, |
| 2125 | 'mac10.13_retina-blink-rel-dummy': { |
| 2126 | 'swarming': { |
| 2127 | 'shards': 20, |
| 2128 | }, |
| 2129 | }, |
| 2130 | 'mac10.14-blink-rel-dummy': { |
| 2131 | 'swarming': { |
| 2132 | 'shards': 20, |
| 2133 | }, |
Tamer Tas | 1a4977a | 2019-08-08 09:21:55 | [diff] [blame] | 2134 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2135 | }, |
| 2136 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2137 | 'webkit_unit_tests': { |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2138 | 'remove_from': [ |
| 2139 | # Flakily fails on Win7. https://crbug.com/943372. |
| 2140 | 'Win7 Tests (1)', |
| 2141 | 'Win 7 Tests x64 (1)', |
Yun Liu | 16394ab3 | 2019-11-19 16:37:57 | [diff] [blame] | 2142 | 'android-code-coverage-native', # crbug/1018431 |
| 2143 | ], |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2144 | 'modifications': { |
John Budorick | 5052d55 | 2017-12-13 02:59:34 | [diff] [blame] | 2145 | 'Linux ASan LSan Tests (1)': { |
| 2146 | # These are very slow on the ASAN trybot for some reason. |
| 2147 | # crbug.com/794372 |
| 2148 | 'swarming': { |
| 2149 | 'shards': 5, |
| 2150 | }, |
| 2151 | }, |
Erik Chen | 681dc028 | 2019-11-26 22:54:49 | [diff] [blame] | 2152 | 'Linux TSan Tests': { |
| 2153 | 'swarming': { |
| 2154 | 'shards': 2, |
| 2155 | }, |
| 2156 | }, |
arthursonzogni | 26889d8 | 2018-05-29 17:18:16 | [diff] [blame] | 2157 | 'Marshmallow 64 bit Tester': { |
| 2158 | # Increase timeout. See https://crbug.com/847229. |
| 2159 | 'swarming': { |
| 2160 | 'hard_timeout': 1200, |
| 2161 | }, |
| 2162 | }, |
Omer Katz | 7d2be65 | 2020-01-22 18:13:46 | [diff] [blame] | 2163 | 'linux-blink-heap-concurrent-marking-tsan-rel': { |
| 2164 | 'swarming': { |
| 2165 | 'shards': 2, |
| 2166 | }, |
| 2167 | }, |
Dirk Pranke | 81ff51c | 2017-12-09 19:24:28 | [diff] [blame] | 2168 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2169 | }, |
Yuke Liao | 46c2273 | 2019-12-19 23:34:23 | [diff] [blame] | 2170 | 'weblayer_browsertests': { |
| 2171 | 'remove_from': [ |
| 2172 | # TODO(crbug.com/1034002): Remove this entry once the bug is fixed. |
| 2173 | 'linux-code-coverage', |
| 2174 | ], |
| 2175 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2176 | 'webview_instrumentation_test_apk': { |
| 2177 | 'remove_from': [ |
Hans Wennborg | eac4c36c | 2018-05-23 16:04:06 | [diff] [blame] | 2178 | # This test frequently fails on Android, https://crbug.com/824959 |
John Budorick | 2232bb98 | 2018-05-18 17:50:07 | [diff] [blame] | 2179 | 'android-kitkat-arm-rel', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2180 | 'KitKat Phone Tester (dbg)', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2181 | 'KitKat Tablet Tester', |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2182 | # matching android builders, the test fails on these. |
Hans Wennborg | a0b11ebe | 2018-05-15 16:26:50 | [diff] [blame] | 2183 | 'ToTAndroid', |
John Budorick | 27d2d44e | 2019-05-20 20:26:09 | [diff] [blame] | 2184 | 'android-asan', # https://crbug.com/964562 |
Dirk Pranke | 20eae9a7 | 2017-12-09 18:12:14 | [diff] [blame] | 2185 | # On chromium.swarm, this should possibly be being run (or removed |
| 2186 | # from Android N5X Swarm). |
| 2187 | 'Android N5 Swarm', |
Yun Liu | 7cfd28a | 2019-10-30 01:57:12 | [diff] [blame] | 2188 | 'android-code-coverage-native', # https://crbug.com/1018431 |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2189 | ], |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2190 | 'modifications': { |
Andrew Luo | f08500ae | 2020-01-10 01:24:45 | [diff] [blame] | 2191 | # chromium.android.fyi |
| 2192 | 'Android WebView P FYI (rel)': { |
| 2193 | 'args': [ |
| 2194 | '--annotation', |
| 2195 | 'DisabledTest,FlakyTest' # Monitor status of disabled tests. |
| 2196 | ], |
| 2197 | }, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2198 | 'Oreo Phone Tester': { |
Andrew Luo | 93c4a1e | 2019-08-30 05:26:30 | [diff] [blame] | 2199 | # TODO(crbug.com/997362): Enable this once it's passing. |
bsheedy | 0183346 | 2018-12-07 01:05:57 | [diff] [blame] | 2200 | # TODO(https://crbug.com/884413): Re-enable this once the tests are |
| 2201 | # either passing or there is more capacity. |
| 2202 | 'experiment_percentage': 0, |
Ben Pastene | e17a8e9 | 2018-07-12 21:55:18 | [diff] [blame] | 2203 | }, |
| 2204 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2205 | }, |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2206 | 'xr_browser_tests': { |
| 2207 | 'remove_from': [ |
Stephen Martinis | 1384ff9 | 2020-01-07 19:52:15 | [diff] [blame] | 2208 | # Randomly hangs indefinitely https://crbug.com/1018896. |
| 2209 | 'Win10 FYI x64 Release (AMD RX 550)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2210 | # This exception probably needs to stay due to lack of capacity |
| 2211 | # on the Win AMD bots. |
| 2212 | 'Win7 FYI Debug (AMD)', |
Maggie Chen | 4fc2984 | 2018-08-07 19:12:48 | [diff] [blame] | 2213 | # Fails on the bot, http://crbug.com/868143 |
| 2214 | 'Win7 FYI Release (AMD)', |
bsheedy | 800f506 | 2018-08-07 00:47:54 | [diff] [blame] | 2215 | ], |
| 2216 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 2217 | } |