mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Force cgroupfs for python tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -111,6 +111,7 @@ PODMAN_ARGS="--storage-driver=vfs \
|
|||||||
--root=${TMPDIR}/crio \
|
--root=${TMPDIR}/crio \
|
||||||
--runroot=${TMPDIR}/crio-run \
|
--runroot=${TMPDIR}/crio-run \
|
||||||
--cni-config-dir=$CNI_CONFIG_PATH \
|
--cni-config-dir=$CNI_CONFIG_PATH \
|
||||||
|
--cgroup-manager=cgroupfs \
|
||||||
"
|
"
|
||||||
if [[ -n $VERBOSE ]]; then
|
if [[ -n $VERBOSE ]]; then
|
||||||
PODMAN_ARGS="$PODMAN_ARGS --log-level=$LOG_LEVEL"
|
PODMAN_ARGS="$PODMAN_ARGS --log-level=$LOG_LEVEL"
|
||||||
|
Reference in New Issue
Block a user