[ARVADOS-DEV] updated: 7849273c7f6609e72021104b14765fe05e75c28f
Git user
git at public.curoverse.com
Thu Jul 28 14:45:59 EDT 2016
Summary of changes:
jenkins/run-cwl-test.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 7849273c7f6609e72021104b14765fe05e75c28f (commit)
from f4c3fb1b735f1820f5b2b410b13e8ae35765b54f (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 7849273c7f6609e72021104b14765fe05e75c28f
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Jul 28 14:45:42 2016 -0400
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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list