summaryrefslogtreecommitdiffstats
path: root/job-cfg/obsolete-transitional.yaml
blob: 13d17519248fabd46816eee0952e588cd6e72922 (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
- defaults:
    name: obsolete-transitional
    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/haskell/
          text: Haskell packages metadata consistency
          icon: /userContent/images/debian-jenkins-24x24.png
      - sidebar:
          url: http://www.profitbricks.co.uk
          text: Sponsored by Profitbricks
          icon: /userContent/images/profitbricks-24x24.png
    description: '{my_description}{do_not_edit}'
    logrotate:
      daysToKeep: 365
      numToKeep: 365
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    builders:
      - shell: '/srv/jenkins/bin/find_obsolete_transitional_packages.sh {my_distro} "{my_suites}"'
    publishers:
      - logparser:
          parse-rules: '/srv/jenkins/logparse/obsolete-transitional.rules'
          unstable-on-warning: 'false'
          fail-on-error: 'false'
      - email:
          recipients: '{my_recipients}'
      #- plot:
      #    - title: Stats
      #      yaxis: Packages
      #      group: PlotGroup
      #      csv-file-name: package-plan-stats.csv
      #      series:
      #          - file: stats.csv
      #            format: csv
      #            # inclusion-flag: exclude-by-string
      #            # exclude: total
      #    - title: Totals
      #      yaxis: Packages
      #      group: PlotGroup
      #      style: area
      #      series:
      #          - file: stats.csv
      #            format: csv
      #            # inclusion-flag: include-by-string
      #            # exclude: total
      - naginator:
          progressive-delay-increment: 5
          progressive-delay-maximum: 15
          max-failed-builds: 5
          regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'

- job-template:
    defaults: obsolete-transitional
    name: '{name}'
    triggers:
      - pollscm:
          cron: '*/6 * * * *'
      - timed: '0 16 * * *'    # every day at 16:00 UTC

- project:
    name: obsolete-transitional
    do_not_edit: '<br>Find obsolete transitional packages.'
    jobs:
        - '{name}':
            my_distro: 'buster'
            my_suites: 'jessie stretch sid'
            my_description: 'Find obsolete transitional packages in buster.'
            my_recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org'