CI hotfix: Remove cpu passthrough
Some hypervisors really dislike cpu passthrough and it causes tests to fail.
This commit is contained in:
parent
bc2a91a688
commit
bd8168adbd
1 changed files with 1 additions and 2 deletions
|
|
@ -172,7 +172,6 @@ sudo virt-install \
|
|||
--import \
|
||||
--os-variant rhel8-unknown \
|
||||
--noautoconsole \
|
||||
--cpu host-passthrough \
|
||||
--network network=default
|
||||
|
||||
# Wait for the image to make a DHCP request.
|
||||
|
|
@ -233,4 +232,4 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue