From 0196a0293433d8477783a21fa64ce1224a5ce359 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 27 Oct 2022 15:41:51 +0200 Subject: [PATCH] obs: check_builders: change expected to 17 After epyc1-obsbuild1 and epyc1-obsworker1 connected again, we have 17 workers. Related: https://obs.osmocom.org/monitor Change-Id: Iedd506601a5450550e21bf701309b4ea79a3d897 --- scripts/obs/check_builders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/obs/check_builders.sh b/scripts/obs/check_builders.sh index 609c467c..f5ed9450 100755 --- a/scripts/obs/check_builders.sh +++ b/scripts/obs/check_builders.sh @@ -1,5 +1,5 @@ #!/bin/sh -ex -count=14 +count=17 wget -q https://obs.osmocom.org -O index.html if ! grep -q " of $count build hosts" index.html; then