diff options
author | easoncylee <easoncylee@google.com> | 2021-04-19 14:32:38 +0800 |
---|---|---|
committer | Chun-Yi Lee <easoncylee@google.com> | 2021-04-19 13:32:12 +0000 |
commit | f994d1229b81897cf6143f51c45394cdaf22ecc8 (patch) | |
tree | 1af952ec47be4c23451d22ca311613dce8cf1b2a /TEST_MAPPING | |
parent | 5a96ceafa7871175d51d988b0c615dbbcacb20b4 (diff) |
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
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 9ceef6bbe8a3..c5c60123d6cb 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,15 +1,23 @@ { - "presubmit": [ + "presubmit-large": [ { - "name": "FrameworksUiServicesTests", + "name": "FrameworksServicesTests", "options": [ { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" } ] - }, + } + ], + "presubmit": [ { - "name": "ExtServicesUnitTests", + "name": "FrameworksUiServicesTests", "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" @@ -17,7 +25,7 @@ ] }, { - "name": "TestablesTests", + "name": "ExtServicesUnitTests", "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" @@ -25,21 +33,15 @@ ] }, { - "name": "FrameworksCoreTests", + "name": "TestablesTests", "options": [ { - "include-annotation": "android.platform.test.annotations.Presubmit" - }, - { "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" } ] }, { - "name": "FrameworkPermissionTests", + "name": "FrameworksCoreTests", "options": [ { "include-annotation": "android.platform.test.annotations.Presubmit" @@ -53,7 +55,7 @@ ] }, { - "name": "FrameworksServicesTests", + "name": "FrameworkPermissionTests", "options": [ { "include-annotation": "android.platform.test.annotations.Presubmit" |