diff options
author | 2024-08-09 18:41:25 +0000 | |
---|---|---|
committer | 2024-08-09 18:41:25 +0000 | |
commit | 392c2006ba2b3a0ebe04f32c361d98c39ebac51d (patch) | |
tree | 2cdb4218a62b9671b74122198f7b3b9e51f7f22a | |
parent | 3844eca99d6e0a6a845bb6f71e0a9c281bdb9497 (diff) |
Add RavenwoodBivalentTest to ravenwood-presubmit.
There are already many TEST_MAPPING files added which will be active. https://cs.android.com/search?q=%22ravenwood-presubmit%22%20filepath:test_mapping&sq= This change adds more trigger paths for RavenwoodBivalentTest, and removes the unused "postsubmit-ravenwood" suite.
Bug: 350545439
Change-Id: I6bd54b26272eb7b751b2ba909d3f62e8e6512211
Flag: EXEMPT refactor
-rw-r--r-- | TEST_MAPPING | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 49384cde5803..5db077220b20 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -137,13 +137,14 @@ "name": "CtsStrictJavaPackagesTestCases" } ], - "postsubmit-ravenwood": [ + "ravenwood-presubmit": [ { "name": "CtsUtilTestCasesRavenwood", - "host": true, - "file_patterns": [ - "[Rr]avenwood" - ] + "host": true + }, + { + "name": "RavenwoodBivalentTest", + "host": true } ], "postsubmit-managedprofile-stress": [ |