CI hotfix: Remove cpu passthrough

Some hypervisors really dislike cpu passthrough and it causes tests to fail.
This commit is contained in:
Major Hayden 2020-06-08 20:06:46 -05:00 committed by GitHub
parent bc2a91a688
commit bd8168adbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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