summaryrefslogtreecommitdiffstats
path: root/job-cfg/cd-test.yaml
blob: 8ae5ba88eaefe4cf6cd915e19738cf189d711438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
- 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_workstation_wheezy'

- job-template:
    defaults: cd-test
    name: '{name}_debian_edu_standalone_squeeze_test

- job-template:
    defaults: cd-test
    name: '{name}_lxde_wheezy'

- 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.'
         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.'
         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.'
         my_timed: '42 17 * * *'