[ARVADOS-DEV] updated: 79df4374ee643ae843e93abc14b80145c9154730

git at public.curoverse.com git at public.curoverse.com
Tue Aug 19 15:05:04 EDT 2014


Summary of changes:
 jenkins/run-tests.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

       via  79df4374ee643ae843e93abc14b80145c9154730 (commit)
      from  346ebae28e3a179b51fe79948212006a09d6940e (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 79df4374ee643ae843e93abc14b80145c9154730
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Aug 19 15:04:56 2014 -0400

    Install py test deps even if py tests fail. Make docs skippable. No issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 9f0b5e6..4c5f070 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -126,14 +126,14 @@ clear_temp() {
     done
 }
 
-install_docs() {
+test_docs() {
     cd "$WORKSPACE/doc"
     bundle install --deployment
     rm -rf .site
     # Make sure python-epydoc is installed or the next line won't do much good!
     PYTHONPATH=$WORKSPACE/sdk/python/ bundle exec rake generate baseurl=file://$WORKSPACE/doc/.site/ arvados_workbench_host=workbench.$ARVADOS_API_HOST arvados_api_host=$ARVADOS_API_HOST
 }
-do_install docs
+do_test docs
 
 test_doclinkchecker() {
     cd "$WORKSPACE/doc"
@@ -234,16 +234,16 @@ test_python_sdk() {
     # the .egg files that setup.py downloads.
 
     cd "$WORKSPACE/sdk/python" \
-        && python setup.py test \
-        && easy_install *.egg
+        && python setup.py test
+    easy_install *.egg
 }
 do_test python_sdk
 
 test_fuse() {
     # Install test dependencies here too, in case run_test_server needs them.
     cd "$WORKSPACE/services/fuse" \
-        && python setup.py test \
-        && easy_install *.egg
+        && python setup.py test
+    easy_install *.egg
 }
 do_test fuse
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list