1{ 2 "presubmit": [ 3 { 4 "name": "CtsPackageManagerStatsHostTestCases_host_packageinstallerv2statstests" 5 }, 6 { 7 "name": "CtsPackageManagerIncrementalStatsHostTestCases", 8 "options": [ 9 { 10 "exclude-annotation": "androidx.test.filters.LargeTest" 11 } 12 ] 13 }, 14 { 15 "name": "CtsIncrementalInstallHostTestCases" 16 }, 17 { 18 "name": "libincfs-test" 19 }, 20 { 21 "name": "service.incremental_test" 22 }, 23 { 24 "name": "CtsInstalledLoadingProgressHostTests" 25 } 26 ], 27 "presubmit-large": [ 28 { 29 "name": "CtsPackageManagerTestCases", 30 "options": [ 31 { 32 "include-filter": "android.content.pm.cts.PackageManagerShellCommandInstallTest" 33 }, 34 { 35 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest" 36 }, 37 { 38 "include-filter": "android.content.pm.cts.ChecksumsTest" 39 } 40 ] 41 } 42 ], 43 "kernel-presubmit": [ 44 { 45 "name": "CtsIncrementalInstallHostTestCases" 46 } 47 ], 48 "postsubmit": [ 49 { 50 "name": "CtsPackageManagerIncrementalStatsHostTestCases", 51 "options": [ 52 { 53 "include-annotation": "androidx.test.filters.LargeTest" 54 } 55 ] 56 } 57 ] 58} 59