add kde and server upgrade tests, build images for them

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D823
This commit is contained in:
Jan Sedlák 2016-04-25 09:59:21 +02:00
parent 1ac2a95ed6
commit b09754cf9e
3 changed files with 28 additions and 0 deletions

View File

@ -127,6 +127,21 @@
"-2" : ["x86_64", "i686"]
},
"size" : "20G"
},
{
"name" : "server",
"releases" : {
"-1" : ["x86_64", "i686"],
"-2" : ["x86_64", "i686"]
}
},
{
"name" : "kde",
"releases" : {
"-1" : ["x86_64", "i686"],
"-2" : ["x86_64", "i686"]
},
"size" : "20G"
}
],
"renames" : []

7
kde.commands Normal file
View File

@ -0,0 +1,7 @@
root-password password:weakpassword
update
selinux-relabel
install @kde-desktop-environment
link /usr/lib/systemd/system/graphical.target:/etc/systemd/system/default.target
firstboot-command useradd -m -p '' ejohn
firstboot-command echo 'ejohn:weakpassword' | chpasswd

6
server.commands Normal file
View File

@ -0,0 +1,6 @@
root-password password:weakpassword
update
selinux-relabel
install @server-product-environment
firstboot-command useradd -m -p '' ejohn
firstboot-command echo 'ejohn:weakpassword' | chpasswd