
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Id9ed3cec95f0e0203ef00dd5ff10d124913e39f2 Story: #2005924 Task: #34209
30 lines
749 B
YAML
30 lines
749 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-python-jobs
|
|
- openstack-python3-train-jobs
|
|
- check-requirements
|
|
- openstackclient-plugin-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- heatclient-functional
|
|
gate:
|
|
jobs:
|
|
- heatclient-functional
|