mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +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:
|
special_testing_in_podman_task:
|
||||||
|
|
||||||
skip: $CI == 'true'
|
|
||||||
alias: "special_testing_in_podman"
|
alias: "special_testing_in_podman"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "gating"
|
- "gating"
|
||||||
|
@ -18,7 +18,7 @@ cd "$GOSRC"
|
|||||||
|
|
||||||
case "$SPECIALMODE" in
|
case "$SPECIALMODE" in
|
||||||
in_podman)
|
in_podman)
|
||||||
${CONTAINER_RUNTIME} run --rm --privileged --net=host \
|
${CONTAINER_RUNTIME} run --rm --privileged --net=host --cgroupns=host \
|
||||||
-v $GOSRC:$GOSRC:Z \
|
-v $GOSRC:$GOSRC:Z \
|
||||||
--workdir $GOSRC \
|
--workdir $GOSRC \
|
||||||
-e "CGROUP_MANAGER=cgroupfs" \
|
-e "CGROUP_MANAGER=cgroupfs" \
|
||||||
|
Reference in New Issue
Block a user