Include CtsAppFgsTestCases and CtsShortFgsTestCases in presubmit

Bug: 254662522
Bug: 246792057
Test: treehugger
Change-Id: I9878debf94549f53713bf158773768aed73ab09f
This commit is contained in:
Jing Ji
2022-12-02 12:10:58 -08:00
parent 8af9e2cddd
commit 85632c8485
2 changed files with 58 additions and 0 deletions

View File

@@ -42,6 +42,36 @@
{
"name": "ApkVerityTest"
},
{
"name": "CtsAppFgsTestCases",
"file_patterns": ["(/|^)ServiceInfo[^/]*"],
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsShortFgsTestCases",
"file_patterns": ["(/|^)ServiceInfo[^/]*"],
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsIncrementalInstallHostTestCases",
"options": [

View File

@@ -17,6 +17,34 @@
}
]
},
{
"name": "CtsAppFgsTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsShortFgsTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [