mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
travis: group lazy-pages options
The amount of lazy-pages options keeps growing, let's put the common ones into a variable. Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
This commit is contained in:
committed by
Andrei Vagin
parent
dc4677123b
commit
8f45330d16
@@ -146,10 +146,11 @@ fi
|
||||
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"
|
||||
|
||||
LAZY_TESTS=.*\(maps0\|uffd-events\|lazy-thp\|futex\|fork\).*
|
||||
LAZY_OPTS="-p 2 -T $LAZY_TESTS $LAZY_EXCLUDE $ZDTM_OPTS"
|
||||
|
||||
./test/zdtm.py run -p 2 -T $LAZY_TESTS --lazy-pages $LAZY_EXCLUDE $ZDTM_OPTS
|
||||
./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages $LAZY_EXCLUDE $ZDTM_OPTS
|
||||
./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages --tls $LAZY_EXCLUDE $ZDTM_OPTS
|
||||
./test/zdtm.py run $LAZY_OPTS --lazy-pages
|
||||
./test/zdtm.py run $LAZY_OPTS --remote-lazy-pages
|
||||
./test/zdtm.py run $LAZY_OPTS --remote-lazy-pages --tls
|
||||
|
||||
bash ./test/jenkins/criu-fault.sh
|
||||
bash ./test/jenkins/criu-fcg.sh
|
||||
|
Reference in New Issue
Block a user