ce8i5 now has a shell node, too.
[arvados-dev.git] / jenkins / run-deploy.sh
index c8f535fc0128c113b2b3ac672cd45ef6cc8e4d96..9b1a2f4957b6c3605e4ee6fda09890c94891b6e4 100755 (executable)
@@ -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`