radv/ci: do not sync back the install folder
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Tue, 22 Nov 2022 14:23:56 +0000 (16:23 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 24 Nov 2022 06:54:44 +0000 (06:54 +0000)
When a job is over, we download back all the files generated by the
job. This however includes the mesa install/ folder which is close
to 1G in size.

This commit adds the install/ folder to the exclusion list for the
volume mirroring.

Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19930>

src/amd/ci/gitlab-ci.yml

index afb0acd..9f7ec3f 100644 (file)
@@ -189,7 +189,7 @@ radeonsi-raven-va:amd64:
   variables:
     B2C_JOB_SUCCESS_REGEX: '^\+ DEQP_EXITCODE=0\r$'
     B2C_TEST_SCRIPT: ./install/deqp-runner.sh
-    B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache"
+    B2C_JOB_VOLUME_EXCLUSIONS: "*.shader_cache,install/*,*/install/*"
 
 .kabini-test-valve:
   variables: