Skip to content

Commit dee29b2

Browse files
committed
[CI][stable 2025.1][jammy] Use stable constraints for tempest
Since master upper constraints no longer compatible with ubuntu-jammy/python3.10 let's use stable constraints in jammy based jobs. Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/989135 Signed-off-by: Yatin Karel <ykarel@redhat.com> Change-Id: Ie249b47adf79640dddca000c1f9aeb22715b8941
1 parent 1a22739 commit dee29b2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

zuul.d/grenade.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
Q_ML2_TENANT_NETWORK_TYPE: vxlan
4848
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
4949
NEUTRON_DEPLOY_MOD_WSGI: True
50+
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/old/requirements/upper-constraints.txt'
5051
devstack_services:
5152
etcd: false
5253
br-ex-tcpdump: true
@@ -128,6 +129,7 @@
128129
Q_ML2_TENANT_NETWORK_TYPE: vxlan
129130
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
130131
NEUTRON_DEPLOY_MOD_WSGI: True
132+
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/old/requirements/upper-constraints.txt'
131133
devstack_services:
132134
etcd: false
133135
br-ex-tcpdump: true
@@ -305,6 +307,7 @@
305307
OVN_DBS_LOG_LEVEL: dbg
306308
OVN_IGMP_SNOOPING_ENABLE: True
307309
NEUTRON_DEPLOY_MOD_WSGI: True
310+
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/old/requirements/upper-constraints.txt'
308311
devstack_plugins:
309312
neutron: https://opendev.org/openstack/neutron
310313
neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
@@ -413,6 +416,7 @@
413416
grenade_devstack_localrc:
414417
shared:
415418
NEUTRON_DEPLOY_MOD_WSGI: False
419+
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/old/requirements/upper-constraints.txt'
416420
devstack_services:
417421
# Neutron services
418422
q-svc: true
@@ -439,6 +443,7 @@
439443
grenade_devstack_localrc:
440444
shared:
441445
NEUTRON_DEPLOY_MOD_WSGI: False
446+
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/old/requirements/upper-constraints.txt'
442447
devstack_services:
443448
q-svc: true
444449
neutron-api: false

zuul.d/tempest-multinode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
9191
Q_AGENT: openvswitch
9292
NEUTRON_DEPLOY_MOD_WSGI: true
93+
TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/requirements/upper-constraints.txt'
9394
devstack_services:
9495
br-ex-tcpdump: true
9596
br-int-flows: true

0 commit comments

Comments
 (0)