Merge pull request #6338 from rhatdan/build3

Attempt to turn on special_testing_in_podman tests
This commit is contained in:
OpenShift Merge Robot
2020-06-04 20:02:43 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@ -511,7 +511,6 @@ special_testing_rootless_task:
special_testing_in_podman_task:
skip: $CI == 'true'
alias: "special_testing_in_podman"
depends_on:
- "gating"

View File

@ -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" \