[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: jenkins.d.n is still a node used for building…

Holger Levsen holger at moszumanska.debian.org
Wed Sep 9 15:13:27 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 5c94bcb90e099f3f2e2c0e56da47248025e78fbb
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 9 17:12:49 2015 +0200

    reproducible: jenkins.d.n is still a node used for building…
---
 bin/reproducible_common.sh     | 2 +-
 bin/reproducible_nodes_info.sh | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 877e26d..0cc587d 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -44,7 +44,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="jenkins.debian.net 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_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME" # these also needs to be defined in bin/reproducible_info.sh
 
 # existing usertags
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index fd5baaf..3f75ac0 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -16,6 +16,12 @@ TMPFILE_SRC=$(mktemp)
 TMPFILE_NODE=$(mktemp)
 
 for NODE in $BUILD_NODES ; do
+	if [ "$NODE" = "jenkins.debian.net" ] ; then
+		/srv/jenkins/bin/reproducible_info.sh > $TARGET_DIR/$NODE
+		echo "$(date -u) - $TARGET_DIR/$NODE updated."
+		cat $TARGET_DIR/$NODE
+		continue
+	fi
 	# call jenkins_master_wrapper.sh so we only need to track different ssh ports in one place
 	# jenkins_master_wrapper.sh needs NODE_NAME and JOB_NAME
 	export NODE_NAME=$NODE

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