blob: a48ce0ce1b6c360ad757672128ddf75e63cc087d [file] [log] [blame]
easoncylee955d2102019-11-30 15:19:48 +08001{
easoncyleef994d122021-04-19 14:32:38 +08002 "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 ],
Alex Buynytskyy0cadcd12022-11-23 20:40:38 +000018 "presubmit-pm": [
19 {
20 "name": "PackageManagerServiceServerTests",
21 "options": [
22 {
23 "include-annotation": "android.platform.test.annotations.Presubmit"
24 },
25 {
26 "exclude-annotation": "androidx.test.filters.FlakyTest"
27 },
28 {
29 "exclude-annotation": "org.junit.Ignore"
30 }
31 ]
32 }
33 ],
easoncylee955d2102019-11-30 15:19:48 +080034 "presubmit": [
35 {
easoncylee6d9b0f72022-04-18 19:16:20 +080036 "name": "ManagedProvisioningTests",
37 "options": [
38 {
39 "exclude-annotation": "androidx.test.filters.FlakyTest"
40 }
41 ]
42 },
43 {
satayevbf954972021-12-16 14:37:41 +000044 "file_patterns": [
45 "ApexManager\\.java",
46 "SystemServer\\.java",
47 "services/tests/apexsystemservices/.*"
48 ],
49 "name": "ApexSystemServicesTestCases",
50 "options": [
51 {
52 "exclude-annotation": "androidx.test.filters.FlakyTest"
satayev0f5539b2022-02-08 15:15:57 +000053 },
54 {
55 "exclude-annotation": "org.junit.Ignore"
satayevbf954972021-12-16 14:37:41 +000056 }
57 ]
58 },
59 {
easoncylee955d2102019-11-30 15:19:48 +080060 "name": "FrameworksUiServicesTests",
61 "options": [
62 {
63 "exclude-annotation": "androidx.test.filters.FlakyTest"
64 }
65 ]
easoncylee90857ed2019-11-26 10:27:48 +080066 },
67 {
68 "name": "ExtServicesUnitTests",
69 "options": [
70 {
71 "exclude-annotation": "androidx.test.filters.FlakyTest"
72 }
73 ]
74 },
75 {
76 "name": "TestablesTests",
77 "options": [
78 {
79 "exclude-annotation": "androidx.test.filters.FlakyTest"
80 }
81 ]
easoncylee1620d242019-12-02 23:00:49 +080082 },
83 {
84 "name": "FrameworksCoreTests",
85 "options": [
86 {
87 "include-annotation": "android.platform.test.annotations.Presubmit"
88 },
89 {
90 "exclude-annotation": "androidx.test.filters.FlakyTest"
91 },
92 {
93 "exclude-annotation": "org.junit.Ignore"
94 }
95 ]
96 },
97 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +000098 "name": "FrameworkPermissionTests",
99 "options": [
100 {
101 "include-annotation": "android.platform.test.annotations.Presubmit"
102 },
103 {
104 "exclude-annotation": "androidx.test.filters.FlakyTest"
105 },
106 {
107 "exclude-annotation": "org.junit.Ignore"
108 }
109 ]
110 },
111 {
Oli Lan42da9242021-02-08 10:55:07 +0000112 "name": "FrameworksInProcessTests",
113 "options": [
114 {
115 "exclude-annotation": "androidx.test.filters.FlakyTest"
116 },
117 {
118 "exclude-annotation": "org.junit.Ignore"
119 }
120 ]
easoncylee955d2102019-11-30 15:19:48 +0800121 }
Pavel Grafov56b86532019-10-30 19:40:27 +0000122 ],
123 "postsubmit-managedprofile-stress": [
124 {
125 "name": "ManagedProfileLifecycleStressTest"
126 }
James Mattis43c46812021-03-10 09:34:49 -0800127 ],
128 "auto-postsubmit": [
129 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
130 // automotive targets to avoid introducing additional test flake and build time. The plan for
131 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
132 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
133 // infra during the hardening phase.
134 // TODO: this tag to be removed once the above is no longer an issue.
135 {
136 "name": "FrameworksUiServicesTests",
137 "options": [
138 {
139 "exclude-annotation": "androidx.test.filters.FlakyTest"
140 }
141 ]
142 },
143 {
144 "name": "ExtServicesUnitTests",
145 "options": [
146 {
147 "exclude-annotation": "androidx.test.filters.FlakyTest"
148 }
149 ]
150 },
151 {
152 "name": "TestablesTests",
153 "options": [
154 {
155 "exclude-annotation": "androidx.test.filters.FlakyTest"
156 }
157 ]
158 },
159 {
160 "name": "FrameworksCoreTests",
161 "options": [
162 {
163 "include-annotation": "android.platform.test.annotations.Presubmit"
164 },
165 {
166 "exclude-annotation": "androidx.test.filters.FlakyTest"
167 },
168 {
169 "exclude-annotation": "org.junit.Ignore"
170 }
171 ]
172 },
173 {
174 "name": "FrameworksServicesTests",
175 "options": [
176 {
177 "include-annotation": "android.platform.test.annotations.Presubmit"
178 },
179 {
180 "exclude-annotation": "androidx.test.filters.FlakyTest"
181 },
182 {
183 "exclude-annotation": "org.junit.Ignore"
184 }
185 ]
Alex Buynytskyy0cadcd12022-11-23 20:40:38 +0000186 },
187 {
188 "name": "PackageManagerServiceServerTests",
189 "options": [
190 {
191 "include-annotation": "android.platform.test.annotations.Presubmit"
192 },
193 {
194 "exclude-annotation": "androidx.test.filters.FlakyTest"
195 },
196 {
197 "exclude-annotation": "org.junit.Ignore"
198 }
199 ]
James Mattis43c46812021-03-10 09:34:49 -0800200 }
201 ]
easoncylee955d2102019-11-30 15:19:48 +0800202}