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: I73f7288f383884c9a157227837464365fb543891
This commit is contained in:
James E. Blair 2017-10-28 09:59:52 -07:00
parent 8c655174e3
commit 297a2571e1
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
- job:
name: bashate-devstack
parent: legacy-base
run: playbooks/legacy/bashate-devstack/run
run: playbooks/legacy/bashate-devstack/run.yaml
timeout: 3600
required-projects:
- openstack/requirements
@ -20,8 +20,8 @@
- job:
name: bashate-python36-fedora-26
parent: legacy-base
run: playbooks/legacy/bashate-python36-fedora-26/run
post-run: playbooks/legacy/bashate-python36-fedora-26/post
run: playbooks/legacy/bashate-python36-fedora-26/run.yaml
post-run: playbooks/legacy/bashate-python36-fedora-26/post.yaml
timeout: 2400
nodeset: legacy-fedora-26
required-projects: