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>
This commit is contained in:
@@ -7,3 +7,12 @@ environment:
|
|||||||
kiwi_file: Fedora.kiwi
|
kiwi_file: Fedora.kiwi
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user