[ARVADOS-DEV] updated: 7e0e0601f5f20003db4e8955503edfc8e003dd8f

Git user git at public.arvados.org
Wed Oct 13 13:25:05 UTC 2021


Summary of changes:
 jenkins/run-cwl-test-suite.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

  discards  c93857f7d035535602b641a76b90d8b48ca7d35d (commit)
       via  7e0e0601f5f20003db4e8955503edfc8e003dd8f (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (c93857f7d035535602b641a76b90d8b48ca7d35d)
            \
             N -- N -- N (7e0e0601f5f20003db4e8955503edfc8e003dd8f)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 7e0e0601f5f20003db4e8955503edfc8e003dd8f
Author: Ward Vandewege <ward at curii.com>
Date:   Tue Oct 12 15:52:41 2021 -0400

    18264: switch to running the 1.2 version of the CWL conformance tests.
    
    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 cad0c34..775ab81 100755
--- a/jenkins/run-cwl-test-suite.sh
+++ b/jenkins/run-cwl-test-suite.sh
@@ -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

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list