Phil Weaver | c2f3d85e | 2018-08-29 17:42:08 -0700 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
| 4 | "name": "CtsAccessibilityServiceTestCases", |
| 5 | "options": [ |
| 6 | { |
| 7 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 8 | }, |
| 9 | { |
KOUSHIK PANUGANTI | cdc0d02 | 2018-12-18 16:13:29 -0800 | [diff] [blame] | 10 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
Phil Weaver | c2f3d85e | 2018-08-29 17:42:08 -0700 | [diff] [blame] | 11 | } |
| 12 | ] |
| 13 | }, |
| 14 | { |
| 15 | "name": "CtsAccessibilityTestCases", |
| 16 | "options": [ |
| 17 | { |
| 18 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 19 | }, |
| 20 | { |
KOUSHIK PANUGANTI | cdc0d02 | 2018-12-18 16:13:29 -0800 | [diff] [blame] | 21 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
Phil Weaver | c2f3d85e | 2018-08-29 17:42:08 -0700 | [diff] [blame] | 22 | } |
| 23 | ] |
| 24 | }, |
| 25 | { |
| 26 | "name": "CtsUiAutomationTestCases", |
| 27 | "options": [ |
| 28 | { |
| 29 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 30 | }, |
| 31 | { |
KOUSHIK PANUGANTI | cdc0d02 | 2018-12-18 16:13:29 -0800 | [diff] [blame] | 32 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
Phil Weaver | c2f3d85e | 2018-08-29 17:42:08 -0700 | [diff] [blame] | 33 | } |
| 34 | ] |
| 35 | }, |
| 36 | { |
| 37 | "name": "FrameworksServicesTests", |
| 38 | "options": [ |
| 39 | { |
| 40 | "include-filter": "com.android.server.accessibility" |
| 41 | }, |
| 42 | { |
KOUSHIK PANUGANTI | cdc0d02 | 2018-12-18 16:13:29 -0800 | [diff] [blame] | 43 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
Phil Weaver | c2f3d85e | 2018-08-29 17:42:08 -0700 | [diff] [blame] | 44 | } |
| 45 | ] |
| 46 | }, |
| 47 | { |
| 48 | "name": "FrameworksCoreTests", |
| 49 | "options": [ |
| 50 | { |
| 51 | "include-filter": "com.android.internal.accessibility" |
| 52 | }, |
| 53 | { |
KOUSHIK PANUGANTI | cdc0d02 | 2018-12-18 16:13:29 -0800 | [diff] [blame] | 54 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
Phil Weaver | c2f3d85e | 2018-08-29 17:42:08 -0700 | [diff] [blame] | 55 | } |
| 56 | ] |
| 57 | }, |
| 58 | { |
| 59 | "name": "FrameworksCoreTests", |
| 60 | "options": [ |
| 61 | { |
| 62 | "include-filter": "android.view.accessibility" |
| 63 | }, |
| 64 | { |
KOUSHIK PANUGANTI | cdc0d02 | 2018-12-18 16:13:29 -0800 | [diff] [blame] | 65 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
Phil Weaver | c2f3d85e | 2018-08-29 17:42:08 -0700 | [diff] [blame] | 66 | } |
| 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 | } |