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

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

Merge "Run Media tests in staged-platinum"

parents d48bad8e da54bb94
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -61,5 +61,24 @@
                }
            ]
        }
    ],
    "staged-platinum-postsubmit": [
        // runs every four hours
        {
            "name": "CtsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
                }
            ]
        },
        {
            "name": "CtsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
                }
            ]
        }
    ]
}