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
This commit is contained in:
easoncylee 2021-04-21 15:08:24 +08:00 committed by Chun-Yi Lee
parent 1027fb5c21
commit ac72e3c10c
2 changed files with 5 additions and 3 deletions
cmds/locksettings
services/core/java/com/android/server/locksettings

@ -1,5 +1,5 @@
{ {
"presubmit": [ "presubmit-large": [
{ {
"name": "CtsDevicePolicyManagerTestCases", "name": "CtsDevicePolicyManagerTestCases",
"options": [ "options": [

@ -1,5 +1,5 @@
{ {
"presubmit": [ "presubmit-large": [
{ {
"name": "CtsDevicePolicyManagerTestCases", "name": "CtsDevicePolicyManagerTestCases",
"options": [ "options": [
@ -10,7 +10,9 @@
"exclude-annotation": "android.platform.test.annotations.FlakyTest" "exclude-annotation": "android.platform.test.annotations.FlakyTest"
} }
] ]
}, }
],
"presubmit": [
{ {
"name": "FrameworksServicesTests", "name": "FrameworksServicesTests",
"options": [ "options": [