Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9daeaca3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Platinum tests for media, staging 1st round."

parents aae364bd e5119eb6
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
// for frameworks/av/media
{
    "presubmit": [
        // runs whenever we change something in this tree
        {
            "name": "CtsMediaTestCases",
            "options": [
@@ -7,6 +9,35 @@
                    "include-filter": "android.media.cts.EncodeDecodeTest"
                }
            ]
        },
        {
            "name": "CtsMediaTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.DecodeEditEncodeTest"
                }
            ]
        }
    ],

    "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"
                }
            ]
        }
    ]
}