summaryrefslogtreecommitdiff
path: root/jenkins-helpers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-08-01 14:49:00 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-08-08 14:17:57 +0000
commit0eae4c421e01acfd47a396e75aec11d1ad072fe5 (patch)
tree1e5c8615ab267d66bb30425ccf25a5d9c17662db /jenkins-helpers.sh
parentf805415bad08bc25fd0c05775c4109ea0b6cb550 (diff)
jenkins-helpers.sh: Add entries for tcwg-amp-* machines
Change-Id: I24dee66c8d0b0b585420096cfd309d0472f13c54
Diffstat (limited to 'jenkins-helpers.sh')
-rw-r--r--jenkins-helpers.sh4
1 files 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
)