summaryrefslogtreecommitdiffstats
path: root/job-cfg/g-i-installation.yaml
blob: 2cb276601ff47e036549676b03978795942b890d (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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
- 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:
          parse-rules: '/srv/jenkins/logparse/debian.rules'
          unstable-on-warning: 'true'
          fail-on-error: 'true'
      - email:
          recipients: '{my_recipients}'
      - archive:
          artifacts: 'results/*.*, results/log/*, results/log/installer/*'
          latest_only: false
      - imagegallery:
          title: '{my_title}'
          includes: 'results/*.png'
          image-width: 300
    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/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
      - priority:
          job-prio: '140'
      - throttle:
          max-total: 4
          max-per-node: 4
          enabled: True
          option: category
          categories:
            - g-i-installation
- defaults:
    name: g-i-installation-housekeeping
    description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}'
    logrotate:
      daysToKeep: 365
      numToKeep: 365
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    triggers:
      - timed: "0 6 * * *"
    builders:
      - shell: '/srv/jenkins/bin/housekeeping.sh {name}'
    publishers:
      - logparser:
          parse-rules: '/srv/jenkins/logparse/debian.rules'
          unstable-on-warning: 'true'
          fail-on-error: 'true'
      - email:
          recipients: holger@layer-acht.org
    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/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
      - priority:
          job-prio: '175'
      - throttle:
          max-total: 4
          max-per-node: 4
          enabled: True
          option: category
          categories:
            - g-i-installation

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

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_wheezy-test_minimal'

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

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

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_wheezy-test_workstation'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_wheezy-test_combi-server'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_wheezy-test_main-server'

#- job-template:
#    defaults: g-i-installation
#    name: '{name}_debian-edu_wheezy-test_sugar'

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

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

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

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

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_squeeze_combi-server'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_squeeze_main-server'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_wheezy-test_standalone_gnome'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_wheezy-test_standalone_lxde'

- job-template:
    defaults: g-i-installation
    name: '{name}_debian-edu_wheezy-test_standalone_xfce'

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

- project:
    name: g-i-installation
    do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.'
    jobs:
      - '{name}_housekeeping'
      - '{name}_debian-edu_wheezy-test_minimal':
         my_title: 'Debian Edu (wheezy-test) minimal'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 1 debian-edu_wheezy-test_minimal 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy minimal profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_minimal_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '23 20 * * 3,7'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_wheezy_standalone':
         my_title: 'Debian Edu (wheezy) standalone'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 2 debian-edu_wheezy_standalone 25 http://ftp.skolelinux.org/cd-wheezy-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 20 15 * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_wheezy-test_standalone':
         my_title: 'Debian Edu (wheezy-test) standalone'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 3 debian-edu_wheezy-test_standalone 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 20 * * 3,7'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_wheezy-test_workstation':
         my_title: 'Debian Edu (wheezy-test) workstation'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 4 debian-edu_wheezy-test_workstation 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy workstation profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_workstation_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 22 * * 3,7'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_wheezy-test_combi-server':
         my_title: 'Debian Edu (wheezy-test) combi-server'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 5 debian-edu_wheezy-test_combi-server 30 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy combi-server profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_combi-server_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 0 * * 3,7'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_wheezy-test_main-server':
         my_title: 'Debian Edu (wheezy-test) main-server'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 6 debian-edu_wheezy-test_main-server 30 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy main-server profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_main-server_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 2 * * 3,7'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
