[ARVADOS-DEV] updated: 30ce18d3506c997c7cc50c2f2579276b49433948
Git user
git at public.arvados.org
Fri Dec 20 00:39:49 UTC 2019
Summary of changes:
jenkins/run-deploy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 30ce18d3506c997c7cc50c2f2579276b49433948 (commit)
from ac38d0a12f2413cf9c027c24466da65970f4f1f4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 30ce18d3506c997c7cc50c2f2579276b49433948
Author: Ward Vandewege <ward at jhvc.com>
Date: Thu Dec 19 19:39:37 2019 -0500
ce8i5 now has a shell node, too.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>
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`
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list