summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-08 11:02:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-08 11:02:29 +0200
commite84d7a23b88ab551d3466f70c9d9a31d15ef7f1a (patch)
treea7680df42aa76555e2356c0c79559203a7227bd4
parent5b07669f5dfc1599c13c0272cd46b176534aa01b (diff)
downloadjenkins.debian.net-e84d7a23b88ab551d3466f70c9d9a31d15ef7f1a.tar.xz
reproducible: configure the two new build nodes. pb-build5+6 will run the 2nd builds.
-rwxr-xr-xbin/reproducible_common.sh2
-rwxr-xr-xupdate_jdn.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 5e191563..5e34eda5 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 1c380618..8c729828 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."