Merge "[RESTRICT AUTOMERGE][pm] Move CtsContentTestCases to postsubmit for pm changes" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
350219f8d8
@@ -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": [
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user