diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-09 17:44:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-09 17:44:02 +0100 |
commit | 611a0bc827ca40f89bd0df55f0b06413c83db86e (patch) | |
tree | fd2ba7229d71bc0fb8db2efa62d2c677abc6f573 | |
parent | 8e89258f38a41e5c27da650c85e22e8b9fbe3395 (diff) | |
download | jenkins.debian.net-611a0bc827ca40f89bd0df55f0b06413c83db86e.tar.xz |
add sid-daily-lxde g-i-installation test
-rwxr-xr-x | bin/g-i-installation.sh | 3 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 10af6eb8..f5c7ac9d 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -133,6 +133,9 @@ bootstrap() { wheezy-lxde) EXTRA_APPEND="desktop=lxde" ;; + sid-daily-lxde) + EXTRA_APPEND="desktop=lxde suite-mirror=sid" + ;; *) echo "unsupported distro." exit 1 ;; diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 3e9b7074..35bf40d7 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -47,6 +47,10 @@ defaults: g-i-installation name: '{name}_wheezy_lxde' +- job-template: + defaults: g-i-installation + name: '{name}_sid_daily_lxde' + - project: name: g-i-installation do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.' @@ -64,6 +68,11 @@ - '{name}_wheezy_lxde': my_shell: '/srv/jenkins/bin/g-i-installation.sh 3 wheezy-lxde 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/' my_description: 'Do a fully automated installation of Debian installing the LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/wheezy-lxde-preseed.cfg">this preseed.cfg</a>) using netboot gtk.' - my_timed: '42 17 * * *' + my_timed: '42 15 * * *' + my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot once we made this more stable + - '{name}_sid_daily_lxde': + my_shell: '/srv/jenkins/bin/g-i-installation.sh 4 sid-daily-lxde 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' + my_description: 'Do a fully automated installation of Debian installing the LXDE desktop - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/sid-daily-lxde-preseed.cfg">this preseed.cfg</a>) using netboot gtk.' + my_timed: '42 19 * * *' my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot once we made this more stable |