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

See also the PTI in governance [1].

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

Change-Id: Icfc46e4f80c8877a688d1c898d380a4c18a13c7c
2021-09-10 14:31:47 +00:00

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