This patch adds libincfs-test and service.incremental_test in the presubmit process. Test: atest service.incremental_test Test: atest libincfs-test Test: atest -p system/incremental_delivery/incfs http://ab/I24700010005521991 Bug: 180650365 Change-Id: Iaea12556d398893875c4ab3bb928477103fa7c18
41 lines
877 B
Plaintext
41 lines
877 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsPackageManagerStatsHostTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsIncrementalInstallHostTestCases"
|
|
},
|
|
{
|
|
"name": "libincfs-test"
|
|
},
|
|
{
|
|
"name": "service.incremental_test"
|
|
}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"name": "CtsInstalledLoadingProgressHostTests"
|
|
},
|
|
{
|
|
"name": "CtsContentTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
|
|
},
|
|
{
|
|
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
|
|
},
|
|
{
|
|
"include-filter": "android.content.pm.cts.ChecksumsTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|