summaryrefslogtreecommitdiffstats
path: root/job-cfg/g-i-installation.yaml
blob: 52570dd87ec1504c01a2b7b8cd3e5c47a20c74b5 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
- defaults:
    name: g-i-installation
    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: '{my_recipients}'
      - 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/g-i-installation/
          text: All g-i-installation 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: g-i-installation
    name: '{name}_debian-edu_wheezy-test_workstation'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_squeeze-test_standalone'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian_wheezy_lxde'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian_sid_daily-lxde'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian_sid_daily-rescue'

- project:
    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/g-i-installation.yaml">g-i-installation.yaml</a>.'
    jobs:
      - '{name}_debian-edu_wheezy-test_workstation':
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 debian-edu_wheezy-test_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/debian-edu_wheezy-test_workstation_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 23 * * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_squeeze-test_standalone':
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 2 debian-edu_squeeze-test_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/debian-edu_squeeze-test_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 21 * * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian_wheezy_lxde':
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 3 debian_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/debian_wheezy_lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 15 * * *'
         my_recipients: 'holger@layer-acht.org'  # FIXME readd jenkins+debian-boot here and for other jobs - once we made this more stable
      - '{name}_debian_sid_daily-lxde':
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 4 debian_sid_daily-lxde 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
         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/debian_sid_daily-lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 17 * * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily-rescue':
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 5 debian_sid_daily-rescue 1 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
         my_description: 'Just go into rescue mode (coming in more languages soon) via d-i preseeding (with <a href="http://jenkins.debian.net/userContent/debian_sid_daily-rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 19 * * *'
         my_recipients: 'holger@layer-acht.org'