loci/.zuul.d/cinder.yaml
James E. Blair 5fddd6a53a Zuul: add file extension to playbook path
Zuul now supports including the file extension on the playbook path
and omitting the extension is now deprecrated.  Update references
to include the extension.

Change-Id: I6f1d939c9b44811fbbad3e67bebed56308d2e892
2017-10-29 07:20:35 -07:00

28 lines
467 B
YAML

- project:
name: openstack/loci
check:
jobs:
- loci-cinder
gate:
jobs:
- loci-cinder
post:
jobs:
- publish-loci-cinder
- job:
name: loci-cinder
parent: loci-base
vars:
project: cinder
required-projects:
- openstack/loci
- openstack/cinder
- job:
name: publish-loci-cinder
parent: loci-cinder
post-run: playbooks/push.yaml
secrets:
- loci_docker_login