devops: add logging for report name when uploading to flakiness dashboard (#32786)

This commit is contained in:
Max Schmitt 2024-09-24 12:20:39 +02:00 committed by GitHub
parent 76c3077a69
commit 057a3187fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,8 @@ gzip "${REPORT_NAME}"
AZ_STORAGE_ACCOUNT="folioflakinessdashboard"
echo "Uploading ${REPORT_NAME}.gz"
az storage blob upload --auth-mode login --account-name "${AZ_STORAGE_ACCOUNT}" -c uploads -f "${REPORT_NAME}.gz" -n "${REPORT_NAME}.gz"
UTC_DATE=$(cat <<EOF | node