You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.3 KiB
109 lines
2.3 KiB
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsAccessibilityServiceTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsAccessibilityTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsUiAutomationTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksServicesTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.server.accessibility"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.internal.accessibility"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.view.accessibility"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "CtsAccessibilityServiceSdk29TestCases"
|
|
},
|
|
{
|
|
"name": "CtsAccessibilityServiceTestCases"
|
|
},
|
|
{
|
|
"name": "CtsAccessibilityTestCases"
|
|
},
|
|
{
|
|
"name": "CtsUiAutomationTestCases"
|
|
},
|
|
{
|
|
"name": "FrameworksServicesTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.server.accessibility"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.internal.accessibility"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.view.accessibility"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|