From f61a4e6f242a812a0cb923eba6fcaf63e0835f4f Mon Sep 17 00:00:00 2001 From: Kaleemullah Siddiqui Date: Mon, 10 Aug 2026 18:20:18 +0530 Subject: [PATCH 1/2] debug-cluster-e2e-aks: add wait step and image override for TLS testing Add wait ref and OVERRIDE_HYPERSHIFT_OPERATOR_IMAGE to e2e-aks test for debugging PR openshift/hypershift#8864 (centralized TLS config for cloud-controller-manager). Replace TODO-FILL-IN with the CI registry namespace from the PR's images job before pushing. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Kaleemullah Siddiqui --- .../openshift/hypershift/openshift-hypershift-main.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml index 31610853fe5fd..9da472adb7917 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml @@ -178,9 +178,13 @@ tests: NODEPOOL_N2_VERSION: "4.21" NODEPOOL_N3_VERSION: "4.20" NODEPOOL_N4_VERSION: "4.19" + OVERRIDE_HYPERSHIFT_OPERATOR_IMAGE: registry.build10.ci.openshift.org/ci-op-abc123xyz/pipeline:hypershift-operator post: - ref: hypershift-analyze-e2e-failure - chain: cucushift-installer-rehearse-azure-aks-deprovision + test: + - ref: wait + - ref: hypershift-azure-run-e2e workflow: hypershift-azure-aks-e2e - always_run: false as: e2e-aks-4-22 From efc294e9ffec0dba8816d96c40a4f1303c0e97a4 Mon Sep 17 00:00:00 2001 From: Kaleemullah Siddiqui Date: Mon, 10 Aug 2026 21:21:12 +0530 Subject: [PATCH 2/2] fix: use real image from PR #8864 chat-bot build Image from release-openshift-origin-installer-launch-aws-modern job 2086756237780717568 on build10. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Kaleemullah Siddiqui --- .../config/openshift/hypershift/openshift-hypershift-main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml index 9da472adb7917..217910d03f018 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml @@ -178,7 +178,6 @@ tests: NODEPOOL_N2_VERSION: "4.21" NODEPOOL_N3_VERSION: "4.20" NODEPOOL_N4_VERSION: "4.19" - OVERRIDE_HYPERSHIFT_OPERATOR_IMAGE: registry.build10.ci.openshift.org/ci-op-abc123xyz/pipeline:hypershift-operator post: - ref: hypershift-analyze-e2e-failure - chain: cucushift-installer-rehearse-azure-aks-deprovision