Commit f42ba40f authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

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: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent fd07bc77
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment