cnf network: added reportportal#80820
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 selected for processing (2)
WalkthroughThe CNF network phase2 5.0 CI config gains three new reporter-related env vars ( ChangesCNF Network Reporter Configuration and Script Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kononovn 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 |
|
[REHEARSALNOTIFIER]
The following jobs are not rehearsable without the
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: |
|
@kononovn: 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 ReportPortal integration to the CNF network functional test reporting pipeline in the eco-ci-cd repository.
Configuration Updates:
The CNF network phase 2 test configuration has been extended with ReportPortal-specific settings:
METRICS_LIST: general_ocp,sriov,ptp,fec,local_storage- specifies which metrics to collect and reportREPORTER_LAUNCH_NAME: telco-ft-net-core- identifies the test launch in ReportPortalREPORTER_TEMPLATE_NAME- provides the report template format for ReportPortal with version and build informationREPORTPORTAL_FILES: .reportportal_url_Net_core- configuration file containing ReportPortal URLThe test post-processing pipeline was also updated to reference the new
telcov10n-functional-reportstep, consolidating the reporting logic.Reporting Script Enhancement:
The functional report command script now collects both
polarion_*.xmlandreport_*.xmlfiles from the job's shared directory and consolidates them into/tmp/reports. This expanded file collection allows test results to be uploaded to both Polarion and ReportPortal through the updated ansible playbook in the eco-ci-cd repository.The changes enable automated test result tracking and reporting for CNF network core functional tests in the OpenShift CI infrastructure, providing better visibility into test execution and failure tracking across ReportPortal.