summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-05 10:43:43 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-05 10:56:29 +0100
commit877afe5cad6733d96dabe796c672a2d64363a3d6 (patch)
tree45b7df8392e6f268f1cea173fc6ece1a10916e1f /job-cfg
parent27071a7ef60dfe1cccbee96a71040b91eff7f65f (diff)
downloadjenkins.debian.net-877afe5cad6733d96dabe796c672a2d64363a3d6.tar.xz
rename job, make them match preseed files
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/cd-test.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml
index 3c805a3c..2718b235 100644
--- a/job-cfg/cd-test.yaml
+++ b/job-cfg/cd-test.yaml
@@ -37,30 +37,30 @@
- job-template:
defaults: cd-test
- name: '{name}_debian_edu_workstation_wheezy'
+ name: '{name}_wheezy_debian_edu_workstation'
- job-template:
defaults: cd-test
- name: '{name}_debian_edu_standalone_squeeze_test'
+ name: '{name}_squeeze-test_debian_edu_standalone'
- job-template:
defaults: cd-test
- name: '{name}_lxde_wheezy'
+ name: '{name}_wheezy_lxde'
- project:
name: cd-test
do_not_edit: '<br><br>Configured by <a href="http://jenkins.debian.net/userContent/about.html">jenkins-job-builder</a>, do not edit this job through the web UI.'
jobs:
- - '{name}_debian_edu_workstation_wheezy':
- my_shell: '/srv/jenkins/bin/cd_tester.sh 1 debian-edu-wheezy http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso'
- my_description: 'Do a fully automated installation of a Debian Edu Wheezy workstation installation - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/debian-edu-workstation-wheezy-preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
+ - '{name}_wheezy_debian_edu_workstation':
+ my_shell: '/srv/jenkins/bin/cd_tester.sh 1 wheezy-debian-edu-workstation http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso'
+ my_description: 'Do a fully automated installation of a Debian Edu Wheezy workstation installation - via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/wheezy-debian-edu-workstation-preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
my_timed: '42 23 * * *'
- - '{name}_debian_edu_standalone_squeeze_test':
- my_shell: '/srv/jenkins/bin/cd_tester.sh 2 debian-edu-squeeze-test-standalone 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/debian-edu-standalone-squeeze-test-preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
+ - '{name}_squeeze-test_debian_edu_standalone':
+ my_shell: '/srv/jenkins/bin/cd_tester.sh 2 squeeze-test-debian-edu-standalone 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 * * *'
- - '{name}_lxde_wheezy':
- my_shell: '/srv/jenkins/bin/cd_tester.sh 3 lxde-wheezy 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/lxde-wheezy-preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
+ - '{name}_wheezy_lxde':
+ my_shell: '/srv/jenkins/bin/cd_tester.sh 3 wheezy-lxde 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 * * *'