This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ia8fecb713a5985b666c1b55d113a1c7820dbc5be
29 lines
722 B
YAML
29 lines
722 B
YAML
- job:
|
|
name: heatclient-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/devstack/functional-run.yaml
|
|
post-run: playbooks/devstack/functional-post.yaml
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack/devstack-gate
|
|
- openstack/heat
|
|
- openstack/python-heatclient
|
|
vars:
|
|
branch_override: default
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-victoria-jobs
|
|
- check-requirements
|
|
- openstackclient-plugin-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- heatclient-functional
|
|
gate:
|
|
jobs:
|
|
- heatclient-functional
|