From f42ba40f2745d5cdf2be1f08afce09cbc9ecf58c Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Fri, 26 Dec 2014 14:47:00 +0300 Subject: [PATCH] jenkins: exclude maps04 from the criu-iter job 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 Signed-off-by: Pavel Emelyanov --- 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 49e77f63e..6d9141e04 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