[ARVADOS-DEV] updated: 8ebaac016d7fbc463eb2461998eba50c9f9ac9c9

Git user git at public.curoverse.com
Thu Aug 25 15:21:47 EDT 2016


Summary of changes:
 jenkins/run-deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8ebaac016d7fbc463eb2461998eba50c9f9ac9c9 (commit)
      from  8a6febef66f3588216748ba3a950fa24e496d4be (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 8ebaac016d7fbc463eb2461998eba50c9f9ac9c9
Author: Nico Cesar <nico at curoverse.com>
Date:   Thu Aug 25 15:20:00 2016 -0400

    fixed bug on the way we deploy docker arvados/jobs image.
    
    The group wasn't added to arvados/jobs image, making the query of CWL runs using an old image, with an old cwl-runner
    
    refs #9856

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index cfb6cf0..db83c2a 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -244,7 +244,7 @@ else
   ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN /usr/local/rvm/bin/rvm-exec default arv keep docker --pull --project-uuid=$DOCKER_IMAGES_PROJECT arvados/jobs $GIT_COMMIT"
   ## adding latest tag too  refs 9254
   ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER docker tag -f arvados/jobs:$GIT_COMMIT arvados/jobs:latest
-  ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv-keepdocker arvados/jobs 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"
   if [[ "$?" -ne 0 ]]; then
     title "'git pull' failed exiting..."
     exit 1

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list