diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-18 19:56:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-18 19:56:18 +0100 |
commit | 880f5548591aa8123c01a6f8a49ff739d79347f9 (patch) | |
tree | 5876d4139326c97a78daa215dd771e7d40d10b95 | |
parent | f18001b4209fcb5e780ea0ed28a7d87c57865f63 (diff) | |
download | jenkins.debian.net-880f5548591aa8123c01a6f8a49ff739d79347f9.tar.xz |
reproducible: add jobs to set up experimental schroots and configure pbuilder on the armhf nodes
-rw-r--r-- | job-cfg/reproducible.yaml | 16 |
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' } |