mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
jenkins: split common part of lazy pages tests into a separate file
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
committed by
Andrei Vagin
parent
d9c7787ed3
commit
3e7cfd114d
@@ -3,15 +3,7 @@ set -e
|
||||
source `dirname $0`/criu-lib.sh
|
||||
prep
|
||||
|
||||
KERN_MAJ=`uname -r | cut -d. -f1`
|
||||
KERN_MIN=`uname -r | cut -d. -f2`
|
||||
if [ $KERN_MAJ -ge "4" ] && [ $KERN_MIN -ge "11" ]; then
|
||||
LAZY_EXCLUDE="-x cmdlinenv00 -x maps007"
|
||||
else
|
||||
LAZY_EXCLUDE="-x maps007 -x fork -x fork2 -x uffd-events -x cgroupns
|
||||
-x socket_listen -x socket_listen6 -x cmdlinenv00
|
||||
-x socket_close_data01 -x file_read"
|
||||
fi
|
||||
source `dirname $0`/criu-lazy-common.sh
|
||||
|
||||
# lazy restore from images
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 \
|
||||
|
Reference in New Issue
Block a user