[ARVADOS-DEV] updated: 5b949d717c3f13e5d01115cb9356cb6498285287

Git user git at public.curoverse.com
Mon Aug 13 16:03:53 EDT 2018


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

       via  5b949d717c3f13e5d01115cb9356cb6498285287 (commit)
      from  928b5c92bf8e4067cb9be238d194d62391155cc7 (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 5b949d717c3f13e5d01115cb9356cb6498285287
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Aug 13 15:59:45 2018 -0400

    Increase the timeout on a single CWL test to 900 seconds (15 minutes)
    
    This is to accomodate the observation that occasionally waiting for a
    compute node to become available exceeds a 10 minute test timeout, but
    had it had a little more time the test would have succeeded.
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh
index 3bd7f8b..c4e76db 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -222,7 +222,7 @@ if [[ "$ECODE" != "0" ]]; then
   exit $ECODE
 fi
 
-run_command shell.$IDENTIFIER ECODE "cd common-workflow-language; git pull; ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN ARVADOS_API_HOST_INSECURE=$ARVADOS_API_HOST_INSECURE ./run_test.sh -j$JOBS RUNNER=/home/$ACCT/arvados-cwl-runner-with-checksum.sh"
+run_command shell.$IDENTIFIER ECODE "cd common-workflow-language; git pull; ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN ARVADOS_API_HOST_INSECURE=$ARVADOS_API_HOST_INSECURE ./run_test.sh -j$JOBS --timeout=900 RUNNER=/home/$ACCT/arvados-cwl-runner-with-checksum.sh"
 
 if [[ "$ECODE" != "0" ]]; then
   echo "Failed ./run_test.sh -j$JOBS RUNNER=/home/$ACCT/arvados-cwl-runner-with-checksum.sh"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list