1{
2  "auto-end-to-end-presubmit": [
3    {
4      "name": "AndroidAutomotiveHomeTests",
5      "options" : [
6        {
7          "include-filter": "android.platform.tests.HomeTest"
8        },
9        {
10          "exclude-filter": "android.platform.tests.HomeTest#testAssistantWidget"
11        }
12      ]
13    }
14  ],
15  "auto-end-to-end-postsubmit": [
16    {
17      "name": "AndroidAutomotiveNotificationsTests",
18      "options" : [
19        {
20          "include-filter": "android.platform.tests.NotificationTest"
21        }
22      ]
23    }
24  ],
25  "carsysui-presubmit": [
26    {
27      "name": "CarSystemUITests",
28      "options" : [
29        {
30          "include-annotation": "com.android.systemui.car.CarSystemUiTest"
31        }
32      ]
33    }
34  ]
35}
36