diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-17 15:36:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-18 19:30:44 +0200 |
commit | d27ffc977d3f4dfdd048f50c6362e5564171e839 (patch) | |
tree | cffa6506566bed74facb2af433333fda17ca491a /job-cfg | |
parent | 634925fb815871028233c5eae0ae46e76a86c717 (diff) | |
download | jenkins.debian.net-d27ffc977d3f4dfdd048f50c6362e5564171e839.tar.xz |
reproducible Debian: add jobs for testing buster
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 9cbbf11f..d2b96ffb 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -381,6 +381,9 @@ - 'setup_pbuilder_stretch': my_description: 'Setup pbuilder for reproducible builds of packages from stretch as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 7 * * *' + - 'setup_pbuilder_buster': + my_description: 'Setup pbuilder for reproducible builds of packages from buster as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' + my_timed: '23 8 * * *' - '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 * * *' @@ -393,6 +396,9 @@ - 'setup_schroot_stretch': my_description: 'Setup stretch schroot for fetching source packages for the builder jobs.' my_timed: '0 1 * * *' + - 'setup_schroot_buster': + my_description: 'Setup buster schroot for fetching source packages for the builder jobs.' + my_timed: '0 2 * * *' - 'setup_schroot_experimental': my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.' my_timed: '40 1 * * *' @@ -452,11 +458,17 @@ my_description: 'Setup schroot for running diffoscope in a stretch environment (this is needed to be able to correctly investigate haskell binaries...)' my_timed: '23 0 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-stretch-diffoscope stretch diffoscope locales-all' + - 'buster_diffoscope': + my_description: 'Setup schroot for running diffoscope in a buster environment (this is needed to be able to correctly investigate haskell binaries...)' + my_timed: '23 0 * * *' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-buster-diffoscope buster diffoscope locales-all' - 'unstable': my_timed: '42 1 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-{my_distro} {my_distro} botch' - 'stretch': my_timed: '42 1 * * *' + - 'buster': + my_timed: '42 2 * * *' - 'experimental': my_timed: '33 1 * * *' my_description: 'Setup {my_distro} schroot for fetching source packages for the builder jobs.' |