mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
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:
parent
6f6e84f65e
commit
bc1e9681f9
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user