From 057a3187fcaabdcc67c4343a80578b91207bc94c Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 24 Sep 2024 12:20:39 +0200 Subject: [PATCH] devops: add logging for report name when uploading to flakiness dashboard (#32786) --- utils/upload_flakiness_dashboard.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/upload_flakiness_dashboard.sh b/utils/upload_flakiness_dashboard.sh index d4e02894c5..cb610f9cdf 100755 --- a/utils/upload_flakiness_dashboard.sh +++ b/utils/upload_flakiness_dashboard.sh @@ -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 <