2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

jenkins: use tmpfs for images in criu-iter

It resuces I/O load.

Signed-off-by: Andrew Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrew Vagin
2015-04-27 15:46:14 +03:00
committed by Pavel Emelyanov
parent 4834c39d45
commit bc3ee6c50d

View File

@@ -2,5 +2,7 @@
source `dirname $0`/criu-lib.sh &&
prep &&
mkdir -p test/dump &&
mount -t tmpfs dump test/dump &&
make -C test ZDTM_ARGS="-C -i 3 -x maps04" zdtm &&
true || fail