From a47b2e3ad7020dbd27e105390a428b9f869937e2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 19 Mar 2025 15:45:16 +0100 Subject: [PATCH] ci/init-stage2: document that only lava jobs upload results to s3 Part-of: --- .gitlab-ci/common/init-stage2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/common/init-stage2.sh b/.gitlab-ci/common/init-stage2.sh index 38f6e2f9596..f6318d99ff8 100755 --- a/.gitlab-ci/common/init-stage2.sh +++ b/.gitlab-ci/common/init-stage2.sh @@ -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;