blob: a6608399d83c705c7f16e148ad4323bea74c83ac [file] [log] [blame]
Victor Hsieh9ec50222019-12-09 13:48:50 -08001{
2 "presubmit": [
3 // nextgen test only runs during postsubmit.
4 {
5 "name": "ApkVerityTest",
6 "keywords": ["nextgen"]
7 }
8 ],
9 "postsubmit": [
10 // TODO: move to presubmit once it's confirmed stable.
11 {
12 "name": "ApkVerityTest"
13 }
14 ]
15}