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

Commit a1d61a80 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add MctsMedia* to postsubmit" into main

parents 251789f3 fa5a1417
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -45,6 +45,32 @@
            "file_patterns": ["(?i)drm|crypto"]
        }
    ],
    "postsubmit": [
        {
            "name": "MctsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
                }
            ]
        },
        {
            "name": "MctsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
                }
            ]
        },
        {
            "name": "MctsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.codec.cts.ExtractDecodeEditEncodeMuxTest"
                }
            ]
        }
    ],
    // Postsubmit tests for TV devices
    "tv-postsubmit": [
        {
+25 −1
Original line number Diff line number Diff line
@@ -92,6 +92,30 @@
    },
    {
        "name": "HEVCUtilsUnitTest"
    },
    {
      "name": "MctsMediaDecoderTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        }
      ]
    },
    {
      "name": "MctsMediaEncoderTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        }
      ]
    },
    {
      "name": "MctsMediaCodecTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        }
      ]
    }
  ]
}