[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: allow remote setup jobs for bookworm

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Aug 17 10:31:49 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
c7323eb5 by Holger Levsen at 2021-08-17T11:31:37+02:00
reproducible Debian: allow remote setup jobs for bookworm

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/jenkins_node_wrapper.sh


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -132,6 +132,8 @@ elif [[ "$*" =~ ^reproducible_setup_pbuilder_buster_.*_.* ]] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh buster ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_setup_pbuilder_bullseye_.*_.* ]] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh bullseye ; croak "Exec failed";
+elif [[ "$*" =~ ^reproducible_setup_pbuilder_bookworm_.*_.* ]] ; then
+	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh bookworm ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_setup_pbuilder_unstable_.*_.* ]] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh unstable ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_setup_pbuilder_experimental_.*_.* ]] ; then
@@ -142,6 +144,10 @@ elif [[ "$*" =~ ^reproducible_node_health_check_.*_.* ]] ; then
 	exec /srv/jenkins/bin/reproducible_node_health_check.sh ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_setup_schroot_buster_diffoscope_.*_.* ]] ; then
 	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-buster-diffoscope buster diffoscope locales-all ; croak "Exec failed";
+elif [[ "$*" =~ ^reproducible_setup_schroot_bullseye_diffoscope_.*_.* ]] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-bullseye-diffoscope bullseye diffoscope locales-all ; croak "Exec failed";
+elif [[ "$*" =~ ^reproducible_setup_schroot_bookworm_diffoscope_.*_.* ]] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-bookworm-diffoscope bookworm diffoscope locales-all ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_setup_schroot_unstable_diffoscope_.*_.* ]] ; then
 	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_coreboot ]] ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c7323eb595a53d416580c19d94ca62c40781b697

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c7323eb595a53d416580c19d94ca62c40781b697
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/20210817/971f373f/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list