osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/31310 )
Change subject: repo-install-test: adjust to 2023-02 releases ......................................................................
repo-install-test: adjust to 2023-02 releases
Change-Id: Ic1d912efbe504b6e35b59e31d12b983b9d924355 --- M scripts/repo-install-test/run-inside.sh 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/10/31310/1
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index b73b814..df9b3cf 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -384,6 +384,7 @@ osmo-bts-trx \ osmo-bts-virtual \ osmo-cbc \ + osmo-e1d \ osmo-gbproxy \ osmo-ggsn \ osmo-gtphub \ @@ -406,7 +407,8 @@ osmo-smlc \ osmo-stp \ osmo-trx-ipc \ - osmo-trx-uhd + osmo-trx-uhd \ + osmo-uecups-daemon
case "$DISTRO" in debian*) @@ -427,9 +429,7 @@
if [ "$FEED" = "nightly" ]; then test_binaries_version \ - osmo-bsc-nat \ - osmo-e1d \ - osmo-uecups-daemon + osmo-bsc-nat fi }