Add BugreportManagerTestCases to bugreport presubmit

Bug: 159590499
Test: atest --test-mapping --dry-run \
                 services/core/java/com/android/server/os:presubmit
Test: atest --test-mapping --dry-run core/java/android/os:presubmit

Change-Id: Ib6ec81570d5000ae3c7cb76da0e8e0eed98c425e
Merged-In: Ib6ec81570d5000ae3c7cb76da0e8e0eed98c425e
(cherry picked from commit f7f4f62850)
This commit is contained in:
Dieter Hsu
2020-07-02 01:09:47 +08:00
committed by Gavin Corkery
parent 6765448386
commit 59a1d2b4aa
2 changed files with 18 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
{
"presubmit": [
// TODO(159590499) add BugreportManagerTestCases
{
"file_patterns": ["Bugreport[^/]*\\.java"],
"name": "BugreportManagerTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"file_patterns": ["Bugreport[^/]*\\.java"],
"name": "CtsBugreportTestCases",

View File

@@ -1,6 +1,14 @@
{
"presubmit": [
// TODO(159590499) add BugreportManagerTestCases
{
"file_patterns": ["Bugreport[^/]*\\.java"],
"name": "BugreportManagerTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"file_patterns": ["Bugreport[^/]*\\.java"],
"name": "CtsBugreportTestCases",