From ff67fef10dfeeb25b62e1a41e643f0a13922e985 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 21 Oct 2024 18:32:38 -0700 Subject: [PATCH] Update gate jobs as per the 2025.1 cycle testing runtime 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 --- .zuul.yaml | 2 ++ bindep.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 990e48d3..493f548b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,11 +8,13 @@ check: jobs: - cyborg-tempest + - cyborg-tempest-jammy - cyborg-tempest-ipv6-only - cyborg-tox-bandit gate: jobs: - cyborg-tempest + - cyborg-tempest-jammy - job: name: cyborg-tox-bandit diff --git a/bindep.txt b/bindep.txt index b4807d88..3859fb5d 100644 --- a/bindep.txt +++ b/bindep.txt @@ -10,6 +10,7 @@ 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]