X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e90bc73eb4afd8bd2c98846cff460f8891b97b41..352bc8e7263b020be295861cb6bde60203f681f7:/sdk/cwl/test_with_arvbox.sh diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 4aa9958b64..1742e68df8 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -135,7 +135,7 @@ if [[ "$suite" = "conformance-v1.1" ]] ; then fi if [[ "$suite" = "conformance-v1.2" ]] ; then - git checkout 1.2.1_proposed + git checkout v1.2.1 fi #if [[ "$suite" != "integration" ]] ; then @@ -178,7 +178,7 @@ if [[ "$suite" = "integration" ]] ; then cd /usr/src/arvados/sdk/cwl/tests 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 + exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint $@ -- \$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