diff options
-rw-r--r-- | tests/ApkVerityTest/TEST_MAPPING | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ApkVerityTest/TEST_MAPPING b/tests/ApkVerityTest/TEST_MAPPING new file mode 100644 index 000000000000..a6608399d83c --- /dev/null +++ b/tests/ApkVerityTest/TEST_MAPPING @@ -0,0 +1,15 @@ +{ + "presubmit": [ + // nextgen test only runs during postsubmit. + { + "name": "ApkVerityTest", + "keywords": ["nextgen"] + } + ], + "postsubmit": [ + // TODO: move to presubmit once it's confirmed stable. + { + "name": "ApkVerityTest" + } + ] +} |