CNTRLPLANE-3441: Remove aws-ipi-ovn-hypershift n-minor skew tests from openshift-tests…#79229
Conversation
…-private Remove n1minor, n2minor, and n3minor guest and mgmt periodic tests from 4.21, 4.22, and 5.0 amd64-nightly configs. These version skew tests are redundant with the skew testing in openshift/hypershift. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
WalkthroughThree OpenShift CI test manifests (releases 4.21, 4.22, and 5.0) are updated by removing deprecated hypershift OVN test jobs ( ChangesCI Test Manifest Job Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 inconclusive)
✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@mgencur: This pull request references CNTRLPLANE-3441 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. 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. |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jiezhao16, jparrill, mffiedler, mgencur The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test config |
|
@mgencur: all tests passed! 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. |
…-private
Remove n1minor, n2minor, and n3minor guest and mgmt periodic tests from 4.21, 4.22, and 5.0 amd64-nightly configs. These version skew tests are redundant with the skew testing in openshift/hypershift.
Fixes https://redhat.atlassian.net/browse/CNTRLPLANE-3441
See JIRA for why they're being removed.
Summary
This PR removes redundant version-skew tests from the openshift-tests-private CI configuration across three release versions. Specifically, it eliminates the n1minor, n2minor, and n3minor guest and management periodic test entries for aws-ipi-ovn-hypershift from the amd64-nightly test streams for OpenShift 4.21, 4.22, and 5.0.
Changes
The removal affects three CI configuration files:
ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21__amd64-nightly.yamlci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yamlci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-5.0__amd64-nightly.yamlEach file has approximately 170 lines removed corresponding to the n-minor version-skew test variants (both
-mgmtand-guestconfigurations across multiple F-series variants).Rationale
These version-skew tests are being removed because equivalent testing coverage for version compatibility already exists in the openshift/hypershift repository, making these tests redundant in the openshift-tests-private configuration.