[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible armhf: also run setup_schroot_testing_debbindiff jobs on bpi0 and cbxi4pro0

Holger Levsen holger at moszumanska.debian.org
Tue Aug 4 13:43:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit f31bf5d1b11456f15f7e682dfc0f55d4a3e59f1a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Aug 4 15:41:59 2015 +0200

    reproducible armhf: also run setup_schroot_testing_debbindiff jobs on bpi0 and cbxi4pro0
---
 bin/reproducible_node_wrapper.sh |  2 ++
 job-cfg/reproducible.yaml        | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh
index fb3435a..195e50e 100755
--- a/bin/reproducible_node_wrapper.sh
+++ b/bin/reproducible_node_wrapper.sh
@@ -61,8 +61,10 @@ allowed_cmds=()
 
 if   [ "$*" = "reproducible_setup_pbuilder_testing_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed";
 elif [ "$*" = "reproducible_maintenance_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed";
+elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_bpi0" ]; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed";
 elif [ "$*" = "reproducible_setup_pbuilder_testing_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed";
 elif [ "$*" = "reproducible_maintenance_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed";
+elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed";
 fi
 
 croak "Command '$*' not found in allowed commands."
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 7384ffd..b3d8d28 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -207,6 +207,14 @@
 
 - job-template:
     defaults: reproducible
+    name: '{name}_setup_schroot_testing_debbindiff_armhf_bpi0'
+
+- job-template:
+    defaults: reproducible
+    name: '{name}_setup_schroot_testing_debbindiff_armhf_cbxi4pro0'
+
+- job-template:
+    defaults: reproducible
     name: '{name}_setup_schroot_unstable'
 
 - job-template:
@@ -374,6 +382,18 @@
             my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''
+        - '{name}_setup_schroot_testing_debbindiff_armhf_bpi0':
+            my_description: 'Setup schroot for running debbindiff in a testing environment (this is needed to be able to correctly investigate haskell binaries...)'
+            my_timed: '23 0 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'bpi0'
+        - '{name}_setup_schroot_testing_debbindiff_armhf_cbxi4pro0':
+            my_description: 'Setup schroot for running debbindiff in a testing environment (this is needed to be able to correctly investigate haskell binaries...)'
+            my_timed: '23 0 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'cbxi4pro0'
         - '{name}_setup_schroot_unstable':
             my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.'
             my_timed: '23 1 * * *'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list