mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
buildvm / arm / staging: no vmx passing on arm
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user