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.
33 lines
638 B
33 lines
638 B
7 months ago
|
{
|
||
|
"auto-end-to-end-presubmit": [
|
||
|
{
|
||
|
"name": "AndroidAutoUiTests",
|
||
|
"options" : [
|
||
|
{
|
||
|
"include-filter": "android.test.functional.auto.apps.HomeHelperTest"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"auto-end-to-end-postsubmit": [
|
||
|
{
|
||
|
"name": "AndroidAutoUiTests",
|
||
|
"options" : [
|
||
|
{
|
||
|
"include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"carsysui-presubmit": [
|
||
|
{
|
||
|
"name": "CarSystemUITests",
|
||
|
"options" : [
|
||
|
{
|
||
|
"include-annotation": "com.android.systemui.car.CarSystemUiTest"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|