[arvados] updated: 2.7.0-5827-g352bc8e726
git repository hosting
git at public.arvados.org
Wed Jan 17 01:19:18 UTC 2024
Summary of changes:
sdk/cwl/test_with_arvbox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 352bc8e7263b020be295861cb6bde60203f681f7 (commit)
from e90bc73eb4afd8bd2c98846cff460f8891b97b41 (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 352bc8e7263b020be295861cb6bde60203f681f7
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Jan 16 20:18:53 2024 -0500
21394: Use v1.2.1 tag for CWL conformance tests
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 4aa9958b64..1742e68df8 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -135,7 +135,7 @@ if [[ "$suite" = "conformance-v1.1" ]] ; then
fi
if [[ "$suite" = "conformance-v1.2" ]] ; then
- git checkout 1.2.1_proposed
+ git checkout v1.2.1
fi
#if [[ "$suite" != "integration" ]] ; then
@@ -178,7 +178,7 @@ if [[ "$suite" = "integration" ]] ; then
cd /usr/src/arvados/sdk/cwl/tests
exec ./arvados-tests.sh $@
elif [[ "$suite" = "conformance-v1.2" ]] ; then
- exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint,timelimit_invalid_wf -N307 $@ -- \$EXTRA
+ exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint $@ -- \$EXTRA
elif [[ "$suite" = "conformance-v1.1" ]] ; then
exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint,timelimit_invalid_wf -N199 $@ -- \$EXTRA
elif [[ "$suite" = "conformance-v1.0" ]] ; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list