Victor Hsieh | 9ec5022 | 2019-12-09 13:48:50 -0800 | [diff] [blame^] | 1 | { |
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 | } |