osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/29897 )
Change subject: obs: check_builders: change expected to 17 ......................................................................
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 --- M scripts/obs/check_builders.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/97/29897/1
diff --git a/scripts/obs/check_builders.sh b/scripts/obs/check_builders.sh index 609c467..f5ed945 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