summaryrefslogtreecommitdiff
path: root/docs/ci
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2022-10-13 21:25:38 +0200
committerMarge Bot <emma+marge@anholt.net>2022-11-04 11:41:42 +0000
commit67cee534a88c95a8eb6839f7bcf28a5e6dac8fbf (patch)
tree5e41ce305bfb38d6641ed55a70ff90fe1b2f14b1 /docs/ci
parenta04ed2f971dccbf8b24f084ac9baaf8b299944a0 (diff)
downloadmesa-67cee534a88c95a8eb6839f7bcf28a5e6dac8fbf.tar.gz
CI: convert to use the new S3 server instead of the legacy minio
We don't need to login anymore, but we can't use plain minio commands now. `ci-fairy` got a helper as `s3cp` to keep an almost identical API. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19076>
Diffstat (limited to 'docs/ci')
-rw-r--r--docs/ci/bare-metal.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ci/bare-metal.rst b/docs/ci/bare-metal.rst
index f8c51b28999..544f4186da1 100644
--- a/docs/ci/bare-metal.rst
+++ b/docs/ci/bare-metal.rst
@@ -219,12 +219,12 @@ Enable the site and restart nginx:
sudo service nginx restart
# First download will hit the internet
- wget http://localhost/cache/?uri=https://minio-packet.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo.trace
+ wget http://localhost/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo.trace
# Second download should be cached.
- wget http://localhost/cache/?uri=https://minio-packet.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo.trace
+ wget http://localhost/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo.trace
Now, set ``download-url`` in your ``traces-*.yml`` entry to something like
-``http://10.42.0.1:8888/cache/?uri=https://minio-packet.freedesktop.org/mesa-tracie-public``
+``http://10.42.0.1:8888/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