From 0eae4c421e01acfd47a396e75aec11d1ad072fe5 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Thu, 1 Aug 2019 14:49:00 +0000 Subject: jenkins-helpers.sh: Add entries for tcwg-amp-* machines Change-Id: I24dee66c8d0b0b585420096cfd309d0472f13c54 --- jenkins-helpers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins-helpers.sh b/jenkins-helpers.sh index 289ef75b..7c25e7dd 100644 --- a/jenkins-helpers.sh +++ b/jenkins-helpers.sh @@ -124,8 +124,8 @@ print_arch_for_label () case $label in tcwg-x86_64-*) echo amd64 ;; tcwg-x86_32-*) echo i386 ;; - tcwg-apm_64-*|tcwg-d05_64-*|tcwg-lc_64*|tcwg-sq_64-*|tcwg-thx1_64-*|tcwg-tx1_64-*) echo arm64 ;; - tcwg-apm_32-*|tcwg-d05_32-*|tcwg-sq_32-*|tcwg-tk1_32-*|tcwg-tx1_32-*) echo armhf ;; + tcwg-amp_64-*|tcwg-apm_64-*|tcwg-d05_64-*|tcwg-lc_64*|tcwg-sq_64-*|tcwg-thx1_64-*|tcwg-tx1_64-*) echo arm64 ;; + tcwg-amp_32-*|tcwg-apm_32-*|tcwg-d05_32-*|tcwg-sq_32-*|tcwg-tk1_32-*|tcwg-tx1_32-*) echo armhf ;; *) echo "ERROR: Unsupported label: $label" >&2; exit 1 ;; esac ) -- cgit v1.2.3