CI: run build jobs on newer distro

The ubuntu-bionic nodeset is going to be removed, switch to using the
current latest Ubuntu LTS release ubuntu-jammy instead.

Amend to bindep file to drop references to even older Ubuntu versions.

Change-Id: Ia84cecfae6985d0bee0063d21cde333b913aefcf
This commit is contained in:
Dr. Jens Harbott 2024-04-04 19:38:58 +02:00
parent 5c23e60068
commit 69aebb0800
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
Note that this build job does not create a root-marker file,
this has to be done by scripts called from tox.
parent: opendev-tox-docs
nodeset: ubuntu-bionic
nodeset: ubuntu-jammy
roles:
- zuul: zuul/zuul-jobs
vars:

View File

@ -10,8 +10,8 @@ gettext
libfreetype6-dev [platform:dpkg]
libjpeg-dev [platform:dpkg]
libjpeg-turbo-devel [platform:rpm]
python3-all [platform:dpkg !platform:ubuntu-precise]
python3-all-dev [platform:dpkg !platform:ubuntu-precise]
python3-all [platform:dpkg]
python3-all-dev [platform:dpkg]
python3-devel [platform:fedora]
python34-devel [platform:centos]
zlib-devel [platform:rpm]