Attention is currently required from: fixeria, msuraev.
2 comments:
File jobs/gerrit-binpkgs.yml:
Patch Set #4, Line 16: node: osmocom-gerrit-debian10 || osmocom-gerrit-debian11
What's the reason for using Debian 10? I though the plan is to migrate everything we can to Debian 1 […]
Better use of resources. Until we have migrated all nodes at to debian 11, limiting to debian 11 here means the job would only run on the build2-deb11build-ansible node (https://jenkins.osmocom.org/jenkins/label/osmocom-gerrit-debian11/). If somebody submits a large patchset to gerrit, then running the gerrit verifications doesn't take as long if more nodes can be used. I did not include osmocom-gerrit-debian9 because the python version there is so old that the script doesn't run.
Note that the debian version here is the one of the jenkins node that runs the python script. The script runs with a --docker argument, and the actual package build runs in debian 11.
Patch Set #4, Line 86: rpm) distro="centos:8" ;;
That's EoL as well - see https://www.centos. […]
True. But a customer is using it and we decided to use almalinux:8 in our infrastructure. centos:8 gets translated to almalinux:8 here:
https://gitea.osmocom.org/osmocom/osmo-ci/src/commit/c449c5de8d9d891553db832ff074782fa02e4d39/scripts/obs/lib/docker.py#L22-L24
If you prefer I could refactor it so it says almalinux:8 here instead of translating it later on. Or add a comment here.
To view, visit change 29604. To unsubscribe, or for help writing mail filters, visit settings.