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:
committed by
Marge Bot
parent
2851a305fd
commit
b4e49664f4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user