[ARVADOS-DEV] updated: f70acb67e070403be255722e9ddc671d29828325
Git user
git at public.arvados.org
Thu Oct 28 17:02:29 UTC 2021
Summary of changes:
jenkins/run-cwl-test-suite.sh | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
via f70acb67e070403be255722e9ddc671d29828325 (commit)
from 7e0e0601f5f20003db4e8955503edfc8e003dd8f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f70acb67e070403be255722e9ddc671d29828325
Author: Ward Vandewege <ward at curii.com>
Date: Thu Oct 28 13:02:12 2021 -0400
18264: simplify after review feedback.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/run-cwl-test-suite.sh b/jenkins/run-cwl-test-suite.sh
index 775ab81..61d1ac9 100755
--- a/jenkins/run-cwl-test-suite.sh
+++ b/jenkins/run-cwl-test-suite.sh
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list