WINC-2139: Remove unstable legacy Nutanix Windows jobs - #85219
openshift-merge-bot[bot] merged 1 commit into
Conversation
|
@rrasouli: This pull request references WINC-2139 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.1.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. |
|
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: Advanced Run ID: ⛔ Files ignored due to path filters (17)
📒 Files selected for processing (17)
💤 Files with no reviewable changes (17)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughThe change removes Nutanix Windows Containers test jobs from OpenShift release and nightly configurations, plus a Windows Machine Config Operator postsubmit configuration. No replacement jobs are added. ChangesNutanix Windows CI removal
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Other Merge Risk: ⚪ Minimal · up to The change removes the specified legacy CI jobs, with no supported evidence of an additional broken workflow or release risk. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@rrasouli: |
|
@rrasouli: 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jrvaldes, rrasouli 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 |
|
/pj-rehearse ack |
|
@jrvaldes: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Remove the unstable legacy Nutanix Windows Containers Prow jobs tracked in WINC-2139. The reported rehearsal failed before Windows tests ran: bastion provisioning waited about 10 minutes for an IP and exited with
Failed to get host IP.This removes 17 legacy test definitions and their generated Prow jobs:
debug-winc-nutanix-ipipresubmits in the public/private openshift-tests-private configurations.nutanix-ipi-ovn-wincFBC postsubmit.Removal is approved. The OTE replacement is tracked in #85079, whose main-branch run was reported successful. That PR is still open at submission; its optional
nutanix-e2e-otejob is triggered with/test nutanix-e2e-ote. It does not automatically replace periodic scheduling or establish equivalent upgrade coverage.Existing WMCO operator jobs and reusable step-registry workflows remain available.
Validation:
ci-operator-checkconfigandci-operator-prowgencompleted successfully. A semantic comparison verified exactly 17 source definitions and 17 generated jobs were removed, with all other configuration unchanged.git diff --checkpassed; no legacy Nutanix Windows job references remain in source or generated job configurations.Full
make updatewas attempted but could not complete because of local Podman storage/runtime failures. Generation succeeded using isolated storage; the remaining sanitizer invocation failed withExec format error. The full repository checks need to complete in CI.Summary by CodeRabbit
This PR removes 17 unstable legacy Nutanix Windows Containers jobs from OpenShift CI:
debug-winc-nutanix-ipipresubmits.nutanix-ipi-ovn-wincFBC postsubmit.The change removes the failing Nutanix workflow while leaving existing WMCO jobs and reusable workflows unchanged. Configuration checks and Prow job generation passed. Full
make updatedid not complete because of local Podman and sanitizer runtime failures.