18264: switch to running the 1.2 version of the CWL conformance tests.
authorWard Vandewege <ward@curii.com>
Tue, 12 Oct 2021 19:52:41 +0000 (15:52 -0400)
committerWard Vandewege <ward@curii.com>
Wed, 13 Oct 2021 13:21:05 +0000 (09:21 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

jenkins/run-cwl-test-suite.sh

index cad0c3445155ad9bf6e79015570eea6409070958..775ab81db78cf1526f6d279665e8e4dd20aa50f1 100755 (executable)
@@ -104,13 +104,13 @@ if [[ "$ARVADOS_API_HOST" == "" ]] || [[ "$ARVADOS_API_TOKEN" == "" ]]; then
   exit 1
 fi
 
-if [[ ! -e common-workflow-language ]]; then
-  git clone --depth 1 https://github.com/common-workflow-language/common-workflow-language.git
+if [[ ! -e cwl-v1.2 ]]; then
+  git clone --depth 1 https://github.com/common-workflow-language/cwl-v1.2.git
 fi
 
 printf "%s\n%s\n" '#!/bin/sh' 'exec arvados-cwl-runner --api containers --compute-checksum --disable-reuse --eval-timeout 60 "$@"' > arvados-cwl-runner-with-checksum.sh
 chmod 755 arvados-cwl-runner-with-checksum.sh
 
-cd common-workflow-language
+cd cwl-v1.2
 git pull
 ./run_test.sh -j$JOBS --timeout=900 RUNNER=../arvados-cwl-runner-with-checksum.sh -Sdocker_entrypoint