Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: make sure cib doesn't use node it shouldn't
Lars Wirzenius committed 1 year ago
commit 32825106299b8a4ceeb86a9d1abb542da736b7be
parent 35acece8d02a4741e870e5bcbb73c81f9d7e2a70
1 file changed +3 -3
modified ci-broker.md
@@ -1315,14 +1315,14 @@ error does not terminate the CI broker.

_Who:_ `cib-dev`.

-
We check this by running the CI broker without a local node. This
-
is an error it can't recover from.
+
We check this by running the CI broker without a local node. This is
+
an error it can't recover from.

~~~scenario
given an installed cib

given file broker.yaml
-
when I try to run cib --config broker.yaml queued
+
when I try to run env RAD_HOME=/does/not/exist cib --config broker.yaml queued

then stderr contains "CI broker starts"
then stderr contains "CI broker ends in unrecoverable error"