From b4e49664f4446733d93ff1bf58aab1c47f396191 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 31 Jul 2025 08:58:47 +0200 Subject: [PATCH] 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: --- src/gallium/drivers/svga/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/svga/ci/gitlab-ci.yml b/src/gallium/drivers/svga/ci/gitlab-ci.yml index 26184867bba..ce33cdaee6b 100644 --- a/src/gallium/drivers/svga/ci/gitlab-ci.yml +++ b/src/gallium/drivers/svga/ci/gitlab-ci.yml @@ -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