[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: fixup 23ae81fb3d5148ba9963fb9b8b8498ccfa35a33f, match the whole hostname

Mattia Rizzolo gitlab at salsa.debian.org
Fri Mar 15 10:45:42 GMT 2019


Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
bc6b8b75 by Mattia Rizzolo at 2019-03-15T10:41:26Z
fixup 23ae81fb3d5148ba9963fb9b8b8498ccfa35a33f, match the whole hostname

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
c9b49907 by Mattia Rizzolo at 2019-03-15T10:44:22Z
reproducible debian: maintenance: refactor

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
dba4c10f by Mattia Rizzolo at 2019-03-15T10:45:17Z
reproducible debian: maintenance: also do not automatically take pb10 offline

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -174,13 +174,14 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
 			arm64)	NODE="codethink-sled${NODE_ALIAS#codethink}-arm64.debian.net" ;;
 			armhf)	NODE="${NODE_ALIAS}-armhf-rb.debian.net" ;;
 		esac
-		if [ "$NODE" = "jenkins" ] ; then
-			echo 'Skipping jenkins...'
-			continue
-		elif [ "$NODE" = "profitbricks-build9-amd64" ] ; then
-			echo "Skipping $NODE..." # not used for r-b and sometimes too busy to run healthcheck / maintenance jobs
-			continue
-		fi
+		case "$NODE" in
+			jenkins|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}..."
+				continue
+				;;
+		esac
 		cd $i/builds
 		LAST=$(ls -rt1 | tail -1)
 		GOOD=$(basename $(readlink -f lastSuccessfulBuild))



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/cfd674ccc200f335435d6cb160a9ad0def26d2cd...dba4c10f2168d6b066c4893421fbe7ef17e55cf9

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/cfd674ccc200f335435d6cb160a9ad0def26d2cd...dba4c10f2168d6b066c4893421fbe7ef17e55cf9
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/20190315/dfe9a283/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list