ff67fef10d
As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble (which will be taken care by depends-on tempest and devstack patches to move base jobs to Noble) and at least single job to run on Ubuntu Jammy (for smooth upgrade from previous releases). This commit adds a new job to run on Jammy which can be removed in future cycle when testing runtime test next version of Ubuntu as default. Related-Bug: #2088355 Depends-On: https://review.opendev.org/c/openstack/cyborg-tempest-plugin/+/932948 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ia6de0b51fca309f2d56ae19def4ef76553504eca
19 lines
570 B
Plaintext
19 lines
570 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: http://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine
|
|
fonts-freefont-otf [pdf-docs]
|
|
|
|
# Required for running the 'lspci' command
|
|
pciutils
|
|
|
|
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
|
|
librsvg2-tools [doc platform:rpm]
|
|
librsvg2-bin [doc platform:dpkg]
|
|
libjpeg-dev [doc platform:dpkg]
|
|
latexmk [pdf-docs]
|
|
texlive [pdf-docs]
|
|
texlive-latex-recommended [pdf-docs]
|
|
texlive-xetex [pdf-docs]
|
|
graphviz [doc]
|