Commit 20088c4f authored by Pavel Emelyanov's avatar Pavel Emelyanov

jenkins: Move regular test on .py

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 6f0681c1
source `dirname $0`/criu-lib.sh &&
prep &&
bash test/zdtm.sh -C &&
true || fail
# Execute tests for each new commit
git rev-parse tested || ( git tag tested; exit )
for i in `git rev-list --reverse tested..HEAD`; do
curl "http://localhost:8080/job/CRIU-by-id/buildWithParameters?token=d6edab71&TEST_COMMIT=$i" || exit 1
done
git tag -f tested
# Make one regular C/R cycle
set -e
source `dirname $0`/criu-lib.sh
prep
./test/zdtm.py run --all --report report --parallel 4 || 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