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

Disable graphics tasts #851

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,15 @@ jobs:
# Qualcomm-specific: those always
- graphics.DRM.vk_glow

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

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

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