The test config takes longer than 15mins to run. Move it to a dedicated group for running slow presubmit Test Mapping test. Some more context is in the referenced bug, e.g, b/174495337 The group will work exactly the same as presubmit for now. Bug: 174654670 Bug: 174495337 Test: none Change-Id: Id12caa8a87b6be142d49e8e871c6edb01ffbab6a
35 lines
780 B
Plaintext
35 lines
780 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsContentTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
|
|
},
|
|
{
|
|
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
|
|
},
|
|
{
|
|
"include-filter": "android.content.pm.cts.ChecksumsTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsPackageManagerStatsHostTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsIncrementalInstallHostTestCases"
|
|
}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"name": "CtsInstalledLoadingProgressHostTests"
|
|
}
|
|
]
|
|
}
|