[ARVADOS-DEV] updated: 6268a275acf7c9daf8561e4b969cfbe4e3f44df8
git at public.curoverse.com
git at public.curoverse.com
Tue Jun 9 10:03:19 EDT 2015
Summary of changes:
jenkins/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 6268a275acf7c9daf8561e4b969cfbe4e3f44df8 (commit)
from 848ccc7efab5dab22f7fedd920daffbd102d09a7 (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 6268a275acf7c9daf8561e4b969cfbe4e3f44df8
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Jun 9 10:01:12 2015 -0400
Fix links to workbench on run-tests.sh. Also shut up the PyYAML build warnings.
No issue #
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index cd6e1d0..38290f7 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -383,7 +383,7 @@ fi
# Needed for run_test_server.py which is used by certain (non-Python) tests.
pip freeze 2>/dev/null | egrep ^PyYAML= \
- || pip install PyYAML \
+ || pip install PyYAML >/dev/null \
|| fatal "pip install PyYAML failed"
# If Python 3 is available, set up its virtualenv in $VENV3DIR.
@@ -649,7 +649,7 @@ test_doclinkchecker() {
ARVADOS_API_HOST=qr1hi.arvadosapi.com
# Make sure python-epydoc is installed or the next line won't
# do much good!
- PYTHONPATH=$WORKSPACE/sdk/python/ bundle exec rake linkchecker baseurl=file://$WORKSPACE/doc/.site/ arvados_workbench_host=workbench.$ARVADOS_API_HOST arvados_api_host=$ARVADOS_API_HOST
+ PYTHONPATH=$WORKSPACE/sdk/python/ bundle exec rake linkchecker baseurl=file://$WORKSPACE/doc/.site/ arvados_workbench_host=https://workbench.$ARVADOS_API_HOST arvados_api_host=$ARVADOS_API_HOST
)
}
do_test doc doclinkchecker
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list