summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreasoncylee <easoncylee@google.com>2021-04-21 15:08:24 +0800
committerChun-Yi Lee <easoncylee@google.com>2021-04-21 07:10:36 +0000
commitac72e3c10c20c7a6e5b6680844fe67f203884d4f (patch)
tree0fccd4f4b889136a58e19f236cfd708f786f21c8
parent1027fb5c21b9ae931feff81c29427cccb3d8d77b (diff)
Move CtsDevicePolicyManagerTestCases to group presubmit-large
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: I71b6e5b285d0f12b43bf5312f9cde814d2f5f7da
-rw-r--r--cmds/locksettings/TEST_MAPPING2
-rw-r--r--services/core/java/com/android/server/locksettings/TEST_MAPPING6
2 files changed, 5 insertions, 3 deletions
diff --git a/cmds/locksettings/TEST_MAPPING b/cmds/locksettings/TEST_MAPPING
index c1cba5f7f22d..7a449effdf76 100644
--- a/cmds/locksettings/TEST_MAPPING
+++ b/cmds/locksettings/TEST_MAPPING
@@ -1,5 +1,5 @@
{
- "presubmit": [
+ "presubmit-large": [
{
"name": "CtsDevicePolicyManagerTestCases",
"options": [
diff --git a/services/core/java/com/android/server/locksettings/TEST_MAPPING b/services/core/java/com/android/server/locksettings/TEST_MAPPING
index 4a216ca90f9b..b881b44bbaa0 100644
--- a/services/core/java/com/android/server/locksettings/TEST_MAPPING
+++ b/services/core/java/com/android/server/locksettings/TEST_MAPPING
@@ -1,5 +1,5 @@
{
- "presubmit": [
+ "presubmit-large": [
{
"name": "CtsDevicePolicyManagerTestCases",
"options": [
@@ -10,7 +10,9 @@
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
- },
+ }
+ ],
+ "presubmit": [
{
"name": "FrameworksServicesTests",
"options": [