18264: simplify after review feedback. 18264-cwl-testing
authorWard Vandewege <ward@curii.com>
Thu, 28 Oct 2021 17:02:12 +0000 (13:02 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 28 Oct 2021 17:02:12 +0000 (13:02 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

jenkins/run-cwl-test-suite.sh

index 775ab81db78cf1526f6d279665e8e4dd20aa50f1..61d1ac9fc6c6b7f42eda1f978b2ff2d4e9f4c054 100755 (executable)
@@ -108,9 +108,6 @@ 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 cwl-v1.2
 git pull
-./run_test.sh -j$JOBS --timeout=900 RUNNER=../arvados-cwl-runner-with-checksum.sh -Sdocker_entrypoint
+./run_test.sh -j$JOBS --timeout=900 RUNNER=arvados-cwl-runner EXTRA="--compute-checksum --disable-reuse --eval-timeout 60" -Sdocker_entrypoint