ci/init-stage2: document that only lava jobs upload results to s3

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34120>
This commit is contained in:
Eric Engestrom
2025-03-19 15:45:16 +01:00
committed by Marge Bot
parent 3b72dca145
commit a47b2e3ad7

View File

@@ -227,7 +227,7 @@ set -x
# kill the job.
cleanup
# upload artifacts
# upload artifacts (lava jobs)
if [ -n "$S3_RESULTS_UPLOAD" ]; then
tar --zstd -cf results.tar.zst results/;
ci-fairy s3cp --token-file "${S3_JWT_FILE}" results.tar.zst https://"$S3_RESULTS_UPLOAD"/results.tar.zst;