blob: e50be3ba6ce005011358d399d19216a23072bf81 [file] [log] [blame]
kwaky69a69eb2020-10-26 16:24:39 -07001{
2 "auto-end-to-end-presubmit": [
3 {
Junb7dff432021-10-07 18:37:34 -07004 "name": "AndroidAutomotiveHomeTests",
kwaky69a69eb2020-10-26 16:24:39 -07005 "options" : [
6 {
Junb7dff432021-10-07 18:37:34 -07007 "include-filter": "android.platform.tests.HomeTest"
kwaky69a69eb2020-10-26 16:24:39 -07008 }
9 ]
10 }
11 ],
12 "auto-end-to-end-postsubmit": [
13 {
Junb7dff432021-10-07 18:37:34 -070014 "name": "AndroidAutomotiveNotificationsTests",
kwaky69a69eb2020-10-26 16:24:39 -070015 "options" : [
16 {
Junb7dff432021-10-07 18:37:34 -070017 "include-filter": "android.platform.tests.NotificationTest"
kwaky69a69eb2020-10-26 16:24:39 -070018 }
19 ]
20 }
21 ],
22 "carsysui-presubmit": [
23 {
24 "name": "CarSystemUITests",
25 "options" : [
26 {
27 "include-annotation": "com.android.systemui.car.CarSystemUiTest"
28 }
29 ]
30 }
31 ]
32}