[ARVADOS-DEV] updated: c0eea444525789b5e1d8b0d87e377d2d04ef43f6
Git user
git at public.arvados.org
Wed Sep 29 18:51:54 UTC 2021
Summary of changes:
jenkins/run-cwl-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c0eea444525789b5e1d8b0d87e377d2d04ef43f6 (commit)
from ec704db00abc8f31939ef110310beae486ecd352 (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 c0eea444525789b5e1d8b0d87e377d2d04ef43f6
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Sep 29 14:51:15 2021 -0400
Skip docker_entrypoint test refs #18223
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 b44a5e0..cf279f5 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -223,7 +223,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 --timeout=900 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 -Sdocker_entrypoint"
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