summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2024-04-15 18:17:20 +0000
committerDevin Moore <devinmoore@google.com>2024-04-17 21:59:15 +0000
commit2ae935f8d0eda299f26f9e8ac5dc1854b0ae8304 (patch)
tree71faa47b0135efc2d00b91382db3c2db9393c1b2
parent2b39a65906312a3e378e4a1f0c08298e1cbbd079 (diff)
downloadhwservicemanager-2ae935f8d0eda299f26f9e8ac5dc1854b0ae8304.tar.gz
Promote CtsOsTestCases to presubmits
Now that they have soaked in postsubmits we can promote the tests to run in presubmits. Test: none Bug: 333079136 Change-Id: I496fef0d4f7c386d9efb2bc67e5fb407a89e6559
-rw-r--r--TEST_MAPPING18
1 files changed, 8 insertions, 10 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index af66590..7a20e90 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -5,18 +5,8 @@
},
{
"name": "hidl_lazy_test"
- }
- ],
- "hwasan-presubmit": [
- {
- "name": "hwservicemanager_test"
},
{
- "name": "hidl_lazy_test"
- }
- ],
- "postsubmit": [
- {
"name": "CtsOsTestCases",
"options": [
{
@@ -24,5 +14,13 @@
}
]
}
+ ],
+ "hwasan-presubmit": [
+ {
+ "name": "hwservicemanager_test"
+ },
+ {
+ "name": "hidl_lazy_test"
+ }
]
}