summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-test.yaml
blob: 788a97b0c111185938392c14ca7c69260760bd8d (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
- publisher:
    name: parse-output
    publishers:
      - logparser:
         rulespath: '/srv/jenkins/logparse/debian.rules'
         unstable_on_warning: 'false'
         fail_on_error: 'false'

- job-template:
    name: '{name}-sid_install_gnome'
    description: '{description}{do_not_edit}'
    publishers:
      - parse-output
    builders:
      - shell: '/srv/jenkins/bin/chroot_tester.sh {chroot_tester_params}'

- job-template:
    name: '{name}-sid_bootstrap'
    description: '{description}{do_not_edit}'
    publishers:
      - parse-output
      - trigger:
         project: '{name}-{trigger}'
    builders:
      - shell: '/srv/jenkins/bin/chroot_tester.sh {chroot_tester_params}'

- project:
    name: testjob_chroot-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}-sid_install_gnome':
         chroot_tester_params: 'sid gnome'
         description: 'Debootstrap sid, then install gnome.'

      - '{name}-sid_bootstrap':
         chroot_tester_params: 'sid'
         description: 'Debootstrap sid.'
         trigger: 'sid_install_gnome'