blob: 3a6b34776a9d2987f5873af82faff9dd0365a3b0 [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 {
easoncyleee2be3242022-04-20 11:31:13 +080020 "name": "ManagedProvisioningTests",
21 "options": [
22 {
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
24 }
25 ]
26 },
27 {
easoncylee955d2102019-11-30 15:19:48 +080028 "name": "FrameworksUiServicesTests",
29 "options": [
30 {
31 "exclude-annotation": "androidx.test.filters.FlakyTest"
32 }
33 ]
easoncylee90857ed2019-11-26 10:27:48 +080034 },
35 {
36 "name": "ExtServicesUnitTests",
37 "options": [
38 {
39 "exclude-annotation": "androidx.test.filters.FlakyTest"
40 }
41 ]
42 },
43 {
44 "name": "TestablesTests",
45 "options": [
46 {
47 "exclude-annotation": "androidx.test.filters.FlakyTest"
48 }
49 ]
easoncylee1620d242019-12-02 23:00:49 +080050 },
51 {
52 "name": "FrameworksCoreTests",
53 "options": [
54 {
55 "include-annotation": "android.platform.test.annotations.Presubmit"
56 },
57 {
58 "exclude-annotation": "androidx.test.filters.FlakyTest"
59 },
60 {
61 "exclude-annotation": "org.junit.Ignore"
62 }
63 ]
64 },
65 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +000066 "name": "FrameworkPermissionTests",
67 "options": [
68 {
69 "include-annotation": "android.platform.test.annotations.Presubmit"
70 },
71 {
72 "exclude-annotation": "androidx.test.filters.FlakyTest"
73 },
74 {
75 "exclude-annotation": "org.junit.Ignore"
76 }
77 ]
78 },
79 {
Oli Lan42da9242021-02-08 10:55:07 +000080 "name": "FrameworksInProcessTests",
81 "options": [
82 {
83 "exclude-annotation": "androidx.test.filters.FlakyTest"
84 },
85 {
86 "exclude-annotation": "org.junit.Ignore"
87 }
88 ]
easoncylee955d2102019-11-30 15:19:48 +080089 }
Pavel Grafov56b86532019-10-30 19:40:27 +000090 ],
91 "postsubmit-managedprofile-stress": [
92 {
93 "name": "ManagedProfileLifecycleStressTest"
94 }
James Mattis43c46812021-03-10 09:34:49 -080095 ],
96 "auto-postsubmit": [
97 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
98 // automotive targets to avoid introducing additional test flake and build time. The plan for
99 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
100 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
101 // infra during the hardening phase.
102 // TODO: this tag to be removed once the above is no longer an issue.
103 {
104 "name": "FrameworksUiServicesTests",
105 "options": [
106 {
107 "exclude-annotation": "androidx.test.filters.FlakyTest"
108 }
109 ]
110 },
111 {
112 "name": "ExtServicesUnitTests",
113 "options": [
114 {
115 "exclude-annotation": "androidx.test.filters.FlakyTest"
116 }
117 ]
118 },
119 {
120 "name": "TestablesTests",
121 "options": [
122 {
123 "exclude-annotation": "androidx.test.filters.FlakyTest"
124 }
125 ]
126 },
127 {
128 "name": "FrameworksCoreTests",
129 "options": [
130 {
131 "include-annotation": "android.platform.test.annotations.Presubmit"
132 },
133 {
134 "exclude-annotation": "androidx.test.filters.FlakyTest"
135 },
136 {
137 "exclude-annotation": "org.junit.Ignore"
138 }
139 ]
140 },
141 {
142 "name": "FrameworksServicesTests",
143 "options": [
144 {
145 "include-annotation": "android.platform.test.annotations.Presubmit"
146 },
147 {
148 "exclude-annotation": "androidx.test.filters.FlakyTest"
149 },
150 {
151 "exclude-annotation": "org.junit.Ignore"
152 }
153 ]
154 }
155 ]
easoncylee955d2102019-11-30 15:19:48 +0800156}