osmith has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/82/42282/1

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

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42282?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ic641d5361c51df147a8cef5d49eb1e0f07b72e87
Gerrit-Change-Number: 42282
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to