Move ApkVerityTest to presbumit

The test has been green for weeks. Promoting to presubmit.

Test: atest --test-mapping
Bug: 112039386
Change-Id: I3452335c1d0935a929e1ced7f9581496203b4fcb
This commit is contained in:
Victor Hsieh
2020-01-03 11:47:44 -08:00
parent 856ce4a17d
commit 52f78039c5

View File

@@ -1,15 +1,12 @@
{
"presubmit": [
{
"name": "ApkVerityTest"
},
// nextgen test only runs during postsubmit.
{
"name": "ApkVerityTest",
"keywords": ["nextgen"]
}
],
"postsubmit": [
// TODO: move to presubmit once it's confirmed stable.
{
"name": "ApkVerityTest"
}
]
}