We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf8acd commit 0181eb5Copy full SHA for 0181eb5
1 file changed
test/e2e/vm/version.go
@@ -51,9 +51,7 @@ var _ = Describe("VirtualMachineVersions", func() {
51
By("Creating VirtualMachine")
52
vm := object.NewMinimalVM("vm-", f.Namespace().Name,
53
vmbuilder.WithBootloader(v1alpha2.EFI),
54
- vmbuilder.WithCPU(1, ptr.To("50%")),
55
vmbuilder.WithMemory(resource.MustParse("256Mi")),
56
- vmbuilder.WithRestartApprovalMode(v1alpha2.Manual),
57
vmbuilder.WithBlockDeviceRefs(
58
v1alpha2.BlockDeviceSpecRef{
59
Kind: v1alpha2.DiskDevice,
0 commit comments