Commit b44c68eb authored by Davanum Srinivas's avatar Davanum Srinivas

Hack for testing until test-infra/pull/7846 merges

parent f2959ab2
...@@ -1016,6 +1016,7 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then ...@@ -1016,6 +1016,7 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then
KUBE_FASTBUILD=true make ginkgo cross KUBE_FASTBUILD=true make ginkgo cross
apt install -y sudo apt install -y sudo
apt-get remove -y systemd
# configure shared mounts to prevent failure in DIND scenarios # configure shared mounts to prevent failure in DIND scenarios
mount --make-rshared / mount --make-rshared /
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment