diff options
| author | 2024-08-21 09:54:59 -0700 | |
|---|---|---|
| committer | 2024-08-21 09:58:09 -0700 | |
| commit | d522945f911404e3029c82ded570de80da44358c (patch) | |
| tree | 6b129cfba611e50cc88912d1bc1fd25516fa430a | |
| parent | 3bc44be9ed2bbbb6e51c93bd7fd9be898be0a911 (diff) | |
Migrate to "ravenwood-presubit"
Also restore the file name filter
Flag: EXEMPT host test change only
Bug: 359891939
Bug: 324931084
Test: treehugger
Change-Id: Ibafb9cabf1a272c3198cdc43467062a62f9e7b38
| -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 } |