summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-02-18 08:51:46 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-02-18 08:51:46 +0000
commitfbd70c84737a90f4c819848780293bfd44350f1c (patch)
tree0a699d61e85900c17b381300f01dee8d76745a1f /tcwg-update-llvmbot-containers.sh
parentfe08cf7ec69e1d19ae61821fc35d6be53b2e5030 (diff)
tcwg-update-llvmbot-containers.sh: Connect linaro-tk1-09 to silent buildmaster
... to test its stability. Change-Id: I24bffa640316f32576b014a4b1450e6510b38178
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index e7fb92be..ab75c29c 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -8,6 +8,7 @@ scripts=$(dirname $0)
convert_args_to_variables "$@"
obligatory_variables NODE_NAME password
+declare NODE_NAME password
distro="${distro-bionic}"
force="${force-false}"
@@ -60,6 +61,12 @@ case "$NODE_NAME:$master" in
linaro-aarch64-libcxx
)
;;
+ 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-/")")
+ ;;
+ tcwg-llvmbot_tk1-09:normal)
+ ;;
tcwg-llvmbot_tk1-*:normal)
bots=("$(echo "$NODE_NAME" | sed -e "s/tcwg-llvmbot_/linaro-/")")
;;
@@ -73,7 +80,6 @@ for bot in "${bots[@]+${bots[@]}}"; do
esac
image="linaro/ci-$arch-tcwg-llvmbot-ubuntu:$distro"
- # shellcheck disable=SC2154
$scripts/tcwg-start-container.sh \
--container "$master-$bot" \
--image "$image" \