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()
git clean -dfx &&
make -j 4 &&
make -j 4 -C test/zdtm/live &&
make -C test zdtm_ct &&
true
}
......
# Make 3 iteration of dump/restore for each test
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
set -e
source `dirname $0`/criu-lib.sh
prep
mkdir -p test/dump
mount -t tmpfs dump test/dump
cd test
./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