NO-JIRA: ci(release-4.20): retire TNF tech-preview periodic jobs#80173
NO-JIRA: ci(release-4.20): retire TNF tech-preview periodic jobs#80173jaypoulz wants to merge 1 commit into
Conversation
TNF (two-node-fencing) testing retired for release 4.20 since the installs have a high failure rate that is fixed in 4.21 TP and 4.22+ GA. The cost to reimplement the fixes in 4.20 is not worth it, so 4.20 will join 4.19 as retired lanes.
|
@jaypoulz: This pull request explicitly references no jira issue. 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThis pull request updates the nightly 4.20 release CI configuration by removing two deprecated fencing techpreview test jobs and introducing a new workload-partitioning test job for the two-node arbiter platform in the test orchestration list. ChangesTwo-node arbiter test jobs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Suggested labels
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
/lgtm |
|
@jaypoulz: 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. |
|
/hold for ack from team |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhensel-rh, eggfoobar, jaypoulz, neisw 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 |
TNF (two-node-fencing) testing retired for release 4.20 since the installs have a high failure rate that is fixed in 4.21 TP and 4.22+ GA.
The cost to reimplement the fixes in 4.20 is not worth it, so 4.20 will join 4.19 as retired lanes.
Summary by CodeRabbit
This PR retires the two-node-fencing (TNF) tech-preview periodic test jobs from the OpenShift 4.20 release nightly CI pipeline. The jobs being removed are
e2e-metal-ovn-two-node-fencing-techpreviewande2e-metal-ovn-two-node-fencing-recovery-techpreview.Why: The TNF tests have a consistently high failure rate for 4.20 installations. While the underlying issue is fixed in 4.21 TP and 4.22+ GA releases, backporting those fixes to 4.20 is not considered cost-justified. This change brings 4.20 in line with 4.19, which also has TNF testing disabled.
What changed: The change removes these test jobs from the nightly 4.20 Prow job configuration file (
ci-operator/config/openshift/release/openshift-release-main__nightly-4.20.yaml), effectively stopping the periodic execution of these tests in the 4.20 CI pipeline.