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": "CtsPackageManagerIncrementalStatsHostTestCases",
13      "options": [
14        {
15          "exclude-annotation": "androidx.test.filters.LargeTest"
16        }
17      ]
18    },
19    {
20      "name": "CtsIncrementalInstallHostTestCases"
21    },
22    {
23      "name": "libincfs-test"
24    },
25    {
26      "name": "service.incremental_test"
27    },
28    {
29      "name": "CtsInstalledLoadingProgressHostTests"
30    }
31   ],
32  "presubmit-large": [
33    {
34      "name": "CtsPackageManagerTestCases",
35      "options": [
36        {
37          "include-filter": "android.content.pm.cts.PackageManagerShellCommandInstallTest"
38        },
39        {
40          "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
41        },
42        {
43          "include-filter": "android.content.pm.cts.ChecksumsTest"
44        }
45      ]
46    }
47  ],
48  "kernel-presubmit": [
49    {
50      "name": "CtsIncrementalInstallHostTestCases"
51    }
52  ],
53  "postsubmit": [
54    {
55      "name": "CtsPackageManagerIncrementalStatsHostTestCases",
56      "options": [
57        {
58          "include-annotation": "androidx.test.filters.LargeTest"
59        }
60      ]
61    }
62  ]
63}
64