[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add two jobs to be run on cbxi4pro0 (armhf): maintenance and setup_pbuilder_testing

Holger Levsen holger at moszumanska.debian.org
Tue Aug 4 13:10:48 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 0a05e37c7d649a622de3f30239160a6402b817cd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Aug 4 15:09:43 2015 +0200

    reproducible: add two jobs to be run on cbxi4pro0 (armhf): maintenance and setup_pbuilder_testing
---
 bin/reproducible_node_wrapper.sh |  2 ++
 job-cfg/reproducible.yaml        | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh
index 6f46333..fb3435a 100755
--- a/bin/reproducible_node_wrapper.sh
+++ b/bin/reproducible_node_wrapper.sh
@@ -61,6 +61,8 @@ 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_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";
 fi
 
 croak "Command '$*' not found in allowed commands."
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 9ca8c09..7384ffd 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -175,6 +175,10 @@
 
 - job-template:
     defaults: reproducible
+    name: '{name}_maintenance_armhf_cbxi4pro0'
+
+- job-template:
+    defaults: reproducible
     name: '{name}_setup_pbuilder_unstable'
 
 - job-template:
@@ -187,6 +191,10 @@
 
 - job-template:
     defaults: reproducible
+    name: '{name}_setup_pbuilder_testing_armhf_cbxi4pro0'
+
+- job-template:
+    defaults: reproducible
     name: '{name}_setup_pbuilder_experimental'
 
 - job-template:
@@ -317,6 +325,13 @@
             my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: 'bpi0'
+        - '{name}_maintenance_armhf_cbxi4pro0':
+            my_description: 'Do some maintenance: check for old directories laying around, do backups, etc.'
+            my_timed: '5 0,4,8,12,16,20 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_maintenance.sh'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'cbxi4pro0'
         - '{name}_setup_pbuilder_testing':
             my_description: 'Setup and update pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
             my_timed: '23 0,4,8,12,16,20 * * *'
@@ -329,6 +344,12 @@
             my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
             my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
             my_node: 'bpi0'
+        - '{name}_setup_pbuilder_testing_armhf_cbxi4pro0':
+            my_description: 'Setup and update pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
+            my_timed: '23 0,4,8,12,16,20 * * *'
+            my_shell: '/srv/jenkins/bin/reproducible_master_wrapper.sh'
+            my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
+            my_node: 'cbxi4pro0'
         - '{name}_setup_pbuilder_unstable':
             my_description: 'Setup and update pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
             my_timed: '23 0,4,8,12,16,20 * * *'

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