Files
python-heatclient/.zuul.yaml
OpenStack Release Bot 6cf53dd662 Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I76b8f959e8a99b890fcd1d951fd9b1fd8f2ec49f
2020-09-11 14:18:20 +00:00

35 lines
837 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-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- check-requirements
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- heatclient-functional
gate:
jobs:
- heatclient-functional