[CNV4.19][IUO] Migrate install, upgrade and EUS upgrade paths to Konflux IDMS#4085
[CNV4.19][IUO] Migrate install, upgrade and EUS upgrade paths to Konflux IDMS#4085rlobillo wants to merge 1 commit intoRedHatQE:cnv-4.19from
Conversation
…lux IDMS Manual Cherry pick of RedHatQE#4070 and RedHatQE#4061 CNV operator builds migrated from Brew to Konflux, so install, upgrade and EUS upgrade test paths now require Konflux IDMS instead of the legacy ICSP/IDMS generated via `oc adm catalog mirror`. This change consolidates Konflux IDMS helpers (apply_konflux_idms, idms_has_all_mirrors) into tests/install_upgrade_operators/utils.py, removes the legacy ICSP fixtures from install, upgrade and EUS upgrade conftest files, and replaces them with Konflux-based fixtures: - Install path: installed_konflux_idms (product_install/conftest.py) - Upgrade path: updated_konflux_idms (product_upgrade/conftest.py) - EUS upgrade path: eus_updated_konflux_idms (product_upgrade/conftest.py) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Container Operations
Cherry-pick Operations
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
|
/approve |
|
/verified Installing v4.18.29 and then upgrading to v4.19.18: |
Test execution plan request detailsCRITICAL: You MUST post an inline review comment on the first changed line of the first file. As an expert software testing engineer, analyze all modified files in this PR and create a targeted test execution plan. Analysis Requirements:
Your deliverable: Test Execution Plan
Guidelines:
Hardware-Related Checks (SR-IOV, GPU, DPDK): When PR modifies fixtures for hardware-specific resources:
CRITICAL WORKFLOW COMPLETION RULES: When responding to this test execution plan request, you MUST follow these rules EXACTLY:
ABSOLUTE PROHIBITIONS (violating these creates empty/meaningless reviews):
Remember: The pull request review is visible to users. Additional comments are redundant noise. CRITICAL: Before setting "Run smoke tests: True", you MUST use shell scripts to: |
| ) | ||
| from utilities.operator import ( | ||
| cluster_with_icsp, | ||
| disable_default_sources_in_operatorhub, |
There was a problem hiding this comment.
Test Execution Plan
- Run smoke tests: False (No traceable dependency path from smoke tests to the changed code was found —
is_idms_cluster,pull_secret_directory,cluster_with_icspare not referenced by any smoke-marked test) tests/install_upgrade_operators/product_install/— Verifyinstalled_konflux_idmsfixture in the install pathtests/install_upgrade_operators/product_upgrade/— Verifyupdated_konflux_idmsandeus_updated_konflux_idmsfixtures in upgrade and EUS upgrade pathstests/install_upgrade_operators/utils.py— Newapply_konflux_idmsandidms_has_all_mirrorshelpers are exercised by install/upgrade tests above
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 264 🏁 Script executed: Length of output: 118 🏁 Script executed: Length of output: 14481 🏁 Script executed: Length of output: 372 🏁 Script executed: Length of output: 2296 🏁 Script executed: Length of output: 1735 🧠 Learnings used |
Manual Cherry pick of
#4070 and #4061
Short description:
CNV operator builds migrated from Brew to Konflux, so install, upgrade and EUS upgrade test paths now require Konflux IDMS instead of the legacy ICSP/IDMS generated via
oc adm catalog mirror.This change consolidates Konflux IDMS helpers (apply_konflux_idms, idms_has_all_mirrors) into tests/install_upgrade_operators/utils.py, removes the legacy ICSP fixtures from install, upgrade and EUS upgrade conftest files, and replaces them with Konflux-based fixtures:
More details:
Removing not used function to get tox passing
What this PR does / why we need it:
N/A
Which issue(s) this PR fixes:
N/A
Special notes for reviewer:
N/A
jira-ticket:
N/A