Commit 440a2a86 authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

jenkins: lazy-pages: skip maps04 for remote-lazy-pages

Even with 2 parallel jobs maps04 takes too much time with
--remote-lazy-pages. Let's skip it for now.
Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent f384b8b6
...@@ -18,8 +18,8 @@ fi ...@@ -18,8 +18,8 @@ fi
--lazy-pages $LAZY_EXCLUDE || fail --lazy-pages $LAZY_EXCLUDE || fail
# lazy restore from "remote" dump # lazy restore from "remote" dump
./test/zdtm.py run --all --keep-going --report report --parallel 2 \ ./test/zdtm.py run --all --keep-going --report report --parallel 4 \
--remote-lazy-pages $LAZY_EXCLUDE || fail --remote-lazy-pages $LAZY_EXCLUDE -x maps04 || fail
# During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set # During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps02" LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps02"
......
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