Commit c7fafff4 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

jenkins: reduce number of jobs for executing tests

32 is too many for our test server
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 2559572a
......@@ -5,7 +5,7 @@ git clean -dfx &&
make -j 4 && make -j 4 -C test/zdtm &&
mkdir -p test/dump &&
mount -t tmpfs zdtm test/dump &&
make -C test -j 32 zdtm_ns &&
make -C test -j 4 zdtm_ns &&
true || {
tar -czf /home/criu-by-id-${TEST_COMMIT}-$(date +%m%d%H%M).tar.gz .
exit 1
......
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