From f994d1229b81897cf6143f51c45394cdaf22ecc8 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Mon, 19 Apr 2021 14:32:38 +0800 Subject: [PATCH] Move FrameworksServicesTests 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: Ifefd791b8dc24d5fda12affac0c99787da3d5086 --- TEST_MAPPING | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index 9ceef6bbe8a3..c5c60123d6cb 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,4 +1,20 @@ { + "presubmit-large": [ + { + "name": "FrameworksServicesTests", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] + } + ], "presubmit": [ { "name": "FrameworksUiServicesTests", @@ -52,20 +68,6 @@ } ] }, - { - "name": "FrameworksServicesTests", - "options": [ - { - "include-annotation": "android.platform.test.annotations.Presubmit" - }, - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, { "name": "FrameworksInProcessTests", "options": [