X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/469ea187586ea8017e26874c2d80414ce7571fae..a1df219027bce409d2ad659b6033f5d76fb540ea:/sdk/cwl/test_with_arvbox.sh diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 354d6f0e56..6823a8e2a5 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -130,6 +130,14 @@ elif [[ "$suite" != "integration" ]] ; then exit 1 fi +if [[ "$suite" = "conformance-v1.1" ]] ; then + git checkout main +fi + +if [[ "$suite" = "conformance-v1.2" ]] ; then + git checkout 1.2.1_proposed +fi + #if [[ "$suite" != "integration" ]] ; then # git pull #fi @@ -150,6 +158,9 @@ fi env +arvados-cwl-runner --version +cwltest --version + # Skip docker_entrypoint test because it fails on singularity # # Skip timelimit_invalid_wf test because the timeout is very short