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: Ib392f81b3f12ee02979723f17e08f775d63b8abe
34 lines
792 B
YAML
34 lines
792 B
YAML
- job:
|
|
name: heatclient-functional
|
|
parent: devstack-tox-functional
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack/heat
|
|
- openstack/python-heatclient
|
|
vars:
|
|
openrc_enable_export: true
|
|
devstack_plugins:
|
|
heat: https://opendev.org/openstack/heat
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- ^doc/.*$
|
|
- ^.*\.rst$
|
|
- ^releasenotes/.*$
|
|
- ^heatclient/tests/.*$
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-python3-zed-jobs
|
|
- check-requirements
|
|
- openstackclient-plugin-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- heatclient-functional
|
|
gate:
|
|
jobs:
|
|
- heatclient-functional
|