yatinkarel
a7a7ce8d34
With cirros-0.6+ we hitting random issues as mentioned in the related bug, until the cirros fix[1] merge and have new cirros release let's switch to older cirros image. [1] https://github.com/cirros-dev/cirros/pull/116 Related-Bug: #2045549 Depends-On: https://review.opendev.org/c/openstack/neutron/+/924213 Change-Id: I9f3a72da13212f735d51c7929b05706ba063f313
58 lines
1.8 KiB
YAML
58 lines
1.8 KiB
YAML
- nodeset:
|
|
name: neutron-nested-virt-ubuntu-focal
|
|
nodes:
|
|
- name: controller
|
|
label: nested-virt-ubuntu-focal
|
|
groups:
|
|
- name: tempest
|
|
nodes:
|
|
- controller
|
|
|
|
- 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:
|
|
regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed)).*$
|
|
negate: true
|
|
# Comment nodeset and vars to switch back to non nested nodes
|
|
nodeset: neutron-nested-virt-ubuntu-jammy
|
|
vars: &nested_virt_vars
|
|
devstack_localrc:
|
|
LIBVIRT_TYPE: kvm
|
|
# NOTE(ykarel): seeing issues with host-passthrough mode
|
|
# https://bugs.launchpad.net/neutron/+bug/2036603
|
|
# LIBVIRT_CPU_MODE: host-passthrough
|
|
# TODO(ykarel): switch to 0.6.2+ once lp#2045549 is fixed
|
|
CIRROS_VERSION: 0.5.3
|
|
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 yoga and zed
|
|
- job:
|
|
name: neutron-tempest-plugin-base-nested-switch
|
|
parent: neutron-tempest-plugin-base
|
|
abstract: true
|
|
branches: ^(unmaintained|stable)/(yoga|zed)$
|
|
# Comment nodeset and vars to switch back to non nested nodes
|
|
nodeset: neutron-nested-virt-ubuntu-focal
|
|
vars: *nested_virt_vars
|
|
|
|
# Base nested switch job for EM releases
|
|
- job:
|
|
name: neutron-tempest-plugin-base-nested-switch
|
|
parent: neutron-tempest-plugin-base
|
|
abstract: true
|
|
branches: ^(stable/(victoria|wallaby|xena)).*$
|