blob: be7feb5c9bf7e2c6a781162101d5efea47e449c9 [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 {
12 "name": "CtsIncrementalInstallHostTestCases"
Felka Changca1bbb62022-01-04 17:44:42 +080013 },
14 {
15 "name": "libincfs-test"
16 },
17 {
18 "name": "service.incremental_test"
Julien Desprezd8959942023-02-28 19:08:19 +000019 },
20 {
21 "name": "CtsInstalledLoadingProgressHostTests"
easoncylee25a14af2021-04-19 10:41:26 +080022 }
23 ],
24 "presubmit-large": [
Songchun Fan0813fb02021-02-22 22:58:55 +000025 {
Jackal Guoccc91c42021-08-25 16:47:25 +080026 "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 ]
Songchun Fan0813fb02021-02-22 22:58:55 +000038 }
Edward Liawffba92f2022-12-06 01:02:05 +000039 ],
40 "kernel-presubmit": [
41 {
42 "name": "CtsIncrementalInstallHostTestCases"
43 }
Songchun Fan0813fb02021-02-22 22:58:55 +000044 ]
45}