[CRIU] [PATCH] jenkins: exclude maps04 from the criu-iter job

Andrey Vagin avagin at openvz.org
Fri Dec 26 03:47:30 PST 2014


This job does three iterations. We need to write about 0.5Gb of images
for maps04.  This is too much for our test VM and other tests start fail
due to timeout.

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/jenkins/criu-iter.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/jenkins/criu-iter.sh b/test/jenkins/criu-iter.sh
index 49e77f6..6d9141e 100644
--- a/test/jenkins/criu-iter.sh
+++ b/test/jenkins/criu-iter.sh
@@ -2,5 +2,5 @@
 
 source `dirname $0`/criu-lib.sh &&
 prep &&
-make -C test -j 4 ZDTM_ARGS="-C -i 3" zdtm &&
+make -C test -j 4 ZDTM_ARGS="-C -i 3 -x maps04" zdtm &&
 true || fail
-- 
1.9.3



More information about the CRIU mailing list