[CRIU] [PATCH] travis: allow to run up to two tests in parallel
Andrei Vagin
avagin at openvz.org
Fri Aug 19 17:12:39 PDT 2016
From: Andrei Vagin <avagin at virtuozzo.com>
It works faster and checks that two criu processes can work concurrently.
Signed-off-by: Andrei Vagin <avagin at virtuozzo.com>
---
scripts/travis/travis-tests | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests
index 6976de2..4565972 100755
--- a/scripts/travis/travis-tests
+++ b/scripts/travis/travis-tests
@@ -25,7 +25,7 @@ make -C test/zdtm
umask 0000
export SKIP_PREP=1
-./test/zdtm.py run -a -x 'cgroup*'
+./test/zdtm.py run -a -x 'cgroup*' -p 2
bash ./test/jenkins/criu-fault.sh
bash ./test/jenkins/criu-fcg.sh
--
2.7.4
More information about the CRIU
mailing list