blob: e178583bca78416176f26d40140bf3b3539b95a9 [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 ],
easoncylee955d2102019-11-30 15:19:48 +080018 "presubmit": [
19 {
easoncylee6d9b0f72022-04-18 19:16:20 +080020 "name": "ManagedProvisioningTests",
21 "options": [
22 {
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
24 }
25 ]
26 },
27 {
satayevbf954972021-12-16 14:37:41 +000028 "file_patterns": [
29 "ApexManager\\.java",
30 "SystemServer\\.java",
31 "services/tests/apexsystemservices/.*"
32 ],
33 "name": "ApexSystemServicesTestCases",
34 "options": [
35 {
36 "exclude-annotation": "androidx.test.filters.FlakyTest"
satayev0f5539b2022-02-08 15:15:57 +000037 },
38 {
39 "exclude-annotation": "org.junit.Ignore"
satayevbf954972021-12-16 14:37:41 +000040 }
41 ]
42 },
43 {
easoncylee955d2102019-11-30 15:19:48 +080044 "name": "FrameworksUiServicesTests",
45 "options": [
46 {
47 "exclude-annotation": "androidx.test.filters.FlakyTest"
48 }
49 ]
easoncylee90857ed2019-11-26 10:27:48 +080050 },
51 {
52 "name": "ExtServicesUnitTests",
53 "options": [
54 {
55 "exclude-annotation": "androidx.test.filters.FlakyTest"
56 }
57 ]
58 },
59 {
60 "name": "TestablesTests",
61 "options": [
62 {
63 "exclude-annotation": "androidx.test.filters.FlakyTest"
64 }
65 ]
easoncylee1620d242019-12-02 23:00:49 +080066 },
67 {
68 "name": "FrameworksCoreTests",
69 "options": [
70 {
71 "include-annotation": "android.platform.test.annotations.Presubmit"
72 },
73 {
74 "exclude-annotation": "androidx.test.filters.FlakyTest"
75 },
76 {
77 "exclude-annotation": "org.junit.Ignore"
78 }
79 ]
80 },
81 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +000082 "name": "FrameworkPermissionTests",
83 "options": [
84 {
85 "include-annotation": "android.platform.test.annotations.Presubmit"
86 },
87 {
88 "exclude-annotation": "androidx.test.filters.FlakyTest"
89 },
90 {
91 "exclude-annotation": "org.junit.Ignore"
92 }
93 ]
94 },
95 {
Oli Lan42da9242021-02-08 10:55:07 +000096 "name": "FrameworksInProcessTests",
97 "options": [
98 {
99 "exclude-annotation": "androidx.test.filters.FlakyTest"
100 },
101 {
102 "exclude-annotation": "org.junit.Ignore"
103 }
104 ]
easoncylee955d2102019-11-30 15:19:48 +0800105 }
Pavel Grafov56b86532019-10-30 19:40:27 +0000106 ],
107 "postsubmit-managedprofile-stress": [
108 {
109 "name": "ManagedProfileLifecycleStressTest"
110 }
James Mattis43c46812021-03-10 09:34:49 -0800111 ],
112 "auto-postsubmit": [
113 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
114 // automotive targets to avoid introducing additional test flake and build time. The plan for
115 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
116 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
117 // infra during the hardening phase.
118 // TODO: this tag to be removed once the above is no longer an issue.
119 {
120 "name": "FrameworksUiServicesTests",
121 "options": [
122 {
123 "exclude-annotation": "androidx.test.filters.FlakyTest"
124 }
125 ]
126 },
127 {
128 "name": "ExtServicesUnitTests",
129 "options": [
130 {
131 "exclude-annotation": "androidx.test.filters.FlakyTest"
132 }
133 ]
134 },
135 {
136 "name": "TestablesTests",
137 "options": [
138 {
139 "exclude-annotation": "androidx.test.filters.FlakyTest"
140 }
141 ]
142 },
143 {
144 "name": "FrameworksCoreTests",
145 "options": [
146 {
147 "include-annotation": "android.platform.test.annotations.Presubmit"
148 },
149 {
150 "exclude-annotation": "androidx.test.filters.FlakyTest"
151 },
152 {
153 "exclude-annotation": "org.junit.Ignore"
154 }
155 ]
156 },
157 {
158 "name": "FrameworksServicesTests",
159 "options": [
160 {
161 "include-annotation": "android.platform.test.annotations.Presubmit"
162 },
163 {
164 "exclude-annotation": "androidx.test.filters.FlakyTest"
165 },
166 {
167 "exclude-annotation": "org.junit.Ignore"
168 }
169 ]
170 }
171 ]
easoncylee955d2102019-11-30 15:19:48 +0800172}