About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentine Burley <valentine.burley@collabora.com>2025-10-14 08:57:05 +0200
committerMarge Bot <marge-bot@fdo.invalid>2025-10-16 10:45:32 +0000
commit28e73a62399f5010d4c4d67f2cae2e313c05dbfb (patch)
tree51b7386af6009ad615496db6439c826e3663be3d /docs
parent2baa3b8c06ab067ae78d4a924856d2d811975fec (diff)
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 <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37862>
Diffstat (limited to 'docs')
-rw-r--r--docs/ci/LAVA.rst11
1 files 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.