[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian maintenance: don't try to turn jenkins offline

Holger Levsen gitlab at salsa.debian.org
Sun Apr 7 11:32:59 BST 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
413d585a by Holger Levsen at 2019-04-07T10:32:48Z
reproducible Debian maintenance: don't try to turn jenkins offline

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -154,6 +154,10 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
 	SICK=""
 	for i in reproducible_node_health_check_* reproducible_maintenance_* ; do
 		case $i in
+			reproducible_node_health_check_amd64_jenkins|reproducible_maintenance_amd64_jenkins)
+				echo "Skipping $i..."
+				continue
+				;;
 			reproducible_node_health_check_*)
 				NODE_ALIAS=$(echo $i | cut -d '_' -f6)
 				NODE_ARCH=$(echo $i | cut -d '_' -f5)
@@ -175,7 +179,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
 			armhf)	NODE="${NODE_ALIAS}-armhf-rb.debian.net" ;;
 		esac
 		case "$NODE" in
-			jenkins|profitbricks-build9-amd64.debian.net|profitbricks-build10-amd64.debian.net)
+			profitbricks-build9-amd64.debian.net|profitbricks-build10-amd64.debian.net)
 				# pb9 and pb10 are not used for r-b and sometimes are too busy
 				# to run healthcheck / maintenance jobs
 				echo "Skipping ${NODE}..."



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/413d585a7c8e20ce99a5cbc7316558dddd23dc9b

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/413d585a7c8e20ce99a5cbc7316558dddd23dc9b
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190407/ecb8be13/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list