summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 19:56:18 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 19:56:18 +0100
commit880f5548591aa8123c01a6f8a49ff739d79347f9 (patch)
tree5876d4139326c97a78daa215dd771e7d40d10b95 /job-cfg
parentf18001b4209fcb5e780ea0ed28a7d87c57865f63 (diff)
downloadjenkins.debian.net-880f5548591aa8123c01a6f8a49ff739d79347f9.tar.xz
reproducible: add jobs to set up experimental schroots and configure pbuilder on the armhf nodes
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml16
1 files changed, 14 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index a4b7f596..6d247e74 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -274,6 +274,9 @@
- '{name}_{my_task}_{my_arch}_{my_hname}':
my_task:
+ - 'setup_pbuilder_testing':
+ my_description: 'Setup pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
+ my_timed: '23 7 * * *'
- 'setup_pbuilder_unstable':
my_description: 'Setup pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
my_timed: '42 7 * * *'
@@ -283,6 +286,9 @@
- 'setup_schroot_testing':
my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
my_timed: 'H/60 1 * * *'
+ - 'setup_schroot_unstable':
+ my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
+ my_timed: 'H/60 1 * * *'
- 'setup_schroot_experimental':
my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.'
my_timed: '33 1 * * *'
@@ -296,12 +302,18 @@
- '{name}_{my_task}_{my_arch}_{my_hname}':
my_task:
- - 'setup_pbuilder_testing':
+ - 'setup_pbuilder_unstable':
my_description: 'Setup pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
my_timed: '23 7 * * *'
+ - 'setup_pbuilder_experimental':
+ my_description: 'Setup pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
+ my_timed: '23 7 * * *'
- 'setup_schroot_unstable':
my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.'
- my_timed: '42 1 * * *'
+ my_timed: 'H/60 1 * * *'
+ - 'setup_schroot_experimental':
+ my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.'
+ my_timed: 'H/60 1 * * *'
my_hname:
- 'bpi0': { my_arch: 'armhf' }
- 'cbxi4pro0': { my_arch: 'armhf' }