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
This commit is contained in:
Oliver Smith 2022-10-27 15:41:51 +02:00
parent 651d53e077
commit 0196a02934
1 changed files with 1 additions and 1 deletions

View File

@ -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