From c6da0009810199f755c2bc69bffcd615975e118e Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 11 Nov 2024 19:23:05 -0800 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. Closes-Bug: #2088356 Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: I86b6abfdbd06851f6d1b331ce113e0897384bd28 --- .zuul.yaml | 10 ++++++++++ test-requirements.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8e1452c..839a7d4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,6 +6,7 @@ check: jobs: - barbican-tempest-plugin-simple-crypto + - barbican-tempest-plugin-simple-crypto-jammy - barbican-tempest-plugin-simple-crypto-secure-rbac - barbican-tempest-plugin-simple-crypto-2024-2 - barbican-tempest-plugin-simple-crypto-2024-1 @@ -16,6 +17,15 @@ gate: jobs: - barbican-tempest-plugin-simple-crypto + - barbican-tempest-plugin-simple-crypto-jammy + +# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least +# one job on jammy. This job can be removed in 2025.2 cycle. +- job: + name: barbican-tempest-plugin-simple-crypto-jammy + description: This is integrated job testing on Ubuntu jammy(22.04) + parent: barbican-tempest-plugin-simple-crypto + nodeset: openstack-single-node-jammy - job: name: barbican-tempest-plugin-simple-crypto diff --git a/test-requirements.txt b/test-requirements.txt index bf16924..3d77201 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=3.2.0,<3.3.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0