diff options
author | James E. Blair <jeblair@redhat.com> | 2017-11-28 15:49:27 -0800 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2017-11-28 16:40:15 -0800 |
commit | 8599a59fc342a915e65c3f15812bfaf862900017 (patch) | |
tree | cbef5f8bb4f453390004fdf97945213244e5e5c7 /.zuul.yaml | |
parent | 7e14c4f2b0a4a4243ff3977a4ca1ae280d2893b9 (diff) | |
download | python-troveclient-8599a59fc342a915e65c3f15812bfaf862900017.tar.gz |
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: I96d9772d363305fd65119d1195cc25a508ec33dc
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ - job: name: tempest-neutron-src-python-troveclient parent: legacy-dsvm-base - run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run - post-run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/post + run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml + post-run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/post.yaml timeout: 7800 required-projects: - openstack-dev/devstack |