From d83ca87622ee10c173e4f01cff8dbcd35241e100 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 1 Oct 2020 13:55:07 -0700 Subject: [PATCH] buildvm / arm / staging: no vmx passing on arm Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvm_aarch64_stg | 2 +- inventory/group_vars/buildvm_armv7_stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/buildvm_aarch64_stg b/inventory/group_vars/buildvm_aarch64_stg index 6a13bca35d..94f132997c 100644 --- a/inventory/group_vars/buildvm_aarch64_stg +++ b/inventory/group_vars/buildvm_aarch64_stg @@ -37,7 +37,7 @@ csi_relationship: | * Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new # this is to enable nested virt, which we need for some builds -virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx" +virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" # These variables are for koji-containerbuild/osbs osbs_url: "osbs.stg.fedoraproject.org" diff --git a/inventory/group_vars/buildvm_armv7_stg b/inventory/group_vars/buildvm_armv7_stg index 5e585ab537..d8f9c8e5a7 100644 --- a/inventory/group_vars/buildvm_armv7_stg +++ b/inventory/group_vars/buildvm_armv7_stg @@ -37,7 +37,7 @@ csi_relationship: | * Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new # this is to enable nested virt, which we need for some builds -virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx" +virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" # These variables are for koji-containerbuild/osbs osbs_url: "osbs.stg.fedoraproject.org"