From f3f63ff3017d567a628c91dc425d6ae7bcaaae24 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 7 Mar 2013 11:35:03 +0100 Subject: chroot-installation: add tests for full kde desktop, thanks to Pino Toscano for the idea --- job-cfg/chroot-installation.yaml | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) (limited to 'job-cfg/chroot-installation.yaml') diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index c66a0f59..e376ba7c 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -90,6 +90,10 @@ defaults: chroot-installation name: '{name}_sid_install_kde' +- job-template: + defaults: chroot-installation + name: '{name}_sid_install_kde-full' + - job-template: defaults: chroot-installation name: '{name}_sid_install_lxde' @@ -118,6 +122,10 @@ defaults: chroot-installation name: '{name}_squeeze_install_kde_upgrade_to_wheezy' +- job-template: + defaults: chroot-installation + name: '{name}_squeeze_install_kde-full_upgrade_to_wheezy' + - job-template: defaults: chroot-installation name: '{name}_squeeze_install_lxde_upgrade_to_wheezy' @@ -146,6 +154,10 @@ defaults: chroot-installation name: '{name}_wheezy_install_kde' +- job-template: + defaults: chroot-installation + name: '{name}_wheezy_install_kde-full' + - job-template: defaults: chroot-installation name: '{name}_wheezy_install_lxde' @@ -176,7 +188,11 @@ - '{name}_sid_install_kde': installation_params: 'sid kde' - my_description: 'Debootstrap sid, then install KDE.' + my_description: 'Debootstrap sid, then install KDE plasma desktop.' + + - '{name}_sid_install_kde-full': + installation_params: 'sid kde-full' + my_description: 'Debootstrap sid, then install complete KDE desktop.' - '{name}_sid_install_lxde': installation_params: 'sid lxde' @@ -197,15 +213,19 @@ - '{name}_sid_bootstrap': installation_params: 'sid' my_description: 'Debootstrap sid.' - my_trigger: 'chroot-installation_sid_install_gnome, chroot-installation_sid_install_kde, chroot-installation_sid_install_lxde, chroot-installation_sid_install_xfce, chroot-installation_sid_install_full_desktop, chroot-installation_sid_install_developer' + my_trigger: 'chroot-installation_sid_install_gnome, chroot-installation_sid_install_kde, chroot-installation_sid_install_kde-full, chroot-installation_sid_install_lxde, chroot-installation_sid_install_xfce, chroot-installation_sid_install_full_desktop, chroot-installation_sid_install_developer' - '{name}_squeeze_install_gnome_upgrade_to_wheezy': installation_params: 'squeeze gnome wheezy' - my_description: 'Debootstrap squeeze, install GNOME then upgrade to wheezy.' + my_description: 'Debootstrap squeeze, install GNOME, then upgrade to wheezy.' - '{name}_squeeze_install_kde_upgrade_to_wheezy': installation_params: 'squeeze kde wheezy' - my_description: 'Debootstrap squeeze, install KDE then upgrade to wheezy.' + my_description: 'Debootstrap squeeze, install KDE plasma desktop, then upgrade to wheezy.' + + - '{name}_squeeze_install_kde-full_upgrade_to_wheezy': + installation_params: 'squeeze kde-full wheezy' + my_description: 'Debootstrap squeeze, install complete KDE desktop, then upgrade to wheezy.' - '{name}_squeeze_install_lxde_upgrade_to_wheezy': installation_params: 'squeeze lxde wheezy' @@ -226,7 +246,7 @@ - '{name}_squeeze_bootstrap_upgrade_to_wheezy': installation_params: 'squeeze none wheezy' my_description: 'Debootstrap squeeze, then upgrade to wheezy.' - my_trigger: 'chroot-installation_squeeze_install_gnome_upgrade_to_wheezy, chroot-installation_squeeze_install_kde_upgrade_to_wheezy, chroot-installation_squeeze_install_lxde_upgrade_to_wheezy, chroot-installation_squeeze_install_xfce_upgrade_to_wheezy, chroot-installation_squeeze_install_full_desktop_upgrade_to_wheezy, chroot-installation_squeeze_install_developer_upgrade_to_wheezy' + my_trigger: 'chroot-installation_squeeze_install_gnome_upgrade_to_wheezy, chroot-installation_squeeze_install_kde_upgrade_to_wheezy, chroot-installation_squeeze_install_kde-full_upgrade_to_wheezy, chroot-installation_squeeze_install_lxde_upgrade_to_wheezy, chroot-installation_squeeze_install_xfce_upgrade_to_wheezy, chroot-installation_squeeze_install_full_desktop_upgrade_to_wheezy, chroot-installation_squeeze_install_developer_upgrade_to_wheezy' - '{name}_wheezy_install_gnome': installation_params: 'wheezy gnome' @@ -234,7 +254,11 @@ - '{name}_wheezy_install_kde': installation_params: 'wheezy kde' - my_description: 'Debootstrap wheezy, then install KDE.' + my_description: 'Debootstrap wheezy, then install KDE plasma desktop.' + + - '{name}_wheezy_install_kde-full': + installation_params: 'wheezy kde-full' + my_description: 'Debootstrap wheezy, then install complete KDE desktop.' - '{name}_wheezy_install_xfce': installation_params: 'wheezy xfce' @@ -255,7 +279,7 @@ - '{name}_wheezy_bootstrap': installation_params: 'wheezy' my_description: 'Debootstrap wheezy.' - my_trigger: 'chroot-installation_wheezy_install_gnome, chroot-installation_wheezy_install_kde, chroot-installation_wheezy_install_lxde, chroot-installation_wheezy_install_xfce, chroot-installation_wheezy_install_full_desktop, chroot-installation_wheezy_install_developer' + my_trigger: 'chroot-installation_wheezy_install_gnome, chroot-installation_wheezy_install_kde, chroot-installation_wheezy_install_kde-full, chroot-installation_wheezy_install_lxde, chroot-installation_wheezy_install_xfce, chroot-installation_wheezy_install_full_desktop, chroot-installation_wheezy_install_developer' - '{name}_housekeeping': my_description: 'Cleanup and monitor so that there is a predictable environment.' -- cgit v1.2.3-70-g09d2