[ARVADOS-DEV] updated: 284acd7cf652e9ca0fcd57a230fedcc2a155db67

git at public.curoverse.com git at public.curoverse.com
Fri Oct 10 11:36:32 EDT 2014


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

       via  284acd7cf652e9ca0fcd57a230fedcc2a155db67 (commit)
      from  5060bf0df9927f1c4c20640db5d956692818f3cc (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 284acd7cf652e9ca0fcd57a230fedcc2a155db67
Author: Brett Smith <brett at curoverse.com>
Date:   Fri Oct 10 11:38:34 2014 -0400

    2881: Skip Node Manager tests for now.
    
    See comment for detailed rationale.  Refs #2881, #4139.

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 412aac0..05f009c 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -122,6 +122,12 @@ declare -A skip
 # Always skip CLI tests. They don't know how to use run_test_server.py.
 skip[cli]=1
 
+# Skip Node Manager tests.  Because these tests are multithreaded, their
+# performance is a little unpredictable, and Jenkins regularly has trouble
+# with them.  Brett has a plan for making them more robust, but it's going
+# to take a little time to implement.  -2014-10-10
+skip[nodemanager]=1
+
 while [[ -n "$1" ]]
 do
     arg="$1"; shift

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list