aboutsummaryrefslogtreecommitdiff
path: root/tmt/plans/desktop
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'tmt/plans/desktop')
-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
4 files changed, 0 insertions, 54 deletions
diff --git a/tmt/plans/desktop/kde/build-desktop-disk.fmf b/tmt/plans/desktop/kde/build-desktop-disk.fmf
deleted file mode 100644
index 11fcffb..0000000
--- a/tmt/plans/desktop/kde/build-desktop-disk.fmf
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 58ef3da..0000000
--- a/tmt/plans/desktop/kde/build-desktop-live.fmf
+++ /dev/null
@@ -1,18 +0,0 @@
-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
deleted file mode 100644
index 9718621..0000000
--- a/tmt/plans/desktop/workstation/build-disk.fmf
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 2ecd287..0000000
--- a/tmt/plans/desktop/workstation/build-live.fmf
+++ /dev/null
@@ -1,18 +0,0 @@
-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'