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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-04-22 16:00:16 -07:00
parent 6f6e84f65e
commit bc1e9681f9
1 changed files with 22 additions and 0 deletions

View File

@ -69,6 +69,17 @@
}, },
"version": "*" "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-*": { "fedora-updates-workstation-upgrade-x86_64-*": {
"arch": "x86_64", "arch": "x86_64",
"distri": "fedora", "distri": "fedora",
@ -121,6 +132,14 @@
"machine": "64bit", "machine": "64bit",
"product": "fedora-updates-server-x86_64-*" "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": { "fedora-updates-workstation-live-iso-x86_64-*-64bit": {
"machine": "64bit", "machine": "64bit",
"product": "fedora-updates-workstation-live-iso-x86_64-*" "product": "fedora-updates-workstation-live-iso-x86_64-*"
@ -238,6 +257,8 @@
}, },
"install_default_update_live": { "install_default_update_live": {
"profiles": { "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-*-64bit": 40,
"fedora-updates-workstation-live-iso-x86_64-*-uefi": 41 "fedora-updates-workstation-live-iso-x86_64-*-uefi": 41
}, },
@ -279,6 +300,7 @@
}, },
"live_build": { "live_build": {
"profiles": { "profiles": {
"fedora-updates-kde-live-iso-x86_64-*-64bit": 40,
"fedora-updates-workstation-live-iso-x86_64-*-64bit": 40 "fedora-updates-workstation-live-iso-x86_64-*-64bit": 40
}, },
"settings": { "settings": {