[ARVADOS-DEV] updated: 0cb23c502a60c6801bb04ddddd736f20343ab578

Git user git at public.arvados.org
Mon Jan 27 22:55:39 UTC 2020


Summary of changes:
 jenkins/run-cwl-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  0cb23c502a60c6801bb04ddddd736f20343ab578 (commit)
      from  6b38ba2c172799c5431af52b53e68e8e2c99d7a0 (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 0cb23c502a60c6801bb04ddddd736f20343ab578
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Jan 27 17:55:08 2020 -0500

    Increase js eval timeout for run-cwl-tests another up to 60s
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh
index b720e3f..b44a5e0 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -216,7 +216,7 @@ if [[ "$ECODE" != "0" ]]; then
   exit $ECODE
 fi
 
-run_command shell.$IDENTIFIER ECODE "printf \"%s\n%s\n\" '#!/bin/sh' 'exec arvados-cwl-runner --api containers --compute-checksum --disable-reuse --eval-timeout 40 \"\$@\"' > ~$ACCT/arvados-cwl-runner-with-checksum.sh; chmod 755 ~$ACCT/arvados-cwl-runner-with-checksum.sh"
+run_command shell.$IDENTIFIER ECODE "printf \"%s\n%s\n\" '#!/bin/sh' 'exec arvados-cwl-runner --api containers --compute-checksum --disable-reuse --eval-timeout 60 \"\$@\"' > ~$ACCT/arvados-cwl-runner-with-checksum.sh; chmod 755 ~$ACCT/arvados-cwl-runner-with-checksum.sh"
 
 if [[ "$ECODE" != "0" ]]; then
   echo "Failed to create ~$ACCT/arvados-cwl-runner-with-checksum.sh"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list