#      - '{name}_debian-edu_wheezy-test_sugar':
#         my_title: 'Debian Edu (wheezy-test) sugar'
#         my_shell: '/srv/jenkins/bin/g-i-installation.sh 99 debian-edu_wheezy-test_sugar 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
#         my_description: 'Do a fully automated installation of a Debian Edu Wheezy sugar profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_sugar_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
#         my_timed: '42 2 * * 3,7'
#         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_squeeze_minimal':
         my_title: 'Debian Edu (squeeze) minimal'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 7 debian-edu_squeeze_minimal 20 http://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.7+r1-CD.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze) minimal profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze_minimal_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 4 15 * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_squeeze-test_standalone':
         my_title: 'Debian Edu (squeeze-test) standalone'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 8 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 profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze-test_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 4 15 * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_squeeze_standalone':
         my_title: 'Debian Edu (squeeze) standalone'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 9 debian-edu_squeeze_standalone 20 http://ftp.skolelinux.org/cd-squeeze-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze) standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 4 15 * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_squeeze_workstation':
         my_title: 'Debian Edu (squeeze) workstation'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 debian-edu_squeeze_workstation 30 http://ftp.skolelinux.org/cd-squeeze-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze) workstation profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze_workstation_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 7 15 * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_squeeze_combi-server':
         my_title: 'Debian Edu (squeeze) combi-server'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 11 debian-edu_squeeze_combi-server 30 http://ftp.skolelinux.org/cd-squeeze-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze) combi-server profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze_combi-server_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 8 15 * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_squeeze_main-server':
         my_title: 'Debian Edu (squeeze) main-server'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 12 debian-edu_squeeze_main-server 30 http://ftp.skolelinux.org/cd-squeeze-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Squeeze (suite: squeeze) main-server profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_squeeze_main-server_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 16 15 * *'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian_wheezy_kde':
         my_title: 'Debian (wheezy) KDE desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 13 debian_wheezy_kde 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian KDE desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 15 2,9,16,23 * *'
         my_recipients: 'holger@layer-acht.org'  # FIXME readd jenkins+debian-boot here and for other jobs - once we made this more stable
      - '{name}_debian_wheezy_xfce':
         my_title: 'Debian (wheezy) Xfce desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 14 debian_wheezy_xfce 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian Xfce desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_xfce_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 16 4 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_wheezy_kfreebsd':
         my_title: 'Debian (wheezy) kfreebsd desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 15 debian_wheezy_kfreebsd 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-kfreebsd-amd64/current/images/netboot/mini.iso'
         my_description: 'Do a fully automated installation of Debian kfreebsd desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_kfreebsd_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 16 4 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_wheezy_lxde':
         my_title: 'Debian (wheezy) LXDE desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 16 debian_wheezy_lxde 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian LXDE desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 19 4 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_wheezy_gnome':
         my_title: 'Debian (wheezy) GNOME desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 17 debian_wheezy_gnome 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian GNOME desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_gnome_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 19 4 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_jessie_kde':
         my_title: 'Debian (jessie) KDE desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 18 debian_jessie_kde 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian KDE desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_kde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 15 4 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_jessie_xfce':
         my_title: 'Debian (jessie) Xfce desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 19 debian_jessie_xfce 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian Xfce desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_xfce_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 16 2,9,16,23 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_jessie_kfreebsd':
         my_title: 'Debian (jessie) kfreebsd desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 20 debian_jessie_kfreebsd 10 http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/netboot-9/mini.iso'
         my_description: 'Do a fully automated installation of Debian kfreebsd desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_kfreebsd_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 16 9 * *'
         #my_timed: '42 16 2,9,16,23 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_jessie_lxde':
         my_title: 'Debian (jessie) LXDE desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 21 debian_jessie_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 LXDE desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 19 2,9,16,23 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_jessie_gnome':
         my_title: 'Debian (jessie) GNOME desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 22 debian_jessie_gnome 10 http://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian GNOME desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_jessie_gnome_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 19 2,9,16,23 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_squeeze_xfce':
         my_title: 'Debian (squeeze) Xfce desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 23 debian_squeeze_xfce 10 http://ftp.de.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/'
         my_description: 'Do a fully automated installation of Debian Xfce desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_squeeze_xfce_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '# debian squeeze jobs are only build on request. squeeze is stable.'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_xfce':
         my_title: 'Debian (sid daily build CD) Xfce desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 24 debian_sid_daily_xfce 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 Xfce desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 8 * * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_kfreebsd':
         my_title: 'Debian (sid daily build CD) kfreebsd desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 25 debian_sid_daily_kfreebsd 10 http://cdimage.debian.org/cdimage/daily-builds/sid_d-i/arch-latest/kfreebsd-amd64/iso-cd/debian-testing-kfreebsd-amd64-netinst.iso'
         my_description: 'Do a fully automated installation of Debian kfreebsd desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 8 9 * *'
         #my_timed: '42 8 * * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_lxde':
         my_title: 'Debian (sid daily build CD) LXDE desktop install'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 26 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 LXDE desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 10 * * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_hurd_lxde':
         my_title: 'Debian (sid daily build CD) LXDE desktop install on Hurd'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 27 debian_sid_daily_hurd_lxde 10 http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/daily/debian-sid-hurd-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of Debian LXDE desktop on Hurd - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 10 * * 1'
         my_recipients: 'holger@layer-acht.org debian-hurd@lists.debian.org'
      - '{name}_debian_sid_daily_rescue':
         my_title: 'Debian (sid daily build CD) rescue mode'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 28 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 via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 6 * * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_spanish':
         my_title: 'Debian (sid daily build CD) rescue mode in Spanish'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 29 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 es es_ES'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 7 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_japanese':
         my_title: 'Debian (sid daily build CD) rescue mode in Japanese'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 30 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 ja ja_JA'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 7 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_chinese':
         my_title: 'Debian (sid daily build CD) rescue mode in Chinese (China)'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 31 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 zh zh_CN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 8 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_korean':
         my_title: 'Debian (sid daily build CD) rescue mode in Korean'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 32 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 ko ko_KR'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 8 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_russian':
         my_title: 'Debian (sid daily build CD) rescue mode in Russian'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 33 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 ru ru_RU'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 9 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_greek':
         my_title: 'Debian (sid daily build CD) rescue mode in Greek'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 34 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 el el_GR'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 9 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_vietnamese':
         my_title: 'Debian (sid daily build CD) rescue mode in Vietnamese'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 35 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 vi vi_VI'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 9 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_hebrew':
         my_title: 'Debian (sid daily build CD) rescue mode in Hebrew'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 36 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 he he_IL'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 10 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_hindi':
         my_title: 'Debian (sid daily build CD) rescue mode in Hindi'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 37 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 hi hi_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 10 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_tamil':
         my_title: 'Debian (sid daily build CD) rescue mode in Tamil'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 38 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 ta ta_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 10 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_tibetan':
         my_title: 'Debian (sid daily build CD) rescue mode in Tibetan'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 39 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 bo bo_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 11 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_gujarati':
         my_title: 'Debian (sid daily build CD) rescue mode in Gujarati'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 40 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 gu gu_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 11 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_kannada':
         my_title: 'Debian (sid daily build CD) rescue mode in Kannada'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 41 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 kn kn_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 12 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_malayalam':
         my_title: 'Debian (sid daily build CD) rescue mode in Malayalam'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 42 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 ml ml_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 12 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_marathi':
         my_title: 'Debian (sid daily build CD) rescue mode in Marathi'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 43 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 mr mr_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 13 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_punjabi':
         my_title: 'Debian (sid daily build CD) rescue mode in Punjabi (Gurmukhi)'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 44 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 pa pa_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 13 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_telugu':
         my_title: 'Debian (sid daily build CD) rescue mode in Telugu'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 45 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 te te_IN'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '23 14 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_arabic':
         my_title: 'Debian (sid daily build CD) rescue mode in Arabic'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 46 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 ar ar_EG'
         my_description: 'Just go into rescue mode via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 14 18 * *'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian_sid_daily_rescue_dark_theme':
         my_title: 'Debian (sid daily build CD) rescue mode, using theme=dark'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 47 debian_sid_daily_rescue_dark_theme 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, using theme=dark, via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_rescue_dark_theme_preseed.cfg">this preseed.cfg</a>) using netboot gtk.'
         my_timed: '42 6 * * 7'
         my_recipients: 'holger@layer-acht.org'
      - '{name}_debian-edu_wheezy-test_standalone_gnome':
         my_title: 'Debian Edu (wheezy-test) standalone (gnome)'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 48 debian-edu_wheezy-test_standalone_gnome 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 18 * * 1'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_wheezy-test_standalone_lxde':
         my_title: 'Debian Edu (wheezy-test) standalone (lxde)'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 49 debian-edu_wheezy-test_standalone_lxde 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 22 * * 1'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_wheezy-test_standalone_xfce':
         my_title: 'Debian Edu (wheezy-test) standalone (xfce)'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 50 debian-edu_wheezy-test_standalone_xfce 25 http://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso'
         my_description: 'Do a fully automated installation of a Debian Edu Wheezy standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_wheezy-test_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 2 * * 1'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'
      - '{name}_debian-edu_jessie_standalone':
         my_title: 'Debian Edu (jessie) standalone'
         my_shell: '/srv/jenkins/bin/g-i-installation.sh 51 debian-edu_jessie_standalone 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 Jessie standalone profile - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.'
         my_timed: '42 1 1,15 * 1'
         my_recipients: 'jenkins+debian-edu holger@layer-acht.org'