From 53687a5e0b8fe72b4e76187cda3d7c7d8df564b0 Mon Sep 17 00:00:00 2001 From: wangke19 Date: Sat, 28 Feb 2026 16:57:32 +0800 Subject: [PATCH] OCPBUGS-77499: aws/edge-zones: remove stale TEST_SKIPS for hairpinning test The test "internal should be reachable with hairpinning traffic" no longer exists in the filtered test suite for the aws/OVNKubernetes/ edge-zones job configuration. The openshift-e2e-test-commands.sh script validates that TEST_SKIPS matches at least one test before proceeding; when no match is found it exits with code 1, preventing any real tests from running. Remove the FIXME workaround that was added as a temporary skip for OCPBUGS-77166. The referenced issue is either resolved or the test has been renamed/removed from the suite, making this skip both unnecessary and actively harmful to CI. Applies to both the standard and BYO-VPC edge-zones workflows. --- .../byo-vpc/openshift-e2e-aws-edge-zones-byo-vpc-workflow.yaml | 2 -- .../aws/edge-zones/openshift-e2e-aws-edge-zones-workflow.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/ci-operator/step-registry/openshift/e2e/aws/edge-zones/byo-vpc/openshift-e2e-aws-edge-zones-byo-vpc-workflow.yaml b/ci-operator/step-registry/openshift/e2e/aws/edge-zones/byo-vpc/openshift-e2e-aws-edge-zones-byo-vpc-workflow.yaml index 35f2ed1d3e05f..1c505e5599855 100644 --- a/ci-operator/step-registry/openshift/e2e/aws/edge-zones/byo-vpc/openshift-e2e-aws-edge-zones-byo-vpc-workflow.yaml +++ b/ci-operator/step-registry/openshift/e2e/aws/edge-zones/byo-vpc/openshift-e2e-aws-edge-zones-byo-vpc-workflow.yaml @@ -16,8 +16,6 @@ workflow: env: AWS_EDGE_POOL_ENABLED: "yes" EDGE_ZONE_TYPES: "local-zone,wavelength-zone" - # FIXME: remove this once the issue is fixed: https://issues.redhat.com/browse/OCPBUGS-77166 - TEST_SKIPS: internal should be reachable with hairpinning traffic documentation: |- The origin E2E AWS edge zones workflow executes the common end-to-end test suite with OVNKubernetes network plugin on an AWS cluster in existing VPC (BYO VPC) with diff --git a/ci-operator/step-registry/openshift/e2e/aws/edge-zones/openshift-e2e-aws-edge-zones-workflow.yaml b/ci-operator/step-registry/openshift/e2e/aws/edge-zones/openshift-e2e-aws-edge-zones-workflow.yaml index 53b725b203161..e0f4327cf4525 100644 --- a/ci-operator/step-registry/openshift/e2e/aws/edge-zones/openshift-e2e-aws-edge-zones-workflow.yaml +++ b/ci-operator/step-registry/openshift/e2e/aws/edge-zones/openshift-e2e-aws-edge-zones-workflow.yaml @@ -16,8 +16,6 @@ workflow: env: AWS_EDGE_POOL_ENABLED: "yes" EDGE_ZONE_TYPES: "local-zone,wavelength-zone" - # FIXME: remove this once the issue is fixed: https://issues.redhat.com/browse/OCPBUGS-77166 - TEST_SKIPS: internal should be reachable with hairpinning traffic documentation: |- The origin E2E AWS edge zones workflow executes the common end-to-end test suite with OVNKubernetes network plugin on an AWS cluster with compute nodes extending