blob: 9ceef6bbe8a30333ccc8a8882f5541d109f156a7 [file] [log] [blame]
easoncylee955d2102019-11-30 15:19:48 +08001{
2 "presubmit": [
3 {
4 "name": "FrameworksUiServicesTests",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
easoncylee90857ed2019-11-26 10:27:48 +080010 },
11 {
12 "name": "ExtServicesUnitTests",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 }
17 ]
18 },
19 {
20 "name": "TestablesTests",
21 "options": [
22 {
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
24 }
25 ]
easoncylee1620d242019-12-02 23:00:49 +080026 },
27 {
28 "name": "FrameworksCoreTests",
29 "options": [
30 {
31 "include-annotation": "android.platform.test.annotations.Presubmit"
32 },
33 {
34 "exclude-annotation": "androidx.test.filters.FlakyTest"
35 },
36 {
37 "exclude-annotation": "org.junit.Ignore"
38 }
39 ]
40 },
41 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +000042 "name": "FrameworkPermissionTests",
43 "options": [
44 {
45 "include-annotation": "android.platform.test.annotations.Presubmit"
46 },
47 {
48 "exclude-annotation": "androidx.test.filters.FlakyTest"
49 },
50 {
51 "exclude-annotation": "org.junit.Ignore"
52 }
53 ]
54 },
55 {
easoncylee1620d242019-12-02 23:00:49 +080056 "name": "FrameworksServicesTests",
57 "options": [
58 {
59 "include-annotation": "android.platform.test.annotations.Presubmit"
60 },
61 {
62 "exclude-annotation": "androidx.test.filters.FlakyTest"
63 },
64 {
65 "exclude-annotation": "org.junit.Ignore"
66 }
67 ]
Oli Lan42da9242021-02-08 10:55:07 +000068 },
69 {
70 "name": "FrameworksInProcessTests",
71 "options": [
72 {
73 "exclude-annotation": "androidx.test.filters.FlakyTest"
74 },
75 {
76 "exclude-annotation": "org.junit.Ignore"
77 }
78 ]
easoncylee955d2102019-11-30 15:19:48 +080079 }
Pavel Grafov56b86532019-10-30 19:40:27 +000080 ],
81 "postsubmit-managedprofile-stress": [
82 {
83 "name": "ManagedProfileLifecycleStressTest"
84 }
James Mattis43c46812021-03-10 09:34:49 -080085 ],
86 "auto-postsubmit": [
87 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
88 // automotive targets to avoid introducing additional test flake and build time. The plan for
89 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
90 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
91 // infra during the hardening phase.
92 // TODO: this tag to be removed once the above is no longer an issue.
93 {
94 "name": "FrameworksUiServicesTests",
95 "options": [
96 {
97 "exclude-annotation": "androidx.test.filters.FlakyTest"
98 }
99 ]
100 },
101 {
102 "name": "ExtServicesUnitTests",
103 "options": [
104 {
105 "exclude-annotation": "androidx.test.filters.FlakyTest"
106 }
107 ]
108 },
109 {
110 "name": "TestablesTests",
111 "options": [
112 {
113 "exclude-annotation": "androidx.test.filters.FlakyTest"
114 }
115 ]
116 },
117 {
118 "name": "FrameworksCoreTests",
119 "options": [
120 {
121 "include-annotation": "android.platform.test.annotations.Presubmit"
122 },
123 {
124 "exclude-annotation": "androidx.test.filters.FlakyTest"
125 },
126 {
127 "exclude-annotation": "org.junit.Ignore"
128 }
129 ]
130 },
131 {
132 "name": "FrameworksServicesTests",
133 "options": [
134 {
135 "include-annotation": "android.platform.test.annotations.Presubmit"
136 },
137 {
138 "exclude-annotation": "androidx.test.filters.FlakyTest"
139 },
140 {
141 "exclude-annotation": "org.junit.Ignore"
142 }
143 ]
144 }
145 ]
easoncylee955d2102019-11-30 15:19:48 +0800146}