[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: also add the jobs to deal with the bullseye chroots
Mattia Rizzolo
gitlab at salsa.debian.org
Sun Jul 7 12:49:39 BST 2019
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5b540da3 by Mattia Rizzolo at 2019-07-07T11:48:07Z
reproducible debian: also add the jobs to deal with the bullseye chroots
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
2 changed files:
- bin/reproducible_common.sh
- job-cfg/reproducible.yaml
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -34,7 +34,7 @@ CHPATH=/srv/reproducible-results/chdist
mkdir -p "$CHPATH"
# Debian suites being tested
-SUITES="stretch buster unstable experimental"
+SUITES="stretch buster bullseye unstable experimental"
# Debian architectures being tested
ARCHS="amd64 i386 arm64 armhf"
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -415,6 +415,9 @@
- '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_bullseye':
+ my_description: 'Setup pbuilder for reproducible builds of packages from bullseye as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
+ my_timed: '23 9 * * *'
- '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 * * *'
@@ -471,17 +474,18 @@
my_description: 'Setup schroot for running diffoscope in a unstable environment (this is needed to be able to correctly investigate haskell binaries...)'
my_timed: '42 0 * * *'
my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all'
- my_disabled: false
- 'stretch_diffoscope':
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'
- my_disabled: false
- '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'
- my_disabled: false
+ - 'bullseye_diffoscope':
+ my_description: 'Setup schroot for running diffoscope in a bullseye 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-bullseye-diffoscope bullseye diffoscope locales-all'
my_description: 'Setup {my_distro} schroot for fetching source packages for the builder jobs.'
my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-{my_distro} {my_distro}'
my_hname:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5b540da3857b31757eda8d39fde2ac543a061e98
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5b540da3857b31757eda8d39fde2ac543a061e98
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190707/65ad6638/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list