From 8033fab49f77abc8517c3212863fba8327aa68fd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 7 Oct 2024 20:59:10 +0900 Subject: [PATCH] Add stable/2024.2 job stable/2024.2 was released, so should be tested now. Change-Id: Ibfcf999fe5f26c59fced308fcf49afc0a0914b50 --- .zuul.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f4354b76..c089396e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -23,6 +23,7 @@ # As per the Tempest "Stable Branch Support Policy", Tempest will only # support the "Maintained" stable branches, so only jobs for the # current stable branches should be listed here. + - cinder-tempest-plugin-basic-2024-2 - cinder-tempest-plugin-basic-2024-1 - cinder-tempest-plugin-basic-2023-2 - cinder-tempest-plugin-basic-2023-1 @@ -36,6 +37,7 @@ - cinder-tempest-plugin-cbak-ceph experimental: jobs: + - cinder-tempest-plugin-cbak-ceph-2024-2 - cinder-tempest-plugin-cbak-ceph-2024-1 - cinder-tempest-plugin-cbak-ceph-2023-2 - cinder-tempest-plugin-cbak-ceph-2023-1 @@ -265,6 +267,12 @@ CINDER_QUOTA_VOLUMES: 25 timeout: 10800 +- job: + name: cinder-tempest-plugin-cbak-ceph-2024-2 + parent: cinder-tempest-plugin-cbak-ceph + nodeset: openstack-single-node-jammy + override-checkout: stable/2024.2 + - job: name: cinder-tempest-plugin-cbak-ceph-2024-1 parent: cinder-tempest-plugin-cbak-ceph @@ -404,6 +412,12 @@ - ^doc/.*$ - ^releasenotes/.*$ +- job: + name: cinder-tempest-plugin-basic-2024-2 + parent: cinder-tempest-plugin-basic + nodeset: openstack-single-node-jammy + override-checkout: stable/2024.2 + - job: name: cinder-tempest-plugin-basic-2024-1 parent: cinder-tempest-plugin-basic