diff options
| -rw-r--r-- | TEST_MAPPING | 10 | ||||
| -rw-r--r-- | ravenwood/TEST_MAPPING | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 5db077220b20..dfacbc425181 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -140,11 +140,17 @@ "ravenwood-presubmit": [ { "name": "CtsUtilTestCasesRavenwood", - "host": true + "host": true, + "file_patterns": [ + "[Rr]avenwood" + ] }, { "name": "RavenwoodBivalentTest", - "host": true + "host": true, + "file_patterns": [ + "[Rr]avenwood" + ] } ], "postsubmit-managedprofile-stress": [ diff --git a/ravenwood/TEST_MAPPING b/ravenwood/TEST_MAPPING index fbf27fa5bf4b..691d06e0b2bf 100644 --- a/ravenwood/TEST_MAPPING +++ b/ravenwood/TEST_MAPPING @@ -12,9 +12,6 @@ { "name": "RavenwoodBivalentTest_device" }, - { - "name": "RavenwoodResApkTest" - }, // The sysui tests should match vendor/unbundled_google/packages/SystemUIGoogle/TEST_MAPPING { "name": "SystemUIGoogleTests", @@ -59,6 +56,10 @@ "host": true }, { + "name": "RavenwoodResApkTest", + "host": true + }, + { "name": "RavenwoodBivalentTest", "host": true } |