osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/31309 )
Change subject: repo-install-test: disable osmo-upf service check ......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/09/31309/1
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