blob: 8533e071e415e623498386bb309deaf38b7201c9 [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
yatinkarel1f5797e2023-08-01 12:09:43 +053037 CIRROS_VERSION: 0.6.2
38 DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-disk
39 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-disk.img
yatinkarel02c07e52021-12-16 12:35:13 +053040
yatinkarel667393b2023-05-09 18:31:55 +053041# Base nested switch job for yoga and zed
42- job:
43 name: neutron-tempest-plugin-base-nested-switch
44 parent: neutron-tempest-plugin-base
45 abstract: true
yatinkarelff96cde2024-02-08 18:35:56 +053046 branches: ^(unmaintained|stable)/(yoga|zed)$
yatinkarel667393b2023-05-09 18:31:55 +053047 # Comment nodeset and vars to switch back to non nested nodes
48 nodeset: neutron-nested-virt-ubuntu-focal
49 vars: *nested_virt_vars
50
yatinkarel02c07e52021-12-16 12:35:13 +053051# Base nested switch job for EM releases
52- job:
yatinkarel92dcce42023-01-04 14:03:38 +053053 name: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski8988a012022-04-07 10:50:44 +020054 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053055 abstract: true
Takashi Kajinami84d56d02024-02-09 14:29:31 +090056 branches: ^(stable/(victoria|wallaby|xena)).*$