mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
vmware/ci: fix caching proxy url
FDO_HTTP_CACHE_URI is not defined, but LAVA_HTTP_CACHE_URI is and is the right URL for this. This job is currently disabled, but fix it in preparation for when someone eventually brings it back. Note that this line also has another bug that will be addressed by the next commit. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36955>
This commit is contained in:
parent
2851a305fd
commit
b4e49664f4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ include:
|
|||
VISIBILITY_GROUP: "mesa-ci"
|
||||
EGL_PLATFORM: "surfaceless"
|
||||
PIGLIT_TRACES_FILE: traces-vmware.yml
|
||||
PIGLIT_REPLAY_EXTRA_ARGS: "--download-caching-proxy-url=${FDO_HTTP_CACHE_URI}"
|
||||
PIGLIT_REPLAY_EXTRA_ARGS: "--download-caching-proxy-url=${LAVA_HTTP_CACHE_URI}"
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "gl-vmware-llvmpipe"
|
||||
PIGLIT_RESULTS: "llvmpipe-replay"
|
||||
FARM: vmware
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue