Merge "[pm] Move CtsContentTestCases to postsubmit for pm changes" into udc-dev am: bc36620989

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24356854

Change-Id: I9edd5cc3a6dcdbd64201275f26b1e6f5dc12e038
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-08-11 20:05:26 +00:00
committed by Automerger Merge Worker
2 changed files with 16 additions and 18 deletions

View File

@@ -100,20 +100,6 @@
} }
], ],
"presubmit-large":[ "presubmit-large":[
{
"name":"CtsContentTestCases",
"options":[
{
"exclude-annotation":"androidx.test.filters.FlakyTest"
},
{
"exclude-annotation":"org.junit.Ignore"
},
{
"include-filter":"android.content.pm.cts"
}
]
},
{ {
"name":"CtsUsesNativeLibraryTest", "name":"CtsUsesNativeLibraryTest",
"options":[ "options":[
@@ -155,6 +141,20 @@
} }
], ],
"postsubmit":[ "postsubmit":[
{
"name":"CtsContentTestCases",
"options":[
{
"exclude-annotation":"androidx.test.filters.FlakyTest"
},
{
"exclude-annotation":"org.junit.Ignore"
},
{
"include-filter":"android.content.pm.cts"
}
]
},
{ {
"name":"CtsAppSecurityHostTestCases", "name":"CtsAppSecurityHostTestCases",
"options":[ "options":[

View File

@@ -90,7 +90,7 @@
] ]
} }
], ],
"presubmit-large": [ "postsubmit": [
{ {
"name": "CtsContentTestCases", "name": "CtsContentTestCases",
"options": [ "options": [
@@ -104,9 +104,7 @@
"include-filter": "android.content.pm.cts" "include-filter": "android.content.pm.cts"
} }
] ]
} },
],
"postsubmit": [
{ {
"name": "CtsPermissionTestCases", "name": "CtsPermissionTestCases",
"options": [ "options": [