Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52f78039 authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Move ApkVerityTest to presbumit

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

Test: atest --test-mapping
Bug: 112039386
Change-Id: I3452335c1d0935a929e1ced7f9581496203b4fcb
parent 856ce4a1
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
{
  "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"
    }
  ]
}