osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29214 )
Change subject: repo-install-test: fix nftables errors on centos8 ...................................................................... repo-install-test: fix nftables errors on centos8 Don't attempt to install nftables-devel or python3-nftables in centos8 in the repo-install-test. What happens is, that dnf tries to install the versions from the centos repositories, which conflict with the ones from the OBS repositories. This fixes the failing Osmocom-repo-install-centos8 jenkins job. Change-Id: I57670069cc09a5493667971997f0245e1d6a7259 --- M scripts/repo-install-test/blacklist_centos8.txt 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified neels: Looks good to me, approved diff --git a/scripts/repo-install-test/blacklist_centos8.txt b/scripts/repo-install-test/blacklist_centos8.txt index 83d2cbd..3e5381d 100644 --- a/scripts/repo-install-test/blacklist_centos8.txt +++ b/scripts/repo-install-test/blacklist_centos8.txt @@ -9,3 +9,7 @@ # the dependency problem means that we can't simply install the package in # centos. In OBS we work around this in the project config. ulfius-devel + +# Also linked to opensuse versions +nftables-devel +python3-nftables -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29214 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I57670069cc09a5493667971997f0245e1d6a7259 Gerrit-Change-Number: 29214 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: daniel <[email protected]> Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: neels <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-MessageType: merged
