summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2022-09-20 14:01:32 +0100
committerDavid Spickett <david.spickett@linaro.org>2022-09-20 14:05:22 +0100
commit3dd861010692ed6179416e5d20cb136cdb7fca09 (patch)
treeae0b36b83b7decdf9c7d95015e95ee63fe2ba96b
parent215e4cd3c2231ad718cf757f114f6720acdca818 (diff)
llvmbots: lldb-arm should run jammy container
This reverts commit ffcf4a38aa0d8a912e9cbe20768fe8ebee63ed2d and e2dc98eb76801f3a0e680f0c06e0d1b0bcb785d4. Which just means this script reflects the running bots. Arm lldb is currently running jammy connected to the normal buildmaster and has no issues doing so. Change-Id: I1af2bc2e9c85520cc897552066edba7e3f34ce2c
-rwxr-xr-xtcwg-update-llvmbot-containers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 768e620f..4d4826bc 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -26,8 +26,7 @@ fi
case "$NODE_NAME:$master" in
tcwg-jade-04:normal)
bots=(
- # LLDB Arm buildbot temporarily disabled
- # linaro-lldb-arm-ubuntu
+ linaro-lldb-arm-ubuntu
linaro-lldb-aarch64-ubuntu
)
;;
@@ -100,6 +99,7 @@ esac
for bot in "${bots[@]+${bots[@]}}"; do
case "$bot" in
linaro-*aarch64-*) arch="arm64" ;;
+ linaro-lldb-arm-ubuntu) arch="armhf" ; distro="jammy" ;;
linaro-*arm*|linaro-tk1-*) arch="armhf" ;;
*) echo "ERROR: Unknown bot: $bot"; exit 1 ;;
esac