From 462fa7d79d400e510a18cdf4d826315fd4c3d5d5 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 13 Sep 2022 10:55:39 -0700 Subject: [PATCH] devops: upload reports to a new container (#17298) This patch: - adds `gitBranchName` to the infra metadata to the report - starts uploading persistent reports to a different container, prefixed with utc year-month-date. --- utils/upload_flakiness_dashboard.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/utils/upload_flakiness_dashboard.sh b/utils/upload_flakiness_dashboard.sh index caf6d6fee7..3af4e60692 100755 --- a/utils/upload_flakiness_dashboard.sh +++ b/utils/upload_flakiness_dashboard.sh @@ -80,6 +80,7 @@ EMBED_METADATA_SCRIPT=$(cat < "${REPORT_NAME}" gzip "${REPORT_NAME}" az storage blob upload --connection-string "${FLAKINESS_CONNECTION_STRING}" -c uploads -f "${REPORT_NAME}.gz" -n "${REPORT_NAME}.gz" + +UTC_DATE=$(cat <