blob: 760e5a1b2bfb4ffc6e2388c6ec7312d954532e00 [file] [log] [blame]
yatinkarel02c07e52021-12-16 12:35:13 +05301- nodeset:
2 name: neutron-nested-virt-ubuntu-focal
3 nodes:
4 - name: controller
5 label: nested-virt-ubuntu-focal
6 groups:
7 - name: tempest
8 nodes:
9 - controller
10
yatinkarel667393b2023-05-09 18:31:55 +053011- nodeset:
12 name: neutron-nested-virt-ubuntu-jammy
13 nodes:
14 - name: controller
15 label: nested-virt-ubuntu-jammy
16 groups:
17 - name: tempest
18 nodes:
19 - controller
20
21# Base nested switch job for 2023.1 and later
yatinkarel02c07e52021-12-16 12:35:13 +053022- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +020023 name: neutron-tempest-plugin-base-nested-switch
24 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053025 abstract: true
yatinkarel667393b2023-05-09 18:31:55 +053026 branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed)).*$
yatinkarel02c07e52021-12-16 12:35:13 +053027 # Comment nodeset and vars to switch back to non nested nodes
yatinkarel667393b2023-05-09 18:31:55 +053028 nodeset: neutron-nested-virt-ubuntu-jammy
29 vars: &nested_virt_vars
yatinkarel02c07e52021-12-16 12:35:13 +053030 devstack_localrc:
31 LIBVIRT_TYPE: kvm
Slawek Kaplonskifea6b0b2023-01-04 10:16:20 +010032 # cirros 0.6.1 not booting when host-passthrough is used
33 # LIBVIRT_CPU_MODE: host-passthrough
34 CIRROS_VERSION: 0.6.1
35 DEFAULT_IMAGE_NAME: cirros-0.6.1-x86_64-disk
36 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.1-x86_64-disk.img
yatinkarel02c07e52021-12-16 12:35:13 +053037
yatinkarel667393b2023-05-09 18:31:55 +053038# Base nested switch job for yoga and zed
39- job:
40 name: neutron-tempest-plugin-base-nested-switch
41 parent: neutron-tempest-plugin-base
42 abstract: true
43 branches: ^stable/(yoga|zed)$
44 # Comment nodeset and vars to switch back to non nested nodes
45 nodeset: neutron-nested-virt-ubuntu-focal
46 vars: *nested_virt_vars
47
yatinkarel02c07e52021-12-16 12:35:13 +053048# Base nested switch job for EM releases
49- job:
yatinkarel92dcce42023-01-04 14:03:38 +053050 name: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski8988a012022-04-07 10:50:44 +020051 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053052 abstract: true
yatinkarel667393b2023-05-09 18:31:55 +053053 branches: ^(stable/(train|ussuri|victoria|wallaby|xena)).*$