koji_builder: try more cpus on ppc64le as well

This was caused by an issue a while back, but it was on power8 and we are on power9 now
so we want to see if it's still happening.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-01 22:55:24 +00:00 committed by Pierre-Yves Chibon
parent 8c0b633742
commit 1b081d4689

View file

@ -10,7 +10,7 @@ image_type = raw
# type = kvm
# bridge_name = virbr0
{% if ansible_architecture == 'ppc64' or ansible_architecture == 'ppc64le' %}
cpus = 1
cpus = 4
{% else %}
cpus = 4
{% endif %}