CNTRLPLANE-2999:Revert PR #30746: TLS 1.3 test causing instability in 4.22#30895
Conversation
…faults-support" This reverts commit 5c29d3af01fbee9cc0c6f748a8d2f1aac5c80a8e. Reason for revert: PR openshift#30746 is causing test instability in 4.22 payloads. Multiple test failures have been observed in periodic-ci-openshift-release-master-nightly-4.22-e2e-aws-ovn-upgrade jobs as reported in #forum-testplatform Slack channel. Example failures: - https://prow.ci.openshift.org/view/gs/test-platform-results/logs/aggregated-aws-ovn-upgrade-4.21-to-4.22-ci-openshift-release-analysis-aggregator/2033742335904321536 - https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.22-upgrade-from-stable-4.21-e2e-aws-ovn-upgrade/2033742330044878848 - https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.22-upgrade-from-stable-4.21-e2e-aws-ovn-upgrade/2033742330229428224 - https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.22-upgrade-from-stable-4.21-e2e-aws-ovn-upgrade/2033742330355257344 The PR bundled test logic improvements with an unnecessary library-go dependency bump, which has introduced instability. A follow-up PR (openshift#30894) will reintroduce the test improvements without the dependency changes. This revert is needed to: 1. Restore test stability in 4.22 CI 2. Separate test logic from dependency management concerns 3. Allow proper evaluation of the test improvements in isolation Related: - Original PR: openshift#30746 - Replacement PR: openshift#30894 - JIRA: OCPBUGS-76334 - Slack: #forum-testplatform discussion on 2026-03-17
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
Scheduling required tests: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stbenjam, wangke19 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 |
|
/verified by CI |
|
@stbenjam: This PR has been marked as verified by 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. |
|
/retest |
|
@wangke19: This pull request references CNTRLPLANE-2999 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 bug to target the "4.22.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. |
|
/retest |
|
/test e2e-metal-ipi-ovn-ipv6 |
1 similar comment
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/override ci/prow/e2e-metal-ipi-ovn-ipv6 |
|
@stbenjam: Overrode contexts on behalf of stbenjam: ci/prow/e2e-metal-ipi-ovn-ipv6 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 kubernetes-sigs/prow repository. |
|
@wangke19: 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. |
Summary
This PR reverts #30746 which is causing test instability in 4.22 payloads.
Problem
Multiple test failures have been observed in
periodic-ci-openshift-release-master-nightly-4.22-e2e-aws-ovn-upgradejobs after PR #30746 was merged:Example failures:
As reported in #forum-testplatform Slack channel on 2026-03-17, the payload that had the test passing 10/10 before merge is now failing. The root cause appears to be the bundled library-go dependency bump in PR #30746.
Why Revert?
PR #30746 bundled two distinct changes:
The dependency changes have introduced instability and need to be separated from the test logic improvements.
What Happens Next?
A replacement PR (#30894) has been prepared that:
Revert Details
This revert:
5c29d3af01fbee9cc0c6f748a8d2f1aac5c80a8eRelated
/cc @team-technical-release