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]: http://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ib43ce1fe7ae66f26b3c37bfaa7b58a0043ee26d6
32 lines
750 B
YAML
32 lines
750 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:
|
|
USE_PYTHON3: true
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-wallaby-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- python-novaclient-functional
|
|
gate:
|
|
jobs:
|
|
- python-novaclient-functional
|