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: Ib94b271c2f7aed7644b7cb9ea8dd7f76dda3c79f
This commit is contained in:
James E. Blair 2017-10-28 10:21:48 -07:00
parent 8d2d165755
commit 7d67f241ab
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
- job: - job:
name: mogan-dsvm-tempest-plugin name: mogan-dsvm-tempest-plugin
parent: legacy-dsvm-base parent: legacy-dsvm-base
run: playbooks/legacy/mogan-dsvm-tempest-plugin/run run: playbooks/legacy/mogan-dsvm-tempest-plugin/run.yaml
post-run: playbooks/legacy/mogan-dsvm-tempest-plugin/post post-run: playbooks/legacy/mogan-dsvm-tempest-plugin/post.yaml
timeout: 3600 timeout: 3600
required-projects: required-projects:
- openstack-infra/devstack-gate - openstack-infra/devstack-gate
@ -37,8 +37,8 @@
- job: - job:
name: mogan-tox-functional name: mogan-tox-functional
parent: legacy-base parent: legacy-base
run: playbooks/legacy/mogan-tox-functional/run run: playbooks/legacy/mogan-tox-functional/run.yaml
post-run: playbooks/legacy/mogan-tox-functional/post post-run: playbooks/legacy/mogan-tox-functional/post.yaml
timeout: 2400 timeout: 2400
required-projects: required-projects:
- openstack/requirements - openstack/requirements