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