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

jenkins: use zdtm.py to run criu-sibling

Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 951a1e04
...@@ -8,6 +8,7 @@ function prep() ...@@ -8,6 +8,7 @@ function prep()
git clean -dfx && git clean -dfx &&
make -j 4 && make -j 4 &&
make -j 4 -C test/zdtm/live && make -j 4 -C test/zdtm/live &&
make -C test zdtm_ct &&
true true
} }
......
# Make 3 iteration of dump/restore for each test # Make 3 iteration of dump/restore for each test
set -e
source `dirname $0`/criu-lib.sh && source `dirname $0`/criu-lib.sh
prep && prep
mkdir -p test/dump && mkdir -p test/dump
mount -t tmpfs dump test/dump && mount -t tmpfs dump test/dump
make -C test -j 4 ZDTM_ARGS="-C --restore-sibling" zdtm && cd test
true || fail ./zdtm.py run --all --sibling --parallel 4
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