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:
parent
8c0b633742
commit
1b081d4689
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue