Revert "ci: Fix for GitLab 18.2.2 upgrade"

This reverts commit ece0d4f998.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37599>
This commit is contained in:
Sergi Blanch Torne
2025-09-26 12:17:52 +02:00
committed by Marge Bot
parent d027f1b336
commit 114666733c
10 changed files with 17 additions and 23 deletions

View File

@@ -61,7 +61,7 @@ else
# the extraction is faster, also LAVA overlays don't support zip compression.
tar --zstd -cf "${CTS_FILENAME}.tar.zst" /android-cts
ci-fairy s3cp --token-file "${S3_JWT_FILE}" "${CTS_FILENAME}.tar.zst" \
"https://${S3_BASE_PATH}/${S3_PROJECT_PATH}/${ARTIFACT_PATH}"
"https://${S3_BASE_PATH}/${CI_PROJECT_PATH}/${ARTIFACT_PATH}"
fi
section_end android-cts