[ARVADOS-DEV] updated: 9bd0807784b46b01c5aac6b9a0b53126548a4dea
Git user
git at public.arvados.org
Wed Feb 5 21:24:40 UTC 2020
Summary of changes:
jenkins/run-deploy.sh | 1 +
1 file changed, 1 insertion(+)
via 9bd0807784b46b01c5aac6b9a0b53126548a4dea (commit)
from 9e1b489d58b05b0ebe363e5d5e174c37b477b7cd (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 9bd0807784b46b01c5aac6b9a0b53126548a4dea
Author: Ward Vandewege <ward at jhvc.com>
Date: Wed Feb 5 16:24:02 2020 -0500
Run docker tag latest on the node from which we will run arv-keepdocker
tag latest.
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 6fbade1..b603cdd 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -395,6 +395,7 @@ if [[ "$NODE" == "" ]]; then
title "Found latest arvados/jobs Docker image, nothing to upload"
# Just in case it isn't yet, tag the image as latest
title "Tag arvados/jobs Docker image $VERSION as latest"
+ ssh -t -p$SSH_PORT -o "StrictHostKeyChecking no" -o "ConnectTimeout 125" $SHELL_NODE_FOR_ARV_KEEPDOCKER docker tag arvados/jobs:$VERSION arvados/jobs:latest
ssh -t -p$SSH_PORT -o "StrictHostKeyChecking no" -o "ConnectTimeout 125" $SHELL_NODE_FOR_ARV_KEEPDOCKER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv-keepdocker --project-uuid=$DOCKER_IMAGES_PROJECT arvados/jobs latest"
if [[ $? -ne 0 ]]; then
title "'arv-keepdocker' failed..."
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list