Commit c07ef804 authored by Pavel Emelyanov's avatar Pavel Emelyanov

jenkins: The "live" subdir is no longer there

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent e9beed7b
......@@ -25,17 +25,17 @@ zdtm: .FORCE
./zdtm.py run -a --parallel 2
zdtm-pre-dump:
./zdtm.py run --pre 2:1 -t zdtm/live/transition/fork -f uns
./zdtm.py run --pre 2:1 -t zdtm/transition/fork -f uns
zdtm-snapshot:
./zdtm.py run --pre 2:1 --snap -t zdtm/live/transition/fork -f uns
./zdtm.py run --pre 2:1 --snap -t zdtm/transition/fork -f uns
zdtm-iter:
./zdtm.py run --iters 3:1 -t zdtm/live/transition/fork -f uns
./zdtm.py run --iters 3:1 -t zdtm/transition/fork -f uns
zdtm-freezer:
./zdtm.py run --test zdtm/live/transition/thread-bomb --pre 3 --freezecg zdtm:t
./zdtm.py run --test zdtm/live/transition/thread-bomb --pre 3 --freezecg zdtm:f
./zdtm.py run --test zdtm/transition/thread-bomb --pre 3 --freezecg zdtm:t
./zdtm.py run --test zdtm/transition/thread-bomb --pre 3 --freezecg zdtm:f
.PHONY: zdtm
......
......@@ -7,5 +7,5 @@ prep
# Additionally run these two as they touch a lot of
# memory and it makes sense to additionally check it
# with delays petween iterations
./test/zdtm.py run -t zdtm/live/transition/maps007 --report report -f h --pre 8:.1 --dedup || fail
./test/zdtm.py run -t zdtm/live/static/mem-touch --report report -f h --pre 8:.1 --dedup || fail
./test/zdtm.py run -t zdtm/transition/maps007 --report report -f h --pre 8:.1 --dedup || fail
./test/zdtm.py run -t zdtm/static/mem-touch --report report -f h --pre 8:.1 --dedup || fail
......@@ -2,5 +2,5 @@
set -e
source `dirname $0`/criu-lib.sh
prep
./test/zdtm.py run -t zdtm/live/static/env00 --fault 1 --report report -f h || fail
./test/zdtm.py run -t zdtm/live/static/unlink_fstat00 --fault 2 --report report -f h || fail
./test/zdtm.py run -t zdtm/static/env00 --fault 1 --report report -f h || fail
./test/zdtm.py run -t zdtm/static/unlink_fstat00 --fault 2 --report report -f h || fail
......@@ -4,10 +4,10 @@ source `dirname $0`/criu-lib.sh
prep
mount_tmpfs_to_dump
./test/zdtm.py run -t zdtm/live/transition/thread-bomb -f h --report report --freezecg zdtm:f || fail
./test/zdtm.py run -t zdtm/live/transition/thread-bomb -f h --report report --freezecg zdtm:f --pre 3 || fail
./test/zdtm.py run -t zdtm/live/transition/thread-bomb -f h --report report --freezecg zdtm:f --norst || fail
./test/zdtm.py run -t zdtm/transition/thread-bomb -f h --report report --freezecg zdtm:f || fail
./test/zdtm.py run -t zdtm/transition/thread-bomb -f h --report report --freezecg zdtm:f --pre 3 || fail
./test/zdtm.py run -t zdtm/transition/thread-bomb -f h --report report --freezecg zdtm:f --norst || fail
./test/zdtm.py run -t zdtm/live/transition/thread-bomb -f h --report report --freezecg zdtm:t || fail
./test/zdtm.py run -t zdtm/live/transition/thread-bomb -f h --report report --freezecg zdtm:t --pre 3 || fail
./test/zdtm.py run -t zdtm/live/transition/thread-bomb -f h --report report --freezecg zdtm:t --norst || fail
./test/zdtm.py run -t zdtm/transition/thread-bomb -f h --report report --freezecg zdtm:t || fail
./test/zdtm.py run -t zdtm/transition/thread-bomb -f h --report report --freezecg zdtm:t --pre 3 || fail
./test/zdtm.py run -t zdtm/transition/thread-bomb -f h --report report --freezecg zdtm:t --norst || fail
......@@ -8,7 +8,7 @@ function prep()
export CFLAGS=-g
git clean -dfx &&
make -j 4 &&
make -j 4 -C test/zdtm/live &&
make -j 4 -C test/zdtm/ &&
make -C test zdtm_ct &&
mkdir -p test/report &&
true
......
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