blob: 648b904787ce1b6583469ae5141b730593233cc7 [file] [log] [blame]
Songchun Fan0813fb02021-02-22 22:58:55 +00001{
2 "presubmit": [
3 {
Songchun Fan0813fb02021-02-22 22:58:55 +00004 "name": "CtsPackageManagerStatsHostTestCases",
5 "options": [
6 {
7 "include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
8 }
9 ]
10 },
11 {
Joanne Chungf0782f52023-07-19 12:08:26 +000012 "name": "CtsPackageManagerIncrementalStatsHostTestCases"
13 },
14 {
Songchun Fan0813fb02021-02-22 22:58:55 +000015 "name": "CtsIncrementalInstallHostTestCases"
Felka Changca1bbb62022-01-04 17:44:42 +080016 },
17 {
18 "name": "libincfs-test"
19 },
20 {
21 "name": "service.incremental_test"
Julien Desprezd8959942023-02-28 19:08:19 +000022 },
23 {
24 "name": "CtsInstalledLoadingProgressHostTests"
easoncylee25a14af2021-04-19 10:41:26 +080025 }
26 ],
27 "presubmit-large": [
Songchun Fan0813fb02021-02-22 22:58:55 +000028 {
Jackal Guoccc91c42021-08-25 16:47:25 +080029 "name": "CtsContentTestCases",
30 "options": [
31 {
32 "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
33 },
34 {
35 "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
36 },
37 {
38 "include-filter": "android.content.pm.cts.ChecksumsTest"
39 }
40 ]
Songchun Fan0813fb02021-02-22 22:58:55 +000041 }
Edward Liawffba92f2022-12-06 01:02:05 +000042 ],
43 "kernel-presubmit": [
44 {
45 "name": "CtsIncrementalInstallHostTestCases"
46 }
Songchun Fan0813fb02021-02-22 22:58:55 +000047 ]
48}