mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-01 06:20:55 +00:00
jenkins: exclude maps04 from the criu-iter job
This job does three iterations. We need to write about 0.5Gb of images for maps04. This is too much for our test VM and other tests start fail due to timeout. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
fd07bc7791
commit
f42ba40f27
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
source `dirname $0`/criu-lib.sh &&
|
||||
prep &&
|
||||
make -C test -j 4 ZDTM_ARGS="-C -i 3" zdtm &&
|
||||
make -C test -j 4 ZDTM_ARGS="-C -i 3 -x maps04" zdtm &&
|
||||
true || fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue