From 97fbb1bdc48ed8d54c7fc692945619b01ddcae03 Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Thu, 7 Sep 2017 11:46:11 +0300 Subject: [PATCH] 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: Mike Rapoport Signed-off-by: Andrei Vagin --- 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 ffcc88609..f32641e23 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