blob: d90c3bd9b4c292760df2be61ec13db54bbf7f9b7 [file] [log] [blame]
Phil Weaverc2f3d85e2018-08-29 17:42:08 -07001{
2 "presubmit": [
3 {
4 "name": "CtsAccessibilityServiceTestCases",
5 "options": [
6 {
7 "include-annotation": "android.platform.test.annotations.Presubmit"
8 },
9 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080010 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070011 }
12 ]
13 },
14 {
15 "name": "CtsAccessibilityTestCases",
16 "options": [
17 {
18 "include-annotation": "android.platform.test.annotations.Presubmit"
19 },
20 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080021 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070022 }
23 ]
24 },
25 {
26 "name": "CtsUiAutomationTestCases",
27 "options": [
28 {
29 "include-annotation": "android.platform.test.annotations.Presubmit"
30 },
31 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080032 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070033 }
34 ]
35 },
36 {
37 "name": "FrameworksServicesTests",
38 "options": [
39 {
40 "include-filter": "com.android.server.accessibility"
41 },
42 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080043 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070044 }
45 ]
46 },
47 {
48 "name": "FrameworksCoreTests",
49 "options": [
50 {
51 "include-filter": "com.android.internal.accessibility"
52 },
53 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080054 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070055 }
56 ]
57 },
58 {
59 "name": "FrameworksCoreTests",
60 "options": [
61 {
62 "include-filter": "android.view.accessibility"
63 },
64 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080065 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070066 }
67 ]
68 }
69 ],
70 "postsubmit": [
71 {
72 "name": "CtsAccessibilityServiceTestCases"
73 },
74 {
75 "name": "CtsAccessibilityTestCases"
76 },
77 {
78 "name": "CtsUiAutomationTestCases"
79 },
80 {
81 "name": "FrameworksServicesTests",
82 "options": [
83 {
84 "include-filter": "com.android.server.accessibility"
85 }
86 ]
87 },
88 {
89 "name": "FrameworksCoreTests",
90 "options": [
91 {
92 "include-filter": "com.android.internal.accessibility"
93 }
94 ]
95 },
96 {
97 "name": "FrameworksCoreTests",
98 "options": [
99 {
100 "include-filter": "android.view.accessibility"
101 }
102 ]
103 }
104 ]
105}