Merge "Update nested-virt testing for the 2023.1 cycle"
This commit is contained in:
commit
f8eda8fdac
@ -8,12 +8,38 @@
|
||||
nodes:
|
||||
- controller
|
||||
|
||||
# Base nested switch job for non EM releases
|
||||
- nodeset:
|
||||
name: neutron-nested-virt-ubuntu-jammy
|
||||
nodes:
|
||||
- name: controller
|
||||
label: nested-virt-ubuntu-jammy
|
||||
groups:
|
||||
- name: tempest
|
||||
nodes:
|
||||
- controller
|
||||
|
||||
# Base nested switch job for 2023.1 and later
|
||||
- job:
|
||||
name: neutron-tempest-plugin-base-nested-switch
|
||||
parent: neutron-tempest-plugin-base
|
||||
abstract: true
|
||||
branches: ^(?!stable/(queens|rocky|stein|train|ussuri)).*$
|
||||
branches: ^(?!stable/(queens|rocky|stein|train|ussuri|victoria|wallaby|xena|yoga|zed)).*$
|
||||
# Comment nodeset and vars to switch back to non nested nodes
|
||||
nodeset: neutron-nested-virt-ubuntu-jammy
|
||||
vars:
|
||||
devstack_localrc:
|
||||
LIBVIRT_TYPE: kvm
|
||||
LIBVIRT_CPU_MODE: host-passthrough
|
||||
CIRROS_VERSION: 0.5.2
|
||||
DEFAULT_IMAGE_NAME: cirros-0.5.2-x86_64-disk
|
||||
DEFAULT_IMAGE_FILE_NAME: cirros-0.5.2-x86_64-disk.img
|
||||
|
||||
# Base nested switch job for victoria through zed
|
||||
- job:
|
||||
name: neutron-tempest-plugin-base-nested-switch
|
||||
parent: neutron-tempest-plugin-base
|
||||
abstract: true
|
||||
branches: ^stable/(victoria|wallaby|xena|yoga|zed)$
|
||||
# Comment nodeset and vars to switch back to non nested nodes
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
@ -29,4 +55,4 @@
|
||||
name: neutron-tempest-plugin-scenario-nested-switch
|
||||
parent: neutron-tempest-plugin-base
|
||||
abstract: true
|
||||
branches: ^(stable/(queens|rocky|stein|train|ussuri)).*$
|
||||
branches: ^stable/(queens|rocky|stein|train|ussuri)$
|
||||
|
@ -93,6 +93,7 @@
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-wallaby
|
||||
parent: neutron-tempest-plugin-openvswitch
|
||||
override-checkout: stable/wallaby
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -112,6 +113,7 @@
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-wallaby
|
||||
parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
|
||||
override-checkout: stable/wallaby
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -131,6 +133,7 @@
|
||||
name: neutron-tempest-plugin-scenario-linuxbridge-wallaby
|
||||
parent: neutron-tempest-plugin-linuxbridge
|
||||
override-checkout: stable/wallaby
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -150,6 +153,7 @@
|
||||
name: neutron-tempest-plugin-scenario-ovn-wallaby
|
||||
parent: neutron-tempest-plugin-ovn
|
||||
override-checkout: stable/wallaby
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -175,6 +179,7 @@
|
||||
name: neutron-tempest-plugin-designate-scenario-wallaby
|
||||
parent: neutron-tempest-plugin-designate-scenario
|
||||
override-checkout: stable/wallaby
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
|
@ -95,6 +95,7 @@
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-xena
|
||||
parent: neutron-tempest-plugin-openvswitch
|
||||
override-checkout: stable/xena
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -114,6 +115,7 @@
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-xena
|
||||
parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
|
||||
override-checkout: stable/xena
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -133,6 +135,7 @@
|
||||
name: neutron-tempest-plugin-scenario-linuxbridge-xena
|
||||
parent: neutron-tempest-plugin-linuxbridge
|
||||
override-checkout: stable/xena
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -152,6 +155,7 @@
|
||||
name: neutron-tempest-plugin-scenario-ovn-xena
|
||||
parent: neutron-tempest-plugin-ovn
|
||||
override-checkout: stable/xena
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -177,6 +181,7 @@
|
||||
name: neutron-tempest-plugin-designate-scenario-xena
|
||||
parent: neutron-tempest-plugin-designate-scenario
|
||||
override-checkout: stable/xena
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
|
@ -97,6 +97,7 @@
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-yoga
|
||||
parent: neutron-tempest-plugin-openvswitch
|
||||
override-checkout: stable/yoga
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -116,6 +117,7 @@
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-yoga
|
||||
parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
|
||||
override-checkout: stable/yoga
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -135,6 +137,7 @@
|
||||
name: neutron-tempest-plugin-scenario-linuxbridge-yoga
|
||||
parent: neutron-tempest-plugin-linuxbridge
|
||||
override-checkout: stable/yoga
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -154,6 +157,7 @@
|
||||
name: neutron-tempest-plugin-scenario-ovn-yoga
|
||||
parent: neutron-tempest-plugin-ovn
|
||||
override-checkout: stable/yoga
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.scenario)|\
|
||||
@ -181,6 +185,7 @@
|
||||
name: neutron-tempest-plugin-designate-scenario-yoga
|
||||
parent: neutron-tempest-plugin-designate-scenario
|
||||
override-checkout: stable/yoga
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: neutron-tempest-plugin-openvswitch-zed
|
||||
parent: neutron-tempest-plugin-openvswitch
|
||||
override-checkout: stable/zed
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_openvswitch:
|
||||
- local_ip
|
||||
@ -107,6 +108,7 @@
|
||||
name: neutron-tempest-plugin-openvswitch-iptables_hybrid-zed
|
||||
parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
|
||||
override-checkout: stable/zed
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_openvswitch:
|
||||
- local_ip
|
||||
@ -136,6 +138,7 @@
|
||||
name: neutron-tempest-plugin-linuxbridge-zed
|
||||
parent: neutron-tempest-plugin-linuxbridge
|
||||
override-checkout: stable/zed
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_linuxbridge:
|
||||
- vlan-transparent
|
||||
@ -161,6 +164,7 @@
|
||||
name: neutron-tempest-plugin-ovn-zed
|
||||
parent: neutron-tempest-plugin-ovn
|
||||
override-checkout: stable/zed
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
tempest_test_regex: "\
|
||||
(^neutron_tempest_plugin.api)|\
|
||||
@ -191,6 +195,7 @@
|
||||
name: neutron-tempest-plugin-designate-scenario-zed
|
||||
parent: neutron-tempest-plugin-designate-scenario
|
||||
override-checkout: stable/zed
|
||||
nodeset: neutron-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user