Revert "Add windows.2k3 and windows.xp to VM preferences list (#3961)"#4035
Revert "Add windows.2k3 and windows.xp to VM preferences list (#3961)"#4035geetikakay wants to merge 1 commit intoRedHatQE:cnv-4.19from
Conversation
…QE#3961)" Signed-off-by: Geetika Kapoor <gkapoor@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughRemoves two obsolete Windows image entries ("windows.2k3" and "windows.xp") from the VM_PREFERENCES_LIST in the test infrastructure configuration file. No structural modifications or logic changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
|
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. |
|
/build-and-push-container |
|
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-4035 published |
|
/verified |
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: |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 57 🏁 Script executed: Length of output: 596 🏁 Script executed: Length of output: 407 🏁 Script executed: Length of output: 153 🏁 Script executed: Length of output: 25 🏁 Script executed: Length of output: 541 #!/bin/bash
# Check what VM_PREFERENCES_LIST is in vm_preference_list.py
cat tests/infrastructure/instance_types/vm_preference_list.py | head -60#!/bin/bash
# Check how test_common_vm_preference.py uses VM_PREFERENCES_LIST
cat tests/infrastructure/instance_types/test_common_vm_preference.py#!/bin/bash
# Check if there are tests marked with smoke in the instance_types directory
rg "pytest\.mark\.smoke" tests/infrastructure/instance_types/ -n🧠 Learnings used |
|
/approve |
|
/retest verify-bugs-are-open |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Short description:
Due to incorrect version of common-instancetypes picked in CNV-v4.19.19.rhel9-6 , incorrect preferences got picked. Reverting back changes. New builds picked the right upstream version and are in sync with upstream code https://github.com/kubevirt/common-instancetypes/tree/release-1.3/VirtualMachineClusterInstancetypes
Refer : https://issues.redhat.com/browse/CNV-81000
More details:
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for reviewer:
jira-ticket:
https://issues.redhat.com/browse/CNV-81000
Summary by CodeRabbit