blob: c99329a7508c8b7918faf4099aa6c588bddb0c08 [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 {
15 "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": "android.support.test.filters.FlakyTest"
25 }
26 ]
Tadashi G. Takaokabc7bc122018-09-07 16:42:49 +090027 },
28 {
29 "name": "WmTests",
30 "options": [
31 {
32 "include-filter": "com.android.server.wm."
33 },
34 {
35 "include-annotation": "android.platform.test.annotations.Presubmit"
36 },
37 {
38 "exclude-annotation": "android.support.test.filters.FlakyTest"
39 }
40 ]
Dan Shi5de1ee72018-07-10 10:36:35 -070041 }
42 ],
43 "postsubmit": [
44 {
45 "name": "CtsWindowManagerDeviceTestCases"
46 },
47 {
48 "name": "FrameworksServicesTests",
49 "options": [
50 {
51 "include-filter": "com.android.server.wm."
52 }
53 ]
Tadashi G. Takaokabc7bc122018-09-07 16:42:49 +090054 },
55 {
56 "name": "WmTests",
57 "options": [
58 {
59 "include-filter": "com.android.server.wm."
60 }
61 ]
Dan Shi5de1ee72018-07-10 10:36:35 -070062 }
63 ]
64}