Commit bc3ee6c5 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

jenkins: use tmpfs for images in criu-iter

It resuces I/O load.
Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4834c39d
...@@ -2,5 +2,7 @@ ...@@ -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
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