mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
jenkins: save report in the "test" directory
Now we save report in test/dump/report. It doesn't work when we mount tmpfs into test/dump, because Jenkins runs in another mount namespace. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
4e99f18f64
commit
4aaa707260
@@ -3,4 +3,4 @@ set -e
|
|||||||
source `dirname $0`/criu-lib.sh
|
source `dirname $0`/criu-lib.sh
|
||||||
prep
|
prep
|
||||||
mount_tmpfs_to_dump
|
mount_tmpfs_to_dump
|
||||||
./test/zdtm.py run --all --report dump/report --parallel 4 --iter 3 -x 'maps04' || fail
|
./test/zdtm.py run --all --report report --parallel 4 --iter 3 -x 'maps04' || fail
|
||||||
|
@@ -18,7 +18,6 @@ function mount_tmpfs_to_dump()
|
|||||||
|
|
||||||
mkdir -p test/dump &&
|
mkdir -p test/dump &&
|
||||||
mount -t tmpfs criu_dump test/dump &&
|
mount -t tmpfs criu_dump test/dump &&
|
||||||
mkdir -p test/dump/report &&
|
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -3,4 +3,4 @@ set -e
|
|||||||
source `dirname $0`/criu-lib.sh
|
source `dirname $0`/criu-lib.sh
|
||||||
prep
|
prep
|
||||||
mount_tmpfs_to_dump
|
mount_tmpfs_to_dump
|
||||||
./test/zdtm.py run --all --report test/dump/report --sibling --parallel 4 || fail
|
./test/zdtm.py run --all --report report --sibling --parallel 4 || fail
|
||||||
|
Reference in New Issue
Block a user