buildvm / arm / staging: no vmx passing on arm

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-10-01 13:55:07 -07:00
parent e3d0729f45
commit d83ca87622
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"