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*