mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Merge pull request #6338 from rhatdan/build3
Attempt to turn on special_testing_in_podman tests
This commit is contained in:
@ -511,7 +511,6 @@ special_testing_rootless_task:
|
||||
|
||||
special_testing_in_podman_task:
|
||||
|
||||
skip: $CI == 'true'
|
||||
alias: "special_testing_in_podman"
|
||||
depends_on:
|
||||
- "gating"
|
||||
|
@ -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" \
|
||||
|
Reference in New Issue
Block a user