From 28e73a62399f5010d4c4d67f2cae2e313c05dbfb Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 14 Oct 2025 08:57:05 +0200 Subject: [PATCH] docs: Update LAVA caching setup After a recent change, `piglit-traces.sh` automatically sets the caching proxy, so update the docs to reflect this. Also update the name of the variable from `FDO_HTTP_CACHE_URI` to `LAVA_HTTP_CACHE_URI`. Fixes: fa74e939bfd ("ci/piglit: automatically use LAVA proxy") Signed-off-by: Valentine Burley Part-of: --- docs/ci/LAVA.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/ci/LAVA.rst b/docs/ci/LAVA.rst index 43b2bcef85b..9e290b9bc02 100644 --- a/docs/ci/LAVA.rst +++ b/docs/ci/LAVA.rst @@ -122,9 +122,8 @@ Enable the site and restart nginx: # Second download should be cached. wget http://localhost/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo-v2.trace -Now, set ``download-url`` in your ``traces-*.yml`` entry to something like -``http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public`` -and you should have cached downloads for traces. Add it to -``FDO_HTTP_CACHE_URI=`` in your ``config.toml`` runner environment lines and you -can use it for cached artifact downloads instead of going all the way to -freedesktop.org on each job. +The trace runner script automatically sets the caching proxy, so there's no +need to modify anything in the Mesa CI YAML files. +Add ``LAVA_HTTP_CACHE_URI=http://localhost/cache/?uri=`` to your ``config.toml`` +runner environment lines and you can use it for cached artifact downloads +instead of going all the way to freedesktop.org on each job.