MULTIARCH-6023: Update ibm power single-node-openshift scheduling#80162
MULTIARCH-6023: Update ibm power single-node-openshift scheduling#80162mpkredhat wants to merge 1 commit into
Conversation
Signed-off-by: Mandar Kulkarni <mandar.kulkarni6@ibm.com>
|
@mpkredhat: This pull request references MULTIARCH-6023 which is a valid 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 (4)
💤 Files with no reviewable changes (3)
WalkthroughThis PR updates OpenShift multiarch CI test configurations across four nightly versions. Power-based SNO test jobs are removed from 4.14 and 4.16, replaced with an ChangesPowerVS SNO Job Consolidation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
🚥 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@mpkredhat: 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. |
|
/pj-rehearse ack |
|
@prb112: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/hold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mpkredhat, prb112 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 |
Aim is to improve MultiArch Power CI performance.
Removing jobs for Single Node Operator specific to 4.15,4.16,4.17 and adding jobs for 4.22/4.23.
Summary by CodeRabbit
This PR updates the CI scheduling configuration for IBM Power single-node-openshift deployments to improve MultiArch Power CI performance. The changes involve removing SNO (Single Node Operator) test job definitions from older OpenShift release branches and adding them to newer branches.
Changes made:
ocp-e2e-sno-powerandocp-e2e-agent-sno-powertest jobs for IBM Power systems, with 4.15 also removing theocp-assisted-sno-powerjob (3 jobs total removed from 4.15). These represent the discontinuation of SNO testing for older release branches.ocp-e2e-sno-power(UPI installation type)ocp-e2e-agent-sno-power(agent installation type)These jobs are configured to target
powervs-1infrastructure and run on defined cron schedules. The changes reflect a shift in testing focus from maintenance branches (4.15, 4.16) to more recent stable releases (4.22).The PR addresses JIRA issue MULTIARCH-6023 and focuses the Power architecture CI testing effort on supported OpenShift versions.