From abac650b6fb82522eb5a9b8bc2ed8902db207171 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 1 May 2024 16:25:43 +0900 Subject: [PATCH] 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 --- TEST_MAPPING | 9 +++++++++ 1 file changed, 9 insertions(+) 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" + } ] }