OCPBUGS-77499: aws/edge-zones: remove stale TEST_SKIPS for hairpinning test#75500
OCPBUGS-77499: aws/edge-zones: remove stale TEST_SKIPS for hairpinning test#75500wangke19 wants to merge 1 commit intoopenshift:mainfrom
Conversation
…g 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.
|
@wangke19: This pull request references Jira Issue OCPBUGS-77499, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wangke19 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
A total of 77 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/jira refresh |
|
@wangke19: This pull request references Jira Issue OCPBUGS-77499, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/pj-rehearse pull-ci-openshift-ovn-kubernetes-release-4.19-e2e-aws-ovn-edge-zones |
|
@wangke19: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@wangke19: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
The
TEST_SKIPS: internal should be reachable with hairpinning trafficworkaround added in #75166 (referencing OCPBUGS-77166) is now causing CI failures. The test no longer exists in the filtered test suite for theaws/OVNKubernetes/edge-zonesjob configuration.The
openshift-e2e-test-commands.shscript validates thatTEST_SKIPSmatches at least one test before proceeding — when no match is found, the step exits with code 1 before any real tests run, blocking all PRs that trigger this job.Changes
Remove the stale
TEST_SKIPSworkaround from:ci-operator/step-registry/openshift/e2e/aws/edge-zones/openshift-e2e-aws-edge-zones-workflow.yamlci-operator/step-registry/openshift/e2e/aws/edge-zones/byo-vpc/openshift-e2e-aws-edge-zones-byo-vpc-workflow.yamlRoot Cause
From the failing job build #2027595494296915968:
The test
internal should be reachable with hairpinning trafficis not present among the 3,534 filtered tests for theaws / OVNKubernetes / ipv4 / HighlyAvailableconfiguration. The hairpinning test was either renamed, removed, or filtered out by platform/network constraints.Verification
The fix restores the behavior from before #75166: the test suite runs without any
TEST_SKIPSfilter, which is the correct state when the referenced bug (OCPBUGS-77166) is resolved or the test no longer exists.Tracked in: https://issues.redhat.com/browse/OCPBUGS-77499
🤖 Generated with Claude Code via
/jira:solve https://issues.redhat.com/browse/OCPBUGS-77499