From 2541b0f001b1e7c65f7fe56ae4d71cd8e35739c5 Mon Sep 17 00:00:00 2001 From: Enrique Llorente Date: Thu, 16 Jul 2026 15:49:48 +0200 Subject: [PATCH] origin: allow missing architectures for the netshoot e2e image openshift/origin#31396 adds ghcr.io/nicolaka/netshoot:v0.13 to the mirrored e2e image set (used by the ovn-kubernetes kubevirt e2e tests for the iperf test pods). The upstream image only publishes amd64 and arm64 manifests, so exempt it from the manifest list verification like the fedora-with-test-tooling containerdisk used by the same tests. Assisted-By: Claude Fable 5 Signed-off-by: Enrique Llorente --- ci-operator/config/openshift/origin/openshift-origin-main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-operator/config/openshift/origin/openshift-origin-main.yaml b/ci-operator/config/openshift/origin/openshift-origin-main.yaml index d655c03dcaea0..d55ced2e03bbf 100644 --- a/ci-operator/config/openshift/origin/openshift-origin-main.yaml +++ b/ci-operator/config/openshift/origin/openshift-origin-main.yaml @@ -701,6 +701,7 @@ tests: --allow-missing-architectures=e2e-quay-io-keycloak-keycloak \ --allow-missing-architectures=e2e-quay-io-crio-artifact-subpath-8cuvQpZ0AoyNahYr \ --allow-missing-architectures=e2e-quay-io-kubevirt-fedora-with-test-tooling-container-disk \ + --allow-missing-architectures=e2e-ghcr-io-nicolaka-netshoot \ --log-level=debug container: from: tests