osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42282?usp=email )
Change subject: repo-install-test: ignore charon-systemd ......................................................................
repo-install-test: ignore charon-systemd
This package from strongswan-epdg causes the SSH connection to QEMU to break when installed in debian 13. Don't install it. Use the wildcard, because there is also a debug symbols package that pulls in charon-systemd.
Change-Id: Ic641d5361c51df147a8cef5d49eb1e0f07b72e87 --- 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 94bfa0e..88dcdda 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -361,6 +361,9 @@ # this test as downloading FPGA bitstream fails. *bladerf*) ;;
+ # Breaks the ssh connection to QEMU + charon-systemd*) ;; + # All other packages are not filtered *) echo "$i" ;; esac