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