From 7b32550c0c9fbf12ea19c83b8a891e59211b5479 Mon Sep 17 00:00:00 2001 From: Jon Cope Date: Mon, 16 Mar 2026 10:49:58 -0500 Subject: [PATCH] USHIFT-6401 - DO NOT MERGE! Testing CPU levels in CI to reproduce bug --- test/bin/scenario.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/bin/scenario.sh b/test/bin/scenario.sh index 8f16e22d8f..dfda87f14a 100755 --- a/test/bin/scenario.sh +++ b/test/bin/scenario.sh @@ -900,7 +900,6 @@ launch_vm() { --autoconsole text \ --graphics "${graphics_args}" \ --name "${full_vmname}" \ - --vcpus "${vm_vcpus}" \ --memory "${vm_memory}" \ --disk "pool=${vm_pool_name},size=${vm_disksize}" \ ${vm_network_args} \