summaryrefslogtreecommitdiffstats
path: root/job-cfg/lvc.yaml
blob: 15adbe42a0e26b58a01b9fc789ed0e3c72260e47 (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
- defaults:
    name: lvc
    project-type: freestyle
    properties:
      - sidebar:
          url: https://jenkins.debian.net/userContent/about.html
          text: About jenkins.debian.net
          icon: /userContent/images/debian-swirl-24x24.png
      - sidebar:
          url: https://jenkins.debian.net/view/lvc
          text: Jobs for libvirt and cucumber based tests
          icon: /userContent/images/debian-jenkins-24x24.png
      - sidebar:
          url: http://www.profitbricks.com
          text: Sponsored by Profitbricks
          icon: /userContent/images/profitbricks-24x24.png
    description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/lvc.yaml">lvc.yaml</a>.'
    logrotate:
      daysToKeep: 90
      numToKeep: 20
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    publishers:
      - email:
          recipients: 'holger@layer-acht.org'
      - archive:
          artifacts: '*.webm, {my_pngs}'
          latest_only: false
      - imagegallery:
          title: '{my_title}'
          includes: '{my_pngs}'
          image-width: 300
    builders:
      - shell: '/srv/jenkins/bin/lvc/run_test_suite {my_params}'
    triggers:
      - timed: '{my_time}'

- job-template:
    defaults: lvc
    name: '{name}_debian-live_squeeze'

- project:
    name: lvc
    jobs:
        - '{name}_debian-live_squeeze':
           my_title: 'Debian Live 7'
           my_time: '23 45 31 12 *'
           my_params: '--capture lvc_debian-live_squeeze.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso DebianLive7/apt.feature'
           my_pngs: 'apt-*.png'
           my_description: 'Work in progress...'