blob: 0ba24d112b63cb8dd0c63d35a7d2320599a02774 [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 {
easoncylee1620d242019-12-02 23:00:49 +080076 "name": "FrameworksCoreTests",
77 "options": [
78 {
79 "include-annotation": "android.platform.test.annotations.Presubmit"
80 },
81 {
82 "exclude-annotation": "androidx.test.filters.FlakyTest"
83 },
84 {
85 "exclude-annotation": "org.junit.Ignore"
86 }
87 ]
88 },
89 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +000090 "name": "FrameworkPermissionTests",
91 "options": [
92 {
93 "include-annotation": "android.platform.test.annotations.Presubmit"
94 },
95 {
96 "exclude-annotation": "androidx.test.filters.FlakyTest"
97 },
98 {
99 "exclude-annotation": "org.junit.Ignore"
100 }
101 ]
102 },
103 {
Oli Lan42da9242021-02-08 10:55:07 +0000104 "name": "FrameworksInProcessTests",
105 "options": [
106 {
107 "exclude-annotation": "androidx.test.filters.FlakyTest"
108 },
109 {
110 "exclude-annotation": "org.junit.Ignore"
111 }
112 ]
easoncylee955d2102019-11-30 15:19:48 +0800113 }
Pavel Grafov56b86532019-10-30 19:40:27 +0000114 ],
115 "postsubmit-managedprofile-stress": [
116 {
117 "name": "ManagedProfileLifecycleStressTest"
118 }
James Mattis43c46812021-03-10 09:34:49 -0800119 ],
120 "auto-postsubmit": [
121 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
122 // automotive targets to avoid introducing additional test flake and build time. The plan for
123 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
124 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
125 // infra during the hardening phase.
126 // TODO: this tag to be removed once the above is no longer an issue.
127 {
128 "name": "FrameworksUiServicesTests",
129 "options": [
130 {
131 "exclude-annotation": "androidx.test.filters.FlakyTest"
132 }
133 ]
134 },
135 {
136 "name": "ExtServicesUnitTests",
137 "options": [
138 {
139 "exclude-annotation": "androidx.test.filters.FlakyTest"
140 }
141 ]
142 },
143 {
144 "name": "TestablesTests",
145 "options": [
146 {
147 "exclude-annotation": "androidx.test.filters.FlakyTest"
148 }
149 ]
150 },
151 {
152 "name": "FrameworksCoreTests",
153 "options": [
154 {
155 "include-annotation": "android.platform.test.annotations.Presubmit"
156 },
157 {
158 "exclude-annotation": "androidx.test.filters.FlakyTest"
159 },
160 {
161 "exclude-annotation": "org.junit.Ignore"
162 }
163 ]
164 },
165 {
166 "name": "FrameworksServicesTests",
167 "options": [
168 {
169 "include-annotation": "android.platform.test.annotations.Presubmit"
170 },
171 {
172 "exclude-annotation": "androidx.test.filters.FlakyTest"
173 },
174 {
175 "exclude-annotation": "org.junit.Ignore"
176 }
177 ]
Alex Buynytskyy0cadcd12022-11-23 20:40:38 +0000178 },
179 {
180 "name": "PackageManagerServiceServerTests",
181 "options": [
182 {
183 "include-annotation": "android.platform.test.annotations.Presubmit"
184 },
185 {
186 "exclude-annotation": "androidx.test.filters.FlakyTest"
187 },
188 {
189 "exclude-annotation": "org.junit.Ignore"
190 }
191 ]
James Mattis43c46812021-03-10 09:34:49 -0800192 }
193 ]
easoncylee955d2102019-11-30 15:19:48 +0800194}