Skip to content

Conversation

@batyana
Copy link
Member

@batyana batyana commented Dec 24, 2025

📝 Description

backporting #3312 to 4.18

Screen.Recording.2025-12-24.at.14.50.49.mov

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Dec 24, 2025

@batyana: This pull request references CNV-70175 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 bug to target the "4.18.z" version, but no target version was set.

Details

In response to this:

📝 Description

backporting cpu error fix to 4.18

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.

@coderabbitai
Copy link

coderabbitai bot commented Dec 24, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Dec 24, 2025

@batyana: This pull request references CNV-70175 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 bug to target the "4.18.z" version, but no target version was set.

Details

In response to this:

📝 Description

backporting cpu error fix to 4.18

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.

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Dec 24, 2025

@batyana: This pull request references CNV-70175 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 bug to target the "4.18.z" version, but no target version was set.

Details

In response to this:

📝 Description

backporting #3312 to 4.18

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.


vmDraft.spec.template.spec.domain.cpu = cpu;
vmDraft.spec.template.spec.domain.memory.guest = `${memory}${memoryUnit}`;
vmDraft.spec.template.spec.domain.memory.guest = `${memory}${memoryUnit || ''}`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need the || part?
and it's better to use ?? instead

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need this since memoryUnit could be undefined, changed to ?? instead of ||

@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Dec 24, 2025

@batyana: This pull request references CNV-70175 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 bug to target the "4.18.z" version, but no target version was set.

Details

In response to this:

📝 Description

backporting #3312 to 4.18

Screen.Recording.2025-12-24.at.14.50.49.mov

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.

@batyana batyana force-pushed the CNV-70175-fix-rerun-error-when-updating-vcpu-4.18 branch from ec026f5 to 8292211 Compare January 1, 2026 09:38
@openshift-ci openshift-ci bot added the lgtm Passed code review, ready for merge label Jan 6, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 6, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: avivtur, batyana

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved This issue is something we want to fix label Jan 6, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit 528cf78 into kubevirt-ui:release-4.18 Jan 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved This issue is something we want to fix jira/valid-reference lgtm Passed code review, ready for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants