1
0
Fork 0

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
This commit is contained in:
Oliver Smith 2023-02-13 11:47:53 +01:00
parent 7f0060ae70
commit e3f0badc7d
1 changed files with 3 additions and 1 deletions

View File

@ -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