blob: 0c9a14be964f0f9eb4ff6c39c4f1093f0b476b23 [file] [log] [blame]
Dan Shi5de1ee72018-07-10 10:36:35 -07001{
2 "presubmit": [
3 {
4 "name": "CtsWindowManagerDeviceTestCases",
5 "options": [
6 {
7 "include-annotation": "android.platform.test.annotations.Presubmit"
8 },
9 {
10 "exclude-annotation": "android.support.test.filters.FlakyTest"
11 }
12 ]
13 },
14 {
John Reck3d294e72018-09-21 20:26:48 +000015 "name": "FrameworksServicesTests",
16 "options": [
17 {
18 "include-filter": "com.android.server.wm."
19 },
20 {
21 "include-annotation": "android.platform.test.annotations.Presubmit"
22 },
23 {
24 "exclude-annotation": "androidx.test.filters.FlakyTest"
25 }
26 ]
27 },
28 {
Tadashi G. Takaokabc7bc122018-09-07 16:42:49 +090029 "name": "WmTests",
30 "options": [
31 {
32 "include-filter": "com.android.server.wm."
33 },
34 {
35 "include-annotation": "android.platform.test.annotations.Presubmit"
36 },
37 {
Tadashi G. Takaokac4fa3f92018-09-20 09:48:27 +090038 "exclude-annotation": "androidx.test.filters.FlakyTest"
Tadashi G. Takaokabc7bc122018-09-07 16:42:49 +090039 }
40 ]
Dan Shi5de1ee72018-07-10 10:36:35 -070041 }
42 ],
43 "postsubmit": [
44 {
45 "name": "CtsWindowManagerDeviceTestCases"
46 },
47 {
John Reck3d294e72018-09-21 20:26:48 +000048 "name": "FrameworksServicesTests",
49 "options": [
50 {
51 "include-filter": "com.android.server.wm."
52 }
53 ]
54 },
55 {
Tadashi G. Takaokabc7bc122018-09-07 16:42:49 +090056 "name": "WmTests",
57 "options": [
58 {
59 "include-filter": "com.android.server.wm."
60 }
61 ]
Dan Shi5de1ee72018-07-10 10:36:35 -070062 }
63 ]
64}