[ARVADOS-DEV] updated: aa68e1bfb8b5fe86127c4a3157183f423c9179b4
git at public.curoverse.com
git at public.curoverse.com
Tue Oct 14 10:13:52 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 6 ------
1 file changed, 6 deletions(-)
via aa68e1bfb8b5fe86127c4a3157183f423c9179b4 (commit)
from 284acd7cf652e9ca0fcd57a230fedcc2a155db67 (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 aa68e1bfb8b5fe86127c4a3157183f423c9179b4
Author: Brett Smith <brett at curoverse.com>
Date: Tue Oct 14 10:15:53 2014 -0400
2881: Re-enable Node Manager tests.
The work done in refs #4139 should make these more reliable.
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 05f009c..412aac0 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -122,12 +122,6 @@ 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