From 942a98824910952d2e4da28c2f75a0a56c7f3ceb Mon Sep 17 00:00:00 2001 From: easoncylee Date: Tue, 13 Apr 2021 10:44:14 +0800 Subject: [PATCH] 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: I7fe1286ed952a6058c56c36f28b4832947edb69f --- tests/cts/hostside/TEST_MAPPING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cts/hostside/TEST_MAPPING b/tests/cts/hostside/TEST_MAPPING index 02d2d6ec12..fcec4830da 100644 --- a/tests/cts/hostside/TEST_MAPPING +++ b/tests/cts/hostside/TEST_MAPPING @@ -1,5 +1,5 @@ { - "presubmit": [ + "presubmit-large": [ { "name": "CtsHostsideNetworkTests", "options": [ @@ -15,4 +15,4 @@ ] } ] -} \ No newline at end of file +}