Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Move FrameworksServicesTests to group presubmit-large
Browse files Browse the repository at this point in the history
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
  • Loading branch information
easoncylee committed Apr 19, 2021
1 parent 5a96cea commit f994d12
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions TEST_MAPPING
Original file line number Diff line number Diff line change
@@ -1,45 +1,47 @@
{
"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"
}
]
},
{
"name": "TestablesTests",
"name": "ExtServicesUnitTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"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"
Expand All @@ -53,7 +55,7 @@
]
},
{
"name": "FrameworksServicesTests",
"name": "FrameworkPermissionTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
Expand Down

0 comments on commit f994d12

Please sign in to comment.