Commit 76df748c authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

jenkins: use tmpfs for images in criu-sibling

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 92480346
...@@ -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 -j 4 ZDTM_ARGS="-C --restore-sibling" zdtm && make -C test -j 4 ZDTM_ARGS="-C --restore-sibling" 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