blob: 81e4fcb33e07aefabfe33ed21b1a8d2310bacb0e [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"
29 }
30 ]
31 },
32 {
easoncylee955d2102019-11-30 15:19:48 +080033 "name": "FrameworksUiServicesTests",
34 "options": [
35 {
36 "exclude-annotation": "androidx.test.filters.FlakyTest"
37 }
38 ]
easoncylee90857ed2019-11-26 10:27:48 +080039 },
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 ]
easoncylee1620d242019-12-02 23:00:49 +080055 },
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 Andradefc7fd1e2021-02-16 16:11:41 +000071 "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 Lan42da9242021-02-08 10:55:07 +000085 "name": "FrameworksInProcessTests",
86 "options": [
87 {
88 "exclude-annotation": "androidx.test.filters.FlakyTest"
89 },
90 {
91 "exclude-annotation": "org.junit.Ignore"
92 }
93 ]
easoncylee955d2102019-11-30 15:19:48 +080094 }
Pavel Grafov56b86532019-10-30 19:40:27 +000095 ],
96 "postsubmit-managedprofile-stress": [
97 {
98 "name": "ManagedProfileLifecycleStressTest"
99 }
James Mattis43c46812021-03-10 09:34:49 -0800100 ],
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 ]
easoncylee955d2102019-11-30 15:19:48 +0800161}