Commit 97fbb1bd authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

jenkins: lazy-pages: reduce amount of parallel runs for --remote case

Running zdtm/static/maps04 with --remote-lazy-pages in parallel with 3
other tests takes too much time on the Jenkins builder. Let's try running
with --parallel 2.
Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 254bf5d4
......@@ -18,7 +18,7 @@ fi
--lazy-pages $LAZY_EXCLUDE || fail
# lazy restore from "remote" dump
./test/zdtm.py run --all --keep-going --report report --parallel 4 \
./test/zdtm.py run --all --keep-going --report report --parallel 2 \
--remote-lazy-pages $LAZY_EXCLUDE || fail
# During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set
......
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