blob: 437ef7392a3adc6ed3a52126d944a999511f1ecc [file] [log] [blame]
Tadashi G. Takaokad9da0c82018-09-20 11:43:30 +09001{
2 "presubmit": [
3 {
John Reck3d294e72018-09-21 20:26:48 +00004 "name": "FrameworksServicesTests",
5 "options": [
6 {
7 "include-filter": "com.android.server.policy."
8 },
9 {
10 "include-annotation": "android.platform.test.annotations.Presubmit"
11 },
12 {
KOUSHIK PANUGANTI72cb7272018-12-18 16:40:12 -080013 "exclude-annotation": "androidx.test.filters.FlakyTest"
John Reck3d294e72018-09-21 20:26:48 +000014 }
15 ]
16 },
17 {
Tadashi G. Takaokad9da0c82018-09-20 11:43:30 +090018 "name": "WmTests",
19 "options": [
20 {
21 "include-filter": "com.android.server.policy."
22 },
23 {
24 "include-annotation": "android.platform.test.annotations.Presubmit"
25 },
26 {
27 "exclude-annotation": "androidx.test.filters.FlakyTest"
28 }
29 ]
30 }
31 ],
32 "postsubmit": [
33 {
John Reck3d294e72018-09-21 20:26:48 +000034 "name": "FrameworksServicesTests",
35 "options": [
36 {
37 "include-filter": "com.android.server.policy."
38 }
39 ]
40 },
41 {
Tadashi G. Takaokad9da0c82018-09-20 11:43:30 +090042 "name": "WmTests",
43 "options": [
44 {
45 "include-filter": "com.android.server.policy."
46 }
47 ]
48 }
49 ]
50}