aboutsummaryrefslogtreecommitdiff
path: root/tmt/plans
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-01-13 07:42:18 -0500
committerGravatar ngompa <ngompa13@gmail.com> 2025-01-13 13:55:28 +0000
commit9aeb2773a95c688515c53767291d4fada90e2484 (patch)
tree876249aadd4a86a16044e9f159d983abaecbddf4 /tmt/plans
parente69c665481d758c5c4ed6ad42a68d0e20254657a (diff)
downloadkiwi-descriptions-9aeb2773a95c688515c53767291d4fada90e2484.tar.gz
kiwi-descriptions-9aeb2773a95c688515c53767291d4fada90e2484.zip
tmt: Add build verification for Fedora Workstation
Diffstat (limited to 'tmt/plans')
-rw-r--r--tmt/plans/desktop/workstation/build-disk.fmf9
-rw-r--r--tmt/plans/desktop/workstation/build-live.fmf18
2 files changed, 27 insertions, 0 deletions
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'