X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/844ff7cc1dc1c93a29b7ad8eca2987b987cf89e6..bb1ef9ff8e1e5f9fb55738ec64e187f82c44b3de:/sdk/cwl/test_with_arvbox.sh diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 6268266ddd..7159b2ddd8 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -167,8 +167,10 @@ if [[ "$suite" = "integration" ]] ; then exec ./arvados-tests.sh $@ elif [[ "$suite" = "conformance-v1.2" ]] ; then exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint,timelimit_invalid_wf -N307 $@ -- \$EXTRA -else - exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint,timelimit_invalid_wf $@ -- \$EXTRA +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 fi EOF