[arvados] created: 2.5.0-151-g7da7fa921

git repository hosting git at public.arvados.org
Mon Feb 13 19:40:26 UTC 2023


        at  7da7fa921c00de34babb3de13400f1d413042fe8 (commit)


commit 7da7fa921c00de34babb3de13400f1d413042fe8
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Feb 13 14:38:38 2023 -0500

    20096: Tweak test_with_arvbox.sh
    
    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 354d6f0e5..e09aa74e2 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -130,6 +130,14 @@ elif [[ "$suite" != "integration" ]] ; then
    exit 1
 fi
 
+if [[ "$suite" = "conformance-v1.1" ]] ; then
+   git checkout main
+fi
+
+if [[ "$suite" = "conformance-v1.2" ]] ; then
+   git checkout 1.2.1_proposed
+fi
+
 #if [[ "$suite" != "integration" ]] ; then
 #  git pull
 #fi
@@ -150,6 +158,8 @@ fi
 
 env
 
+cwltest --version
+
 # Skip docker_entrypoint test because it fails on singularity
 #
 # Skip timelimit_invalid_wf test because the timeout is very short

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list