diff options
| author | 2024-09-11 21:40:51 +0200 | |
|---|---|---|
| committer | 2024-09-12 18:55:53 +0200 | |
| commit | 067338f7db3ca39a7ba5677c4d8fea33f827e758 (patch) | |
| tree | 450d14c9863dbce204e5fe9f15b89c32cc48fd03 /tmt/plans | |
| parent | 44a53fbca66bbb8c6ebccaa2740716d688d6c82a (diff) | |
| download | kiwi-descriptions-067338f7db3ca39a7ba5677c4d8fea33f827e758.tar.gz kiwi-descriptions-067338f7db3ca39a7ba5677c4d8fea33f827e758.zip | |
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>
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' |