summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-update-llvmbot-containers.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 68fbdcdb..e7fb92be 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -55,6 +55,11 @@ case "$NODE_NAME:$master" in
linaro-armv7-quick
)
;;
+ tcwg-llvmbot_d05-01:buildkite)
+ bots=(
+ linaro-aarch64-libcxx
+ )
+ ;;
tcwg-llvmbot_tk1-*:normal)
bots=("$(echo "$NODE_NAME" | sed -e "s/tcwg-llvmbot_/linaro-/")")
;;