[ARVADOS-DEV] updated: 8d3f0e67be33bca29d11bbd32cc7df794aed4d09
Git user
git at public.curoverse.com
Thu Oct 11 12:27:05 EDT 2018
Summary of changes:
jenkins/run-cwl-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8d3f0e67be33bca29d11bbd32cc7df794aed4d09 (commit)
from a1d78727dda75af922ad07e8ef180f855b2f41ee (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 8d3f0e67be33bca29d11bbd32cc7df794aed4d09
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Thu Oct 11 12:26:39 2018 -0400
Run CWL tests on the containers API.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh
index c4e76db..449fc9a 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -215,7 +215,7 @@ if [[ "$ECODE" != "0" ]]; then
exit $ECODE
fi
-run_command shell.$IDENTIFIER ECODE "printf \"%s\n%s\n\" '#!/bin/sh' 'exec arvados-cwl-runner --compute-checksum --disable-reuse \"\$@\"' > ~$ACCT/arvados-cwl-runner-with-checksum.sh; chmod 755 ~$ACCT/arvados-cwl-runner-with-checksum.sh"
+run_command shell.$IDENTIFIER ECODE "printf \"%s\n%s\n\" '#!/bin/sh' 'exec arvados-cwl-runner --api containers --compute-checksum --disable-reuse \"\$@\"' > ~$ACCT/arvados-cwl-runner-with-checksum.sh; chmod 755 ~$ACCT/arvados-cwl-runner-with-checksum.sh"
if [[ "$ECODE" != "0" ]]; then
echo "Failed to create ~$ACCT/arvados-cwl-runner-with-checksum.sh"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list