[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: allow pbuilder_bullseye jobs to run on the nodes

Mattia Rizzolo gitlab at salsa.debian.org
Sun Jul 7 13:14:35 BST 2019



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
5b95fa98 by Mattia Rizzolo at 2019-07-07T12:14:22Z
reproducible debian: allow pbuilder_bullseye jobs to run on the nodes

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/jenkins_node_wrapper.sh


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -115,12 +115,14 @@ elif [[ "$*" =~ ^rm\ -r\ /srv/reproducible-results/archlinuxrb-build.* ]] ; then
 	exec rm -r "$3" ; croak "Exec failed";
 elif [[ "$*" =~ ^rm\ -r\ /var/lib/jenkins/jobs/.*/workspace/results ]] ; then
 	exec rm -r "$3" ; croak "Exec failed";
+elif [[ "$*" =~ ^reproducible_setup_pbuilder_stretch_.*_.* ]] ; then
+	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh stretch ; croak "Exec failed";
 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_unstable_.*_.* ]] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh unstable ; croak "Exec failed";
-elif [[ "$*" =~ ^reproducible_setup_pbuilder_stretch_.*_.* ]] ; then
-	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh stretch ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_setup_pbuilder_experimental_.*_.* ]] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh experimental ; croak "Exec failed";
 elif [[ "$*" =~ ^reproducible_maintenance_.*_.* ]] ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5b95fa987d827bca6d4ac105f17fdf14239b1955

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/5b95fa987d827bca6d4ac105f17fdf14239b1955
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/6cb0ff23/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list