laforge submitted this change.
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
---
M scripts/repo-install-test/run-inside.sh
1 file changed, 3 insertions(+), 1 deletion(-)
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 @@
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
To view, visit change 31309. To unsubscribe, or for help writing mail filters, visit settings.