[ARVADOS-DEV] updated: 5060bf0df9927f1c4c20640db5d956692818f3cc

git at public.curoverse.com git at public.curoverse.com
Thu Oct 9 10:32:03 EDT 2014


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

       via  5060bf0df9927f1c4c20640db5d956692818f3cc (commit)
      from  27880e36c02ea90649f0badfb8e88894ede6f6ce (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 5060bf0df9927f1c4c20640db5d956692818f3cc
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Oct 9 10:33:45 2014 -0400

    2881: run-tests tests the Node Manager.
    
    Refs #2881.

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 96fc4b7..412aac0 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -401,6 +401,11 @@ test_fuse() {
 }
 do_test fuse
 
+test_nodemanager() {
+    cd "$WORKSPACE/services/nodemanager" && python setup.py test
+}
+do_test nodemanager
+
 for g in "${gostuff[@]}"
 do
     do_test "$g" go

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list