Projects STRLCPY criu Commits 91ff24b4
🤬
  • ci: disable c/r of cgroups with podman

    This patch disables the checkpoint/restore of cgroups for
    the tests using Podman as a temporary workaround for
    https://github.com/checkpoint-restore/criu/issues/2091
    
    Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading...
  • 91ff24b4
    1 parent e7ab6fe6
  • ■ ■ ■ ■ ■ ■
    scripts/ci/podman-test.sh
    skipped 24 lines
    25 25  popd
    26 26  rm -rf "${tmp_dir}"
    27 27   
     28 +# FIXME: Disable checkpoint/restore of cgroups
     29 +# https://github.com/checkpoint-restore/criu/issues/2091
     30 +mkdir -p /etc/criu
     31 +echo "manage-cgroups ignore" > /etc/criu/runc.conf
     32 +sed -i 's/#runtime\s*=\s*.*/runtime = "runc"/' /usr/share/containers/containers.conf
     33 + 
    28 34  podman info
    29 35   
    30 36  podman run --name cr -d docker.io/library/alpine /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'
    skipped 42 lines
Please wait...
Page is in error, reload to recover