osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42283?usp=email )
Change subject: repo-install-test: ignore pyhss ......................................................................
repo-install-test: ignore pyhss
PyHSS listens on the same port as OsmoHLR, which causes the test to fail with debian 13 because OsmoHLR can't start up properly. PyHSS wasn't built for earlier debian versions in the Osmocom binary repositories.
Change-Id: I796e85a212dff94fbf9b8ef563eba47418c221cc --- M scripts/repo-install-test/run-inside.sh 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 88dcdda..493c29f 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -364,6 +364,9 @@ # Breaks the ssh connection to QEMU charon-systemd*) ;;
+ # Conflicts with OsmoHLR (127.0.0.1:4222: Address already in use) + pyhss*) ;; + # All other packages are not filtered *) echo "$i" ;; esac