blob: 206f87f184cd0e2a65556870381eec36e2c0431f [file] [log] [blame]
// for frameworks/av/media
{
"presubmit": [
// runs whenever we change something in this tree
{
"name": "CtsMediaTestCases",
"options": [
{
"include-filter": "android.media.cts.EncodeDecodeTest"
}
]
},
{
"name": "CtsMediaTestCases",
"options": [
{
"include-filter": "android.media.cts.DecodeEditEncodeTest"
}
]
},
{
"name": "GtsMediaTestCases",
"options" : [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
}
]
},
{
"name": "GtsExoPlayerTestCases",
"options" : [
{
"include-annotation": "android.platform.test.annotations.SocPresubmit"
},
{
"include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed"
}
]
}
],
"imports": [
{
"path": "frameworks/av/drm/mediadrm/plugins"
}
],
"staged-platinum-postsubmit": [
// runs regularly, independent of changes in this tree.
// signals if changes elsewhere break media functionality
{
"name": "CtsMediaTestCases",
"options": [
{
"include-filter": "android.media.cts.EncodeDecodeTest"
}
]
},
{
"name": "CtsMediaTestCases",
"options": [
{
"include-filter": "android.media.cts.DecodeEditEncodeTest"
}
]
}
]
}