From c7fa054654293514f5217107db3e2d3c322505bd Mon Sep 17 00:00:00 2001 From: Steeve Goveas Date: Wed, 25 Mar 2026 10:24:19 +0000 Subject: [PATCH] Disable sigstore requirements for nightly Disable the OpenShift Sigstore requirements in 4.20 through 4.22, for nightly testing --- .../lab/ipi/install/baremetal-lab-ipi-install-commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/step-registry/baremetal/lab/ipi/install/baremetal-lab-ipi-install-commands.sh b/ci-operator/step-registry/baremetal/lab/ipi/install/baremetal-lab-ipi-install-commands.sh index 8317f0a6e07ab..eca1d2c52cabd 100644 --- a/ci-operator/step-registry/baremetal/lab/ipi/install/baremetal-lab-ipi-install-commands.sh +++ b/ci-operator/step-registry/baremetal/lab/ipi/install/baremetal-lab-ipi-install-commands.sh @@ -94,6 +94,8 @@ CLUSTER_NAME=$(<"${SHARED_DIR}/cluster_name") echo "[INFO] Installing from initial release ${OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE}..." echo "[INFO] Extracting the baremetal-installer from ${MULTI_RELEASE_IMAGE}..." +echo "[INFO] Set OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY to true for nightly payload" +export OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY=true # The extraction may be done from the release-multi-latest image, so that we can extract the openshift-baremetal-install # based on the runner architecture. We might need to change this in the future if we want to ship different versions of