Skip to content

Commit

Permalink
config: jobs-chromeos: disable vk_glow for Qualcomm targets
Browse files Browse the repository at this point in the history
We always get error on Qualcomm targets:

ERROR:require_image_support():vk_glow.c:265:FINISHME: support VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT

Disable this test as target or some piece or software doesn't support
it.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum committed Oct 7, 2024
1 parent 8337a5e commit 51d3065
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ _anchors:

tast-mm-misc: &tast-mm-misc-job
<<: *tast-job
params:
params: &tast-mm-misc-params
tests:
# - camera.Suspend
# - camera.V4L2
Expand Down Expand Up @@ -726,7 +726,15 @@ jobs:
tast-debian-mm-decode-arm64-qualcomm: *tast-debian-mm-decode-job

tast-mm-misc-arm64-mediatek: *tast-mm-misc-job
tast-mm-misc-arm64-qualcomm: *tast-mm-misc-job

tast-mm-misc-arm64-qualcomm:
<<: *tast-mm-misc-job
params:
<<: *tast-mm-misc-params
excluded_tests:
# Qualcomm-specific: those always
- graphics.DRM.vk_glow

tast-mm-misc-x86-amd: *tast-mm-misc-job
tast-mm-misc-x86-intel: *tast-mm-misc-job

Expand Down

0 comments on commit 51d3065

Please sign in to comment.