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

Commit da54bb94 authored by Sam Dubey's avatar Sam Dubey
Browse files

Run Media tests in staged-platinum

staged-platinum is/will be used to monitor flakes and breakages in platinum production. Adding the test to staged suite.
Bug: 220345068
Change-Id: Ic84f5d7cdd3229e4837a9dd2366b4833b193e365
parent 19a87860
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"
                }
            ]
        }
    ]
}