Skip to content

Commit f994d12

Browse files
author
easoncylee
committed
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
1 parent 5a96cea commit f994d12

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

TEST_MAPPING

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
11
{
2-
"presubmit": [
2+
"presubmit-large": [
33
{
4-
"name": "FrameworksUiServicesTests",
4+
"name": "FrameworksServicesTests",
55
"options": [
6+
{
7+
"include-annotation": "android.platform.test.annotations.Presubmit"
8+
},
69
{
710
"exclude-annotation": "androidx.test.filters.FlakyTest"
11+
},
12+
{
13+
"exclude-annotation": "org.junit.Ignore"
814
}
915
]
10-
},
16+
}
17+
],
18+
"presubmit": [
1119
{
12-
"name": "ExtServicesUnitTests",
20+
"name": "FrameworksUiServicesTests",
1321
"options": [
1422
{
1523
"exclude-annotation": "androidx.test.filters.FlakyTest"
1624
}
1725
]
1826
},
1927
{
20-
"name": "TestablesTests",
28+
"name": "ExtServicesUnitTests",
2129
"options": [
2230
{
2331
"exclude-annotation": "androidx.test.filters.FlakyTest"
2432
}
2533
]
2634
},
2735
{
28-
"name": "FrameworksCoreTests",
36+
"name": "TestablesTests",
2937
"options": [
30-
{
31-
"include-annotation": "android.platform.test.annotations.Presubmit"
32-
},
3338
{
3439
"exclude-annotation": "androidx.test.filters.FlakyTest"
35-
},
36-
{
37-
"exclude-annotation": "org.junit.Ignore"
3840
}
3941
]
4042
},
4143
{
42-
"name": "FrameworkPermissionTests",
44+
"name": "FrameworksCoreTests",
4345
"options": [
4446
{
4547
"include-annotation": "android.platform.test.annotations.Presubmit"
@@ -53,7 +55,7 @@
5355
]
5456
},
5557
{
56-
"name": "FrameworksServicesTests",
58+
"name": "FrameworkPermissionTests",
5759
"options": [
5860
{
5961
"include-annotation": "android.platform.test.annotations.Presubmit"

0 commit comments

Comments
 (0)