From a89a10b0444f1e5e07200193d3930ae780370fe5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Dec 2012 03:00:32 +0100 Subject: fixup: implement basics for cd tests --- job-cfg/cd-test.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ job-cfg/cd-tests.yaml | 50 -------------------------------------------------- 2 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 job-cfg/cd-test.yaml delete mode 100644 job-cfg/cd-tests.yaml diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml new file mode 100644 index 00000000..79223b9f --- /dev/null +++ b/job-cfg/cd-test.yaml @@ -0,0 +1,50 @@ + +- defaults: + name: cd-test + description: '{my_description}{do_not_edit}' + logrotate: + daysToKeep: 90 + numToKeep: 25 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + triggers: + - timed: "{my_timed}" + builders: + - shell: "'{my_shell}'" + publishers: + - logparser: + rulespath: '/srv/jenkins/logparse/debian.rules' + unstable_on_warning: 'true' + fail_on_error: 'true' + - email: + recipients: holger@layer-acht.org + - archive: + artifacts: 'results/*.*' + latest_only: false + properties: + - sidebar: + url: http://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: http://jenkins.debian.net/view/cd-tests/ + text: All cd-test jobs + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + +- job-template: + defaults: cd-test + name: '{name}_debian_edu_wheezy' + +- project: + name: cd-test + do_not_edit: '

Configured by jenkins-job-builder, do not edit this job through the web UI.' + jobs: + - '{name}_debian_edu_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 Debian Edu Wheezy standalone - via d-i preseeding.' + my_timed: '42 23 * * *' + diff --git a/job-cfg/cd-tests.yaml b/job-cfg/cd-tests.yaml deleted file mode 100644 index ba270173..00000000 --- a/job-cfg/cd-tests.yaml +++ /dev/null @@ -1,50 +0,0 @@ - -- defaults: - name: cd-tests - description: '{my_description}{do_not_edit}' - logrotate: - daysToKeep: 90 - numToKeep: 25 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - triggers: - - timed: 'my_time' - builders: - - shell: '/srv/jenkins/bin/cd_tester.sh {cd_tester_params}' - publishers: - - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' - unstable_on_warning: 'true' - fail_on_error: 'true' - - email: - recipients: holger@layer-acht.org - - archive: - artifacts: 'results/**/*.*' - latest_only: false - properties: - - sidebar: - url: http://jenkins.debian.net/userContent/about.html - text: About jenkins.debian.net - icon: /userContent/images/debian-swirl-24x24.png - - sidebar: - url: http://jenkins.debian.net/view/cd-tests/ - text: All cd-test jobs - icon: /userContent/images/debian-jenkins-24x24.png - - sidebar: - url: http://www.profitbricks.com - text: Sponsored by Profitbricks - icon: /userContent/images/profitbricks-24x24.png - -- job-template: - defaults: cd-tests - name: '{name}_debian-edu-wheezy' - -- project: - name: cd-test - do_not_edit: '

Configured by jenkins-job-builder, do not edit this job through the web UI.' - jobs: - - '{name}_debian-edu-wheezy': - 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 * * *' - -- cgit v1.2.3-70-g09d2