diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-16 16:22:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-16 16:22:23 +0100 |
commit | 58b54bb23afb749fc1c2d90bef8a9fc2cb43b9ca (patch) | |
tree | ac3f289465017b95143285c92acc7c4b9b33dd1b | |
parent | 7e5ea35ef55fd1a939a6671c91125af4b41c0a29 (diff) | |
download | jenkins.debian.net-58b54bb23afb749fc1c2d90bef8a9fc2cb43b9ca.tar.xz |
reproducible Debian: add maintenance jobs for two new i386 nodes and add them to infrastructure
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | THANKS.head | 2 | ||||
-rwxr-xr-x | bin/jenkins_node_definitions.sh | 2 | ||||
-rwxr-xr-x | deploy_everywhere | 2 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 16 |
4 files changed, 15 insertions, 7 deletions
diff --git a/THANKS.head b/THANKS.head index a9fcaf1a..86907a81 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@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 9ea6d563..c177a1e3 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 4a8d75a6..d75e5dc2 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 48d443ee..cef212d1 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}': |