Move some ring tests to postsubmit

Bug: 229727993
Test: update_crate_tests.py
Change-Id: If44530e25018a561e483707c0f6234efcd880154
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 82c4cf9..b08cfae 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -8,6 +8,24 @@
       "path": "external/rust/crates/webpki"
     }
   ],
+  "postsubmit": [
+    {
+      "name": "ring_test_src_lib",
+      "options": [
+        {
+          "test-timeout": "100000"
+        }
+      ]
+    },
+    {
+      "name": "ring_test_tests_digest_tests",
+      "options": [
+        {
+          "test-timeout": "600000"
+        }
+      ]
+    }
+  ],
   "presubmit": [
     {
       "name": "apkdmverity.test"
@@ -31,14 +49,6 @@
       "name": "microdroid_manager_test"
     },
     {
-      "name": "ring_test_src_lib",
-      "options": [
-        {
-          "test-timeout": "100000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_aead_tests"
     },
     {
@@ -48,14 +58,6 @@
       "name": "ring_test_tests_constant_time_tests"
     },
     {
-      "name": "ring_test_tests_digest_tests",
-      "options": [
-        {
-          "test-timeout": "600000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_ecdsa_tests"
     },
     {
@@ -109,14 +111,6 @@
       "name": "microdroid_manager_test"
     },
     {
-      "name": "ring_test_src_lib",
-      "options": [
-        {
-          "test-timeout": "100000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_aead_tests"
     },
     {
@@ -126,14 +120,6 @@
       "name": "ring_test_tests_constant_time_tests"
     },
     {
-      "name": "ring_test_tests_digest_tests",
-      "options": [
-        {
-          "test-timeout": "600000"
-        }
-      ]
-    },
-    {
       "name": "ring_test_tests_ecdsa_tests"
     },
     {
diff --git a/test_mapping_config.json b/test_mapping_config.json
new file mode 100644
index 0000000..1c57ef4
--- /dev/null
+++ b/test_mapping_config.json
@@ -0,0 +1,4 @@
+{
+       "postsubmit_tests":["ring_test_tests_digest_tests", "ring_test_src_lib"]
+}
+