summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2022-01-26 15:13:21 +0000
committerDavid Spickett <david.spickett@linaro.org>2022-01-26 15:25:26 +0000
commitd51cb3a6971bc51522102d4279c74adf3c89deb6 (patch)
tree6744b573843e6550249eb4619b159a5927fb2ed5
parenta09f24114aa114bef85193cd202dfbf1bc4e674c (diff)
tcwg-update-llvmbot-containers.sh: Move a tk1 to the Armv7 buildbot to replace tk1-09
09 is unreachable, presumably for the same reason the rest are. New state: * Thumbv7 - 1, 3 * Arm native perf - 2 * Armv7 - 5 (pretending to be 9) Change-Id: I2c56d1c8f0fc9ebda7b426f0963f042009e4eab7
-rwxr-xr-xtcwg-update-llvmbot-containers.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index c1fbfa4e..f84b0f6d 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -77,6 +77,10 @@ case "$NODE_NAME:$master" in
linaro-flang-aarch64-latest-gcc
)
;;
+ tcwg-llvmbot_tk1-05:silent)
+ # 08 is unreachable. Pretend to be 08 so that clang-armv7-vfpv3-full-2stage can continue to build.
+ bots=("linaro-tk1-08")
+ ;;
tcwg-llvmbot_tk1-09:silent)
# Connect linaro-tk1-09 to silent buildmaster to test its stability
bots=("$(echo "$NODE_NAME" | sed -e "s/tcwg-llvmbot_/linaro-/")")