mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +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 \
|
||||
--runroot=${TMPDIR}/crio-run \
|
||||
--cni-config-dir=$CNI_CONFIG_PATH \
|
||||
--cgroup-manager=cgroupfs \
|
||||
"
|
||||
if [[ -n $VERBOSE ]]; then
|
||||
PODMAN_ARGS="$PODMAN_ARGS --log-level=$LOG_LEVEL"
|
||||
|
Reference in New Issue
Block a user