2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

jenkins: use tmpfs for images in criu-sibling

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin 2015-04-27 14:59:53 +03:00 committed by Pavel Emelyanov
parent 92480346e1
commit 76df748c6c

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 -j 4 ZDTM_ARGS="-C --restore-sibling" zdtm &&
true || fail