• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "apex_targetprep_tests"
5    },
6    {
7      "name": "timezone_data_e2e_tests"
8    },
9    {
10      "name": "apex_apkinapex_tests"
11    },
12    {
13      "name": "CtsApexSharedLibrariesTestCases"
14    },
15    {
16      "name": "VendorApexHostTestCases"
17    }
18  ],
19  "presubmit-large": [
20    // TODO(b/190710217): uncomment this.
21    //{
22    //  "name": "apex_rollback_tests"
23    //},
24    {
25      "name": "sdkextensions_e2e_tests"
26    },
27    {
28      "name": "sharedlibs_host_tests"
29    }
30  ],
31  "postsubmit": [
32    // The following changes are in post-submit to restrict to physical
33    // devices (currently failing on cf). TODO: Fix and move to presubmit.
34    // b/138242400
35    {
36      "name": "media_e2e_tests",
37      "keywords": ["primary-device"]
38    },
39    {
40      "name": "media_swcodec_e2e_tests",
41      "keywords": ["primary-device"]
42    },
43    {
44      "name": "apex_compression_platform_tests"
45    }
46  ],
47  "imports": [
48    {
49      "path": "cts/hostsidetests/stagedinstall"
50    },
51    {
52      "path": "frameworks/base/tests/StagedInstallTest"
53    }
54  ]
55}
56