From: Martin Roukala (né Peres) Date: Tue, 22 Nov 2022 14:23:56 +0000 (+0200) Subject: radv/ci: do not sync back the install folder X-Git-Tag: upstream/23.3.3~16431 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd743d7db569416a697937d881b4751fabf0cf0a;p=platform%2Fupstream%2Fmesa.git radv/ci: do not sync back the install folder 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 Reviewed-by: Samuel Pitoiset Signed-off-by: Martin Roukala (né Peres) Part-of: --- diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index afb0acd..9f7ec3f 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -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: