inventory / buildvm_s390x: switch install to use unsafe cache mode
We already use this in other builders. The worst that can happen is that the vm becomes corrupt from a hard power off or the like. If so, we blow it away and make a new one. This should end up making builds a lot faster. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c96131045d
commit
51f32a828f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-31-s390x
|
|||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/31/Server/s390x/os/
|
||||
dns: 10.3.163.33
|
||||
nm: 255.255.255.0
|
||||
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
||||
virt_install_command: "{{ virt_install_command_s390x_one_nic_unsafe }}"
|
||||
|
||||
ansible_ifcfg_blocklist: True
|
||||
createrepo: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue