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