Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tast-on-Debian: Add support for Tast tests targeting non-ChromeOs DUTs #803

Merged
merged 2 commits into from
Sep 27, 2024

Commits on Sep 22, 2024

  1. jobs-chromeos: Set a name to all tast-decoder test params

    Set a name to all `tast-decode` test params to re-use it
    both on Tast testing targeting ChromeOS and Debian.
    
    Signed-off-by: Denis Yuji Shimizu <[email protected]>
    denisyuji committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4d92ac2 View commit details
    Browse the repository at this point in the history
  2. Add Debian rootfs support for Tast tests in kernelci-pipeline

    - Introduce new job definitions for running Chromium's Tast
    tests on Debian rootfs.
    - Add support for various decoding tests (H.264, HEVC, VP8, VP9)
    on Debian, targeting ARM64 platforms (MediaTek and Qualcomm).
    - Extend the `tast` test suite by defining the Debian rootfs
    location, boot commands, and platform-specific configurations.
    - Ensure compatibility with mainline, next, and Collabora Chrome OS
    kernel trees for testing.
    - Update the `tast_tarball` field on `platforms-chromeos.yaml`
    to obtain a more recent tarball artifact.
    
    Signed-off-by: Denis Yuji Shimizu <[email protected]>
    denisyuji committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6f49cb2 View commit details
    Browse the repository at this point in the history