summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/g-i-installation.sh3
l---------d-i-preseed-cfgs/sid-daily-rescue-preseed.cfg1
-rw-r--r--job-cfg/g-i-installation.yaml11
3 files changed, 14 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 503ed159..384c230a 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -135,6 +135,9 @@ bootstrap() {
sid-daily-lxde)
EXTRA_APPEND="desktop=lxde mirror/suite=sid"
;;
+ sid-daily-rescue)
+ EXTRA_APPEND="rescue/enable=true mirror/suite=sid"
+ ;;
*) echo "unsupported distro."
exit 1
;;
diff --git a/d-i-preseed-cfgs/sid-daily-rescue-preseed.cfg b/d-i-preseed-cfgs/sid-daily-rescue-preseed.cfg
new file mode 120000
index 00000000..e3eab160
--- /dev/null
+++ b/d-i-preseed-cfgs/sid-daily-rescue-preseed.cfg
@@ -0,0 +1 @@
+sid-daily-lxde-preseed.cfg \ No newline at end of file
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index 762e25e4..07d06c4e 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -51,6 +51,10 @@
defaults: g-i-installation
name: '{name}_sid_daily_lxde'
+- job-template:
+ defaults: g-i-installation
+ name: '{name}_sid_daily_rescue'
+
- 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>.'
@@ -63,7 +67,7 @@
- '{name}_squeeze-test_debian_edu_standalone':
my_shell: '/srv/jenkins/bin/g-i-installation.sh 2 squeeze-test-debian-edu-standalone 20 http://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze-test) standalone installation - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/squeeze-test-debian-edu-standalone-preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
- my_timed: '42 3 * * *'
+ my_timed: '42 21 * * *'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{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/'
@@ -73,6 +77,11 @@
- '{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 17 * * *'
+ my_recipients: 'holger@layer-acht.org'
+ - '{name}_sid_daily_rescue':
+ my_shell: '/srv/jenkins/bin/g-i-installation.sh 5 sid-daily-rescue 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
+ my_description: 'Just go into rescue mode (coming in more languages soon) via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/sid-daily-rescue-preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
my_timed: '42 19 * * *'
my_recipients: 'holger@layer-acht.org'