X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/ac38d0a12f2413cf9c027c24466da65970f4f1f4..30ce18d3506c997c7cc50c2f2579276b49433948:/jenkins/run-deploy.sh diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh index c8f535f..9b1a2f4 100755 --- a/jenkins/run-deploy.sh +++ b/jenkins/run-deploy.sh @@ -291,7 +291,7 @@ fi title "Gathering list of nodes" if [[ "$IDENTIFIER" == "ce8i5" ]]; then - start_nodes="keep keep0" + start_nodes="keep keep0 shell" SHELL_NODE_FOR_ARV_KEEPDOCKER="" else SHELL_NODES=`ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv virtual_machine list |jq .items[].hostname -r`