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: I159084ce5a0181cc1a8dd3112762d2e7c05a14ae
This commit is contained in:
James E. Blair 2017-10-28 10:35:38 -07:00
parent 47a542a48c
commit 97f5fb4b5b
1 changed files with 5 additions and 5 deletions

View File

@ -3,17 +3,17 @@
parent: base parent: base
description: Run rake tests with openstack-chef-repo description: Run rake tests with openstack-chef-repo
required-projects: openstack/openstack-chef-repo required-projects: openstack/openstack-chef-repo
pre-run: playbooks/pre pre-run: playbooks/pre.yaml
run: playbooks/rake run: playbooks/rake.yaml
- job: - job:
name: openstack-chef-repo-integration name: openstack-chef-repo-integration
parent: base parent: base
description: Run integration tests with openstack-chef-repo description: Run integration tests with openstack-chef-repo
required-projects: openstack/openstack-chef-repo required-projects: openstack/openstack-chef-repo
pre-run: playbooks/pre pre-run: playbooks/pre.yaml
run: playbooks/integration run: playbooks/integration.yaml
post-run: playbooks/post post-run: playbooks/post.yaml
timeout: 3600 timeout: 3600
- project-template: - project-template: