Skip to content

kvm host_requires reduce the cpu_count

Jan Richter requested to merge jarichte/kpet-db:kvm_host_cpu_count into main

The cpu_count for kvm tests has been set to 8 to remove old systems from testing 3 years ago in commit 602af294.

Unfortunately, this decision now causing troubles during provisioning, because it reduces the list of available machines. Let's remove this constrain to increase the list and if there will be any issues we can remove the problematic machines later.

Merge request reports