Move CtsTelecomTestCases to group presubmit-large

Also move OverlayRemountedTest, RollbackTest

The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.

Bug: 174654670
Bug: 174495337
Test: none
Change-Id: Ie134c5d171bd99cca908f316d03050001c22ac32
This commit is contained in:
Dan Shi 2020-12-03 13:10:49 -08:00
parent f86411654e
commit 4d46518b6f
4 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"presubmit": [
"presubmit-large": [
{
"name" : "OverlayRemountedTest"
}
]
}
}

View File

@ -14,9 +14,6 @@
{
"name": "OverlayHostTests"
},
{
"name": "OverlayRemountedTest"
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
@ -25,5 +22,10 @@
}
]
}
],
"presubmit-large": [
{
"name": "OverlayRemountedTest"
}
]
}

View File

@ -23,7 +23,9 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
}
],
"presubmit-large": [
{
"name": "CtsTelecomTestCases",
"options": [

View File

@ -1,5 +1,5 @@
{
"presubmit": [
"presubmit-large": [
{
"name": "RollbackTest"
},