laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/35229?usp=email )
Change subject: jobs/gerrit: osmo-upf: don't for build debian 10 ......................................................................
jobs/gerrit: osmo-upf: don't for build debian 10
osmo-upf currently can't build against debian 10, as the required libnftables-dev version there is too low and we don't provide a backport for it. As discussed, disable it for debian 10.
Adjust CI to build against debian 11 instead (in addition to the usual almalinux 8, debian 12).
Change-Id: I63798d451b66bf728b58b02414c1a44f6156b356 --- M jobs/gerrit-verifications.yml 1 file changed, 18 insertions(+), 1 deletion(-)
Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml index 90c5fb5..2efac00 100644 --- a/jobs/gerrit-verifications.yml +++ b/jobs/gerrit-verifications.yml @@ -393,7 +393,8 @@ -e WITH_MANUALS="$WITH_MANUALS" \ {docker_img} {timeout_cmd} /build/contrib/jenkins.sh
- - osmo-upf + - osmo-upf: + pipeline_binpkgs: "almalinux:8 debian:11 debian:12"
- pysim: concurrent: false