buildvm / arm / staging: no vmx passing on arm
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e3d0729f45
commit
d83ca87622
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue