[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: configure the two new build nodes. pb-build5+6 will run the 2nd builds.
Holger Levsen
holger at moszumanska.debian.org
Thu Oct 8 09:03:15 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 e84d7a23b88ab551d3466f70c9d9a31d15ef7f1a
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Oct 8 11:02:29 2015 +0200
reproducible: configure the two new build nodes. pb-build5+6 will run the 2nd builds.
---
bin/reproducible_common.sh | 2 +-
update_jdn.sh | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 5e19156..5e34eda 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -45,7 +45,7 @@ SUITES="testing unstable experimental"
ARCHS="armhf amd64"
# define build nodes in use
-BUILD_NODES="profitbricks-build1-amd64.debian.net profitbricks-build2-amd64.debian.net wbq0-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net" # these also needs to be defined in bin/jenkins_master_wrapper.sh
+BUILD_NODES="profitbricks-build1-amd64.debian.net profitbricks-build2-amd64.debian.net profitbricks-build5-amd64.debian.net profitbricks-build6-amd64.debian.net wbq0-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net" # these also needs to be defined in bin/jenkins_master_wrapper.sh
BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME KERNEL1 KERNEL2" # these also needs to be defined in bin/reproducible_info.sh
# existing usertags
diff --git a/update_jdn.sh b/update_jdn.sh
index 1c38061..8c72982 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -50,7 +50,7 @@ sudo mkdir -p /srv/workspace
case $HOSTNAME in
jenkins) TMPFSSIZE=100 ;;
profitbricks-build4-amd64) TMPFSSIZE=32 ;;
- profitbricks-build?-amd64) TMPFSSIZE=70 ;;
+ profitbricks-build?-amd64) TMPFSSIZE=200 ;;
*) ;;
esac
case $HOSTNAME in
@@ -139,7 +139,7 @@ if [ -f /etc/debian_version ] ; then
esac
# needed to run the 2nd reproducible builds nodes in the future...
case $HOSTNAME in
- bpi0|hb0|profitbricks-build2-amd64) DEBS="$DEBS ntpdate" ;;
+ bpi0|hb0|profitbricks-build5-amd64|profitbricks-build6-amd64) DEBS="$DEBS ntpdate" ;;
*) ;;
esac
if [ "$HOSTNAME" = "jenkins" ] ; then
@@ -241,7 +241,7 @@ if [ -f /etc/debian_version ] ; then
pbuilder
# botch
# to vary kernels
- if [ "$HOSTNAME" = "profitbricks-build2-amd64" ] ; then
+ if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-amd64" ]; then
sudo apt-get install -t jessie-backports linux-image-amd64
fi
explain "packages installed."
--
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