From 00795f95025d8ffc60fea4df0257712ac9fccec1 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Tue, 13 Apr 2021 10:46:17 +0800 Subject: Move CtsHostsideNetworkTests to group presubmit-large The test config takes longer than 15mins to run. Move it to a dedicated group for running slow presubmit Test Mapping test. Some more context is in the referenced bug, e.g, b/174495337 The group will work exactly the same as presubmit for now. Bug: 174654670 Bug: 174495337 Test: none Change-Id: I31c41728e1ce1dcc475acff43a451084ecc7c542 --- services/core/java/com/android/server/net/TEST_MAPPING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/core/java/com/android/server/net/TEST_MAPPING b/services/core/java/com/android/server/net/TEST_MAPPING index 9f04260242d9..571957bfa6fd 100644 --- a/services/core/java/com/android/server/net/TEST_MAPPING +++ b/services/core/java/com/android/server/net/TEST_MAPPING @@ -1,5 +1,5 @@ { - "presubmit": [ + "presubmit-large": [ { "name": "CtsHostsideNetworkTests", "file_patterns": ["(/|^)NetworkPolicy[^/]*\\.java"], @@ -11,7 +11,9 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] - }, + } + ], + "presubmit": [ { "name": "FrameworksServicesTests", "file_patterns": ["(/|^)NetworkPolicy[^/]*\\.java"], -- cgit v1.2.3-59-g8ed1b