ci-tron: move vkd3d shader cache out of $CI_PROJECT_DIR
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36551>
This commit is contained in:
Eric Engestrom 2025-08-04 15:39:26 +02:00 committed by Marge Bot
parent 1588708987
commit e9292306dc

View file

@ -14,8 +14,9 @@
CI_TRON_TIMEOUT__CONSOLE_ACTIVITY__MINUTES: 5
DEQP_RUNNER_SHADER_CACHE_DIR: /cache
VKD3D_SHADER_CACHE_PATH: /cache
CI_TRON__B2C_ARTIFACT_EXCLUSION: "install/*,vkd3d-proton.cache*"
CI_TRON__B2C_ARTIFACT_EXCLUSION: "install/*"
CI_TRON_HTTP_ARTIFACT__INSTALL__PATH: "/install.tar.zst"
CI_TRON_HTTP_ARTIFACT__INSTALL__URL: "https://$PIPELINE_ARTIFACTS_BASE/$S3_ARTIFACT_NAME.tar.zst"