diff --git a/.gitlab-ci/conditional-build-image-tags.yml b/.gitlab-ci/conditional-build-image-tags.yml index 3ee0647f132..c443867d5d3 100644 --- a/.gitlab-ci/conditional-build-image-tags.yml +++ b/.gitlab-ci/conditional-build-image-tags.yml @@ -1,7 +1,7 @@ variables: CONDITIONAL_BUILD_ANDROID_CTS_TAG: b018634d732f438027ec58c0383615e7 CONDITIONAL_BUILD_ANGLE_TAG: efd57e99d51361944f87b9466356b0ce - CONDITIONAL_BUILD_CROSVM_TAG: d11bef2a6b529802b5deaeaa490fd4d9 + CONDITIONAL_BUILD_CROSVM_TAG: 4c61f9707203afca91db3efeb57175db CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b CONDITIONAL_BUILD_PIGLIT_TAG: 21ab2c66f54777163dd038dc4cfcfde6 CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 072beee85d89e75f9a81664b77198b92 diff --git a/.gitlab-ci/container/build-crosvm.sh b/.gitlab-ci/container/build-crosvm.sh index ec5df9f4b82..d66bd3a168c 100644 --- a/.gitlab-ci/container/build-crosvm.sh +++ b/.gitlab-ci/container/build-crosvm.sh @@ -22,7 +22,7 @@ pushd /platform/crosvm git checkout "$CROSVM_VERSION" git submodule update --init -VIRGLRENDERER_VERSION=d780ef776bdd6435ef3ed657e6209a4662f6d05e +VIRGLRENDERER_VERSION=95610d57da49d76617bd6d8d21b9bfb1bf360f64 rm -rf third_party/virglrenderer git clone --single-branch -b main --no-checkout https://gitlab.freedesktop.org/virgl/virglrenderer.git third_party/virglrenderer pushd third_party/virglrenderer diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index e559458ab06..27487b9e07f 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -22,7 +22,7 @@ variables: DEBIAN_BUILD_BASE_TAG: "20251016-riscv" DEBIAN_BUILD_TAG: "20250926-D3D618" - DEBIAN_TEST_BASE_TAG: "20251125-crosvirgl" + DEBIAN_TEST_BASE_TAG: "20251203-virgl" DEBIAN_TEST_ANDROID_TAG: "20251128-vkcts" DEBIAN_TEST_GL_TAG: "20251128-vkcts" DEBIAN_TEST_VIDEO_TAG: "20250813-vector" diff --git a/src/virtio/ci/venus-fails.txt b/src/virtio/ci/venus-fails.txt index 354f3e6cd99..ac0dfd4d66d 100644 --- a/src/virtio/ci/venus-fails.txt +++ b/src/virtio/ci/venus-fails.txt @@ -21,3 +21,12 @@ dEQP-VK.sparse_resources.image_block_shapes.2d.g8b8g8r8_422_unorm.samples_1,Fail dEQP-VK.sparse_resources.image_block_shapes.2d.b8g8r8g8_422_unorm.samples_1,Fail dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8b8g8r8_422_unorm.samples_1,Fail dEQP-VK.sparse_resources.image_block_shapes.2d_array.b8g8r8g8_422_unorm.samples_1,Fail + +# Failed with native lavapipe as well +dEQP-VK.mesh_shader.ext.misc.emit_in_control_flow_bad_emit_last,Fail +dEQP-VK.mesh_shader.ext.smoke.fast_lib.depth_only_points_position_components,Fail +dEQP-VK.mesh_shader.ext.smoke.fast_lib.depth_only_triangles_position_components,Fail +dEQP-VK.mesh_shader.ext.smoke.monolithic.depth_only_points_position_components,Fail +dEQP-VK.mesh_shader.ext.smoke.monolithic.depth_only_triangles_position_components,Fail +dEQP-VK.mesh_shader.ext.smoke.optimized_lib.depth_only_points_position_components,Fail +dEQP-VK.mesh_shader.ext.smoke.optimized_lib.depth_only_triangles_position_components,Fail