blob: d56cb7914b9a7d0f76179d27d94d8ea435436b79 [file] [log] [blame]
Dan Shi5ba2cee2018-07-09 22:18:08 -07001{
2 "presubmit": [
3 {
Dan Shi5ba2cee2018-07-09 22:18:08 -07004 "name": "CtsAppTestCases",
5 "options": [
6 {
7 "include-filter": "android.app.cts.TaskDescriptionTest"
8 },
9 {
10 "include-annotation": "android.platform.test.annotations.Presubmit"
11 },
12 {
KOUSHIK PANUGANTI56126752018-12-18 16:27:58 -080013 "exclude-annotation": "androidx.test.filters.FlakyTest"
Dan Shi5ba2cee2018-07-09 22:18:08 -070014 }
15 ]
16 },
17 {
John Reck3d294e72018-09-21 20:26:48 +000018 "name": "FrameworksServicesTests",
19 "options": [
20 {
21 "include-filter": "com.android.server.am."
22 },
23 {
24 "include-annotation": "android.platform.test.annotations.Presubmit"
25 },
26 {
27 "exclude-annotation": "androidx.test.filters.FlakyTest"
28 }
29 ]
Linus Tufvessonea885b52019-03-26 17:31:14 +000030 },
31 {
32 "name": "FrameworksMockingServicesTests",
33 "file_patterns": ["AppCompactor\\.java"],
34 "options": [
35 {
36 "include-filter": "com.android.server.am."
37 },
38 {
39 "include-annotation": "android.platform.test.annotations.Presubmit"
40 },
41 {
42 "exclude-annotation": "androidx.test.filters.FlakyTest"
43 }
44 ]
Dan Shi5ba2cee2018-07-09 22:18:08 -070045 }
46 ],
47 "postsubmit": [
48 {
John Reck3d294e72018-09-21 20:26:48 +000049 "name": "FrameworksServicesTests",
50 "options": [
51 {
52 "include-filter": "com.android.server.am."
53 }
54 ]
Dan Shi5ba2cee2018-07-09 22:18:08 -070055 }
56 ]
57}