ci/deqp: Delete more uncompressed caselist files

Remove the mustpass caselist files from the assets folder as well,
reducing the x86_64_test-android container size by 130 MB.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34025>
This commit is contained in:
Valentine Burley
2025-03-11 14:37:34 +01:00
committed by Marge Bot
parent e519e0b9e6
commit 6a7f174fb3
2 changed files with 2 additions and 1 deletions

View File

@@ -292,6 +292,7 @@ if [ "$DEQP_API" = tools ]; then
fi
# Remove other mustpass files, since we saved off the ones we wanted to conventient locations above.
rm -rf assets/**/mustpass/
rm -rf external/**/mustpass/
rm -rf external/vulkancts/modules/vulkan/vk-main*
rm -rf external/vulkancts/modules/vulkan/vk-default

View File

@@ -37,7 +37,7 @@ variables:
DEBIAN_ARM64_TEST_IMAGE_VK_PATH: "debian/arm64_test-vk"
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_TEST_ANDROID_TAG: "20250310-android-cts"
DEBIAN_TEST_ANDROID_TAG: "20250312-assets"
DEBIAN_TEST_GL_TAG: "20250307-piglit-70"
DEBIAN_TEST_VK_TAG: "20250312-bda-fix"
KERNEL_ROOTFS_TAG: "20250312-bda-fix"