summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2017-11-28 15:49:27 -0800
committerJames E. Blair <jeblair@redhat.com>2017-11-28 16:40:15 -0800
commit8599a59fc342a915e65c3f15812bfaf862900017 (patch)
treecbef5f8bb4f453390004fdf97945213244e5e5c7 /.zuul.yaml
parent7e14c4f2b0a4a4243ff3977a4ca1ae280d2893b9 (diff)
downloadpython-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.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 8088fe5..925fa3e 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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