Add TEST_MAPPING to schedule auto test

Test: atest :postsubmit
Change-Id: Ied8e241ef223ea5e87ca6ee0f04f4128c51ddb87
Merged-In: I0847d1dea352d0e3b87b1bb95d5c2600a80a7438
This commit is contained in:
Raff Tsai
2020-02-05 18:32:33 +08:00
parent e9b3f3303e
commit 55422c7517
4 changed files with 114 additions and 0 deletions

15
TEST_MAPPING Normal file
View File

@@ -0,0 +1,15 @@
{
"postsubmit": [
{
"name": "SettingsUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "SettingsPerfTests"
}
]
}