We pinned tox<4 for stable branches in common jobs and in devstack playbook but that was not enough for python client functional jobs where tox is upgraded to latest by pip. - https://lists.openstack.org/pipermail/openstack-discuss/2023-January/031678.html This commit adds tox<4 pin explicitly in tox.ini Extra change in this backport: lower-constraint job started failing. As we are no more required to test the lower-constraints, removing the testing to unblock the gate. Change-Id: I442568a5f5900e593feb2b5527109e0aa79e5aa7 (cherry picked from commit7c3f3bc615) (cherry picked from commit79c21ab698)
31 lines
706 B
YAML
31 lines
706 B
YAML
- job:
|
|
name: python-novaclient-functional
|
|
parent: devstack-tox-functional
|
|
timeout: 7200
|
|
required-projects:
|
|
- openstack/nova
|
|
- openstack/python-novaclient
|
|
vars:
|
|
openrc_enable_export: true
|
|
devstack_localrc:
|
|
USE_PYTHON3: true
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-xena-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- python-novaclient-functional
|
|
gate:
|
|
jobs:
|
|
- python-novaclient-functional
|