aboutsummaryrefslogtreecommitdiffci
path: root/tmt/plans
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'tmt/plans')
-rw-r--r--tmt/plans/asahi/build-fex-rootfs.fmf12
-rw-r--r--tmt/plans/base/tiny-disk.xml9
-rw-r--r--tmt/plans/cloud/base/build-aws.fmf1
-rw-r--r--tmt/plans/cloud/base/build-azure.fmf1
-rw-r--r--tmt/plans/cloud/base/build-gcp.fmf1
-rw-r--r--tmt/plans/cloud/base/build-generic.fmf1
-rw-r--r--tmt/plans/cloud/base/build-uefi-uki.fmf1
-rw-r--r--tmt/plans/container/base/build-generic-init.fmf9
-rw-r--r--tmt/plans/container/base/build-generic-minimal.fmf1
-rw-r--r--tmt/plans/container/base/build-generic.fmf1
-rw-r--r--tmt/plans/container/toolbox/build-toolbox.fmf1
-rw-r--r--tmt/plans/desktop/kde/build-desktop-disk.fmf9
-rw-r--r--tmt/plans/desktop/kde/build-desktop-live.fmf18
-rw-r--r--tmt/plans/desktop/workstation/build-disk.fmf9
-rw-r--r--tmt/plans/desktop/workstation/build-live.fmf18
-rw-r--r--tmt/plans/server/guest/build-generic.fmf9
-rw-r--r--tmt/plans/server/host/build-generic.fmf9
-rw-r--r--tmt/plans/vagrant/base/build-libvirt.fmf1
-rw-r--r--tmt/plans/vagrant/base/build-virtualbox.fmf1
-rw-r--r--tmt/plans/wsl/build.fmf9
20 files changed, 121 insertions, 0 deletions
diff --git a/tmt/plans/asahi/build-fex-rootfs.fmf b/tmt/plans/asahi/build-fex-rootfs.fmf
new file mode 100644
index 0000000..30313f9
--- /dev/null
+++ b/tmt/plans/asahi/build-fex-rootfs.fmf
@@ -0,0 +1,12 @@
+summary: Build FEX RootFS
+discover:
+ how: fmf
+adjust:
+ enabled: false
+ when: arch != x86_64
+environment:
+ image_type: erofs
+ image_profile: FEX-RootFS
+ kiwi_file: Fedora.kiwi
+execute:
+ how: tmt
diff --git a/tmt/plans/base/tiny-disk.xml b/tmt/plans/base/tiny-disk.xml
new file mode 100644
index 0000000..98ee6ed
--- /dev/null
+++ b/tmt/plans/base/tiny-disk.xml
@@ -0,0 +1,9 @@
+summary: Build Tiny disk image
+discover:
+ how: fmf
+environment:
+ image_type: oem
+ image_profile: Tiny-Disk
+ kiwi_file: Fedora.kiwi
+execute:
+ how: tmt
diff --git a/tmt/plans/cloud/base/build-aws.fmf b/tmt/plans/cloud/base/build-aws.fmf
index f2d2fe4..758a3a0 100644
--- a/tmt/plans/cloud/base/build-aws.fmf
+++ b/tmt/plans/cloud/base/build-aws.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oem
image_profile: Cloud-Base-AmazonEC2
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/cloud/base/build-azure.fmf b/tmt/plans/cloud/base/build-azure.fmf
index 970ee9a..4cc66ed 100644
--- a/tmt/plans/cloud/base/build-azure.fmf
+++ b/tmt/plans/cloud/base/build-azure.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oem
image_profile: Cloud-Base-Azure
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/cloud/base/build-gcp.fmf b/tmt/plans/cloud/base/build-gcp.fmf
index abe823c..e5ed99e 100644
--- a/tmt/plans/cloud/base/build-gcp.fmf
+++ b/tmt/plans/cloud/base/build-gcp.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oem
image_profile: Cloud-Base-GCE
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/cloud/base/build-generic.fmf b/tmt/plans/cloud/base/build-generic.fmf
index 752bf11..864e137 100644
--- a/tmt/plans/cloud/base/build-generic.fmf
+++ b/tmt/plans/cloud/base/build-generic.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oem
image_profile: Cloud-Base-Generic
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/cloud/base/build-uefi-uki.fmf b/tmt/plans/cloud/base/build-uefi-uki.fmf
index dd37f00..3d1ad3c 100644
--- a/tmt/plans/cloud/base/build-uefi-uki.fmf
+++ b/tmt/plans/cloud/base/build-uefi-uki.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oem
image_profile: Cloud-Base-UEFI-UKI
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/container/base/build-generic-init.fmf b/tmt/plans/container/base/build-generic-init.fmf
new file mode 100644
index 0000000..3a0e82a
--- /dev/null
+++ b/tmt/plans/container/base/build-generic-init.fmf
@@ -0,0 +1,9 @@
+summary: Build Init Generic base container image
+discover:
+ how: fmf
+environment:
+ image_type: oci
+ image_profile: Container-Base-Generic-Init
+ kiwi_file: Fedora.kiwi
+execute:
+ how: tmt
diff --git a/tmt/plans/container/base/build-generic-minimal.fmf b/tmt/plans/container/base/build-generic-minimal.fmf
index ac82294..9c192da 100644
--- a/tmt/plans/container/base/build-generic-minimal.fmf
+++ b/tmt/plans/container/base/build-generic-minimal.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oci
image_profile: Container-Base-Generic-Minimal
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/container/base/build-generic.fmf b/tmt/plans/container/base/build-generic.fmf
index 07b4eb5..c6c71db 100644
--- a/tmt/plans/container/base/build-generic.fmf
+++ b/tmt/plans/container/base/build-generic.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oci
image_profile: Container-Base-Generic
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/container/toolbox/build-toolbox.fmf b/tmt/plans/container/toolbox/build-toolbox.fmf
index b30ed97..76f0567 100644
--- a/tmt/plans/container/toolbox/build-toolbox.fmf
+++ b/tmt/plans/container/toolbox/build-toolbox.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oci
image_profile: Container-Toolbox
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
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..11fcffb
--- /dev/null
+++ b/tmt/plans/desktop/kde/build-desktop-disk.fmf
@@ -0,0 +1,9 @@
+summary: Build KDE Desktop disk image
+discover:
+ how: fmf
+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
new file mode 100644
index 0000000..58ef3da
--- /dev/null
+++ b/tmt/plans/desktop/kde/build-desktop-live.fmf
@@ -0,0 +1,18 @@
+summary: Build KDE Desktop live image
+discover:
+ how: fmf
+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'
diff --git a/tmt/plans/server/guest/build-generic.fmf b/tmt/plans/server/guest/build-generic.fmf
new file mode 100644
index 0000000..252823d
--- /dev/null
+++ b/tmt/plans/server/guest/build-generic.fmf
@@ -0,0 +1,9 @@
+summary: Build Generic guest image
+discover:
+ how: fmf
+environment:
+ image_type: oem
+ image_profile: Server-Guest-Generic
+ kiwi_file: Fedora.kiwi
+execute:
+ how: tmt
diff --git a/tmt/plans/server/host/build-generic.fmf b/tmt/plans/server/host/build-generic.fmf
new file mode 100644
index 0000000..d2279f2
--- /dev/null
+++ b/tmt/plans/server/host/build-generic.fmf
@@ -0,0 +1,9 @@
+summary: Build Generic host image
+discover:
+ how: fmf
+environment:
+ image_type: oem
+ image_profile: Server-Host-Generic
+ kiwi_file: Fedora.kiwi
+execute:
+ how: tmt
diff --git a/tmt/plans/vagrant/base/build-libvirt.fmf b/tmt/plans/vagrant/base/build-libvirt.fmf
index 8c49c19..5dc2751 100644
--- a/tmt/plans/vagrant/base/build-libvirt.fmf
+++ b/tmt/plans/vagrant/base/build-libvirt.fmf
@@ -4,5 +4,6 @@ discover:
environment:
image_type: oem
image_profile: Cloud-Base-Vagrant-libvirt
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/vagrant/base/build-virtualbox.fmf b/tmt/plans/vagrant/base/build-virtualbox.fmf
index 9fcd97e..22878fe 100644
--- a/tmt/plans/vagrant/base/build-virtualbox.fmf
+++ b/tmt/plans/vagrant/base/build-virtualbox.fmf
@@ -7,5 +7,6 @@ adjust:
environment:
image_type: oem
image_profile: Cloud-Base-Vagrant-VirtualBox
+ kiwi_file: Fedora.kiwi
execute:
how: tmt
diff --git a/tmt/plans/wsl/build.fmf b/tmt/plans/wsl/build.fmf
new file mode 100644
index 0000000..beca94b
--- /dev/null
+++ b/tmt/plans/wsl/build.fmf
@@ -0,0 +1,9 @@
+summary: Build the Windows Subsystem for Linux image
+discover:
+ how: fmf
+environment:
+ image_type: wsl
+ image_profile: WSL-Base
+ kiwi_file: Fedora.kiwi
+execute:
+ how: tmt