Add TEST_MAPPING for trust directories
These TEST_MAPPING files indicate presubmit should run atest on trust specific tests when files are changed in these directories. Test: local atest Bug: 221155933 Change-Id: I4f94bba968a68c9c95da30390a9bf2c8ca063b75
This commit is contained in:
15
core/java/android/app/trust/TEST_MAPPING
Normal file
15
core/java/android/app/trust/TEST_MAPPING
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "TrustTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.trust.test"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
15
services/core/java/com/android/server/trust/TEST_MAPPING
Normal file
15
services/core/java/com/android/server/trust/TEST_MAPPING
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "TrustTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.trust.test"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
15
tests/TrustTests/TEST_MAPPING
Normal file
15
tests/TrustTests/TEST_MAPPING
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "TrustTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.trust.test"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user