
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Iaf6080f75d690efb3941fbfef953df3d3351dccf
21 lines
470 B
YAML
21 lines
470 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-infra/devstack-gate
|
|
- openstack/heat
|
|
- openstack/python-heatclient
|
|
vars:
|
|
branch_override: default
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- heatclient-functional
|
|
gate:
|
|
jobs:
|
|
- heatclient-functional
|