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

Commit 1da1631d authored by Neil Fuller's avatar Neil Fuller
Browse files

Set hosttests to trigger during postsubmit

Set hosttests to trigger during postsubmit when service code changes.
They can be moved to presubmit later.

Test: treehugger only
Bug: 182461754
Change-Id: Ibebc0d1f84383c69135b4914f1691cda7052a74c
parent 4b0a5f12
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16,5 +16,11 @@
        }
      ]
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "CtsLocationTimeZoneManagerHostTest"
    }
  ]
}