easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 1 | { |
easoncylee | f994d12 | 2021-04-19 14:32:38 +0800 | [diff] [blame] | 2 | "presubmit-large": [ |
| 3 | { |
| 4 | "name": "FrameworksServicesTests", |
| 5 | "options": [ |
| 6 | { |
| 7 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 8 | }, |
| 9 | { |
| 10 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 11 | }, |
| 12 | { |
| 13 | "exclude-annotation": "org.junit.Ignore" |
| 14 | } |
| 15 | ] |
| 16 | } |
| 17 | ], |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 18 | "presubmit": [ |
| 19 | { |
satayev | bf95497 | 2021-12-16 14:37:41 +0000 | [diff] [blame] | 20 | "file_patterns": [ |
| 21 | "ApexManager\\.java", |
| 22 | "SystemServer\\.java", |
| 23 | "services/tests/apexsystemservices/.*" |
| 24 | ], |
| 25 | "name": "ApexSystemServicesTestCases", |
| 26 | "options": [ |
| 27 | { |
| 28 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 29 | } |
| 30 | ] |
| 31 | }, |
| 32 | { |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 33 | "name": "FrameworksUiServicesTests", |
| 34 | "options": [ |
| 35 | { |
| 36 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 37 | } |
| 38 | ] |
easoncylee | 90857ed | 2019-11-26 10:27:48 +0800 | [diff] [blame] | 39 | }, |
| 40 | { |
| 41 | "name": "ExtServicesUnitTests", |
| 42 | "options": [ |
| 43 | { |
| 44 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 45 | } |
| 46 | ] |
| 47 | }, |
| 48 | { |
| 49 | "name": "TestablesTests", |
| 50 | "options": [ |
| 51 | { |
| 52 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 53 | } |
| 54 | ] |
easoncylee | 1620d24 | 2019-12-02 23:00:49 +0800 | [diff] [blame] | 55 | }, |
| 56 | { |
| 57 | "name": "FrameworksCoreTests", |
| 58 | "options": [ |
| 59 | { |
| 60 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 61 | }, |
| 62 | { |
| 63 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 64 | }, |
| 65 | { |
| 66 | "exclude-annotation": "org.junit.Ignore" |
| 67 | } |
| 68 | ] |
| 69 | }, |
| 70 | { |
Lais Andrade | fc7fd1e | 2021-02-16 16:11:41 +0000 | [diff] [blame] | 71 | "name": "FrameworkPermissionTests", |
| 72 | "options": [ |
| 73 | { |
| 74 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 75 | }, |
| 76 | { |
| 77 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 78 | }, |
| 79 | { |
| 80 | "exclude-annotation": "org.junit.Ignore" |
| 81 | } |
| 82 | ] |
| 83 | }, |
| 84 | { |
Oli Lan | 42da924 | 2021-02-08 10:55:07 +0000 | [diff] [blame] | 85 | "name": "FrameworksInProcessTests", |
| 86 | "options": [ |
| 87 | { |
| 88 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 89 | }, |
| 90 | { |
| 91 | "exclude-annotation": "org.junit.Ignore" |
| 92 | } |
| 93 | ] |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 94 | } |
Pavel Grafov | 56b8653 | 2019-10-30 19:40:27 +0000 | [diff] [blame] | 95 | ], |
| 96 | "postsubmit-managedprofile-stress": [ |
| 97 | { |
| 98 | "name": "ManagedProfileLifecycleStressTest" |
| 99 | } |
James Mattis | 43c4681 | 2021-03-10 09:34:49 -0800 | [diff] [blame] | 100 | ], |
| 101 | "auto-postsubmit": [ |
| 102 | // Test tag for automotive targets. These are only running in postsubmit so as to harden the |
| 103 | // automotive targets to avoid introducing additional test flake and build time. The plan for |
| 104 | // presubmit testing for auto is to augment the existing tests to cover auto use cases as well. |
| 105 | // Additionally, this tag is used in targeted test suites to limit resource usage on the test |
| 106 | // infra during the hardening phase. |
| 107 | // TODO: this tag to be removed once the above is no longer an issue. |
| 108 | { |
| 109 | "name": "FrameworksUiServicesTests", |
| 110 | "options": [ |
| 111 | { |
| 112 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 113 | } |
| 114 | ] |
| 115 | }, |
| 116 | { |
| 117 | "name": "ExtServicesUnitTests", |
| 118 | "options": [ |
| 119 | { |
| 120 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 121 | } |
| 122 | ] |
| 123 | }, |
| 124 | { |
| 125 | "name": "TestablesTests", |
| 126 | "options": [ |
| 127 | { |
| 128 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 129 | } |
| 130 | ] |
| 131 | }, |
| 132 | { |
| 133 | "name": "FrameworksCoreTests", |
| 134 | "options": [ |
| 135 | { |
| 136 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 137 | }, |
| 138 | { |
| 139 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 140 | }, |
| 141 | { |
| 142 | "exclude-annotation": "org.junit.Ignore" |
| 143 | } |
| 144 | ] |
| 145 | }, |
| 146 | { |
| 147 | "name": "FrameworksServicesTests", |
| 148 | "options": [ |
| 149 | { |
| 150 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 151 | }, |
| 152 | { |
| 153 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 154 | }, |
| 155 | { |
| 156 | "exclude-annotation": "org.junit.Ignore" |
| 157 | } |
| 158 | ] |
| 159 | } |
| 160 | ] |
easoncylee | 955d210 | 2019-11-30 15:19:48 +0800 | [diff] [blame] | 161 | } |