{
    "Machines": {
        "bios": {
            "backend": "qemu",
            "settings": {
                "ARCH_BASE_MACHINE": "64bit",
                "PART_TABLE_TYPE": "mbr",
                "QEMUCPU": "Nehalem",
                "QEMUCPUS": "2",
                "QEMURAM": "3072",
                "QEMU_VIDEO_DEVICE": "virtio-vga",
                "QEMU_MAX_MIGRATION_TIME": "480",
                "QEMU_VIRTIO_RNG": "1",
                "XRES": "1024",
                "YRES": "768",
                "WORKER_CLASS": "qemu_x86_64"
            }
        },
        "aarch64": {
            "backend": "qemu",
            "settings": {
                "ARCH_BASE_MACHINE": "aarch64",
                "INSECURE_PFLASH_CODE": "/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw",
                "INSECURE_PFLASH_VARS": "/usr/share/edk2/aarch64/vars-template-pflash.raw",
                "PART_TABLE_TYPE": "gpt",
                "QEMU": "aarch64",
                "QEMUCPU": "host",
                "QEMUCPUS": "2",
                "QEMUMACHINE": "virt,gic-version=max",
                "QEMURAM": 4096,
                "QEMU_MAX_MIGRATION_TIME": "480",
                "QEMU_VIDEO_DEVICE": "virtio-gpu-pci",
                "QEMU_VIRTIO_RNG": "1",
                "SERIALDEV": "ttyAMA0",
                "TIMEOUT_SCALE": "1.5",
                "UEFI": "1",
                "UEFI_PFLASH_CODE": "/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw",
                "UEFI_PFLASH_VARS": "/usr/share/edk2/aarch64/vars-template-pflash.raw",
                "WORKER_CLASS": "qemu_aarch64"
            }
        },
        "ppc64le": {
            "backend": "qemu",
            "settings": {
                "ARCH_BASE_MACHINE": "ppc64le",
                "OFW": 1,
                "PART_TABLE_TYPE": "mbr",
                "QEMU": "ppc64",
                "QEMUCPU": "host",
                "QEMURAM": 4096,
                "QEMU_VIDEO_DEVICE": "VGA",
                "QEMU_MAX_MIGRATION_TIME": "480",
                "QEMU_VIRTIO_RNG": "1",
                "WORKER_CLASS": "qemu_ppc64le"
            }
        },
        "64bit": {
            "backend": "qemu",
            "settings": {
                "ARCH_BASE_MACHINE": "64bit",
                "INSECURE_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE.fd",
                "INSECURE_PFLASH_VARS": "/usr/share/edk2/ovmf/OVMF_VARS.fd",
                "PART_TABLE_TYPE": "gpt",
                "QEMUCPU": "Nehalem",
                "QEMUCPUS": "2",
                "QEMURAM": "3072",
                "QEMU_VIDEO_DEVICE": "virtio-vga",
                "XRES": "1024",
                "YRES": "768",
                "QEMUMACHINE": "q35,smm=on",
                "QEMU_APPEND": "global driver=cfi.pflash01,property=secure,value=on",
                "QEMU_MAX_MIGRATION_TIME": "480",
                "QEMU_VIRTIO_RNG": "1",
                "UEFI": "1",
                "UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd",
                "UEFI_PFLASH_VARS": "/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd",
                "UEFI_SECURE": "1",
                "WORKER_CLASS": "qemu_x86_64"
            }
        }
    },
    "Products": {
        "fedora-BaseOS-boot-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "BaseOS-boot-iso",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "+QEMUCPU": "Haswell",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-BaseOS-dvd-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "BaseOS-dvd-iso",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "+QEMUCPU": "Haswell",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Cloud_Base-qcow2-qcow2-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "Cloud_Base-qcow2-qcow2",
            "settings": {
                "BOOTFROM": "c",
                "DEPLOY_UPLOAD_TEST": "",
                "+HDD_1": "%HDD_2%",
                "ISO": "cloudinit.iso",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "HDD_1"
            },
            "version": "*"
        },
        "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "Cloud_Base-qcow2-qcow2",
            "settings": {
                "BOOTFROM": "c",
                "DEPLOY_UPLOAD_TEST": "",
                "+HDD_1": "%HDD_2%",
                "ISO": "cloudinit.iso",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "HDD_1"
            },
            "version": "*"
        },
        "fedora-Cloud_Base-qcow2-qcow2-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Cloud_Base-qcow2-qcow2",
            "settings": {
                "BOOTFROM": "c",
                "DEPLOY_UPLOAD_TEST": "",
                "+HDD_1": "%HDD_2%",
                "ISO": "cloudinit.iso",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "HDD_1"
            },
            "version": "*"
        },
        "fedora-CoreOS-colive-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "CoreOS-colive-iso",
            "settings": {
                "CANNED": "1",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "TEST_TARGET": "ISO",
                "USER_LOGIN": "false"
            },
            "version": "*"
        },
        "fedora-Everything-boot-iso-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "Everything-boot-iso",
            "settings": {
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Everything-boot-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Everything-boot-iso",
            "settings": {
                "+QEMURAM": 3072,
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-IoT-dvd_ostree-iso-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "IoT-dvd_ostree-iso",
            "settings": {
                "CANNED": "1",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-IoT-dvd_ostree-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "IoT-dvd_ostree-iso",
            "settings": {
                "CANNED": "1",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-KDE-live-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "KDE-live-iso",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "DESKTOP": "kde",
                "HDDSIZEGB": "15",
                "LIVE": "1",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-i3-live-x86_64*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "i3-live-iso",
            "settings": {
                "DESKTOP": "i3",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "LIVE": "1",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO",
                "USER_LOGIN": "i3-user"
            },
            "version": "*"
        },
        "fedora-Minimal-raw_xz-raw.xz-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "Minimal-raw_xz-raw.xz",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_arm_image_deployment_upload",
                "TEST_TARGET": "HDD_2"
            },
            "version": "*"
        },
        "fedora-Server-boot-iso-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "Server-boot-iso",
            "settings": {
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Server-boot-iso-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "Server-boot-iso",
            "settings": {
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Server-boot-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Server-boot-iso",
            "settings": {
                "+QEMURAM": 3072,
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Server-dvd-iso-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "Server-dvd-iso",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Server-dvd-iso-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "Server-dvd-iso",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Server-dvd-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Server-dvd-iso",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Server-raw_xz-raw.xz-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "Server-raw_xz-raw.xz",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_arm_image_deployment_upload",
                "TEST_TARGET": "HDD_2"
            },
            "version": "*"
        },
        "fedora-Silverblue-dvd_ostree-iso-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "Silverblue-dvd_ostree-iso",
            "settings": {
                "CANNED": "1",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "DESKTOP": "gnome",
                "HDDSIZEGB": "20",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Silverblue-dvd_ostree-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Silverblue-dvd_ostree-iso",
            "settings": {
                "CANNED": "1",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "DESKTOP": "gnome",
                "HDDSIZEGB": "20",
                "PACKAGE_SET": "default",
                "RETRY": "2",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Workstation-live-iso-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "Workstation-live-iso",
            "settings": {
                "DESKTOP": "gnome",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "HDDSIZEGB": "20",
                "LIVE": "1",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Workstation-live-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Workstation-live-iso",
            "settings": {
                "DESKTOP": "gnome",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "HDDSIZEGB": "20",
                "LIVE": "1",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Workstation-live_osbuild-iso-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Workstation-live_osbuild-iso",
            "settings": {
                "DESKTOP": "gnome",
                "DEPLOY_UPLOAD_TEST": "install_default_upload",
                "HDDSIZEGB": "20",
                "LIVE": "1",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-Workstation-upgrade-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "Workstation-upgrade",
            "settings": {
                "DESKTOP": "gnome",
                "DEPLOY_UPLOAD_TEST": "upgrade_desktop",
                "HDDSIZEGB": "20",
                "PACKAGE_SET": "default",
                "TEST_TARGET": "COMPOSE"
            },
            "version": "*"
        },
        "fedora-Workstation-raw_xz-raw.xz-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "Workstation-raw_xz-raw.xz",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "install_arm_image_deployment_upload",
                "DESKTOP": "gnome",
                "TEST_TARGET": "HDD_2"
            },
            "version": "*"
        },
        "fedora-Workstation-upgrade-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "Workstation-upgrade",
            "settings": {
                "DEPLOY_UPLOAD_TEST": "upgrade_desktop",
                "DESKTOP": "gnome",
                "TEST_TARGET": "COMPOSE"
            },
            "version": "*"
        },
        "fedora-universal-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "universal",
            "settings": {
                "TEST_TARGET": "COMPOSE"
            },
            "version": "*"
        },
        "fedora-universal-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "universal",
            "settings": {
                "TEST_TARGET": "COMPOSE"
            },
            "version": "*"
        },
        "fedora-universal-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "universal",
            "settings": {
                "TEST_TARGET": "COMPOSE"
            },
            "version": "*"
        },
        "fedora-seasonal-aarch64-*": {
            "arch": "aarch64",
            "distri": "fedora",
            "flavor": "seasonal",
            "settings": {
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-seasonal-ppc64le-*": {
            "arch": "ppc64le",
            "distri": "fedora",
            "flavor": "seasonal",
            "settings": {
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        },
        "fedora-seasonal-x86_64-*": {
            "arch": "x86_64",
            "distri": "fedora",
            "flavor": "seasonal",
            "settings": {
                "TEST_TARGET": "ISO"
            },
            "version": "*"
        }
    },
    "Profiles": {
        "fedora-BaseOS-boot-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-BaseOS-boot-iso-x86_64-*"
        },
        "fedora-BaseOS-dvd-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-BaseOS-dvd-iso-x86_64-*"
        },
        "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-Cloud_Base-qcow2-qcow2-aarch64-*"
        },
        "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*"
        },
        "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Cloud_Base-qcow2-qcow2-x86_64-*"
        },
        "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-Cloud_Base-qcow2-qcow2-x86_64-*"
        },
        "fedora-CoreOS-colive-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-CoreOS-colive-iso-x86_64-*"
        },
        "fedora-CoreOS-colive-iso-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-CoreOS-colive-iso-x86_64-*"
        },
        "fedora-Everything-boot-iso-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-Everything-boot-iso-ppc64le-*"
        },
        "fedora-Everything-boot-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Everything-boot-iso-x86_64-*"
        },
        "fedora-Everything-boot-iso-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-Everything-boot-iso-x86_64-*"
        },
        "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-IoT-dvd_ostree-iso-aarch64-*"
        },
        "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-IoT-dvd_ostree-iso-x86_64-*"
        },
        "fedora-KDE-live-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-KDE-live-iso-x86_64-*"
        },
        "fedora-KDE-live-iso-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-KDE-live-iso-x86_64-*"
        },
        "fedora-i3-live-x86_64-*-bios": {
            "machine": "uefi",
            "product": "fedora-i3-live-x86_64*"
        },
        "fedora-i3-live-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-i3-live-x86_64*"
        },
        "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-Minimal-raw_xz-raw.xz-aarch64-*"
        },
        "fedora-Server-boot-iso-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-Server-boot-iso-aarch64-*"
        },
        "fedora-Server-boot-iso-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-Server-boot-iso-ppc64le-*"
        },
        "fedora-Server-boot-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Server-boot-iso-x86_64-*"
        },
        "fedora-Server-boot-iso-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-Server-boot-iso-x86_64-*"
        },
        "fedora-Server-dvd-iso-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-Server-dvd-iso-aarch64-*"
        },
        "fedora-Server-dvd-iso-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-Server-dvd-iso-ppc64le-*"
        },
        "fedora-Server-dvd-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Server-dvd-iso-x86_64-*"
        },
        "fedora-Server-dvd-iso-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-Server-dvd-iso-x86_64-*"
        },
        "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-Server-raw_xz-raw.xz-aarch64-*"
        },
        "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-Silverblue-dvd_ostree-iso-ppc64le-*"
        },
        "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Silverblue-dvd_ostree-iso-x86_64-*"
        },
        "fedora-Silverblue-dvd_ostree-iso-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-Silverblue-dvd_ostree-iso-x86_64-*"
        },
        "fedora-Workstation-live-iso-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-Workstation-live-iso-ppc64le-*"
        },
        "fedora-Workstation-live-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Workstation-live-iso-x86_64-*"
        },
        "fedora-Workstation-live-iso-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-Workstation-live-iso-x86_64-*"
        },
        "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Workstation-live_osbuild-iso-x86_64-*"
        },
        "fedora-Workstation-upgrade-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-Workstation-upgrade-x86_64-*"
        },
        "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-Workstation-raw_xz-raw.xz-aarch64-*"
        },
        "fedora-Workstation-upgrade-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-Workstation-upgrade-aarch64-*"
        },
        "fedora-universal-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-universal-aarch64-*"
        },
        "fedora-universal-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-universal-ppc64le-*"
        },
        "fedora-universal-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-universal-x86_64-*"
        },
        "fedora-universal-x86_64-*-bios": {
            "machine": "bios",
            "product": "fedora-universal-x86_64-*"
        },
        "fedora-seasonal-aarch64-*-aarch64": {
            "machine": "aarch64",
            "product": "fedora-seasonal-aarch64-*"
        },
        "fedora-seasonal-ppc64le-*-ppc64le": {
            "machine": "ppc64le",
            "product": "fedora-seasonal-ppc64le-*"
        },
        "fedora-seasonal-x86_64-*-64bit": {
            "machine": "64bit",
            "product": "fedora-seasonal-x86_64-*"
        }
    },
    "TestSuites": {
        "apps_startstop": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 40,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "STARTSTOP": "true",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "base_reboot_unmount": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 20,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 20,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-bios": 20,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 20,
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 50,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
                "fedora-KDE-live-iso-x86_64-*-64bit": 22,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "base_reboot_unmount",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "base_system_logging": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 20,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 20,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 20,
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 50,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
                "fedora-KDE-live-iso-x86_64-*-64bit": 22,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "base_system_logging",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "base_update_cli": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 20,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 20,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 20,
                "fedora-KDE-live-iso-x86_64-*-64bit": 22,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "base_update_cli",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "base_package_install_remove": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 40,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 40,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 40,
                "fedora-KDE-live-iso-x86_64-*-64bit": 42,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "base_package_install_remove",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "base_services_start": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 40,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 40,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-bios": 40,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 40,
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 50,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
                "fedora-KDE-live-iso-x86_64-*-64bit": 42,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "base_services_start",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "base_selinux": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 40,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 40,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 40,
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 50,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
                "fedora-KDE-live-iso-x86_64-*-64bit": 42,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "base_selinux",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "base_service_manipulation": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 40,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 40,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 40,
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 50,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
                "fedora-KDE-live-iso-x86_64-*-64bit": 42,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "base_service_manipulation",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "cloud_autocloud": {
            "profiles": {
                "fedora-Cloud_Base-qcow2-qcow2-aarch64-*-aarch64": 30,
                "fedora-Cloud_Base-qcow2-qcow2-ppc64le-*-ppc64le": 30,
                "fedora-Cloud_Base-qcow2-qcow2-x86_64-*-64bit": 30
            },
            "settings": {
                "POSTINSTALL": "autocloud"
            }
        },
        "install_blivet_resize_lvm": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "PARTITIONING": "custom_blivet_resize_lvm",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "INSTALL": "1",
                "POSTINSTALL": "disk_custom_resize_lvm_postinstall",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "install_lvm_ext4"
            }
        },
        "install_resize_lvm": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "PARTITIONING": "custom_resize_lvm",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "INSTALL": "1",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "install_lvm_ext4"
            }
        },
        "desktop_background": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 22,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "desktop_background",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_login": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 30,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 30,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NO_ADVISORY_POST": "1",
                "NO_UEFI_POST": "1",
                "POSTINSTALL": "desktop_login",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_fprint": {
            "profiles": {
                "fedora-Workstation-live-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 50
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "desktop_fprint",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_browser": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 22,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "desktop_browser",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_notifications_live": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 32,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 30,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "ENTRYPOINT": "desktop_notifications"
            }
        },
        "desktop_notifications_postinstall": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 32,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 30,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 30,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "ENTRYPOINT": "desktop_notifications",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_printing": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "USE_CUPS": "1",
                "POSTINSTALL": "desktop_printing",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_printing_builtin": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "desktop_printing",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_terminal": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 22,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "desktop_terminal",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "evince": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/evince",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "calculator": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/calculator",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "clocks": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/clocks",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "archiver": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/archiver",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "contacts": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/contacts",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "characters": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/characters",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "disks": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/disks",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "fonts": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/fonts",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "flatpak": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "flatpak_fedora flatpak_flathub flatpak_update",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "gnome-panel": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/gnome-panel",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "gwenview": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/gwenview",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "help_viewer": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/help",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "kcalc": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/kcalc",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "maps": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/maps",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "nautilus": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/nautilus",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "navigation": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/navigation",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "gnome_text_editor": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/gnome-text-editor",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "sysmon": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/sysmon",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "tour": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/tour",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "weather": {
            "profiles": {
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/weather",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "loupe": {
            "profiles": {
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/loupe",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_keyring": {
            "profiles": {
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 20,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 20,
                "fedora-KDE-live-iso-x86_64-*-64bit": 30,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 22
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL_PATH": "tests/applications/keyring",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "desktop_update_graphical": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 32,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 30,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 70,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 32,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "desktop_update_graphical",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "i3_tiling": {
            "profiles": {
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "i3_tiling",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "install_anaconda_text": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "ANACONDA_TEXT": "1"
            }
        },
        "install_anaconda_text_save_traceback_bugzilla": {
            "profiles": {
                "fedora-seasonal-aarch64-*-aarch64": 20,
                "fedora-seasonal-ppc64le-*-ppc64le": 20,
                "fedora-seasonal-x86_64-*-64bit": 20
            },
            "settings": {
                "ANACONDA_TEXT": "1",
                "CRASH_REPORT": "1"
            }
        },
        "install_arabic_language": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "DESKTOP": "gnome",
                "ENCRYPT_PASSWORD": "weakpassword",
                "HDDSIZEGB": "15",
                "LANGUAGE": "arabic",
                "PACKAGE_SET": "workstation",
                "POSTINSTALL": "_console_login",
                "QEMU_DISABLE_SNAPSHOTS": "1",
                "REPOSITORY_VARIATION": "%LOCATION%",
                "ROOT_PASSWORD": "weakpassword",
                "SWITCHED_LAYOUT": "1",
                "USER_LOGIN": "qwerty"
            }
        },
        "install_arm_image_deployment_upload": {
            "profiles": {
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 12,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 12,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 12
            },
            "settings": {
                "IMAGE_DEPLOY": "1",
                "INSTALL_NO_USER": "1",
                "NUMDISKS": "2",
                "STORE_HDD_2": "disk_%FLAVOR%_%MACHINE%.qcow2"
            }
        },
        "install_asian_language": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "DESKTOP": "gnome",
                "ENCRYPT_PASSWORD": "weakpassword",
                "HDDSIZEGB": "15",
                "INPUT_METHOD": "1",
                "LANGUAGE": "japanese",
                "PACKAGE_SET": "workstation",
                "POSTINSTALL": "_console_login",
                "QEMU_DISABLE_SNAPSHOTS": "1",
                "REPOSITORY_VARIATION": "%LOCATION%",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "qwerty"
            }
        },
        "install_blivet_btrfs": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_blivet_btrfs",
                "POSTINSTALL": "disk_custom_btrfs_postinstall",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_lvmthin": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_blivet_lvmthin",
                "POSTINSTALL": "disk_custom_lvmthin_postinstall",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_btrfs_preserve_home_bios": {
            "profiles": {
                "fedora-Server-dvd-iso-x86_64-*-bios": 41
            },
            "settings": {
                "PARTITIONING": "custom_blivet_btrfs_preserve_home",
                "HDD_1": "disk_f%CURRREL%_minimal-bios_4_%ARCH%.qcow2",
                "POSTINSTALL": "btrfs_preserve_home_check_content",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_btrfs_preserve_home": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "PARTITIONING": "custom_blivet_btrfs_preserve_home",
                "HDD_1": "disk_f%CURRREL%_desktop_5_%ARCH%.qcow2",
                "POSTINSTALL": "btrfs_preserve_home_check_content",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_lvm_ext4": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_blivet_lvm_ext4",
                "POSTINSTALL": "disk_custom_lvm_ext4_postinstall",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_standard_partition_ext4": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_blivet_standard_partition_ext4",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_with_swap": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 50,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 50,
                "fedora-Server-dvd-iso-x86_64-*-bios": 50,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 51
            },
            "settings": {
                "PARTITIONING": "custom_blivet_with_swap",
                "POSTINSTALL": "disk_custom_with_swap_postinstall",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_software_raid": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "NUMDISKS": "2",
                "PARTITIONING": "custom_blivet_software_raid",
                "POSTINSTALL": "disk_custom_software_raid_postinstall",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_blivet_xfs": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_blivet_xfs",
                "POSTINSTALL": "disk_custom_xfs_postinstall",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_btrfs": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_btrfs",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_btrfs_preserve_home": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 10,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 10,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 10
            },
            "settings": {
                "PARTITIONING": "custom_btrfs_preserve_home",
                "ROOT_PASSWORD": "weakpassword",
                "POSTINSTALL": "btrfs_preserve_home_check_content",
                "HDD_1": "disk_f%CURRREL%_desktop_5_%ARCH%.qcow2"
            }
        },
        "install_btrfs_preserve_home_bios": {
            "profiles": {
                "fedora-Server-dvd-iso-x86_64-*-bios": 41
            },
            "settings": {
                "PARTITIONING": "custom_btrfs_preserve_home",
                "HDD_1": "disk_f%CURRREL%_minimal-bios_4_%ARCH%.qcow2",
                "POSTINSTALL": "btrfs_preserve_home_check_content",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_cyrillic_language": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "DESKTOP": "gnome",
                "ENCRYPT_PASSWORD": "weakpassword",
                "HDDSIZEGB": "15",
                "LANGUAGE": "russian",
                "PACKAGE_SET": "workstation",
                "POSTINSTALL": "_console_login",
                "QEMU_DISABLE_SNAPSHOTS": "1",
                "REPOSITORY_VARIATION": "%LOCATION%",
                "ROOT_PASSWORD": "weakpassword",
                "SWITCHED_LAYOUT": "1",
                "USER_LOGIN": "qwerty"
            }
        },
        "install_default": {
            "profiles": {
                "fedora-BaseOS-boot-iso-x86_64-*-64bit": 50,
                "fedora-CoreOS-colive-iso-x86_64-*-bios": 21,
                "fedora-Everything-boot-iso-ppc64le-*-ppc64le": 62,
                "fedora-Everything-boot-iso-x86_64-*-bios": 10,
                "fedora-Everything-boot-iso-x86_64-*-64bit": 11,
                "fedora-KDE-live-iso-x86_64-*-bios": 16,
                "fedora-Server-boot-iso-aarch64-*-aarch64": 10,
                "fedora-Server-boot-iso-ppc64le-*-ppc64le": 10,
                "fedora-Server-boot-iso-x86_64-*-bios": 10,
                "fedora-Server-boot-iso-x86_64-*-64bit": 11,
                "fedora-Server-dvd-iso-x86_64-*-bios": 11,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-bios": 51,
                "fedora-Workstation-live-iso-x86_64-*-bios": 11,
                "fedora-Server-boot-iso-x86_64-*-64bit": 10,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "PACKAGE_SET": "default",
                "POSTINSTALL": "_collect_data"
            }
        },
        "install_default_upload": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 20,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
                "fedora-KDE-live-iso-x86_64-*-64bit": 15,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 10,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 10,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 10,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 10,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 10,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 60,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "PACKAGE_SET": "default",
                "POSTINSTALL": "_collect_data",
                "STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
            }
        },
        "install_delete_partial": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-bios": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "HDD_1": "disk_full_%PART_TABLE_TYPE%.img",
                "PARTITIONING": "guided_delete_partial",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_delete_pata": {
            "profiles": {
                "fedora-Server-dvd-iso-x86_64-*-bios": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 21
            },
            "settings": {
                "HDDMODEL": "ide-hd",
                "HDD_1": "disk_full_mbr.img",
                "PARTITIONING": "guided_delete_all"
            }
        },
        "install_european_language": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "DESKTOP": "gnome",
                "ENCRYPT_PASSWORD": "weakpassword",
                "HDDSIZEGB": "15",
                "LANGUAGE": "french",
                "NO_UEFI_POST": "1",
                "PACKAGE_SET": "workstation",
                "POSTINSTALL": "_console_login",
                "QEMU_DISABLE_SNAPSHOTS": "1",
                "REPOSITORY_VARIATION": "%LOCATION%",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "qwerty"
            }
        },
        "install_iscsi": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "ANACONDA_STATIC": "172.16.2.111",
                "INSTALL_UNLOCK": "support_ready",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "support_server_2",
                "PARTITIONING": "custom_iscsi",
                "ROOT_PASSWORD": "weakpassword",
                "WORKER_CLASS": "tap"
            }
        },
        "install_kickstart_firewall_configured": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "GRUB": "inst.ks=http://fedorapeople.org/groups/qa/kickstarts/firewall-configured-net.ks",
                "KICKSTART": "1",
                "POSTINSTALL": "firewall_configured",
                "ROOT_PASSWORD": "anaconda",
                "USER_LOGIN": "false"
            }
        },
        "install_kickstart_firewall_disabled": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "GRUB": "inst.ks=http://fedorapeople.org/groups/qa/kickstarts/firewall-disabled-net.ks",
                "KICKSTART": "1",
                "POSTINSTALL": "firewall_disabled",
                "ROOT_PASSWORD": "anaconda",
                "USER_LOGIN": "false"
            }
        },
        "install_kickstart_hdd": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "GRUB": "inst.ks=hd:vdb1:/root-user-crypted-net.ks",
                "HDD_2": "disk_ks_7.img",
                "KICKSTART": "1",
                "NUMDISKS": "2",
                "ROOT_PASSWORD": "111111",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "test"
            }
        },
        "install_kickstart_nfs": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "GRUB": "inst.ks=nfs:172.16.2.120:/export/root-user-crypted-net.ks",
                "INSTALL_UNLOCK": "support_ready",
                "KICKSTART": "1",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "support_server_2",
                "ROOT_PASSWORD": "111111",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "install_kickstart_user_creation": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "GRUB": "inst.ks=https://fedorapeople.org/groups/qa/kickstarts/root-user-crypted-net.ks",
                "KICKSTART": "1",
                "ROOT_PASSWORD": "111111",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "test"
            }
        },
        "install_lvmthin": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_lvmthin",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_lvm_ext4": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "HDDSIZEGB": "17",
                "PARTITIONING": "custom_lvm_ext4",
                "ROOT_PASSWORD": "weakpassword",
                "STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
            }
        },
        "install_standard_partition_ext4": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-bios": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "PARTITIONING": "custom_standard_partition_ext4",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_mirrorlist_graphical": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "MIRRORLIST_GRAPHICAL": "1"
            }
        },
        "install_multi": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-bios": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 21
            },
            "settings": {
                "HDD_2": "disk_full_mbr.img",
                "NUMDISKS": "2",
                "PARTITIONING": "guided_multi",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_multi_empty": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-bios": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "NUMDISKS": "2",
                "PARTITIONING": "guided_multi_empty_all",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_with_swap": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 50,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 50,
                "fedora-Server-dvd-iso-x86_64-*-bios": 50,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 51
            },
            "settings": {
                "PARTITIONING": "custom_with_swap",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_no_user": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 21
            },
            "settings": {
                "INSTALL_NO_USER": "1"
            }
        },
        "install_package_set_kde": {
            "profiles": {
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 50
            },
            "settings": {
                "DESKTOP": "kde",
                "HDDSIZEGB": "15",
                "PACKAGE_SET": "kde",
                "POSTINSTALL": "_collect_data",
                "REPOSITORY_VARIATION": "%LOCATION%"
            }
        },
        "install_package_set_minimal": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "PACKAGE_SET": "minimal",
                "POSTINSTALL": "_collect_data"
            }
        },
        "install_pxeboot": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-bios": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "+ISO": "",
                "DELAYED_START": "1",
                "IS_PXE": "1",
                "KICKSTART": "1",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "support_server_2@%ARCH_BASE_MACHINE%",
                "ROOT_PASSWORD": "111111",
                "TEST_TARGET": "COMPOSE",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "install_repository_hd_variation": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "HDD_2": "disk_full_mbr.img",
                "NUMDISKS": "2",
                "PREINSTALL": "preinstall_iso_in_hd",
                "REPOSITORY_VARIATION": "hd:vdb1:/fedora_image.iso"
            }
        },
        "install_repository_http_graphical": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "REPOSITORY_GRAPHICAL": "%LOCATION%"
            }
        },
        "install_repository_http_variation": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "REPOSITORY_VARIATION": "%LOCATION%"
            }
        },
        "install_repository_nfs_graphical": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "INSTALL_UNLOCK": "support_ready",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "support_server",
                "REPOSITORY_GRAPHICAL": "nfs:nfsvers=4:172.16.2.110:/repo",
                "WORKER_CLASS": "tap"
            }
        },
        "install_repository_nfs_variation": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "INSTALL_UNLOCK": "support_ready",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "support_server",
                "REPOSITORY_VARIATION": "nfs:nfsvers=4:172.16.2.110:/repo",
                "WORKER_CLASS": "tap"
            }
        },
        "install_repository_nfsiso_variation": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "INSTALL_UNLOCK": "support_ready",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "support_server",
                "REPOSITORY_VARIATION": "nfs:nfsvers=4:172.16.2.110:/iso/image.iso",
                "WORKER_CLASS": "tap"
            }
        },
        "install_rescue_encrypted": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 31,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 31,
                "fedora-Server-dvd-iso-x86_64-*-bios": 31,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 32
            },
            "settings": {
                "BOOTFROM": "d",
                "ENTRYPOINT": "rescue_mode_encrypted",
                "HDD_1": "disk_%MACHINE%_encrypted.qcow2",
                "START_AFTER_TEST": "install_simple_encrypted"
            }
        },
        "install_sata": {
            "profiles": {
                "fedora-Server-dvd-iso-x86_64-*-bios": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 21
            },
            "settings": {
                "ATACONTROLLER": "ich9-ahci",
                "HDDMODEL": "ide-hd,bus=ahci0.0"
            }
        },
        "install_scsi_updates_img": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "CDMODEL": "scsi-cd",
                "GRUB": "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-openqa.img",
                "HDDMODEL": "scsi-hd",
                "SCSICONTROLLER": "virtio-scsi-pci",
                "TEST_UPDATES": "1"
            }
        },
        "install_serial_console": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "ANACONDA_TEXT": "1",
                "NO_UEFI_POST": "1",
                "SERIAL_CONSOLE": "1",
                "VIRTIO_CONSOLE_NUM": "2"
            }
        },
        "install_shrink_ext4": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "HDD_1": "disk_shrink_ext4.img",
                "PARTITIONING": "guided_shrink",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_shrink_ntfs": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "HDD_1": "disk_shrink_ntfs.img",
                "PARTITIONING": "guided_shrink",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_simple_encrypted": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-bios": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "ENCRYPT_PASSWORD": "weakpassword",
                "STORE_HDD_1": "disk_%MACHINE%_encrypted.qcow2"
            }
        },
        "install_simple_free_space": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-bios": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "HDD_1": "disk_freespace_%PART_TABLE_TYPE%.img",
                "PARTITIONING": "guided_free_space",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_software_raid": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-bios": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "NUMDISKS": "2",
                "PARTITIONING": "custom_software_raid",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "install_turkish_language": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "DESKTOP": "gnome",
                "ENCRYPT_PASSWORD": "weakpassword",
                "HDDSIZEGB": "15",
                "LANGUAGE": "turkish",
                "NO_UEFI_POST": "1",
                "PACKAGE_SET": "workstation",
                "POSTINSTALL": "_console_login",
                "QEMU_DISABLE_SNAPSHOTS": "1",
                "REPOSITORY_VARIATION": "%LOCATION%",
                "ROOT_PASSWORD": "weakpassword",
                "USER_GECOS": "I;'[] <>i[ \"d,. };[,r]",
	        "USER_LOGIN": "test",		
		"USER_PASSWORD": "weakpassword"
            }
        },
        "install_updates_img_local": {
            "profiles": {
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "GRUB": "inst.updates=hd:LABEL=UPDATES_IMG:/updates.img",
                "HDD_2": "disk_updates_img_2.img",
                "NUMDISKS": "2",
                "TEST_UPDATES": "1"
            }
        },
        "install_updates_nfs": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "GRUB": "inst.stage2=nfs:nfsvers=4:172.16.2.110:/repo",
                "INSTALL_UNLOCK": "support_ready",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "support_server",
                "QEMURAM": "3072",
                "TEST_UPDATES": "1",
                "WORKER_CLASS": "tap"
            }
        },
        "install_rdp_client": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "gnome",
                "HDD_1": "disk_f%CURRREL%_desktop_5_%ARCH%.qcow2",
                "INSTALL": "1",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "install_rdp_server",
                "PREINSTALL": "_rdp_client_connect_pre _graphical_wait_login _rdp_client_connect",
                "RDP_CLIENT": "1",
                "WORKER_CLASS": "tap"
            }
        },
        "install_rdp_server": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "GRUB": "inst.rdp inst.rdp.username=rapunzel inst.rdp.password=towertop net.ifnames=0 biosdevname=0 ip=172.16.2.114::172.16.2.2:255.255.255.0:rdp001.test.openqa.fedoraproject.org:eth0:off",
                "NICTYPE": "tap",
                "RDP_SERVER": "1",
                "WORKER_CLASS": "tap"
            }
        },
        "install_xfs": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-bios": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 41
            },
            "settings": {
                "PARTITIONING": "custom_xfs",
                "ROOT_PASSWORD": "weakpassword"
            }
        },
        "iot_clevis": {
            "profiles": {
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "ENCRYPT_PASSWORD": "weakpassword",
                "POSTINSTALL": "iot_clevis",
                "QEMUTPM": "instance",
                "ROOT_PASSWORD": "weakpassword",
                "WORKER_CLASS": "tpm"
            }
        },
        "iot_greenboot": {
            "profiles": {
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "iot_greenboot",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "iot_zezere_ignition": {
                "profiles": {
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "GRUB_POSTINSTALL": "zezere.url=http://172.16.2.118",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "iot_zezere_server",
                "POSTINSTALL": "iot_zezere_ignition",
                "POST_STATIC": "172.16.2.119 zezere001.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "iot_zezere_server": {
            "profiles": {
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "CANNED": "",
                "HDD_1": "disk_f%CURRREL%_minimal_4_%ARCH%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "_iot_zezere_server _setup_browser _iot_zezere_remote",
                "POST_STATIC": "172.16.2.118 zezere002.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "TEST_TARGET": "NONE",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },

        "mediakit_fileconflicts": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 10,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 10,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 10
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%CURRREL%_support_6_%ARCH%.qcow2",
                "POSTINSTALL": "mediakit_fileconflicts",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "false"
            }
        },
        "mediakit_repoclosure": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 10,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 10,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 10
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%CURRREL%_support_6_%ARCH%.qcow2",
                "POSTINSTALL": "mediakit_repoclosure",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "false"
            }
        },
        "memory_check": {
            "profiles": {
                "fedora-Everything-boot-iso-x86_64-*-bios": 30,
                "fedora-Everything-boot-iso-x86_64-*-64bit": 31
            },
            "settings": {
                "HDDSIZEGB": "14",
                "MEMCHECK": "1",
                "PACKAGE_SET": "workstation",
                "REPOSITORY_VARIATION": "%LOCATION%",
                "TEST_TARGET": "NONE"
            }
        },
        "podman": {
            "profiles": {
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 20,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "POSTINSTALL": "podman",
                "POST_STATIC": "172.16.2.114 podman001.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap2"
            }
        },
        "podman_client": {
            "profiles": {
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 20,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "podman",
                "POSTINSTALL": "_podman_client",
                "POST_STATIC": "172.16.2.115 podclient001.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap2"
            }
        },
        "realmd_join_cockpit": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_%MACHINE%_cockpit.qcow2",
                "+START_AFTER_TEST": "server_cockpit_default",
                "BOOTFROM": "c",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "server_role_deploy_domain_controller",
                "POSTINSTALL": "realmd_join_cockpit freeipa_webui freeipa_password_change domain_client",
                "POST_STATIC": "172.16.2.102 client002.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "realmd_join_cockpit_ad": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_%MACHINE%_cockpit.qcow2",
                "+START_AFTER_TEST": "server_cockpit_default",
                "BOOTFROM": "c",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "server_samba_domain_controller",
                "POSTINSTALL": "realmd_join_cockpit domain_client",
                "POST_STATIC": "172.16.2.132 adclient002.samdom.openqa.fedoraproject.org",
                "REALMD_ADMIN_USER": "administrator",
                "REALMD_ADMIN_PASSWORD": "129ho3eau47#qm9to9s^",
                "REALMD_DNS_SERVER_HOST": "ad001.samdom.openqa.fedoraproject.org",
                "REALMD_DNS_SERVER_IP": "172.16.2.130",
                "REALMD_DOMAIN": "samdom.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "realmd_join_sssd": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "server_role_deploy_domain_controller",
                "POSTINSTALL": "realmd_join_sssd domain_client",
                "POST_STATIC": "172.16.2.103 client003.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "realmd_join_sssd_ad": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "server_samba_domain_controller",
                "POSTINSTALL": "realmd_join_sssd domain_client",
                "POST_STATIC": "172.16.2.131 adclient001.samdom.openqa.fedoraproject.org",
                "REALMD_ADMIN_USER": "administrator",
                "REALMD_ADMIN_PASSWORD": "129ho3eau47#qm9to9s^",
                "REALMD_DNS_SERVER_HOST": "ad001.samdom.openqa.fedoraproject.org",
                "REALMD_DNS_SERVER_IP": "172.16.2.130",
                "REALMD_DOMAIN": "samdom.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "release_identification": {
            "profiles": {
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 50,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 40,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 40,
                "fedora-KDE-live-iso-x86_64-*-64bit": 42,
                "fedora-Minimal-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 40,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 40,
                "fedora-Server-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 60,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 42,
                "fedora-i3-live-x86_64-*-64bit": 70
            },
            "settings": {
                "BOOTFROM": "c",
                "ENTRYPOINT": "text_login_gui fedora_release os_release",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "rpmostree_overlay": {
            "profiles": {
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 20,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "rpmostree_overlay",
                "ROOT_PASSWORD": "weakpassword",
                "+START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "rpmostree_rebase": {
                "profiles": {
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 20,
                "fedora-IoT-dvd_ostree-iso-aarch64-*-aarch64": 20,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 20,
                "fedora-Silverblue-dvd_ostree-iso-ppc64le-*-ppc64le": 50,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "rpmostree_rebase",
                "ROOT_PASSWORD": "weakpassword",
                "+START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "secure_boot_fallback": {
            "profiles": {
                "fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
                "fedora-IoT-dvd_ostree-iso-x86_64-*-64bit": 30,
                "fedora-KDE-live-iso-x86_64-*-64bit": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 30,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 60
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "_secure_boot_fallback",
                "ROOT_PASSWORD": "weakpassword",
                "+START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "server_cockpit_basic": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_%MACHINE%_cockpit.qcow2",
                "+START_AFTER_TEST": "server_cockpit_default",
                "BOOTFROM": "c",
                "POSTINSTALL": "server_cockpit_basic",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "false"
            }
        },
        "server_cockpit_default": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "_setup_browser server_cockpit_default",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "STORE_HDD_1": "disk_%MACHINE%_cockpit.qcow2",
                "USER_LOGIN": "false"
            }
        },
        "server_cockpit_updates": {
            "profiles": {
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_%MACHINE%_cockpit.qcow2",
                "+START_AFTER_TEST": "server_cockpit_default",
                "BOOTFROM": "c",
                "LOGIN_SNAPSHOT": "1",
                "POSTINSTALL": "_cockpit_setup server_cockpit_updates server_cockpit_autoupdate",
                "ROOT_PASSWORD": "weakpassword",
                "USER_LOGIN": "false"
            }
        },
        "server_database_client": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 30
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "server_role_deploy_database_server",
                "POSTINSTALL": "database_client",
                "POST_STATIC": "172.16.2.105 dbclient.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "server_filesystem_default": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "server_filesystem_default",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "server_firewall_default": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "server_firewall_default",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false"
            }
        },
        "server_freeipa_replication_client": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "server_freeipa_replication_replica",
                "POSTINSTALL": "realmd_join_sssd domain_client",
                "POST_STATIC": "172.16.2.108 client005.test.openqa.fedoraproject.org",
                "REALMD_DNS_SERVER_HOST": "ipa003.test.openqa.fedoraproject.org",
                "REALMD_DNS_SERVER_IP": "172.16.2.107",
                "REALMD_SERVER_MUTEX": "domain_replica_ready",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap2"
            }
        },
        "server_freeipa_replication_master": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "FREEIPA_REPLICA_MASTER": "1",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "role_deploy_domain_controller role_deploy_domain_controller_check",
                "POST_STATIC": "172.16.2.106 ipa002.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap2"
            }
        },
        "server_freeipa_replication_replica": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 30,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "FREEIPA_REPLICA": "1",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "PARALLEL_WITH": "server_freeipa_replication_master",
                "POSTINSTALL": "realmd_join_sssd",
                "POST_STATIC": "172.16.2.107 ipa003.test.openqa.fedoraproject.org",
                "REALMD_DNS_SERVER_HOST": "ipa002.test.openqa.fedoraproject.org",
                "REALMD_DNS_SERVER_IP": "172.16.2.106",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap2"
            }
        },
        "server_realmd_join_kickstart": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "GRUB": "inst.ks=hd:vdb1:/freeipaclient.ks",
                "HDD_2": "disk_ks_7.img",
                "INSTALL_UNLOCK": "domain_server_ready",
                "KICKSTART": "1",
                "NICTYPE": "tap",
                "NUMDISKS": "2",
                "PARALLEL_WITH": "server_role_deploy_domain_controller",
                "POSTINSTALL": "domain_client",
                "ROOT_PASSWORD": "anaconda",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "server_realmd_join_kickstart_ad": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "GRUB": "inst.ks=hd:vdb1:/adclient.ks",
                "HDD_2": "disk_ks_7.img",
                "INSTALL_UNLOCK": "domain_server_ready",
                "KICKSTART": "1",
                "NICTYPE": "tap",
                "NUMDISKS": "2",
                "PARALLEL_WITH": "server_samba_domain_controller",
                "POSTINSTALL": "domain_client",
                "REALMD_ADMIN_USER": "administrator",
                "REALMD_DOMAIN": "samdom.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "anaconda",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "server_remote_logging_client": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "server_remote_logging_server",
                "POSTINSTALL": "server_remote_logging_client",
                "POST_STATIC": "172.16.2.113 rsyslogclient.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "server_remote_logging_server": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "server_remote_logging_server",
                "POST_STATIC": "172.16.2.112 rsyslogserver.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "server_role_deploy_database_server": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "role_deploy_database_server",
                "POST_STATIC": "172.16.2.104 db.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "server_role_deploy_domain_controller": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "role_deploy_domain_controller role_deploy_domain_controller_check",
                "POST_STATIC": "172.16.2.100 ipa001.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "server_samba_domain_controller": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 20,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 20,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 20
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "samba_domain_controller samba_domain_controller_check",
                "POST_STATIC": "172.16.2.130 ad001.samdom.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "support_server": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 10,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 10,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 10
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%CURRREL%_support_6_%ARCH%.qcow2",
                "NICTYPE": "tap",
                "NUMDISKS": "2",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "_support_server",
                "POST_STATIC": "172.16.2.110 support.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "NONE",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "support_server_2": {
            "profiles": {
                "fedora-Server-dvd-iso-aarch64-*-aarch64": 10,
                "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 10,
                "fedora-Server-dvd-iso-x86_64-*-64bit": 10
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%CURRREL%_support_6_%ARCH%.qcow2",
                "NICTYPE": "tap",
                "NUMDISKS": "2",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "_support_server",
                "POST_STATIC": "172.16.2.120 support2.test.openqa.fedoraproject.org",
                "ROOT_PASSWORD": "weakpassword",
                "SUPPORT_PXE": "1",
                "SUPPORT_ISCSI": "1",
                "TEST_TARGET": "NONE",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "toolbox": {
            "profiles": {
                "fedora-KDE-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 40,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 60,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 40,
                "fedora-CoreOS-colive-iso-x86_64-*-64bit": 40,
                "fedora-Silverblue-dvd_ostree-iso-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "toolbox",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "unwanted_packages": {
            "profiles": {
                "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 50,
                "fedora-Workstation-live-iso-x86_64-*-64bit": 50,
                "fedora-Workstation-live_osbuild-iso-x86_64-*-64bit": 60,
                "fedora-Workstation-upgrade-x86_64-*-64bit": 40,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40,
                "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 52
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "POSTINSTALL": "unwanted_packages",
                "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
            }
        },
        "upgrade_2_desktop": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 40,
                "fedora-universal-aarch64-*-aarch64": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "gnome",
                "HDD_1": "disk_f%UP2REL%_desktop_5_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_2_desktop_encrypted": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 40,
                "fedora-universal-aarch64-*-aarch64": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "gnome",
                "ENCRYPT_PASSWORD": "weakpassword",
                "HDD_1": "disk_f%UP2REL%_desktopencrypt_2_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_2_kde": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "kde",
                "HDD_1": "disk_f%UP2REL%_kde_5_x86_64.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_2_minimal": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 40,
                "fedora-universal-ppc64le-*-ppc64le": 40,
                "fedora-universal-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%UP2REL%_minimal_4_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false"
            }
        },
        "upgrade_2_minimal_bios": {
            "profiles": {
                "fedora-universal-x86_64-*-bios": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%UP2REL%_minimal-bios_4_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false"
            }
        },
        "upgrade_2_realmd_client": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 30,
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_f%UP2REL%_server_5_%ARCH%.qcow2",
                "BOOTFROM": "c",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "upgrade_2_server_domain_controller",
                "POSTINSTALL": "_setup_browser freeipa_webui freeipa_password_change domain_client",
                "POST_STATIC": "172.16.2.103 client003.test.openqa.fedoraproject.org",
                "PREUPGRADE": "realmd_join_sssd",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "upgrade_2_server": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 40,
                "fedora-universal-ppc64le-*-ppc64le": 40,
                "fedora-universal-x86_64-*-64bit": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%UP2REL%_server_5_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_2_server_domain_controller": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 30,
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_f%UP2REL%_server_5_%ARCH%.qcow2",
                "BOOTFROM": "c",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "role_deploy_domain_controller_check",
                "POST_STATIC": "172.16.2.100 ipa001.test.openqa.fedoraproject.org",
                "PREUPGRADE": "role_deploy_domain_controller",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap"
            }
        },
        "upgrade_desktop": {
            "profiles": {
                "fedora-Workstation-upgrade-x86_64-*-64bit": 30,
                "fedora-Workstation-upgrade-aarch64-*-aarch64": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "gnome",
                "HDD_1": "disk_f%UP1REL%_desktop_5_%ARCH%.qcow2",
                "STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_desktop_encrypted_64bit": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 30,
                "fedora-universal-aarch64-*-aarch64": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "gnome",
                "ENCRYPT_PASSWORD": "weakpassword",
                "HDD_1": "disk_f%UP1REL%_desktopencrypt_2_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_desktop_graphical": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 30,
                "fedora-universal-aarch64-*-aarch64": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "gnome",
                "HDD_1": "disk_f%UP1REL%_desktop_5_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "GUI_UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_2_desktop_graphical": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 30,
                "fedora-universal-aarch64-*-aarch64": 40
            },
            "settings": {
                "BOOTFROM": "c",
                "DESKTOP": "gnome",
                "HDD_1": "disk_f%UP2REL%_desktop_5_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "GUI_UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_kde": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_f%UP1REL%_kde_5_x86_64.qcow2",
                "BOOTFROM": "c",
                "DESKTOP": "kde",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_kde_graphical": {
            "profiles": {
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_f%UP1REL%_kde_5_x86_64.qcow2",
                "BOOTFROM": "c",
                "DESKTOP": "kde",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "GUI_UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_minimal": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 30,
                "fedora-universal-ppc64le-*-ppc64le": 30,
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%UP1REL%_minimal_4_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false"
            }
        },
        "upgrade_minimal_bios": {
            "profiles": {
                "fedora-universal-x86_64-*-bios": 30
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%UP1REL%_minimal-bios_4_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false"
            }
        },
        "upgrade_realmd_client": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 30,
                "fedora-universal-ppc64le-*-ppc64le": 30,
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_f%UP1REL%_server_5_%ARCH%.qcow2",
                "BOOTFROM": "c",
                "MAX_JOB_TIME": "10800",
                "NICTYPE": "tap",
                "PARALLEL_WITH": "upgrade_server_domain_controller",
                "POSTINSTALL": "_setup_browser freeipa_webui freeipa_password_change domain_client",
                "POST_STATIC": "172.16.2.103 client003.test.openqa.fedoraproject.org",
                "PREUPGRADE": "realmd_join_sssd",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap2"
            }
        },
        "upgrade_server": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 30,
                "fedora-universal-ppc64le-*-ppc64le": 30,
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "BOOTFROM": "c",
                "HDD_1": "disk_f%UP1REL%_server_5_%ARCH%.qcow2",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "test",
                "USER_PASSWORD": "weakpassword"
            }
        },
        "upgrade_server_domain_controller": {
            "profiles": {
                "fedora-universal-aarch64-*-aarch64": 30,
                "fedora-universal-ppc64le-*-ppc64le": 30,
                "fedora-universal-x86_64-*-64bit": 30
            },
            "settings": {
                "+HDD_1": "disk_f%UP1REL%_server_5_%ARCH%.qcow2",
                "BOOTFROM": "c",
                "MAX_JOB_TIME": "10800",
                "NICTYPE": "tap",
                "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",
                "POSTINSTALL": "role_deploy_domain_controller_check",
                "POST_STATIC": "172.16.2.100 ipa001.test.openqa.fedoraproject.org",
                "PREUPGRADE": "role_deploy_domain_controller",
                "ROOT_PASSWORD": "weakpassword",
                "TEST_TARGET": "COMPOSE",
                "UPGRADE": "1",
                "USER_LOGIN": "false",
                "WORKER_CLASS": "tap2"
            }
        }
    }
}