OpenStack Release Bot
d4ea897bc9
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Icf54ae2ae9db6996da6b881898fea2de4b67190c
31 lines
713 B
YAML
31 lines
713 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-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- python-novaclient-functional
|
|
gate:
|
|
jobs:
|
|
- python-novaclient-functional
|