CherryPicked: [cnv-4.19] Use Fedora image for common VM preference tests#5413
Open
cnv-tests-github-webhook-dollierp[bot] wants to merge 1 commit into
Open
CherryPicked: [cnv-4.19] Use Fedora image for common VM preference tests#5413cnv-tests-github-webhook-dollierp[bot] wants to merge 1 commit into
cnv-tests-github-webhook-dollierp[bot] wants to merge 1 commit into
Conversation
##### What this PR does / why we need it: The preference tests validate that KubeVirt applies CPU/memory/device preferences correctly. Fedora boots faster and avoids teardown failures seen with 512Mi guest memory. ##### Which issue(s) this PR fixes: tier3 tests continues to fail in teardown ##### Special notes for reviewer: RHEL9 guest image cannot shutdown with 512Mi guest memory, which is the requirement defined by the windows.2k8 and windows.2k12 preferences.With other windows with 2Gi guest memory RHEL9 image tests works fine and teardown happens. This causes VMIs to remain in Running phase indefinitely after VM deletion, blocking namespace cleanup and failing teardown with ResourceTeardownError. so replacing with a lighter image, so that we get only legit failures due to preferences. ##### jira-ticket: https://redhat.atlassian.net/browse/CNV-88839 t3 lane failures <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Updated test infrastructure to use an alternative VM image for test execution. **Note:** This is a test-only change with no impact to end-user functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Geetika Kapoor <gkapoor@redhat.com>
|
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
Branch Management
Custom Commands
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
AI Features
Security Checks
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick from
mainbranch, original PR: #5152, PR owner: geetikakay