mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
ci/deqp: backport fix for dEQP-VK.wsi.direct_drm.* bug
Fixes these tests: - dEQP-VK.wsi.direct_drm.full_screen_exclusive.* - dEQP-VK.wsi.direct_drm.maintenance1.* Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28229>
This commit is contained in:
parent
eac703f691
commit
7982751307
2 changed files with 5 additions and 2 deletions
|
|
@ -39,6 +39,9 @@ vk_cts_commits_to_backport=(
|
|||
|
||||
# Fix several issues in dynamic rendering basic tests
|
||||
c5453824b498c981c6ba42017d119f5de02a3e34
|
||||
|
||||
# Add setVisible for VulkanWindowDirectDrm
|
||||
a8466bf6ea98f6cd6733849ad8081775318a3e3e
|
||||
)
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ variables:
|
|||
|
||||
DEBIAN_X86_64_TEST_ANDROID_TAG: "20240311-runner"
|
||||
DEBIAN_X86_64_TEST_GL_TAG: "20240313-ninetests"
|
||||
DEBIAN_X86_64_TEST_VK_TAG: "20240311-runner"
|
||||
KERNEL_ROOTFS_TAG: "20240311-runner"
|
||||
DEBIAN_X86_64_TEST_VK_TAG: "20240317-direct_drm"
|
||||
KERNEL_ROOTFS_TAG: "20240317-direct_drm"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "20240208-libclc-5"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "20230626-v1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue