[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: also created new schroots for downloading sources on bpi0, cbxi4pro0, hb0, wbq0 and profitbricks1

Holger Levsen holger at moszumanska.debian.org
Thu Aug 6 15:57:43 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 a73f8416a63374173ea3572501eb054149b3e526
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Aug 6 17:56:26 2015 +0200

    reproducible: also created new schroots for downloading sources on bpi0, cbxi4pro0, hb0, wbq0 and profitbricks1
---
 bin/reproducible_node_wrapper.sh | 14 ++++++++
 job-cfg/reproducible.yaml        | 70 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh
index 1cd42a4..574e0fa 100755
--- a/bin/reproducible_node_wrapper.sh
+++ b/bin/reproducible_node_wrapper.sh
@@ -65,24 +65,32 @@ 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_schroot_testing_armhf_bpi0" ] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing ; 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";
+elif [ "$*" = "reproducible_setup_schroot_testing_armhf_cbxi4pro0" ] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing ; croak "Exec failed";
 elif   [ "$*" = "reproducible_setup_pbuilder_testing_armhf_hb0" ] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed";
 elif [ "$*" = "reproducible_maintenance_armhf_hb0" ] ; then
 	exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed";
 elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_hb0" ] ; then
 	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed";
+elif [ "$*" = "reproducible_setup_schroot_testing_armhf_hb0" ] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing ; croak "Exec failed";
 elif   [ "$*" = "reproducible_setup_pbuilder_testing_armhf_wbq0" ] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed";
 elif [ "$*" = "reproducible_maintenance_armhf_wbq0" ] ; then
 	exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed";
 elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_wbq0" ] ; then
 	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed";
+elif [ "$*" = "reproducible_setup_schroot_testing_armhf_wbq0" ] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing ; croak "Exec failed";
 elif   [ "$*" = "reproducible_setup_pbuilder_testing_amd64_profitbricks1" ] ; then
 	exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed";
 elif   [ "$*" = "reproducible_setup_pbuilder_unstable_amd64_profitbricks1" ] ; then
@@ -95,6 +103,12 @@ elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_amd64_profitbricks1
 	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed";
 elif [ "$*" = "reproducible_setup_schroot_unstable_debbindiff_amd64_profitbricks1" ] ; then
 	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-debbindiff unstable debbindiff locales-all ; croak "Exec failed";
+elif [ "$*" = "reproducible_setup_schroot_testing_amd64_profitbricks1" ] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing ; croak "Exec failed";
+elif [ "$*" = "reproducible_setup_schroot_unstable_amd64_profitbricks1" ] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable ; croak "Exec failed";
+elif [ "$*" = "reproducible_setup_schroot_experimental_amd64_profitbricks1" ] ; then
+	exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-experimental experimental ; croak "Exec failed";
 fi
 
 croak "Command '$*' not found in allowed commands."
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 979e653..32433d6 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -267,14 +267,42 @@
 
 - job-template:
     defaults: reproducible
+    name: '{name}_setup_schroot_unstable_amd64_profitbricks1'
+
+- job-template:
+    defaults: reproducible
     name: '{name}_setup_schroot_testing'
 
 - job-template:
     defaults: reproducible
+    name: '{name}_setup_schroot_testing_armhf_bpi0'
+
+- job-template:
+    defaults: reproducible
+    name: '{name}_setup_schroot_testing_armhf_cbxi4pro0'
+
+- job-template:
+    defaults: reproducible
+    name: '{name}_setup_schroot_testing_armhf_hb0'
+
+- job-template:
+    defaults: reproducible
+    name: '{name}_setup_schroot_testing_armhf_wbq0'
+
+- job-template:
+    defaults: reproducible
+    name: '{name}_setup_schroot_testing_amd64_profitbricks1'
+
+- job-template:
+    defaults: reproducible
     name: '{name}_setup_schroot_experimental'
 
 - job-template:
     defaults: reproducible
+    name: '{name}_setup_schroot_experimental_amd64_profitbricks1'
+
+- job-template:
+    defaults: reproducible
     name: '{name}_scheduler'
 
 - job-template:
@@ -522,18 +550,60 @@
             my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable botch'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''
+        - '{name}_setup_schroot_unstable_amd64_profitbricks1':
+            my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.'
+            my_timed: '23 1 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'profitbricks1'
         - '{name}_setup_schroot_testing':
             my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
             my_timed: '23 1 * * *'
             my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''
+        - '{name}_setup_schroot_testing_armhf_bpi0':
+            my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
+            my_timed: '23 1 * * *'
+            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_armhf_cbxi4pro0':
+            my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
+            my_timed: '23 1 * * *'
+            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_testing_armhf_hb0':
+            my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
+            my_timed: '23 1 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'hb0'
+        - '{name}_setup_schroot_testing_armhf_wbq0':
+            my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
+            my_timed: '23 1 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'wbq0'
+        - '{name}_setup_schroot_testing_amd64_profitbricks1':
+            my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
+            my_timed: '23 1 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'profitbricks1'
         - '{name}_setup_schroot_experimental':
             my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.'
             my_timed: '23 1 * * *'
             my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-experimental experimental'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''
+        - '{name}_setup_schroot_experimental_amd64_profitbricks1':
+            my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.'
+            my_timed: '23 1 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'profitbricks1'
         - '{name}_scheduler':
             my_description: 'Schedule packages to be tested for reproducibility.'
             my_timed: '42 * * * *'

-- 
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