Merge "Switch tempest jobs to neutron specific ones" into stable/stein

This commit is contained in:
Zuul 2021-04-02 10:16:01 +00:00 committed by Gerrit Code Review
commit cba43c2b84
1 changed files with 37 additions and 18 deletions

View File

@ -47,15 +47,7 @@
- tempest-full-py3:
timeout: 10800
irrelevant-files: *tempest-irrelevant-files
- tempest-slow-py3:
irrelevant-files: *tempest-irrelevant-files
vars:
devstack_localrc:
# to avoid https://bugs.launchpad.net/neutron/+bug/1914037
# as we couldn't backport the fix to stein release
IPV6_PUBLIC_RANGE: 2001:db8:0:10::/64
IPV6_PUBLIC_NETWORK_GATEWAY: 2001:db8:0:10::2
IPV6_ROUTER_GW_IP: 2001:db8:0:10::1
- neutron-tempest-slow-py3
- networking-ovn-tempest-dsvm-ovs-release:
voting: false
irrelevant-files: *tempest-irrelevant-files
@ -78,15 +70,7 @@
timeout: 10800
- tempest-full-py3:
timeout: 10800
- tempest-slow-py3:
irrelevant-files: *tempest-irrelevant-files
vars:
devstack_localrc:
# to avoid https://bugs.launchpad.net/neutron/+bug/1914037
# as we couldn't backport the fix to stein release
IPV6_PUBLIC_RANGE: 2001:db8:0:10::/64
IPV6_PUBLIC_NETWORK_GATEWAY: 2001:db8:0:10::2
IPV6_ROUTER_GW_IP: 2001:db8:0:10::1
- neutron-tempest-slow-py3
- grenade-py3:
irrelevant-files: *tempest-irrelevant-files
periodic:
@ -434,3 +418,38 @@
NEUTRON_DEPLOY_MOD_WSGI: true
irrelevant-files: *tempest-irrelevant-files
voting: false
- job:
name: neutron-tempest-slow-py3
parent: tempest-slow-py3
timeout: 10800
irrelevant-files: *tempest-irrelevant-files
vars:
devstack_plugins:
neutron: https://opendev.org/openstack/neutron.git
devstack_services:
br-ex-tcpdump: true
br-int-flows: true
# Cinder services
c-api: false
c-bak: false
c-sch: false
c-vol: false
cinder: false
# Swift services
s-account: false
s-container: false
s-object: false
s-proxy: false
devstack_localrc:
# to avoid https://bugs.launchpad.net/neutron/+bug/1914037
# as we couldn't backport the fix to stein release
IPV6_PUBLIC_RANGE: 2001:db8:0:10::/64
IPV6_PUBLIC_NETWORK_GATEWAY: 2001:db8:0:10::2
IPV6_ROUTER_GW_IP: 2001:db8:0:10::1
group-vars:
subnode:
devstack_services:
# Cinder services
c-bak: false
c-vol: false