aboutsummaryrefslogtreecommitdiff
path: root/tmt
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-07-22 17:16:38 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-07-24 07:13:41 -0400
commit3af429672cad48dda21ad4444dc62db7de7083a5 (patch)
tree7b2aa6578862b312fc1124b1b4e183c0682aa7a4 /tmt
parentc8229ee61ff0e91361e41ad4a11277bb4f3078ee (diff)
downloadkiwi-descriptions-3af429672cad48dda21ad4444dc62db7de7083a5.tar.gz
kiwi-descriptions-3af429672cad48dda21ad4444dc62db7de7083a5.zip
teams/kde: Rework to add disk image build
This adds a disk image build profile to produce Fedora KDE images. Additionally, these profiles are now tested in CI.
Diffstat (limited to 'tmt')
-rw-r--r--tmt/plans/desktop/kde/build-desktop-disk.fmf8
-rw-r--r--tmt/plans/desktop/kde/build-desktop-live.fmf8
2 files changed, 16 insertions, 0 deletions
diff --git a/tmt/plans/desktop/kde/build-desktop-disk.fmf b/tmt/plans/desktop/kde/build-desktop-disk.fmf
new file mode 100644
index 0000000..fa3837e
--- /dev/null
+++ b/tmt/plans/desktop/kde/build-desktop-disk.fmf
@@ -0,0 +1,8 @@
+summary: Build KDE Desktop disk image
+discover:
+ how: fmf
+environment:
+ image_type: oem
+ image_profile: KDE-Desktop-Disk
+execute:
+ how: tmt
diff --git a/tmt/plans/desktop/kde/build-desktop-live.fmf b/tmt/plans/desktop/kde/build-desktop-live.fmf
new file mode 100644
index 0000000..bdde89d
--- /dev/null
+++ b/tmt/plans/desktop/kde/build-desktop-live.fmf
@@ -0,0 +1,8 @@
+summary: Build KDE Desktop live image
+discover:
+ how: fmf
+environment:
+ image_type: iso
+ image_profile: KDE-Desktop-Live
+execute:
+ how: tmt