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:
committed by
Marge Bot
parent
3b72dca145
commit
a47b2e3ad7
@@ -227,7 +227,7 @@ set -x
|
|||||||
# kill the job.
|
# kill the job.
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
# upload artifacts
|
# upload artifacts (lava jobs)
|
||||||
if [ -n "$S3_RESULTS_UPLOAD" ]; then
|
if [ -n "$S3_RESULTS_UPLOAD" ]; then
|
||||||
tar --zstd -cf results.tar.zst results/;
|
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;
|
ci-fairy s3cp --token-file "${S3_JWT_FILE}" results.tar.zst https://"$S3_RESULTS_UPLOAD"/results.tar.zst;
|
||||||
|
|||||||
Reference in New Issue
Block a user