From bc1e9681f9d452ea3d323ac9029c092b8523382e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 22 Apr 2021 16:00:16 -0700 Subject: [PATCH] Add KDE live image build and test for updates I hacked this up quickly on staging to test a specific update, but there's really no reason we shouldn't just do it generally. We have the capacity. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 8d6aca02..7a53075a 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -69,6 +69,17 @@ }, "version": "*" }, + "fedora-updates-kde-live-iso-x86_64-*": { + "arch": "x86_64", + "distri": "fedora", + "flavor": "updates-kde-live-iso", + "settings": { + "DESKTOP": "kde", + "LIVE": "1", + "PACKAGE_SET": "default" + }, + "version": "*" + }, "fedora-updates-workstation-upgrade-x86_64-*": { "arch": "x86_64", "distri": "fedora", @@ -121,6 +132,14 @@ "machine": "64bit", "product": "fedora-updates-server-x86_64-*" }, + "fedora-updates-kde-live-iso-x86_64-*-64bit": { + "machine": "64bit", + "product": "fedora-updates-kde-live-iso-x86_64-*" + }, + "fedora-updates-kde-live-iso-x86_64-*-uefi": { + "machine": "uefi", + "product": "fedora-updates-kde-live-iso-x86_64-*" + }, "fedora-updates-workstation-live-iso-x86_64-*-64bit": { "machine": "64bit", "product": "fedora-updates-workstation-live-iso-x86_64-*" @@ -238,6 +257,8 @@ }, "install_default_update_live": { "profiles": { + "fedora-updates-kde-live-iso-x86_64-*-64bit": 40, + "fedora-updates-kde-live-iso-x86_64-*-uefi": 41, "fedora-updates-workstation-live-iso-x86_64-*-64bit": 40, "fedora-updates-workstation-live-iso-x86_64-*-uefi": 41 }, @@ -279,6 +300,7 @@ }, "live_build": { "profiles": { + "fedora-updates-kde-live-iso-x86_64-*-64bit": 40, "fedora-updates-workstation-live-iso-x86_64-*-64bit": 40 }, "settings": {