Commit 23ae81fb authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: pb9 should not be turned offline because its to busy to run health check jobs

parent 0276c1f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -177,6 +177,9 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
		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
		cd $i/builds
		LAST=$(ls -rt1 | tail -1)