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.
[1]https://governance.openstack.org/tc/reference/runtimes/2025.1.html
Change-Id: Ib93e87a2d9828eb28bd1bed37a3e06d88e480c74
diff --git a/zuul.d/base-nested-switch.yaml b/zuul.d/base-nested-switch.yaml
index f8fa799..fa5217c 100644
--- a/zuul.d/base-nested-switch.yaml
+++ b/zuul.d/base-nested-switch.yaml
@@ -18,16 +18,26 @@
nodes:
- controller
-# Base nested switch job for 2023.1 and later
+- nodeset:
+ name: neutron-nested-virt-ubuntu-noble
+ nodes:
+ - name: controller
+ label: nested-virt-ubuntu-noble
+ groups:
+ - name: tempest
+ nodes:
+ - controller
+
+# Base nested switch job for 2025.1 and later
- job:
name: neutron-tempest-plugin-base-nested-switch
parent: neutron-tempest-plugin-base
abstract: true
branches:
- regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed)).*$
+ regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed|2023|2024)).*$
negate: true
# Comment nodeset and vars to switch back to non nested nodes
- nodeset: neutron-nested-virt-ubuntu-jammy
+ nodeset: neutron-nested-virt-ubuntu-noble
vars: &nested_virt_vars
devstack_localrc:
LIBVIRT_TYPE: kvm
@@ -39,6 +49,16 @@
DEFAULT_IMAGE_NAME: cirros-0.5.3-x86_64-disk
DEFAULT_IMAGE_FILE_NAME: cirros-0.5.3-x86_64-disk.img
+# Base nested switch job for 2023.1 till 2024.2
+- job:
+ name: neutron-tempest-plugin-base-nested-switch
+ parent: neutron-tempest-plugin-base
+ abstract: true
+ branches: ^(unmaintained|stable)/(2023|2024).*$
+ # Comment nodeset and vars to switch back to non nested nodes
+ nodeset: neutron-nested-virt-ubuntu-jammy
+ vars: *nested_virt_vars
+
# Base nested switch job for yoga and zed
- job:
name: neutron-tempest-plugin-base-nested-switch