[ARVADOS-DEV] updated: ddb63a6b2c9bfb4614dd2a398285ef171cc17b46
Git user
git at public.curoverse.com
Wed Sep 25 17:46:18 UTC 2019
Summary of changes:
jenkins/run-deploy.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via ddb63a6b2c9bfb4614dd2a398285ef171cc17b46 (commit)
from cf51f337c1f042a9a04bef8f2d325a6f05995e1a (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 ddb63a6b2c9bfb4614dd2a398285ef171cc17b46
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Wed Sep 25 13:44:51 2019 -0400
run-deploy.sh improvements:
* make sure all arv-keepdocker calls include the project id.
* add some extra verbosity before arv-keepdocker call to tag the arvados/jobs image that exists
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 2375530..8da781d 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -296,7 +296,8 @@ EOF
if [[ "$?" == "0" ]]; then
title "Found latest arvados/jobs Docker image, nothing to upload"
# Just in case it isn't yet, tag the image as latest
- ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv-keepdocker arvados/jobs latest"
+ title "Tag arvados/jobs Docker image $GIT_COMMIT as latest"
+ ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv-keepdocker --project-uuid=$DOCKER_IMAGES_PROJECT arvados/jobs latest"
else
title "Installing latest arvados/jobs Docker image"
ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv-keepdocker --pull --project-uuid=$DOCKER_IMAGES_PROJECT arvados/jobs $GIT_COMMIT"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list