From 596c11494f6bccb5bd0767cad84a5f45a7e392c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Thu, 22 Dec 2022 14:29:47 +0200 Subject: [PATCH] radv/ci/vkcts: do not sync back the *.qpa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files are relatively big (amounting to ~4.5GB for one run) but are not really useful. Signed-off-by: Martin Roukala (né Peres) Acked-by: Bas Nieuwenhuizen Part-of: --- src/amd/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index 0a8fd6c5a59..39ce5988567 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -172,7 +172,7 @@ radeonsi-raven-va:amd64: MESA_SPIRV_LOG_LEVEL: error ACO_DEBUG: validateir,validatera MESA_VK_IGNORE_CONFORMANCE_WARNING: 1 - B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache,install/*,*/install/*,*/vkd3d-proton.cache*,vkd3d-proton.cache*" + 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'