Commit bde6d0db authored by Pavel Emelyanov's avatar Pavel Emelyanov

jenkins: No parallelizm for group test

The head test is zdtm/lib/group, so it is impossible to run several
instances of it in parallel
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent bfcea562
......@@ -4,4 +4,4 @@ source `dirname $0`/criu-lib.sh
prep
mount_tmpfs_to_dump
./test/zdtm.py group --max 32 -x maps04 -x cgroup || fail
./test/zdtm.py --set groups run --all --report report --parallel 2 -f best || fail
./test/zdtm.py --set groups run --all --report report -f best || fail
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