diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 02:21:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 02:21:21 +0100 |
commit | 2405714ba14dfc4f6b1a6a6703af60036f2435b9 (patch) | |
tree | dc52d6d4801b7ee34dc29f8721396d954171c404 | |
parent | fe78ce5b43e6cca071556a26ad823b2f47742f36 (diff) | |
download | jenkins.debian.net-2405714ba14dfc4f6b1a6a6703af60036f2435b9.tar.xz |
fixup: implement basics for cd tests
-rw-r--r-- | job-cfg/cd-tests.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/job-cfg/cd-tests.yaml b/job-cfg/cd-tests.yaml index 83b75731..ba270173 100644 --- a/job-cfg/cd-tests.yaml +++ b/job-cfg/cd-tests.yaml @@ -20,7 +20,7 @@ recipients: holger@layer-acht.org - archive: artifacts: 'results/**/*.*' - latest_only: 'false' + latest_only: false properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html @@ -43,9 +43,8 @@ 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-wheezy': - chroot_tester_params: '1 debian-edu-wheezy http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' + cd_tester_params: '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 Debian Edu Wheezy standalone - via d-i preseeding.' my_time: '23 42 * * *' |