This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/25101 )
Change subject: repo-install-test: clear SERVICES_NIGHTLY list
......................................................................
repo-install-test: clear SERVICES_NIGHTLY list
All services that start up in nightly should also start in the latest
release now, as new versions have been released of related programs.
Change-Id: Idc94270978ec5ca67d6f7e20e009f905e972f984
---
M scripts/repo-install-test/run-inside-docker.sh
1 file changed, 6 insertions(+), 10 deletions(-)
Approvals:
daniel: Looks good to me, but someone else must approve
osmith: Looks good to me, approved; Verified
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index 91c8375..da0d27c 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -14,27 +14,23 @@
# * osmo-ggsn (no tun device in docker)
SERVICES="
osmo-bsc
+ osmo-bts-virtual
osmo-gbproxy
osmo-gtphub
osmo-hlr
+ osmo-hnbgw
osmo-mgw
osmo-msc
osmo-pcap-client
+ osmo-pcap-server
+ osmo-pcu
+ osmo-sgsn
osmo-sip-connector
osmo-stp
"
# Services working in nightly, but not yet in latest
-# * osmo-pcap-server: service not included in osmo-pcap 0.0.11
-# * osmo-sgsn: conflicts with osmo-gtphub config in osmo-sgsn 1.4.0
-# * osmo-pcu: needs osmo-bts-virtual to start up properly
-# * osmo-hnbgw: tries to listen on 10.23.24.1 in osmo-iuh 0.4.0
-# * osmo-bts-virtual: unit id not matching osmo-bsc's config in osmo-bsc 1.4.0
+# * (currently none)
SERVICES_NIGHTLY="
- osmo-pcap-server
- osmo-sgsn
- osmo-pcu
- osmo-hnbgw
- osmo-bts-virtual
"
distro_obsdir() {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/25101
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Idc94270978ec5ca67d6f7e20e009f905e972f984
Gerrit-Change-Number: 25101
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210806/76765633/attachment.htm>