USHIFT-6810: Add C2CC upgrade test for RHEL 9.8 to RHEL 10.2#6894
USHIFT-6810: Add C2CC upgrade test for RHEL 9.8 to RHEL 10.2#6894vimauro wants to merge 3 commits into
Conversation
|
@vimauro: This pull request references USHIFT-6810 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. 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. |
|
Skipping CI for Draft Pull Request. |
|
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: Enterprise Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughAdds RHEL9-to-RHEL10 C2CC upgrade presubmit test with new Robot Framework suite that sequentially upgrades three clusters and verifies health and connectivity. Supporting changes include GA repository enablement in container templates, SSH host key permission fixes via sshd drop-in, TARGET_REF and BOOTC_REGISTRY variable forwarding in ChangesC2CC RHEL9→RHEL10 Upgrade Test Implementation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vimauro 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@test/suites/upgrade/upgrade-c2cc.robot`:
- Around line 135-153: The Cluster Rebooted And Healthy keyword re-registers all
clusters using Register Remote Cluster (which opens a new SSH connection), but
the initial setup uses Register Local Cluster cluster-a (which reuses the
existing SSH connection from Login MicroShift Host). Add conditional logic
within Cluster Rebooted And Healthy to detect if the alias is cluster-a and call
Register Local Cluster instead of Register Remote Cluster for that specific
cluster, ensuring consistent SSH connection handling and registration approach
between the initial setup and post-reboot re-registration.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 70d633a2-942c-4ea0-bb3c-2a03a88f9a1a
📒 Files selected for processing (6)
test/bin/c2cc_common.shtest/image-blueprints-bootc/el10/layer1-base/group1/rhel102-test-agent.containerfiletest/image-blueprints-bootc/el10/layer2-presubmit/group1/rhel102-bootc-source.containerfiletest/image-blueprints-bootc/templates/rpm-repo-config.sh.templatetest/scenarios-bootc/el10/presubmits/el98-src@el102-src@c2cc-upgrade-ok.shtest/suites/upgrade/upgrade-c2cc.robot
|
/retest |
|
/label tide/merge-method-squash |
89c47c2 to
d5bc734
Compare
|
@vimauro: The following tests failed, say
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