blob: f8fa799b7b97af08e82352ca5f7e27671f2bfac4 [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
yatinkarel97409c62023-09-22 11:41:17 +053026 branches:
Takashi Kajinami84d56d02024-02-09 14:29:31 +090027 regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed)).*$
yatinkarel97409c62023-09-22 11:41:17 +053028 negate: true
yatinkarel02c07e52021-12-16 12:35:13 +053029 # Comment nodeset and vars to switch back to non nested nodes
yatinkarel667393b2023-05-09 18:31:55 +053030 nodeset: neutron-nested-virt-ubuntu-jammy
31 vars: &nested_virt_vars
yatinkarel02c07e52021-12-16 12:35:13 +053032 devstack_localrc:
33 LIBVIRT_TYPE: kvm
yatinkarele4a1f532023-10-04 15:01:50 +053034 # NOTE(ykarel): seeing issues with host-passthrough mode
35 # https://bugs.launchpad.net/neutron/+bug/2036603
36 # LIBVIRT_CPU_MODE: host-passthrough
yatinkarela7a7ce82024-07-15 12:24:46 +053037 # TODO(ykarel): switch to 0.6.2+ once lp#2045549 is fixed
38 CIRROS_VERSION: 0.5.3
39 DEFAULT_IMAGE_NAME: cirros-0.5.3-x86_64-disk
40 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.3-x86_64-disk.img
yatinkarel02c07e52021-12-16 12:35:13 +053041
yatinkarel667393b2023-05-09 18:31:55 +053042# Base nested switch job for yoga and zed
43- job:
44 name: neutron-tempest-plugin-base-nested-switch
45 parent: neutron-tempest-plugin-base
46 abstract: true
yatinkarelff96cde2024-02-08 18:35:56 +053047 branches: ^(unmaintained|stable)/(yoga|zed)$
yatinkarel667393b2023-05-09 18:31:55 +053048 # Comment nodeset and vars to switch back to non nested nodes
49 nodeset: neutron-nested-virt-ubuntu-focal
50 vars: *nested_virt_vars
51
yatinkarel02c07e52021-12-16 12:35:13 +053052# Base nested switch job for EM releases
53- job:
yatinkarel92dcce42023-01-04 14:03:38 +053054 name: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski8988a012022-04-07 10:50:44 +020055 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053056 abstract: true
Takashi Kajinami84d56d02024-02-09 14:29:31 +090057 branches: ^(stable/(victoria|wallaby|xena)).*$