• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit-large": [
3    {
4      "name": "FrameworksServicesTests_Presubmit"
5    }
6  ],
7  "presubmit-pm": [
8    {
9      "name": "PackageManagerServiceServerTests_Presubmit"
10    }
11  ],
12  "presubmit": [
13    {
14      "name": "ManagedProvisioningTests"
15    },
16    {
17      "file_patterns": [
18        "ApexManager\\.java",
19        "SystemServer\\.java",
20        "services/tests/apexsystemservices/.*"
21      ],
22      "name": "ApexSystemServicesTestCases"
23    },
24    {
25      "name": "FrameworksUiServicesTests"
26    },
27    {
28      "name": "FrameworksUiServicesNotificationTests"
29    },
30    {
31      "name": "FrameworksUiServicesZenTests"
32    },
33    {
34      "name": "FrameworksInputMethodSystemServerTests_server_inputmethod"
35    },
36    {
37      "name": "ExtServicesUnitTests-tplus"
38    },
39    {
40      "name": "ExtServicesUnitTests-sminus"
41    },
42    {
43      "name": "FrameworksCoreTests_Presubmit"
44    },
45    {
46      "name": "FrameworkPermissionTests_Presubmit"
47    },
48    {
49      "name": "FrameworksInProcessTests"
50    },
51    {
52      "name": "vts_treble_vintf_framework_test"
53    },
54    {
55      "name": "vts_treble_vintf_vendor_test"
56    },
57    {
58      "name": "CtsStrictJavaPackagesTestCases"
59    }
60  ],
61  "ravenwood-presubmit": [
62    {
63      "name": "CtsUtilTestCasesRavenwood",
64      "host": true,
65      "file_patterns": [
66        "[Rr]avenwood"
67      ]
68    },
69    {
70      "name": "RavenwoodBivalentTest",
71      "host": true,
72      "file_patterns": [
73        "[Rr]avenwood"
74      ]
75    }
76  ],
77  "postsubmit-managedprofile-stress": [
78    {
79      "name": "ManagedProfileLifecycleStressTest"
80    }
81  ],
82 "auto-postsubmit": [
83   // Test tag for automotive targets. These are only running in postsubmit so as to harden the
84   // automotive targets to avoid introducing additional test flake and build time. The plan for
85   // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
86   // Additionally, this tag is used in targeted test suites to limit resource usage on the test
87   // infra during the hardening phase.
88   // TODO: this tag to be removed once the above is no longer an issue.
89   {
90     "name": "FrameworksUiServicesTests"
91   },
92   {
93     "name": "ExtServicesUnitTests-tplus"
94   },
95   {
96     "name": "ExtServicesUnitTests-sminus"
97   },
98   {
99     "name": "TestablesTests"
100   },
101   {
102     "name": "FrameworksCoreTests_Presubmit"
103   },
104   {
105     "name": "FrameworksServicesTests_presubmit"
106   },
107   {
108     "name": "PackageManagerServiceServerTests_Presubmit"
109   }
110 ]
111}
112