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:
committed by
Gavin Corkery
parent
6765448386
commit
59a1d2b4aa
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user