[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: add maintenance jobs for two new i386 nodes and add them to infrastructure

Holger Levsen holger at layer-acht.org
Wed Nov 16 15:26:56 UTC 2016


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 58b54bb23afb749fc1c2d90bef8a9fc2cb43b9ca
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 16 16:22:23 2016 +0100

    reproducible Debian: add maintenance jobs for two new i386 nodes and add them to infrastructure
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 THANKS.head                     |  2 +-
 bin/jenkins_node_definitions.sh |  2 ++
 deploy_everywhere               |  2 ++
 job-cfg/reproducible.yaml       | 16 ++++++++++------
 4 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/THANKS.head b/THANKS.head
index a9fcaf1..86907a8 100644
--- a/THANKS.head
+++ b/THANKS.head
@@ -17,7 +17,7 @@ Debian packages for t.r-b.o
  ** 16 cores and 48 GB memory for profitbricks-build15-amd64.debian.net used for building amd64 Debian packages for t.r-b.o, running in the future
  ** 9 cores and 36 GB memory for profitbricks-build16-i386.debian.net sed for building i386 Debian packages for t.r-b.o, running in the future
  ** 13 cores and 30 GB memory for profitbricks-build17-amd64.debian.net used by infinity0 at debian.org for testing builds of gcc and glibc and other big packages
- ** 4 cores and 8 GB memory for profitbricks-build7-amd64.debian.net used for building F-Droid for t.r-b.o
+ ** 2 cores and 8 GB memory for profitbricks-build7-amd64.debian.net used for building F-Droid for t.r-b.o
  ** 5 cores and 10 GB memory for profitbricks-build9-amd64.debian.net used for rebootstrap jobs
  ** 4 cores and 12 GB memory for profitbricks-build10-amd64.debian.net used for lvc jobs
  ** 3 cores and 6 GB memory for freebsd-jenkins.debian.net (also running on Profitbricks virtual hardware), used for building FreeBSD for t.r-b.o
diff --git a/bin/jenkins_node_definitions.sh b/bin/jenkins_node_definitions.sh
index 9ea6d56..c177a1e 100755
--- a/bin/jenkins_node_definitions.sh
+++ b/bin/jenkins_node_definitions.sh
@@ -16,7 +16,9 @@ profitbricks-build2-i386.debian.net
 profitbricks-build5-amd64.debian.net
 profitbricks-build6-i386.debian.net
 profitbricks-build11-amd64.debian.net
+profitbricks-build12-i386.debian.net
 profitbricks-build15-amd64.debian.net
+profitbricks-build16-i386.debian.net
 wbq0-armhf-rb.debian.net
 cb3a-armhf-rb.debian.net
 cbxi4a-armhf-rb.debian.net
diff --git a/deploy_everywhere b/deploy_everywhere
index 4a8d75a..d75e5dc 100755
--- a/deploy_everywhere
+++ b/deploy_everywhere
@@ -35,7 +35,9 @@ profitbricks-build7-amd64.debian.net
 profitbricks-build9-amd64.debian.net
 profitbricks-build10-amd64.debian.net
 profitbricks-build11-amd64.debian.net
+profitbricks-build12-i386.debian.net
 profitbricks-build15-amd64.debian.net
+profitbricks-build16-i386.debian.net
 bbx15-armhf-rb.debian.net
 bpi0-armhf-rb.debian.net
 hb0-armhf-rb.debian.net
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 48d443e..cef212d 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -377,13 +377,15 @@
                 - 'rpi2b':          { my_arch: 'armhf' }
                 - 'rpi2c':          { my_arch: 'armhf' }
                 - 'profitbricks1':  { my_arch: 'amd64' }
-                - 'profitbricks2':  { my_arch: 'i386' }
+                - 'profitbricks2':  { my_arch: 'i386'  }
                 - 'profitbricks3':  { my_arch: 'amd64' }
                 - 'profitbricks4':  { my_arch: 'amd64' }
                 - 'profitbricks5':  { my_arch: 'amd64' }
-                - 'profitbricks6':  { my_arch: 'i386' }
+                - 'profitbricks6':  { my_arch: 'i386'  }
                 - 'profitbricks11': { my_arch: 'amd64' }
+                - 'profitbricks12': { my_arch: 'i386'  }
                 - 'profitbricks15': { my_arch: 'amd64' }
+                - 'profitbricks16': { my_arch: 'i386'  }
             my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
 
         - '{name}_{my_task}_{my_arch}_{my_hname}':
@@ -430,11 +432,13 @@
                 - 'rpi2b':          { my_arch: 'armhf' }
                 - 'rpi2c':          { my_arch: 'armhf' }
                 - 'profitbricks1':  { my_arch: 'amd64' }
-                - 'profitbricks2':  { my_arch: 'i386' }
+                - 'profitbricks2':  { my_arch: 'i386'  }
                 - 'profitbricks5':  { my_arch: 'amd64' }
-                - 'profitbricks6':  { my_arch: 'i386' }
-                - 'profitbricks11':  { my_arch: 'amd64' }
-                - 'profitbricks15':  { my_arch: 'amd64' }
+                - 'profitbricks6':  { my_arch: 'i386'  }
+                - 'profitbricks11': { my_arch: 'amd64' }
+                - 'profitbricks12': { my_arch: 'i386'  }
+                - 'profitbricks15': { my_arch: 'amd64' }
+                - 'profitbricks16': { my_arch: 'i386'  }
             my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
 
         - '{name}_setup_schroot_{my_distro}_{my_arch}_{my_hname}':

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