Skip to content

Commit

Permalink
config: jobs-chromeos: Disable always failing tast tests on specific …
Browse files Browse the repository at this point in the history
…targets

Disable tests which have always been failing.
- The graphics stack for Mediatek is different on proprietary ChromeOS.
  Hence the test don't work on open-source ChromeOS. Disable all these
  test.
- Also disable all those tests which always fail because of missing
  dependencies. This includes camera clvk tests etc.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Nov 25, 2024
1 parent 0548229 commit 458ce20
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,26 +723,55 @@ jobs:
tast-debian-mm-decode-arm64-mediatek: *tast-debian-mm-decode-job
tast-debian-mm-decode-arm64-qualcomm: *tast-debian-mm-decode-job

tast-mm-misc-arm64-mediatek: *tast-mm-misc-job
tast-mm-misc-arm64-mediatek:
<<: *tast-mm-misc-job
params:
<<: *tast-mm-misc-params
excluded_tests:
# Mediatek-specific
- camera.V4L2
- camera.V4L2.certification
- camera.V4L2.supported_formats
- graphics.Clvk.api_tests
- graphics.Clvk.simple_test
- graphics.DRM.dmabuf_test
- graphics.DRM.mapped_access_perf_test
- graphics.GLBench
- video.ImageProcessor.image_processor_unit_test

tast-mm-misc-arm64-qualcomm:
<<: *tast-mm-misc-job
params:
<<: *tast-mm-misc-params
excluded_tests:
# Qualcomm-specific: those always
- camera.V4L2
- camera.V4L2.certification
- camera.V4L2.supported_formats
- graphics.Clvk.api_tests
- graphics.Clvk.simple_test
- graphics.DRM.vk_glow

tast-mm-misc-x86-amd:
<<: *tast-mm-misc-job
params:
<<: *tast-mm-misc-params
excluded_tests:
- camera.V4L2
- camera.V4L2.certification
- camera.V4L2.supported_formats
# AMD-specific: always fails
- graphics.DRM.dmabuf_test
- graphics.DRM.yuv_to_rgb_test

tast-mm-misc-x86-intel: *tast-mm-misc-job
tast-mm-misc-x86-intel:
<<: *tast-mm-misc-job
params:
<<: *tast-mm-misc-params
excluded_tests:
- camera.V4L2
- camera.V4L2.certification
- camera.V4L2.supported_formats

tast-perf-arm64-mediatek: *tast-perf-job
tast-perf-arm64-qualcomm: *tast-perf-job
Expand Down

0 comments on commit 458ce20

Please sign in to comment.