ci: uprev vkd3d
Fixes all the workgraph failures, but also introduces two new failures for lavapipe. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36712>
This commit is contained in:
committed by
Marge Bot
parent
de55edade7
commit
aef01d73d8
@@ -4,4 +4,4 @@ variables:
|
|||||||
CONDITIONAL_BUILD_CROSVM_TAG: 0f59350b1052bdbb28b65a832b494377
|
CONDITIONAL_BUILD_CROSVM_TAG: 0f59350b1052bdbb28b65a832b494377
|
||||||
CONDITIONAL_BUILD_FLUSTER_TAG: 3bc3afd7468e106afcbfd569a85f34f9
|
CONDITIONAL_BUILD_FLUSTER_TAG: 3bc3afd7468e106afcbfd569a85f34f9
|
||||||
CONDITIONAL_BUILD_PIGLIT_TAG: 3dec1e03175e4cca1f644435e4e479d5
|
CONDITIONAL_BUILD_PIGLIT_TAG: 3dec1e03175e4cca1f644435e4e479d5
|
||||||
CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 2ab2bd0e4b3db09d40f998e8a47a395d
|
CONDITIONAL_BUILD_VKD3D_PROTON_TAG: af0d99317a3483526f9b59eac3d88451
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ section_start vkd3d-proton "Building vkd3d-proton"
|
|||||||
# setting up the environment variables locally
|
# setting up the environment variables locally
|
||||||
ci_tag_build_time_check "VKD3D_PROTON_TAG"
|
ci_tag_build_time_check "VKD3D_PROTON_TAG"
|
||||||
|
|
||||||
VKD3D_PROTON_COMMIT="f0a3820468b5f18d502fb84d219ca19c148c2422"
|
VKD3D_PROTON_COMMIT="0845d1b69c6b474debe39d25f0137bf108a42b92"
|
||||||
|
|
||||||
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
||||||
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ variables:
|
|||||||
DEBIAN_TEST_ANDROID_TAG: "20250805-vkcts"
|
DEBIAN_TEST_ANDROID_TAG: "20250805-vkcts"
|
||||||
DEBIAN_TEST_GL_TAG: "20250805-vkcts"
|
DEBIAN_TEST_GL_TAG: "20250805-vkcts"
|
||||||
DEBIAN_TEST_VIDEO_TAG: "20250609-helper"
|
DEBIAN_TEST_VIDEO_TAG: "20250609-helper"
|
||||||
DEBIAN_TEST_VK_TAG: "20250805-vkcts"
|
DEBIAN_TEST_VK_TAG: "20250811-vkd3d"
|
||||||
|
|
||||||
ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"
|
ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"
|
||||||
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
|
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
|
||||||
|
|||||||
@@ -1,11 +1 @@
|
|||||||
test_vbv_stride_edge_cases,Fail
|
test_vbv_stride_edge_cases,Fail
|
||||||
|
|
||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
@@ -1,12 +1,2 @@
|
|||||||
# Hardware bugs with sampler reduction and border color + stencil bug
|
# Hardware bugs with sampler reduction and border color + stencil bug
|
||||||
test_sm67_integer_sampling,Fail
|
test_sm67_integer_sampling,Fail
|
||||||
|
|
||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
@@ -1,11 +1 @@
|
|||||||
test_vbv_stride_edge_cases,Fail
|
test_vbv_stride_edge_cases,Fail
|
||||||
|
|
||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
@@ -18,3 +18,6 @@ test_raytracing,Fail
|
|||||||
|
|
||||||
test_sampler_rounding,Fail
|
test_sampler_rounding,Fail
|
||||||
test_view_min_lod,Fail
|
test_view_min_lod,Fail
|
||||||
|
|
||||||
|
test_null_descriptor_resinfo_dxbc,Fail
|
||||||
|
test_null_descriptor_resinfo_dxil,Fail
|
||||||
|
|||||||
@@ -9,13 +9,3 @@ test_sampler_feedback_implicit_lod_aniso,Fail
|
|||||||
|
|
||||||
test_derivative_hoisting_dxbc,Fail
|
test_derivative_hoisting_dxbc,Fail
|
||||||
test_derivative_hoisting_dxil,Fail
|
test_derivative_hoisting_dxil,Fail
|
||||||
|
|
||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
@@ -9,13 +9,3 @@ test_sampler_feedback_implicit_lod_aniso,Fail
|
|||||||
|
|
||||||
test_derivative_hoisting_dxbc,Fail
|
test_derivative_hoisting_dxbc,Fail
|
||||||
test_derivative_hoisting_dxil,Fail
|
test_derivative_hoisting_dxil,Fail
|
||||||
|
|
||||||
test_workgraph_basic,Crash
|
|
||||||
test_workgraph_basic_recursion,Crash
|
|
||||||
test_workgraph_coalesced_input,Crash
|
|
||||||
test_workgraph_cross_group_sharing,Crash
|
|
||||||
test_workgraph_local_root_signature,Crash
|
|
||||||
test_workgraph_shared_inputs,Crash
|
|
||||||
test_workgraph_thread_input,Crash
|
|
||||||
test_workgraph_two_level_broadcast,Crash
|
|
||||||
test_workgraph_two_level_empty,Crash
|
|
||||||
|
|||||||
Reference in New Issue
Block a user