summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
blob: 8a4739d0ed982c234c670bf82f6c95c3dfbee94b (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
- defaults:
    name: reproducible
    project-type: freestyle
    triggers:
      - timed: '{my_timed}'
    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/reproducible
          text: reproducible builds jobs
          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>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at <a href="https://reproducible.debian.net/">https://reproducible.debian.net</a>.'
    logrotate:
      daysToKeep: 90
      numToKeep: 30
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    builders:
      - shell: '{my_shell}'
    publishers:
      - logparser:
          parse-rules: '/srv/jenkins/logparse/reproducible.rules'
          unstable-on-warning: 'true'
          fail-on-error: 'true'
      - email:
          recipients: '{my_recipients}'

- defaults:
    name: reproducible_notes
    project-type: freestyle
    triggers:
      - timed: '{my_timed}'
      - pollscm: '*/6 * * * *'
    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/reproducible
          text: reproducible builds jobs
          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>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at <a href="https://reproducible.debian.net/">https://reproducible.debian.net</a>.'
    logrotate:
      daysToKeep: 90
      numToKeep: 20
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    builders:
      - shell: '{my_shell}'
    publishers:
      - logparser:
          parse-rules: '/srv/jenkins/logparse/reproducible.rules'
          unstable-on-warning: 'true'
          fail-on-error: 'true'
      - email:
          recipients: '{my_recipients}'
    scm:
      - git:
          url: '{my_gitrepo}'
          branches:
            - master

- defaults:
    name: reproducible_builder
    project-type: freestyle
    triggers:
      - timed: '{my_timed}'
    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/reproducible
          text: reproducible builds jobs
          icon: /userContent/images/debian-jenkins-24x24.png
      - sidebar:
          url: http://www.profitbricks.com
          text: Sponsored by Profitbricks
          icon: /userContent/images/profitbricks-24x24.png
      - priority:
          job-prio: '150'
      - throttle:
          max-total: 3
          max-per-node: 3
          enabled: true
          option: category
          categories:
            - reproducible
    description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at <a href="https://reproducible.debian.net/">https://reproducible.debian.net</a>.'
    logrotate:
      daysToKeep: 14
      numToKeep: 750
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    builders:
      - shell: '{my_shell}'
    publishers:
      - logparser:
          parse-rules: '/srv/jenkins/logparse/reproducible.rules'
          unstable-on-warning: 'true'
          fail-on-error: 'true'
      - email:
          recipients: '{my_recipients}'
          notify-every-unstable-build: false

- job-template:
    defaults: reproducible
    name: '{name}_maintainance'

- job-template:
    defaults: reproducible
    name: '{name}_setup_pbuilder'

- job-template:
    defaults: reproducible
    name: '{name}_setup_schroot'

- job-template:
    defaults: reproducible
    name: '{name}_scheduler'

- job-template:
    defaults: reproducible
    name: '{name}_html_graphs'

- job-template:
    defaults: reproducible
    name: '{name}_html_indexes'

- job-template:
    defaults: reproducible
    name: '{name}_html_dd_list'

- job-template:
    defaults: reproducible_notes
    name: '{name}_html_notes'

- job-template:
    defaults: reproducible
    name: '{name}_html_all_packages'

- job-template:
    defaults: reproducible
    name: '{name}_json'

- job-template:
    defaults: reproducible_builder
    name: '{name}_builder_alpha'

- job-template:
    defaults: reproducible_builder
    name: '{name}_builder_beta'

- job-template:
    defaults: reproducible_builder
    name: '{name}_builder_gamma'

#
# sometimes used for development:
#
#- job-template:
#    defaults: reproducible_builder
#    name: '{name}_builder_delta'

- project:
    name: reproducible
    jobs:
        - '{name}_maintainance':
            my_description: 'Do some maintainance, check no old directories are laying around, do backups, etc.'
            my_timed: '0 12 * * *'
            my_shell: '/srv/jenkins/bin/reproducible_maintainance.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_setup_pbuilder':
            my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
            my_timed: '23 0 * * *'
            my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh'
            my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org'
        - '{name}_setup_schroot':
            my_description: 'Setup schroot for running debbindiff in a sid environment, this is needed eg to be able to correctly investigate haskell binaries....'
            my_timed: '23 0 * * *'
            my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-sid sid debbindiff'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_scheduler':
            my_description: 'Schedule packages to be tested on reproducible building.'
            my_timed: '42 * * * *'
            my_shell: '/srv/jenkins/bin/reproducible_scheduler.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_html_graphs':
            my_description: 'Generates HTML results (stats with graphs) for reproducible builds.'
            my_timed: '0 * * * *'
            my_shell: '/srv/jenkins/bin/reproducible_html_graphs.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_html_indexes':
            my_description: 'Generates HTML results (indexes) for reproducible builds.'
            my_timed: '59 */2 * * *'
            my_shell: '/srv/jenkins/bin/reproducible_html_indexes.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_html_dd_list':
            my_description: 'Generates HTML results (dd-list) for reproducible builds.'
            my_timed: '55 23 * * *'
            my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_html_notes':
            my_description: 'Generates HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.'
            my_timed: '57 0 * * *'
            my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git'
            my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh'
            my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org'
        - '{name}_html_all_packages':
            my_description: 'Generates HTML results (for all packages) for reproducible builds. This job is normally not needed and only run once a year.'
            my_timed: '12 12 30 12 *'
            my_shell: '/srv/jenkins/bin/reproducible_html_all_packages.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_json':
            my_description: 'Generates https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
            my_timed: '1 0 * * *'
            my_shell: '/srv/jenkins/bin/reproducible_json.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_builder_alpha':
            my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
            my_timed: 'H/2 * * * *'
            my_shell: '/srv/jenkins/bin/reproducible_build.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_builder_beta':
            my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
            my_timed: 'H/2 * * * *'
            my_shell: '/srv/jenkins/bin/reproducible_build.sh'
            my_recipients: 'holger@layer-acht.org'
        - '{name}_builder_gamma':
            my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
            my_timed: 'H/2 * * * *'
            my_shell: '/srv/jenkins/bin/reproducible_build.sh'
            my_recipients: 'holger@layer-acht.org'
#        - '{name}_builder_delta':
#            my_description: 'This is a builder job only used for development.'
#            my_timed: ''
#            my_shell: '/srv/jenkins/bin/reproducible_build_delta.sh'
#            my_recipients: 'holger@layer-acht.org'