X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/4f2295e9078a3631d7d82dcd7691a35d2a1e609f..200ac1aa3d0b0c83ae154056b361135a0d9edaaa:/jenkins/run-cwl-test-suite.sh diff --git a/jenkins/run-cwl-test-suite.sh b/jenkins/run-cwl-test-suite.sh index 61d1ac9..8a0090d 100755 --- a/jenkins/run-cwl-test-suite.sh +++ b/jenkins/run-cwl-test-suite.sh @@ -109,5 +109,7 @@ if [[ ! -e cwl-v1.2 ]]; then fi cd cwl-v1.2 -git pull -./run_test.sh -j$JOBS --timeout=900 RUNNER=arvados-cwl-runner EXTRA="--compute-checksum --disable-reuse --eval-timeout 60" -Sdocker_entrypoint +git fetch -t +git checkout v1.2.0 +exec cwltest -Sdocker_entrypoint,timelimit_invalid_wf -N307 \ + -j$JOBS --timeout=900 --tool arvados-cwl-runner --test conformance_tests.yaml -- --compute-checksum --disable-reuse --eval-timeout 60