Now python-arvados-cwl-runner includes a virtualenv, make sure to use its
authorWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 7 Feb 2019 17:41:23 +0000 (12:41 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 7 Feb 2019 17:42:28 +0000 (12:42 -0500)
python executable when importing the arvados_cwl python module.

refs #9945

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

jenkins/run-deploy.sh

index 72cc7448701c3779627a92353986866937233747..671cc68cf1fc61c67d92f4fd20a719164a78357d 100755 (executable)
@@ -272,7 +272,7 @@ if [[ "$NODE" == "" ]]; then
   fi
 
   title "Found Arvados Standard Docker Images project with uuid $DOCKER_IMAGES_PROJECT"
-  GIT_COMMIT=`ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "python -c 'import arvados_cwl ; print arvados_cwl.__version__'" 2>&1 |grep -v INFO:rdflib:RDFLib`
+  GIT_COMMIT=`ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "/usr/share/python2.7/dist/python-arvados-cwl-runner/bin/python -c 'import arvados_cwl ; print arvados_cwl.__version__'" 2>&1 |grep -v INFO:rdflib:RDFLib`
 
   if [[ "$?" != "0" ]] || [[ "$GIT_COMMIT" == "" ]]; then
     title "ERROR: unable to get arvados/jobs Docker image git revision"