tmt: Add build verification for Fedora Workstation

This commit is contained in:
Neal Gompa 2025-01-13 07:42:18 -05:00 committed by ngompa
parent e69c665481
commit 9aeb2773a9
2 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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'