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 | 8ceeabf | 2017-12-11 17:53:28 | [diff] [blame] | 25 | # chromium.android.fyi |
| 26 | 'x64 Device Tester', |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 27 | ], |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 28 | }, |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 29 | 'angle_end2end_tests': { |
| 30 | 'remove_from': [ |
| 31 | # chromium.gpu.fyi |
| 32 | # TODO(ynovikov) Investigate why the test breaks on older devices. |
| 33 | 'Android FYI Release (Nexus 5)', |
| 34 | 'Android FYI Release (Nexus 6)', |
| 35 | 'Android FYI Release (Nexus 9)', |
| 36 | # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219 |
| 37 | 'Linux FYI Release (AMD R7 240)', |
| 38 | ], |
| 39 | }, |
| 40 | 'angle_perftests': { |
| 41 | 'remove_from': [ |
Nico Weber | 521565b | 2018-07-12 22:50:16 | [diff] [blame] | 42 | 'Android FYI Release (Nexus 5)', # crbug.com/860800 |
| 43 | 'Android FYI Release (Nexus 6)', # anglebug.com/2433 |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 44 | ], |
| 45 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 46 | 'angle_unittests': { |
| 47 | 'remove_from': [ |
Nico Weber | ebde4f7 | 2018-06-12 23:13:52 | [diff] [blame] | 48 | # chromium.gpu.fyi |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 49 | # On Android, these are already run on the main waterfall. |
Kenneth Russell | 8a386d4 | 2018-06-02 09:48:01 | [diff] [blame] | 50 | 'Android FYI Release (Nexus 5X)', |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 51 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 52 | 'modifications': { |
| 53 | 'Linux ASan LSan Tests (1)': { |
| 54 | 'swarming': { |
| 55 | 'shards': 10, |
| 56 | }, |
| 57 | }, |
| 58 | }, |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 59 | }, |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 60 | 'blink_heap_unittests': { |
| 61 | 'remove_from': [ |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 62 | # chromium.memory |
Nico Weber | d3695968 | 2018-04-12 03:33:46 | [diff] [blame] | 63 | 'Linux TSan Tests', # https://crbug.com/831674 |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 64 | ], |
John Budorick | ca14c76f6 | 2017-12-09 14:19:18 | [diff] [blame] | 65 | }, |
Alexander Timin | 2263e0a | 2018-06-13 11:59:30 | [diff] [blame] | 66 | 'blink_platform_unittests': { |
| 67 | 'modifications': { |
| 68 | 'android-kitkat-arm-rel': { |
| 69 | 'experiment_percentage': 100, |
| 70 | }, |
| 71 | 'android-marshmallow-arm64-rel': { |
| 72 | 'experiment_percentage': 100, |
| 73 | }, |
| 74 | }, |
| 75 | }, |
Kenneth Russell | eb60cbd2 | 2017-12-05 07:54:28 | [diff] [blame] | 76 | 'browser_tests': { |
Kenneth Russell | fbda3c53 | 2017-12-08 23:57:24 | [diff] [blame] | 77 | 'remove_from': [ |
| 78 | # chromium.clang |
| 79 | 'CrWinAsanCov', |
Nico Weber | 3af4da7 | 2018-02-27 01:59:41 | [diff] [
|