From 4d46518b6ff849f0a82f2f09697ee43d2f96ae2c Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Thu, 3 Dec 2020 13:10:49 -0800 Subject: [PATCH] Move CtsTelecomTestCases to group presubmit-large Also move OverlayRemountedTest, RollbackTest The test config takes longer than 15mins to run. Move it to a dedicated group for running slow presubmit Test Mapping test. Bug: 174654670 Bug: 174495337 Test: none Change-Id: Ie134c5d171bd99cca908f316d03050001c22ac32 --- core/tests/overlaytests/remount/TEST_MAPPING | 4 ++-- services/core/java/com/android/server/om/TEST_MAPPING | 8 +++++--- telecomm/TEST_MAPPING | 4 +++- tests/RollbackTest/TEST_MAPPING | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/core/tests/overlaytests/remount/TEST_MAPPING b/core/tests/overlaytests/remount/TEST_MAPPING index 54dd4310bd6e4..22b28b5344bb7 100644 --- a/core/tests/overlaytests/remount/TEST_MAPPING +++ b/core/tests/overlaytests/remount/TEST_MAPPING @@ -1,7 +1,7 @@ { - "presubmit": [ + "presubmit-large": [ { "name" : "OverlayRemountedTest" } ] -} \ No newline at end of file +} diff --git a/services/core/java/com/android/server/om/TEST_MAPPING b/services/core/java/com/android/server/om/TEST_MAPPING index 6edd76f1810a5..e8a2a02e6a8c7 100644 --- a/services/core/java/com/android/server/om/TEST_MAPPING +++ b/services/core/java/com/android/server/om/TEST_MAPPING @@ -14,9 +14,6 @@ { "name": "OverlayHostTests" }, - { - "name": "OverlayRemountedTest" - }, { "name": "CtsAppSecurityHostTestCases", "options": [ @@ -25,5 +22,10 @@ } ] } + ], + "presubmit-large": [ + { + "name": "OverlayRemountedTest" + } ] } diff --git a/telecomm/TEST_MAPPING b/telecomm/TEST_MAPPING index c9903f9fa901e..1963ff3cabc7c 100644 --- a/telecomm/TEST_MAPPING +++ b/telecomm/TEST_MAPPING @@ -23,7 +23,9 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] - }, + } + ], + "presubmit-large": [ { "name": "CtsTelecomTestCases", "options": [ diff --git a/tests/RollbackTest/TEST_MAPPING b/tests/RollbackTest/TEST_MAPPING index 0f4c4603f9b42..7f9f2dcf2bde3 100644 --- a/tests/RollbackTest/TEST_MAPPING +++ b/tests/RollbackTest/TEST_MAPPING @@ -1,5 +1,5 @@ { - "presubmit": [ + "presubmit-large": [ { "name": "RollbackTest" },