You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
989 B
50 lines
989 B
{
|
|
"presubmit": [
|
|
{
|
|
"name": "apex_targetprep_tests"
|
|
},
|
|
{
|
|
"name": "timezone_data_e2e_tests"
|
|
},
|
|
{
|
|
"name": "CtsApexSharedLibrariesTestCases"
|
|
}
|
|
],
|
|
"presubmit-large": [
|
|
// TODO(b/190710217): uncomment this.
|
|
//{
|
|
// "name": "apex_rollback_tests"
|
|
//},
|
|
{
|
|
"name": "sdkextensions_e2e_tests"
|
|
},
|
|
{
|
|
"name": "sharedlibs_host_tests"
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
// The following changes are in post-submit to restrict to physical
|
|
// devices (currently failing on cf). TODO: Fix and move to presubmit.
|
|
// b/138242400
|
|
{
|
|
"name": "media_e2e_tests",
|
|
"keywords": ["primary-device"]
|
|
},
|
|
{
|
|
"name": "media_swcodec_e2e_tests",
|
|
"keywords": ["primary-device"]
|
|
},
|
|
{
|
|
"name": "apex_compression_platform_tests"
|
|
}
|
|
],
|
|
"imports": [
|
|
{
|
|
"path": "cts/hostsidetests/stagedinstall"
|
|
},
|
|
{
|
|
"path": "frameworks/base/tests/StagedInstallTest"
|
|
}
|
|
]
|
|
}
|