Improve test time for kde/build-desktop-live

Larger disk means more IO performance.

Require more CPUs to aid mksquashfs performance.

Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
(cherry picked from commit 067338f7db3ca39a7ba5677c4d8fea33f827e758)
This commit is contained in:
Miroslav Vadkerti 2024-09-11 21:40:51 +02:00 committed by Neal Gompa
parent 35ef7342b1
commit 87740c8234

View File

@ -7,3 +7,12 @@ environment:
kiwi_file: Fedora.kiwi
execute:
how: tmt
provision:
how: artemis
hardware:
cpu:
# Add more CPUs to make mksquashfs faster
processors: ">= 8"
disk:
# Increase disk size for better IO performance
- size: '>=500 GiB'