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