[ARVADOS] updated: 2.1.0-2497-gf42ee7c19

Git user git at public.arvados.org
Tue May 17 18:45:47 UTC 2022


Summary of changes:
 sdk/cwl/test_with_arvbox.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  f42ee7c19b794e25db30051b1dfc4bee83929bcd (commit)
      from  bb1ef9ff8e1e5f9fb55738ec64e187f82c44b3de (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 f42ee7c19b794e25db30051b1dfc4bee83929bcd
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 17 14:45:28 2022 -0400

    19070: Still trying to fix test_with_arvbox
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 7159b2ddd..33686df0d 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -83,6 +83,8 @@ fi
 
 arvbox start $config $tag
 
+docker cp $(readlink -f $(dirname $0)/tests) $ARVBOX_CONTAINER:/usr/src/arvados/sdk/cwl/tests
+
 arvbox pipe <<EOF
 set -eu -o pipefail
 
@@ -170,7 +172,7 @@ elif [[ "$suite" = "conformance-v1.2" ]] ; then
 elif [[ "$suite" = "conformance-v1.1" ]] ; then
    exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint,timelimit_invalid_wf -N199 $@ -- \$EXTRA
 elif [[ "$suite" = "conformance-v1.0" ]] ; then
-   exec cwltest --tool arvados-cwl-runner --test v1.0/conformance_test_v1.0.yaml -Sdocker_entrypoint,timelimit_invalid_wf $@ -- \$EXTRA
+   exec cwltest --tool arvados-cwl-runner --test v1.0/conformance_test_v1.0.yaml -Sdocker_entrypoint $@ -- \$EXTRA
 fi
 EOF
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list