blob: b006f389b704ae7dd32c0954aa500f630fe915a5 [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"
}
],
"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"
}
]
}
]
}