Diffstat (limited to 'tmt/plans/desktop')
| -rw-r--r-- | tmt/plans/desktop/kde/build-desktop-disk.fmf | 1 | ||||
| -rw-r--r-- | tmt/plans/desktop/kde/build-desktop-live.fmf | 10 | ||||
| -rw-r--r-- | tmt/plans/desktop/workstation/build-disk.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/desktop/workstation/build-live.fmf | 18 |
4 files changed, 38 insertions, 0 deletions
diff --git a/tmt/plans/desktop/kde/build-desktop-disk.fmf b/tmt/plans/desktop/kde/build-desktop-disk.fmf index fa3837e..11fcffb 100644 --- a/tmt/plans/desktop/kde/build-desktop-disk.fmf +++ b/tmt/plans/desktop/kde/build-desktop-disk.fmf @@ -4,5 +4,6 @@ discover: environment: image_type: oem image_profile: KDE-Desktop-Disk + kiwi_file: Fedora.kiwi execute: how: tmt diff --git a/tmt/plans/desktop/kde/build-desktop-live.fmf b/tmt/plans/desktop/kde/build-desktop-live.fmf index bdde89d..58ef3da 100644 --- a/tmt/plans/desktop/kde/build-desktop-live.fmf +++ b/tmt/plans/desktop/kde/build-desktop-live.fmf @@ -4,5 +4,15 @@ discover: environment: image_type: iso image_profile: KDE-Desktop-Live + 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' diff --git a/tmt/plans/desktop/workstation/build-disk.fmf b/tmt/plans/desktop/workstation/build-disk.fmf new file mode 100644 index 0000000..9718621 --- /dev/null +++ b/tmt/plans/desktop/workstation/build-disk.fmf @@ -0,0 +1,9 @@ +summary: Build Workstation disk image +discover: + how: fmf +environment: + image_type: oem + image_profile: Workstation-Disk + kiwi_file: Fedora.kiwi +execute: + how: tmt diff --git a/tmt/plans/desktop/workstation/build-live.fmf b/tmt/plans/desktop/workstation/build-live.fmf new file mode 100644 index 0000000..2ecd287 --- /dev/null +++ b/tmt/plans/desktop/workstation/build-live.fmf @@ -0,0 +1,18 @@ +summary: Build Workstation live image +discover: + how: fmf +environment: + image_type: iso + image_profile: Workstation-Live + 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' |