Fix links to workbench on run-tests.sh. Also shut up the PyYAML build warnings.
authorWard Vandewege <ward@curoverse.com>
Tue, 9 Jun 2015 14:01:12 +0000 (10:01 -0400)
committerWard Vandewege <ward@curoverse.com>
Tue, 9 Jun 2015 14:03:11 +0000 (10:03 -0400)
No issue #

jenkins/run-tests.sh

index cd6e1d0da99dbeba0067165b6f958a07bad9660a..38290f777fb0ca29498b3fdc37104b447c8d5f6c 100755 (executable)
@@ -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