[CRIU] [PATCH] jenkins: exclude static/cgroups02 from the criu-dump job

Andrey Vagin avagin at openvz.org
Tue Aug 26 03:49:49 PDT 2014


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!

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/jenkins/criu-dump.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/jenkins/criu-dump.sh b/test/jenkins/criu-dump.sh
index d924d2b..f0dbb3a 100644
--- a/test/jenkins/criu-dump.sh
+++ b/test/jenkins/criu-dump.sh
@@ -4,5 +4,5 @@ source `dirname $0`/criu-lib.sh &&
 prep &&
 mkdir -p 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.test" &&
 true || fail
-- 
1.9.3



More information about the CRIU mailing list