1{ 2 "auto-end-to-end-presubmit": [ 3 { 4 "name": "AndroidAutomotiveHomeTests", 5 "options" : [ 6 { 7 "include-filter": "android.platform.tests.HomeTest" 8 } 9 ] 10 } 11 ], 12 "auto-end-to-end-postsubmit": [ 13 { 14 "name": "AndroidAutomotiveNotificationsTests", 15 "options" : [ 16 { 17 "include-filter": "android.platform.tests.NotificationTest" 18 } 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} 33