1{ 2 "presubmit": [ 3 { 4 "name": "CtsPackageManagerStatsHostTestCases", 5 "options": [ 6 { 7 "include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests" 8 } 9 ] 10 }, 11 { 12 "name": "CtsIncrementalInstallHostTestCases" 13 }, 14 { 15 "name": "libincfs-test" 16 }, 17 { 18 "name": "service.incremental_test" 19 }, 20 { 21 "name": "CtsInstalledLoadingProgressHostTests" 22 } 23 ], 24 "presubmit-large": [ 25 { 26 "name": "CtsContentTestCases", 27 "options": [ 28 { 29 "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest" 30 }, 31 { 32 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest" 33 }, 34 { 35 "include-filter": "android.content.pm.cts.ChecksumsTest" 36 } 37 ] 38 } 39 ], 40 "kernel-presubmit": [ 41 { 42 "name": "CtsIncrementalInstallHostTestCases" 43 } 44 ] 45} 46