782a467533
As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Ibb492285ef7d5357c921035409d6654c80df3725
31 lines
717 B
YAML
31 lines
717 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:
|
|
KEYSTONE_ADMIN_ENDPOINT: true
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-zed-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- python-novaclient-functional
|
|
gate:
|
|
jobs:
|
|
- python-novaclient-functional
|