From e549b6fba2ddc877e88dccd3a52ec647cf4cb411 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 20 Nov 2024 14:06:14 +0100 Subject: [PATCH] ci/deqp: only compress caselists when they exist Part-of: --- .gitlab-ci/container/build-deqp.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index fa5ba19476e..279a3be5b9b 100644 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -227,16 +227,16 @@ if [ "${DEQP_TARGET}" != 'android' ]; then /deqp/mustpass/ fi + # Compress the caselists, since Vulkan's in particular are gigantic; higher + # compression levels provide no real measurable benefit. + zstd -1 --rm /deqp/mustpass/*.txt + # Save *some* executor utils, but otherwise strip things down # to reduct deqp build size: mv /deqp/executor/testlog-to-* /deqp rm -rf /deqp/executor fi -# Compress the caselists, since Vulkan's in particular are gigantic; higher -# compression levels provide no real measurable benefit. -zstd -1 --rm /deqp/mustpass/*.txt - # Remove other mustpass files, since we saved off the ones we wanted to conventient locations above. rm -rf /deqp/external/**/mustpass/ rm -rf /deqp/external/vulkancts/modules/vulkan/vk-main*