mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +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:
committed by
Pavel Emelyanov
parent
4834c39d45
commit
bc3ee6c50d
@@ -2,5 +2,7 @@
|
|||||||
|
|
||||||
source `dirname $0`/criu-lib.sh &&
|
source `dirname $0`/criu-lib.sh &&
|
||||||
prep &&
|
prep &&
|
||||||
|
mkdir -p test/dump &&
|
||||||
|
mount -t tmpfs dump test/dump &&
|
||||||
make -C test ZDTM_ARGS="-C -i 3 -x maps04" zdtm &&
|
make -C test ZDTM_ARGS="-C -i 3 -x maps04" zdtm &&
|
||||||
true || fail
|
true || fail
|
||||||
|
Reference in New Issue
Block a user