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 <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>
This commit is contained in:
Martin Roukala (né Peres) 2022-11-22 16:23:56 +02:00 committed by Marge Bot
parent 128a19caf1
commit bd743d7db5

View 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: