diff options
Diffstat (limited to 'tmt/plans')
| -rw-r--r-- | tmt/plans/desktop/kde/build-desktop-live.fmf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmt/plans/desktop/kde/build-desktop-live.fmf b/tmt/plans/desktop/kde/build-desktop-live.fmf index 190c1e1..58ef3da 100644 --- a/tmt/plans/desktop/kde/build-desktop-live.fmf +++ b/tmt/plans/desktop/kde/build-desktop-live.fmf @@ -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' |