osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/29898
)
Change subject: obs: check_builders: actually fail on error
......................................................................
obs: check_builders: actually fail on error
Change-Id: I820bd22dcff8d8b216197b7461c1c810e09cf01d
---
M scripts/obs/check_builders.sh
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/98/29898/1
diff --git a/scripts/obs/check_builders.sh b/scripts/obs/check_builders.sh
index f5ed945..07907a9 100755
--- a/scripts/obs/check_builders.sh
+++ b/scripts/obs/check_builders.sh
@@ -8,4 +8,5 @@
echo
echo "ERROR: expected $count builders to be connected to OBS!"
echo
+ exit 1
fi
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/29898
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I820bd22dcff8d8b216197b7461c1c810e09cf01d
Gerrit-Change-Number: 29898
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange