
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I62369a6f09e8e4c4350cbd26ad5f018f75dc3a54
17 lines
459 B
YAML
17 lines
459 B
YAML
- job:
|
|
name: senlinclient-dsvm-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/senlinclient-dsvm-functional/run.yaml
|
|
post-run: playbooks/legacy/senlinclient-dsvm-functional/post.yaml
|
|
timeout: 7200
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/python-senlinclient
|
|
- openstack/senlin
|
|
|
|
- project:
|
|
experimental:
|
|
jobs:
|
|
- senlinclient-dsvm-functional:
|
|
voting: false
|