Merge "aconfig: move all tests to presubmit" into main am: 0dc4e61753
am: 3b8c60a208
Original change: https://android-review.googlesource.com/c/platform/build/+/2950434 Change-Id: I6b5f3a477e6434283506965e5f6e58ae1415f8de Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
25cb1eef72
1 changed files with 17 additions and 19 deletions
|
@ -1,24 +1,5 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
// Ensure changes on aconfig auto generated library is compatible with
|
||||
// test testing filtering logic. Breakage on this test means all tests
|
||||
// that using the flag annotations to do filtering will get affected.
|
||||
"name": "FlagAnnotationTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.cts.flags.tests.FlagAnnotationTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
// Ensure changes on aconfig auto generated library is compatible with
|
||||
// test testing filtering logic. Breakage on this test means all tests
|
||||
// that using the flag macros to do filtering will get affected.
|
||||
"name": "FlagMacrosTests"
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
// aconfig unit tests
|
||||
"name": "aconfig.test"
|
||||
|
@ -66,6 +47,23 @@
|
|||
{
|
||||
// aconfig_storage_file unit tests
|
||||
"name": "aconfig_storage_file.test"
|
||||
},
|
||||
{
|
||||
// Ensure changes on aconfig auto generated library is compatible with
|
||||
// test testing filtering logic. Breakage on this test means all tests
|
||||
// that using the flag annotations to do filtering will get affected.
|
||||
"name": "FlagAnnotationTests",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.cts.flags.tests.FlagAnnotationTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
// Ensure changes on aconfig auto generated library is compatible with
|
||||
// test testing filtering logic. Breakage on this test means all tests
|
||||
// that using the flag macros to do filtering will get affected.
|
||||
"name": "FlagMacrosTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue