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)', |
Sunny Sachanandani | 917b074c | 2019-03-12 03:18:49 | [diff] [blame] | 36 | # Disabled due to numerous ES2_VULKAN failures crbug.com/940750 |
| 37 | 'Linux FYI Experimental Release (Intel HD 630)', |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 38 | # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542 |
| 39 | 'Linux FYI Debug (NVIDIA)', |
| 40 | 'Linux FYI GPU TSAN Release', |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 41 | ], |
| 42 | }, |
| 43 | 'angle_perftests': { |
| 44 | 'remove_from': [ |
Yuly Novikov | 04baee6d | 2018-12-21 21:22:21 | [diff] [blame] | 45 | 'Android FYI Release (Nexus 5)', # crbug.com/915429 |
Nico Weber | 521565b | 2018-07-12 22:50:16 | [diff] [blame] | 46 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
Yuly Novikov | ab725623 | 2019-04-08 19:08:09 | [diff] [blame] | 47 | 'Linux FYI GPU TSAN Release', # crbug.com/950542 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 48 | ], |
| 49 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 50 | 'angle_unittests': { |
| 51 | 'remove_from': [ |
Nico Weber | ebde4f7 | 2018-06-12 23:13:52 | [diff] [blame] | 52 | # chromium.gpu.fyi |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 53 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 54 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 55 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 56 | 'modifications': { |
| 57 | 'Linux ASan LSan Tests (1)': { |
| 58 | 'swarming': { |
| 59 | 'shards': 10, |
| 60 | }, |
| 61 | }, |
| 62 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 63 | }, |
Sunny Sachanandani | 4841aafc | 2019-03-13 23:21:13 | [diff] [blame] | 64 | 'angle_white_box_tests': { |
| 65 | 'remove_from': [ |
| 66 | # chromium.gpu.fyi |
| 67 | # Vulkan tests fail consistently due to missing extensions. |
| 68 | # See crbug.com/940750 |
| 69 | 'Linux FYI Experimental Release (Intel HD 630)', |
| 70 | ], |
| 71 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 72 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 73 | 'remove_from': [ |
| 74 | # chromium.clang |
Brad Hall | a36886c | 2019-02-26 16:52:29 | [diff] [blame] | 75 | 'CrWinAsan(dll)', # https://crbug.com/935598 |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [blame] | 76 | 'linux-win_cross-rel', |
Nico Weber | dae13cd9 | 2018-12-14 13:56:26 | [diff] [blame] | 77 | 'ToTLinuxTSan', # https://crbug.com/368525 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 78 | # chromium.memory |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 79 | 'Linux TSan Tests', # https://crbug.com/368525 |
Stephen Martinis | e701f5a | 2018-05-04 01:25:11 | [diff] [blame] | 80 | # chromium.win |
| 81 | 'Win10 Tests x64 (dbg)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 82 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 83 | 'modifications': { |
Roberto Carrillo | 2c9ec97 | 2019-03-20 03:11:19 | [diff] [blame] | 84 | # chromium.fyi |
| 85 | 'linux-chromeos-code-coverage': { |
| 86 | 'swarming': { |
| 87 | 'shards': 21, |
| 88 | }, |
| 89 | }, |
Ben Pastene | 2127763 | 2019-06-04 15:12:28 | [diff] [blame] | 90 | 'linux-chromeos-google-rel': { |
| 91 | # TODO(https://crbug.com/932269): Promote out of experiment when the |
| 92 | # tests are green. |
Ben Pastene | c942bae | 2019-06-18 02:27:29 | [diff] [blame^] | 93 | 'args': [ |
| 94 | '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', |
| 95 | ], |
Ben Pastene | 2127763 | 2019-06-04 15:12:28 | [diff] [blame] | 96 | 'experiment_percentage': 100, |
| 97 | }, |
Roberto Carrillo | 0c2b7231 | 2019-04-22 22:10:15 | [diff] [blame] | 98 | 'linux-chromeos-oobe-code-coverage': { |
| 99 | 'swarming': { |
| 100 | 'shards': 21, |
| 101 | }, |
| 102 | }, |
Kenneth Russell | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 103 | # chromium.chromiumos |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 104 | 'linux-chromeos-dbg': { |
| 105 | 'swarming': { |
James Cook | 1380ad16 | 2018-10-25 00:51:19 | [diff] [blame] | 106 | 'shards': 21, |
Kenneth Russell | 56a3e86 | 2017-12-08 03:11:34 | [diff] [blame] | 107 | }, |
| 108 | }, |
Nico Weber | 3f2a65de9 | 2018-06-11 14:04:17 | [diff] [blame] | 109 | # chromium.clang |
Nico Weber | 0c2861b | 2018-12-14 18:05:16 | [diff] [blame] | 110 | 'ToTMac': { |
| 111 | # A subset of tests seem to cause WindowServer deaths on VMs. |
| 112 | # crbug.com/828031 et al. |
| 113 | 'args': [ |
| 114 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', |
| 115 | '--gtest_shuffle', |
| 116 | ], |
| 117 | }, |
| 118 | 'ToTMacASan': { |
| 119 | # A subset of tests seem to cause WindowServer deaths on VMs. |
| 120 | # crbug.com/828031 et al. |
| 121 | 'args': [ |
| 122 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', |
| 123 | '--gtest_shuffle', |
| 124 | ], |
| 125 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 126 | 'ToTWin(dbg)': { |
| 127 | 'swarming': { |
| 128 | 'shards': 20, |
| 129 | }, |
| 130 | }, |
| 131 | 'ToTWin64(dbg)': { |
| 132 | 'swarming': { |
| 133 | 'shards': 20, |
| 134 | }, |
| 135 | }, |
Stephen Martinis | 4680bbf | 2019-03-25 21:39:00 | [diff] [blame] | 136 | 'mac-dummy-rel': { |
| 137 | # A subset of tests seem to cause WindowServer deaths on VMs. |
| 138 | # crbug.com/828031 et al. |
| 139 | 'args': [ |
| 140 | '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter', |
| 141 | '--gtest_shuffle', |
|
|