ci: make B2C_JOB_VOLUME_EXCLUSIONS to all .b2c-test jobs
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Tue, 8 Aug 2023 18:57:12 +0000 (21:57 +0300)
committerMarge Bot <emma+marge@anholt.net>
Mon, 2 Oct 2023 14:50:27 +0000 (14:50 +0000)
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25429>

.gitlab-ci/test/gitlab-ci.yml
src/amd/ci/gitlab-ci-inc.yml

index fb0b78a..cc8ebbe 100644 (file)
@@ -298,6 +298,7 @@ clang-format:
     B2C_TIMEOUT_MINUTES: 5
     B2C_TIMEOUT_OVERALL_MINUTES: 90
     B2C_TIMEOUT_RETRIES: 0
+    B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache,install/*,*/install/*,*/vkd3d-proton.cache*,vkd3d-proton.cache*,*.qpa"
 
     # As noted in the top description, we make a distinction between the
     # container used by gitlab-runner to queue the work, and the container
index d960410..af3bf6a 100644 (file)
     # the code generator.
     ACO_DEBUG: validateir,validatera
     MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
-    B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache,install/*,*/install/*,*/vkd3d-proton.cache*,vkd3d-proton.cache*,*.qpa"
     # Enable ETC2 emulation on non-native platforms (RENOIR,RDNA+, GFX6-8 dGPUs)
     radv_require_etc2: 'true'