summaryrefslogtreecommitdiff
path: root/services/incremental
diff options
context:
space:
mode:
author Jackal Guo <jackalguo@google.com> 2021-08-25 16:47:25 +0800
committer Jackal Guo <jackalguo@google.com> 2021-08-25 16:47:25 +0800
commitccc91c4fa9a99ebc9df347f1d329f002d8d7a033 (patch)
treef83ba5b26c04c90fa0455ed40fa0b712c931c885 /services/incremental
parent38ac8d6ebc5ecac97697b10ca0488652e1c47f54 (diff)
Move CtsContentTestCases to group presubmit-large
The test config takes longer than 900 seconds 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: treehugger Change-Id: Id9769bbc625b42257af603d69098ae69c0fabb80
Diffstat (limited to 'services/incremental')
-rw-r--r--services/incremental/TEST_MAPPING28
1 files changed, 14 insertions, 14 deletions
diff --git a/services/incremental/TEST_MAPPING b/services/incremental/TEST_MAPPING
index 6aa8a939739a..f2ad068854c4 100644
--- a/services/incremental/TEST_MAPPING
+++ b/services/incremental/TEST_MAPPING
@@ -1,20 +1,6 @@
{
"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": [
{
@@ -29,6 +15,20 @@
"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"
+ }
+ ]
}
]
}