blob: 54afb9097f873fe6209f17b4937cd0cf073685a6 [file] [log] [blame]
Jun8dcc06c2019-11-07 13:51:24 -08001{
Jun13683062019-12-02 17:00:21 -08002 "auto-end-to-end-presubmit": [
Jun8dcc06c2019-11-07 13:51:24 -08003 {
4 "name": "AndroidAutoUiTests",
5 "options" : [
6 {
7 "include-filter": "android.test.functional.auto.apps.HomeHelperTest"
8 }
9 ]
10 }
Jun485caff2020-02-27 14:38:28 -080011 ],
12 "auto-end-to-end-postsubmit": [
13 {
14 "name": "AndroidAutoUiTests",
15 "options" : [
16 {
17 "include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
18 }
19 ]
20 }
kwaky03cad512020-07-08 07:20:51 -070021 ],
22 "carsysui-presubmit": [
23 {
24 "name": "CarSystemUITests",
25 "options" : [
26 {
27 "include-annotation": "com.android.systemui.car.CarSystemUiTest"
28 }
29 ]
30 }
Jun8dcc06c2019-11-07 13:51:24 -080031 ]
32}