[CRIU] [PATCH] jenkins: lazy-pages: reduce amount of parallel runs for --remote case
Mike Rapoport
rppt at linux.vnet.ibm.com
Thu Sep 7 11:46:11 MSK 2017
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: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
test/jenkins/criu-lazy-pages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/jenkins/criu-lazy-pages.sh b/test/jenkins/criu-lazy-pages.sh
index ffcc886..f32641e 100755
--- a/test/jenkins/criu-lazy-pages.sh
+++ b/test/jenkins/criu-lazy-pages.sh
@@ -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
--
2.7.4
More information about the CRIU
mailing list