Skip to content

Commit d7a5d74

Browse files
committed
USHIFT-6401 - DO NOT MERGE! Testing CPU levels in CI to reproduce bug
1 parent 910564b commit d7a5d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/bin/scenario.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ launch_vm() {
900900
--autoconsole text \
901901
--graphics "${graphics_args}" \
902902
--name "${full_vmname}" \
903-
--vcpus "${vm_vcpus}" \
903+
# --vcpus "${vm_vcpus}" \
904904
--memory "${vm_memory}" \
905905
--disk "pool=${vm_pool_name},size=${vm_disksize}" \
906906
${vm_network_args} \

0 commit comments

Comments
 (0)