From 47c348f9885b384cc5a7ba0406564c193703a355 Mon Sep 17 00:00:00 2001 From: Anusha Heralagi Date: Fri, 17 Apr 2026 12:22:01 +0530 Subject: [PATCH 1/3] Update openshift-e2e-libvirt-conf-commands.sh PR for debugging Issues --- .../e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh b/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh index fe04b3f93ff59..5ff006f23e6bc 100644 --- a/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh +++ b/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh @@ -8,7 +8,6 @@ echo "TEST_TYPE=${TEST_TYPE}" echo "BRANCH=${BRANCH}" echo "ARCH=${ARCH}" - # List of exclude tests from conformance/serial suite if [ "${TEST_TYPE}" == "conformance-serial" ]; then cat > "${SHARED_DIR}/excluded_tests" << EOF From 891b9e5fb989222c3a52456f74542f6b69a6ff0a Mon Sep 17 00:00:00 2001 From: Anusha Heralagi Date: Fri, 17 Apr 2026 12:24:31 +0530 Subject: [PATCH 2/3] Update openshift-e2e-libvirt-conf-commands.sh debug issues --- .../e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh b/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh index 5ff006f23e6bc..3fa4638ef7b33 100644 --- a/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh +++ b/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh @@ -8,6 +8,8 @@ echo "TEST_TYPE=${TEST_TYPE}" echo "BRANCH=${BRANCH}" echo "ARCH=${ARCH}" +sleep 10 + # List of exclude tests from conformance/serial suite if [ "${TEST_TYPE}" == "conformance-serial" ]; then cat > "${SHARED_DIR}/excluded_tests" << EOF From 6b6a157fbb9577929b9b6bac418c07317bce5732 Mon Sep 17 00:00:00 2001 From: Anusha Heralagi Date: Fri, 17 Apr 2026 12:29:53 +0530 Subject: [PATCH 3/3] Update openshift-e2e-libvirt-conf-commands.sh added sleep for debugging --- .../e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh b/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh index 3fa4638ef7b33..aa0a470f78a90 100644 --- a/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh +++ b/ci-operator/step-registry/openshift/e2e/libvirt/conf/openshift-e2e-libvirt-conf-commands.sh @@ -279,6 +279,8 @@ EOF # Excluding few loadbalancer tests with UDP from 4.13 and above Libvirt and PowerVS ppc64le jobs since power environment does not currently support loadbalancing UDP traffic elif echo ${BRANCH} | awk -F. '{ if ((($1 == "main") || ($1 == "master")) || (($1 == 4) && ($2 >= 13))) { exit 0 } else { exit 1 } }' && [ "${ARCH}" == "ppc64le" ]; then + echo "DEBUG: ppc64le branch logic triggered" + sleep 10 cat > "${SHARED_DIR}/excluded_tests" << EOF "[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications with PVCs [Suite:openshift/conformance/parallel] [Suite:k8s]" "[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications with PVCs"