summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-07-02 16:27:57 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-07-02 16:30:02 +0000
commit26c8fcdd227d90ef5565d504f9965ad95291685e (patch)
tree6cb52d802c6a96ac307beb5fb89d667d09d238a8 /tcwg-update-llvmbot-containers.sh
parent8d3cf8749a935ca52eeac3bb0709fc0470fa542d (diff)
tcwg-update-llvmbot-containers.sh: Restart existing bot containers
We've now tested that this works, so start restarting existing containers. Change-Id: I0350eff84d0d2b19aa3c4da0a935d33993665804
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index a67da34f..45b47421 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -14,6 +14,7 @@ verbose="${verbose-true}"
if $verbose; then set -x; fi
+bots=()
case "$NODE_NAME:$master" in
tcwg-llvmbot-d05-01:normal)
bot_prefix=linaro-armv8-01-
@@ -59,7 +60,7 @@ for bot in "${bots[@]}"; do
$scripts/tcwg-start-container.sh \
--container "$master-${bot_prefix}$bot" \
--image "$image" \
- --keep_existing "true" \
+ --keep_existing "false" \
--verbose "$verbose" \
-- \
$image $master ${bot_prefix}$bot $password