summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2024-05-01 16:25:43 +0900
committer Jiyong Park <jiyong@google.com> 2024-05-07 10:12:09 +0900
commitabac650b6fb82522eb5a9b8bc2ed8902db207171 (patch)
tree8833aa693797bcea643798bd7b28de3e4f56e6d6 /TEST_MAPPING
parent543d4f3b7d7cb403e3c951e0846c9464a32daaf7 (diff)
Run two microdroid test case as postsubmit
I have broken microdroid tests quite many times when I modify build system. Adding some key test modules as presubmit will prevent the similar breakage in the future. This this CL, the tests are first added as postsubmit to satisfy the SLO requirement. Then this will get promoted to presubmit. Bug: N/A Test: watch TH Change-Id: I4a294af396f9a614b550df5e72b20afb8a138d6a
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING9
1 files changed, 9 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 9f386ca49..6eabd7c14 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,5 +3,14 @@
{
"path": "packages/modules/SdkExtensions"
}
+ ],
+
+ "postsubmit": [
+ {
+ "name": "MicrodroidHostTestCases"
+ },
+ {
+ "name": "MicrodroidTestApp"
+ }
]
}