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: I77ed5f40115c85fcac3ca3634f315ab0047db82a
This commit is contained in:
James E. Blair 2017-10-28 10:37:33 -07:00 committed by Andreas Jaeger
parent 4481a0b31e
commit e024e5bc61
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
- job:
name: ansible-role-k8s-base
pre-run: tests/pre
pre-run: tests/pre.yml
run: tests/run.yml
post-run: tests/post
post-run: tests/post.yml
attempts: 1
timeout: 10800
required-projects:
@ -23,7 +23,7 @@
- job:
name: ansible-role-k8s-mariadb-kubernetes-centos
parent: ansible-role-k8s-base
parent: ansible-role-k8s-base
nodeset: ansible-role-k8s-centos
vars:
coe: kubernetes