From ea36ebe2361e4f6251e94124daa09032f27cccaa Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Thu, 9 Apr 2026 03:01:30 +0000 Subject: [PATCH] CI: test download/container pre pull (#13152) Patch the control plane to never pull ; this will fail if the images are not correctly pre-loaded, which is the point. --- tests/files/debian13-calico.yml | 4 ++++ tests/files/fedora42-calico.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/files/debian13-calico.yml b/tests/files/debian13-calico.yml index e9f3cc446..29d7909f1 100644 --- a/tests/files/debian13-calico.yml +++ b/tests/files/debian13-calico.yml @@ -7,3 +7,7 @@ gateway_api_enabled: true dns_mode: coredns_dual kube_asymmetric_encryption_algorithm: "RSA-3072" + +# Test download/container images pre-loading + +k8s_image_pull_policy: Never diff --git a/tests/files/fedora42-calico.yml b/tests/files/fedora42-calico.yml index bd2b577b5..40ec3b955 100644 --- a/tests/files/fedora42-calico.yml +++ b/tests/files/fedora42-calico.yml @@ -7,3 +7,7 @@ auto_renew_certificates: true # Test with SELinux in enforcing mode preinstall_selinux_state: enforcing + +# Test that download/container did pre-load the image on the nodes + +k8s_image_pull_policy: Never