mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
128a19caf1
commit
bd743d7db5
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue