From: Tom Clegg Date: Thu, 28 Jul 2016 18:45:42 +0000 (-0400) Subject: Use wrapper to enable checksums in cwl conformance tests. X-Git-Url: https://git.arvados.org/arvados-dev.git/commitdiff_plain/7849273c7f6609e72021104b14765fe05e75c28f Use wrapper to enable checksums in cwl conformance tests. refs #9552 --- diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh index 5456883..46212e8 100755 --- a/jenkins/run-cwl-test.sh +++ b/jenkins/run-cwl-test.sh @@ -121,8 +121,9 @@ if [[ "$ARVADOS_API_HOST" == "" ]] || [[ "$ARVADOS_API_TOKEN" == "" ]]; then fi ## FIXME: add a git clone if common-workflow-language dir isn't there +## FIXME: create /root/arvados-cwl-runner-with-checksum.sh (#!/bin/sh\nexec arvados-cwl-runner --compute-checksum "$@") instead of assuming it's there -run_command shell.$IDENTIFIER ECODE "cd common-workflow-language; git pull; ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN ./run_test.sh -n1-69,71-73 " +run_command shell.$IDENTIFIER ECODE "cd common-workflow-language; git pull; ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN ./run_test.sh -n1-69,71-73 RUNNER=/root/arvados-cwl-runner-with-checksum.sh " exit $ECODE