summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-17 15:17:46 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-17 15:17:46 +0000
commit72e50450e45514df494de754ab702d00d38160ac (patch)
treec4ae883236f592ceff7bbef26f7dd5f6831ac0f2 /tcwg-benchmark.sh
parentabd07fb890cfc95143aacc00c4a1861e0f925852 (diff)
tcwg-benchmark.sh: Move resolution of @build_num@ and @hw_tag@ to yaml
Change-Id: I084c675ed5c5cfe9d7a0a6e8cef710406d7c94f8
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 4e0c2293..3893ad51 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -222,11 +222,6 @@ fi
hw_tag="${results_id%%/*}"
case "$hw_tag:$boardname:$image_arch" in
- "@hw_tag@:tcwg-tk1-"*:"armhf") hw_tag="tk1_32" ;;
- "@hw_tag@:tcwg-tx1-"*:"arm64") hw_tag="tx1_64" ;;
- "@hw_tag@:tcwg-tx1-"*:"armhf") hw_tag="tx1_32" ;;
- "@hw_tag@:tcwg-sq-"*:"arm64") hw_tag="sq_64" ;;
- "@hw_tag@:tcwg-sq-"*:"armhf") hw_tag="sq_32" ;;
"tk1_32:tcwg-tk1-"*:"armhf") ;;
"tx1_64:tcwg-tx1-"*:"arm64") ;;
"tx1_32:tcwg-tx1-"*:"armhf") ;;
@@ -236,11 +231,6 @@ case "$hw_tag:$boardname:$image_arch" in
;;
esac
-results_id=$(echo "$results_id" \
- | sed -e "s/<build_num>/$BUILD_NUMBER/g" \
- -e "s/@build_num@/$BUILD_NUMBER/g" \
- -e "s/@hw_tag@/$hw_tag/g")
-
# Check that we can ssh to the board and rsync scripts. This ensures that
# the board is online and filesystem is good condition. Try to reboot and/or
# power-cycle the board as needed.