ci: Uprev piglit to 3351e8952 ("max-texture-size: report merged results")
This pulls in a fix for the max-texture-size test using piglit-runner, among other things. Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10749>
This commit is contained in:

committed by
Marge Bot

parent
5818380f86
commit
e8640fef90
@@ -413,13 +413,13 @@ x86_test-base:
|
||||
x86_test-gl:
|
||||
extends: .use-x86_test-base
|
||||
variables:
|
||||
MESA_IMAGE_TAG: &x86_test-gl "2021-04-28-yuv-3"
|
||||
MESA_IMAGE_TAG: &x86_test-gl "2021-05-11-piglit"
|
||||
|
||||
# Debian 11 based x86 test image for VK
|
||||
x86_test-vk:
|
||||
extends: .use-x86_test-base
|
||||
variables:
|
||||
MESA_IMAGE_TAG: &x86_test-vk "2021-04-28-yuv-3"
|
||||
MESA_IMAGE_TAG: &x86_test-vk "2021-05-11-piglit"
|
||||
|
||||
# Debian 11 based ARM build image
|
||||
arm_build:
|
||||
@@ -447,7 +447,7 @@ arm_build:
|
||||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
KERNEL_URL: "https://gitlab.freedesktop.org/drm/msm/-/archive/v5.11-for-mesa-ci-40abe2528d16/linux-v5.11-for-mesa-ci-40abe2528d16.tar.bz2"
|
||||
MESA_ROOTFS_TAG: &kernel-rootfs "2021-04-28-yuv-3"
|
||||
MESA_ROOTFS_TAG: &kernel-rootfs "2021-05-11-piglit"
|
||||
DISTRIBUTION_TAG: &distribution-tag-arm "${MESA_ROOTFS_TAG}--${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
|
||||
script:
|
||||
- .gitlab-ci/container/lava_build.sh
|
||||
|
Reference in New Issue
Block a user