[ARVADOS] updated: 2796844aee26155b5c78e7c69830652f51f7342e
Git user
git at public.curoverse.com
Tue Jun 13 13:21:50 EDT 2017
Summary of changes:
sdk/cwl/test_with_arvbox.sh | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
via 2796844aee26155b5c78e7c69830652f51f7342e (commit)
from 9ae2b6b3427f131fc61f574a2061111c9626bf6c (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 2796844aee26155b5c78e7c69830652f51f7342e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jun 13 13:21:23 2017 -0400
Add --compute-checksum to test_with_arvbox.sh command line extras refs #11458
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curoverse.com>
diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 8d07609..1c18d73 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -74,22 +74,20 @@ export ARVADOS_API_HOST=localhost:8000
export ARVADOS_API_HOST_INSECURE=1
export ARVADOS_API_TOKEN=\$(cat /var/lib/arvados/superuser_token)
-arv-keepdocker --pull arvados/jobs latest
-
cat >/tmp/cwltest/arv-cwl-jobs <<EOF2
#!/bin/sh
-exec arvados-cwl-runner --api=jobs --compute-checksum \\\$@
+exec arvados-cwl-runner --api=jobs \\\$@
EOF2
chmod +x /tmp/cwltest/arv-cwl-jobs
cat >/tmp/cwltest/arv-cwl-containers <<EOF2
#!/bin/sh
-exec arvados-cwl-runner --api=containers --compute-checksum \\\$@
+exec arvados-cwl-runner --api=containers \\\$@
EOF2
chmod +x /tmp/cwltest/arv-cwl-containers
env
-exec ./run_test.sh $@
+exec ./run_test.sh EXTRA=--compute-checksum $@
EOF
CODE=$?
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list