[RESTRICT AUTOMERGE][pm] Move CtsContentTestCases to postsubmit for pm changes am: e8d244301c

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

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

View File

@@ -52,20 +52,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": [
@@ -151,6 +137,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

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