diff options
| author | 2024-06-10 16:53:32 +0000 | |
|---|---|---|
| committer | 2024-06-11 11:48:52 +0000 | |
| commit | 708c44a86890965c9a2de2a9da8d39cb42b613b5 (patch) | |
| tree | ce15fd1e9f6b414856adbec56e8cce2e4ab47a8e | |
| parent | e7a9896a57108d661f70bb1f9e20ee2baf7ad2a8 (diff) | |
Create test mapping config for InternalTests in postsubmit
To monitor stability before moving to presubmit. There are no tests configured to this module other than on cf_gwear_x86-userdebug target
Bug: 345544760
Test: N/A
Change-Id: Ibe888bdac3d97284cf723a2077ea922d83343f6b
| -rw-r--r-- | tests/Internal/TEST_MAPPING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Internal/TEST_MAPPING b/tests/Internal/TEST_MAPPING new file mode 100644 index 000000000000..20af0287da5a --- /dev/null +++ b/tests/Internal/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "postsubmit": [ + { + "name": "InternalTests" + } + ] +}
\ No newline at end of file |