diff options
-rw-r--r-- | .cirrus.yml | 1 | ||||
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index bc3bffd96..58c7cd871 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -511,7 +511,6 @@ special_testing_rootless_task: special_testing_in_podman_task: - skip: $CI == 'true' alias: "special_testing_in_podman" depends_on: - "gating" diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index c92f123fd..1aef678d4 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -18,7 +18,7 @@ cd "$GOSRC" case "$SPECIALMODE" in in_podman) - ${CONTAINER_RUNTIME} run --rm --privileged --net=host \ + ${CONTAINER_RUNTIME} run --rm --privileged --net=host --cgroupns=host \ -v $GOSRC:$GOSRC:Z \ --workdir $GOSRC \ -e "CGROUP_MANAGER=cgroupfs" \ |