Commit 3319dfe6 authored by Holger Levsen's avatar Holger Levsen
Browse files

rename cd-test to g-i-installation

parent a08924f5
...@@ -26,9 +26,11 @@ I love to get feedback on this! Please join #debian-qa on irc.debian.org to repo ...@@ -26,9 +26,11 @@ I love to get feedback on this! Please join #debian-qa on irc.debian.org to repo
Remember, this is still pretty much work in progress. If you can think of ways to improve the usefulness of certain jobs, please do give feedback! Remember, this is still pretty much work in progress. If you can think of ways to improve the usefulness of certain jobs, please do give feedback!
=== cd-tests jobs === g-i-installation jobs
FIXME: cd-tests should really get renamed to d-i-installation Installation tests with g-i, the graphical version of d-i, the debian-installer.
FIXME: Describe g-i-installation jobs here
=== chroot-tests jobs === chroot-tests jobs
......
...@@ -65,7 +65,7 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian. ...@@ -65,7 +65,7 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
* inform debian-www@ * inform debian-www@
=== cd-test_*: === g-i-installation_*:
* $name-preseed.base -> sed .cfg (LANG) * $name-preseed.base -> sed .cfg (LANG)
** pick LANG from predefined list at random ** pick LANG from predefined list at random
......
...@@ -70,7 +70,7 @@ cleanup_all() { ...@@ -70,7 +70,7 @@ cleanup_all() {
# #
# create video # create video
# #
ffmpeg2theora --videobitrate 700 --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size 800x600 -o cd-test-$NAME.ogv ffmpeg2theora --videobitrate 700 --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size 800x600 -o g-i-installation-$NAME.ogv
rm snapshot_??????.ppm rm snapshot_??????.ppm
# rename .bak files back to .ppm # rename .bak files back to .ppm
for i in *.ppm.bak ; do for i in *.ppm.bak ; do
......
- defaults: - defaults:
name: cd-test name: g-i-installation
description: '{my_description}{do_not_edit}' description: '{my_description}{do_not_edit}'
logrotate: logrotate:
daysToKeep: 90 daysToKeep: 90
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
text: About jenkins.debian.net text: About jenkins.debian.net
icon: /userContent/images/debian-swirl-24x24.png icon: /userContent/images/debian-swirl-24x24.png
- sidebar: - sidebar:
url: http://jenkins.debian.net/view/cd-tests/ url: http://jenkins.debian.net/view/g-i-installation/
text: All cd-test jobs text: All g-i-installation jobs
icon: /userContent/images/debian-jenkins-24x24.png icon: /userContent/images/debian-jenkins-24x24.png
- sidebar: - sidebar:
url: http://www.profitbricks.com url: http://www.profitbricks.com
...@@ -36,33 +36,33 @@ ...@@ -36,33 +36,33 @@
icon: /userContent/images/profitbricks-24x24.png icon: /userContent/images/profitbricks-24x24.png
- job-template: - job-template:
defaults: cd-test defaults: g-i-installation
name: '{name}_wheezy_debian_edu_workstation' name: '{name}_wheezy_debian_edu_workstation'
- job-template: - job-template:
defaults: cd-test defaults: g-i-installation
name: '{name}_squeeze-test_debian_edu_standalone' name: '{name}_squeeze-test_debian_edu_standalone'
- job-template: - job-template:
defaults: cd-test defaults: g-i-installation
name: '{name}_wheezy_lxde' name: '{name}_wheezy_lxde'
- project: - project:
name: cd-test 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/cd-test.yaml">cd-test.yaml</a>.' 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>.'
jobs: jobs:
- '{name}_wheezy_debian_edu_workstation': - '{name}_wheezy_debian_edu_workstation':
my_shell: '/srv/jenkins/bin/cd_tester.sh 1 wheezy-debian-edu-workstation 25 http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 wheezy-debian-edu-workstation 25 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_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 * * *' my_timed: '42 23 * * *'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org' my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_squeeze-test_debian_edu_standalone': - '{name}_squeeze-test_debian_edu_standalone':
my_shell: '/srv/jenkins/bin/cd_tester.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_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_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 3 * * *'
my_recipients: 'jenkins+debian-edu holger@layer-acht.org' my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
- '{name}_wheezy_lxde': - '{name}_wheezy_lxde':
my_shell: '/srv/jenkins/bin/cd_tester.sh 3 wheezy-lxde 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/' 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_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 17 * * *'
my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot once we made this more stable my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot once we made this more stable
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment