From de2a03f6bcb4294f185a794ebcd0797b4180c78c Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Thu, 21 May 2020 09:24:43 +0000 Subject: tcwg-update-llvmbot-containers.sh: Move full and global-isel bots to Amperes Move aarch64 full and global-isel bots to tcwg-amp-03 and armhf full and global-isel bots to tcwg-amp-04. Change-Id: Ie1192c3c908a540cb54494ad54ba90a6dad9a507 --- tcwg-update-llvmbot-containers.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh index 3bc4fe23..56a2ab98 100755 --- a/tcwg-update-llvmbot-containers.sh +++ b/tcwg-update-llvmbot-containers.sh @@ -23,6 +23,13 @@ else fi case "$NODE_NAME:$master" in + tcwg-amp-04:normal) + bot_prefix=linaro-armv8-01- + bots=( + arm-selfhost-neon + arm-global-isel + ) + ;; tcwg-llvmbot_d05-01:normal) bot_prefix=linaro-armv8-01- bots=( @@ -32,13 +39,11 @@ case "$NODE_NAME:$master" in aarch64-libcxx-noeh aarch64-lld aarch64-quick - arm-global-isel arm-libcxx arm-libcxx-noeh arm-lld arm-lnt arm-quick - arm-selfhost-neon ) ;; tcwg-llvmbot_tk1-*:normal) -- cgit v1.2.3