2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

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 <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin 2014-12-26 14:47:00 +03:00 committed by Pavel Emelyanov
parent fd07bc7791
commit f42ba40f27

View File

@ -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