aboutsummaryrefslogtreecommitdiff
path: root/tmt/plans/desktop/kde/build-desktop-live.fmf
blob: 58ef3da92343bd54530fd42c81d61da57ef4db11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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'