Crucible Network dataplane test (iperf) TCP and UDP#79998
Conversation
|
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)
WalkthroughTwo new weekly scheduled CI jobs for Metal RHO-SO performance testing are added: ChangesMetal RHO-SO Crucible Test Jobs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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)
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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: smandaRH The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files (
|
|
@smandaRH: 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 by CodeRabbit
This PR adds two new weekly performance testing jobs to the OpenShift CI infrastructure for RHO-SO (Red Hat OpenStack) deployments. Specifically, it introduces:
weekly-rhoso-crucible-udp- A weekly test job running Crucible network dataplane (iperf) tests using UDP protocolweekly-rhoso-crucible-tcp- A weekly test job running Crucible network dataplane (iperf) tests using TCP protocolBoth jobs are scheduled identically to run every Saturday at 5 PM UTC on the metal-perfscale-osp cluster profile. They provision 17 RHEL 9.4 nodes and execute a standard test workflow that includes:
The jobs differ only in the workload type (
crucible-udpvscrucible-tcp), allowing continuous performance validation of both TCP and UDP network dataplane performance for OpenShift on OpenStack infrastructure. This enables the performance and scale testing team to track network dataplane performance characteristics across both protocol types on a regular basis.