Commit 02ecc822 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

jenkins: exclude static/cgroups02 from the criu-dump job (v2)

In this job tests are dumped and resumed. The cgroup02 test checks,
that it is moved in another set of cgroups, but this is done on restore.

Output file: test/zdtm/live/static/cgroup02.out>
------------------------------------------------------------------------------
14:35:55.127:    85: found cgroup at cgroup02.test/zdtmtst>
14:35:55.127:    85: found cgroup at cgroup02.test/defaultroot>
14:35:55.127:    85: FAIL: cgroup02.c:132: oldroot not rewritten to zdtmtstroot!

v2: typo fix
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 104eeb7e
...@@ -4,5 +4,5 @@ source `dirname $0`/criu-lib.sh && ...@@ -4,5 +4,5 @@ source `dirname $0`/criu-lib.sh &&
prep && prep &&
mkdir -p test/dump && mkdir -p test/dump &&
mount -t tmpfs dump test/dump && mount -t tmpfs dump test/dump &&
make -C test -j 4 ZDTM_ARGS="-d -C" && make -C test -j 4 ZDTM_ARGS="-d -C -x static/cgroup02" &&
true || fail true || 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