telcov10: Minor fixes CNF compute LLC tests - #82886
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Update periodics Signed-off-by: Niranjan M.R <mniranja@redhat.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
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: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR updates CNF compute LLC schedules and stable release settings. It changes test feature selection, NTO source defaults, suite coverage, busy CPU image configuration, and XML report processing. ChangesCNF Compute LLC test flow
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ 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: mrniranjan 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 periodic-ci-openshift-kni-eco-ci-cd-main-cnf-compute-llc-5.0-e2e-telcov10n-functional-cnf-compute-llc-nightly |
|
@mrniranjan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…ate reports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-compute-llc-5.0-e2e-telcov10n-functional-cnf-compute-llc-nightly |
|
@mrniranjan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-compute-llc-5.0-e2e-telcov10n-functional-cnf-compute-llc-nightly |
|
@mrniranjan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…row UI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…llc tests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/pj-rehearse periodic-ci-openshift-kni-eco-ci-cd-main-cnf-compute-llc-5.0-e2e-telcov10n-functional-cnf-compute-llc-nightly |
|
@mrniranjan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Signed-off-by: Niranjan M.R <mniranja@redhat.com>
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@mrniranjan: 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 periodic-ci-openshift-kni-eco-ci-cd-main-cnf-compute-llc-5.0-e2e-telcov10n-functional-cnf-compute-llc-nightly |
|
@mrniranjan: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
1: Move cnf-compute-llc 4.22 from nightly to stable channel
2: Run all cnf-compute-llc test tiers on AMD hardware
3: Run only tier-0 and uncore-cache for odd releases every 3 weeks
- Commands script now checks TEST_RUN_FEATURES env var —
- if set, uses it as the label filter; otherwise defaults to all tiers
Summary by CodeRabbit
This pull request updates OpenShift CI configurations for the
openshift-kni/eco-ci-cdrepository.Promote CNF compute LLC 4.22 to stable
The 4.22 test moves from the nightly candidate stream to the stable channel. It uses 4.22 base images, the
llc-stabletest name, and thestablejob type.Expand AMD test coverage
The test script runs all CNF compute LLC tiers by default and targets the full
functestssuite. It supportsTEST_RUN_FEATURESoverrides and setsBUSY_CPUS_IMAGE=cnf-tests:latest. It also corrects${ARTIFACTS_DIR}to${ARTIFACT_DIR}.Schedule focused tests for releases 4.19 and 4.21
The 4.19 and 4.21 jobs run every 504 hours. They use
TEST_RUN_FEATURESto limit execution totier-0 || uncore-cache.Improve test setup and reports
The script uses the
all_fixesbranch of themrniranjan/cluster-node-tuning-operatorfork. Report generation removes empty XML files, stops when no reports remain, and merges valid reports before conversion.