aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-13 11:47:53 +0100
committerOliver Smith <osmith@sysmocom.de>2023-02-13 11:56:12 +0100
commite3f0badc7d6fa5efb7afaf77495a2b8182445fa4 (patch)
treed3b3c12dcb56f964a1add54cf12d2f6c5d0840cb /scripts
parent7f0060ae70d564444cf9e5c18932b2b327f415fb (diff)
repo-install-test: disable osmo-upf service check
Don't check the osmo-upf service until it's fixed, so we don't miss other errors that repo-install-test may find. Related: OS#5905 Change-Id: I970cad1bdb4586afa8ba5b4dac31bb9ac02b7b2d
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/repo-install-test/run-inside.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh
index 251fa3d..b73b814 100755
--- a/scripts/repo-install-test/run-inside.sh
+++ b/scripts/repo-install-test/run-inside.sh
@@ -446,7 +446,9 @@ services_check() {
if [ "$DISTRO" != "debian10" ]; then
# osmo-upf <= 0.1.1 needs GTP kernel module
if [ "$FEED" = "nightly" ]; then
- services_feed="$services_feed osmo-upf"
+ # osmo-upf nightly needs a newer kernel (OS#5905)
+ # services_feed="$services_feed osmo-upf"
+ true
fi
fi