blob: b43eb7e12170a2d8b0f6016fe6af2f697422f523 [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 {
satayevbf954972021-12-16 14:37:41 +000020 "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"
satayev0f5539b2022-02-08 15:15:57 +000029 },
30 {
31 "exclude-annotation": "org.junit.Ignore"
satayevbf954972021-12-16 14:37:41 +000032 }
33 ]
34 },
35 {
easoncylee955d2102019-11-30 15:19:48 +080036 "name": "FrameworksUiServicesTests",
37 "options": [
38 {
39 "exclude-annotation": "androidx.test.filters.FlakyTest"
40 }
41 ]
easoncylee90857ed2019-11-26 10:27:48 +080042 },
43 {
44 "name": "ExtServicesUnitTests",
45 "options": [
46 {
47 "exclude-annotation": "androidx.test.filters.FlakyTest"
48 }
49 ]
50 },
51 {
52 "name": "TestablesTests",
53 "options": [
54 {
55 "exclude-annotation": "androidx.test.filters.FlakyTest"
56 }
57 ]
easoncylee1620d242019-12-02 23:00:49 +080058 },
59 {
60 "name": "FrameworksCoreTests",
61 "options": [
62 {
63 "include-annotation": "android.platform.test.annotations.Presubmit"
64 },
65 {
66 "exclude-annotation": "androidx.test.filters.FlakyTest"
67 },
68 {
69 "exclude-annotation": "org.junit.Ignore"
70 }
71 ]
72 },
73 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +000074 "name": "FrameworkPermissionTests",
75 "options": [
76 {
77 "include-annotation": "android.platform.test.annotations.Presubmit"
78 },
79 {
80 "exclude-annotation": "androidx.test.filters.FlakyTest"
81 },
82 {
83 "exclude-annotation": "org.junit.Ignore"
84 }
85 ]
86 },
87 {
Oli Lan42da9242021-02-08 10:55:07 +000088 "name": "FrameworksInProcessTests",
89 "options": [
90 {
91 "exclude-annotation": "androidx.test.filters.FlakyTest"
92 },
93 {
94 "exclude-annotation": "org.junit.Ignore"
95 }
96 ]
easoncylee955d2102019-11-30 15:19:48 +080097 }
Pavel Grafov56b86532019-10-30 19:40:27 +000098 ],
99 "postsubmit-managedprofile-stress": [
100 {
101 "name": "ManagedProfileLifecycleStressTest"
102 }
James Mattis43c46812021-03-10 09:34:49 -0800103 ],
104 "auto-postsubmit": [
105 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
106 // automotive targets to avoid introducing additional test flake and build time. The plan for
107 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
108 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
109 // infra during the hardening phase.
110 // TODO: this tag to be removed once the above is no longer an issue.
111 {
112 "name": "FrameworksUiServicesTests",
113 "options": [
114 {
115 "exclude-annotation": "androidx.test.filters.FlakyTest"
116 }
117 ]
118 },
119 {
120 "name": "ExtServicesUnitTests",
121 "options": [
122 {
123 "exclude-annotation": "androidx.test.filters.FlakyTest"
124 }
125 ]
126 },
127 {
128 "name": "TestablesTests",
129 "options": [
130 {
131 "exclude-annotation": "androidx.test.filters.FlakyTest"
132 }
133 ]
134 },
135 {
136 "name": "FrameworksCoreTests",
137 "options": [
138 {
139 "include-annotation": "android.platform.test.annotations.Presubmit"
140 },
141 {
142 "exclude-annotation": "androidx.test.filters.FlakyTest"
143 },
144 {
145 "exclude-annotation": "org.junit.Ignore"
146 }
147 ]
148 },
149 {
150 "name": "FrameworksServicesTests",
151 "options": [
152 {
153 "include-annotation": "android.platform.test.annotations.Presubmit"
154 },
155 {
156 "exclude-annotation": "androidx.test.filters.FlakyTest"
157 },
158 {
159 "exclude-annotation": "org.junit.Ignore"
160 }
161 ]
162 }
163 ]
easoncylee955d2102019-11-30 15:19:48 +0800164}