You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapted k8s network policies, delegated ipam & kind proxy embedded
to use the wait-for-images action, reducing code duplication burden.
Same on conformance-runtime, using a docker pull/save approach from the
runner instead of curling from the VM. Helps if registry needs auth.
Signed-off-by: Antony Reynaud <antony.reynaud@isovalent.com>
# These programs are not statically linked so they might break in
241
245
# the case of GHA runners being upgraded.
242
246
if ! command -v clang >/dev/null 2>&1; then
243
-
# Wait for systemd-resolved to be ready so that the image pull
244
-
# below can resolve the registry hostname.
245
-
for i in {1..5}; do curl "https://${{ env.REGISTRY_DEV }}" > /dev/null 2>&1 && break || sleep 5; echo "Waiting for systemd-resolved to be ready..."; done
0 commit comments