From a4f59dd57c4ba2a4b8953647794cff86ac5fea96 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 27 Jan 2021 09:05:31 -0800 Subject: [PATCH] devops: upload host arch as part of test report (#5167) --- 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 c858472627a4b..8f0c72789426b 100755 --- a/utils/upload_flakiness_dashboard.sh +++ b/utils/upload_flakiness_dashboard.sh @@ -48,6 +48,7 @@ export COMMIT_AUTHOR_EMAIL=$(git show -s --format=%ae HEAD) export COMMIT_TIMESTAMP=$(git show -s --format=%ct HEAD) export HOST_OS_NAME="$(uname)" +export HOST_ARCH="$(uname -m)" export HOST_OS_VERSION="" if [[ "$HOST_OS_NAME" == "Darwin" ]]; then HOST_OS_VERSION=$(sw_vers -productVersion | grep -o '^\d\+.\d\+') @@ -62,6 +63,7 @@ EMBED_METADATA_SCRIPT=$(cat <