|
1 | 1 | {
|
2 |
| - "presubmit": [ |
| 2 | + "presubmit-large": [ |
3 | 3 | {
|
4 |
| - "name": "FrameworksUiServicesTests", |
| 4 | + "name": "FrameworksServicesTests", |
5 | 5 | "options": [
|
| 6 | + { |
| 7 | + "include-annotation": "android.platform.test.annotations.Presubmit" |
| 8 | + }, |
6 | 9 | {
|
7 | 10 | "exclude-annotation": "androidx.test.filters.FlakyTest"
|
| 11 | + }, |
| 12 | + { |
| 13 | + "exclude-annotation": "org.junit.Ignore" |
8 | 14 | }
|
9 | 15 | ]
|
10 |
| - }, |
| 16 | + } |
| 17 | + ], |
| 18 | + "presubmit": [ |
11 | 19 | {
|
12 |
| - "name": "ExtServicesUnitTests", |
| 20 | + "name": "FrameworksUiServicesTests", |
13 | 21 | "options": [
|
14 | 22 | {
|
15 | 23 | "exclude-annotation": "androidx.test.filters.FlakyTest"
|
16 | 24 | }
|
17 | 25 | ]
|
18 | 26 | },
|
19 | 27 | {
|
20 |
| - "name": "TestablesTests", |
| 28 | + "name": "ExtServicesUnitTests", |
21 | 29 | "options": [
|
22 | 30 | {
|
23 | 31 | "exclude-annotation": "androidx.test.filters.FlakyTest"
|
24 | 32 | }
|
25 | 33 | ]
|
26 | 34 | },
|
27 | 35 | {
|
28 |
| - "name": "FrameworksCoreTests", |
| 36 | + "name": "TestablesTests", |
29 | 37 | "options": [
|
30 |
| - { |
31 |
| - "include-annotation": "android.platform.test.annotations.Presubmit" |
32 |
| - }, |
33 | 38 | {
|
34 | 39 | "exclude-annotation": "androidx.test.filters.FlakyTest"
|
35 |
| - }, |
36 |
| - { |
37 |
| - "exclude-annotation": "org.junit.Ignore" |
38 | 40 | }
|
39 | 41 | ]
|
40 | 42 | },
|
41 | 43 | {
|
42 |
| - "name": "FrameworkPermissionTests", |
| 44 | + "name": "FrameworksCoreTests", |
43 | 45 | "options": [
|
44 | 46 | {
|
45 | 47 | "include-annotation": "android.platform.test.annotations.Presubmit"
|
|
53 | 55 | ]
|
54 | 56 | },
|
55 | 57 | {
|
56 |
| - "name": "FrameworksServicesTests", |
| 58 | + "name": "FrameworkPermissionTests", |
57 | 59 | "options": [
|
58 | 60 | {
|
59 | 61 | "include-annotation": "android.platform.test.annotations.Presubmit"
|
|
0 commit comments