summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2017-10-28 10:41:21 -0700
committerJames E. Blair <jeblair@redhat.com>2017-10-29 17:45:40 -0700
commit29f8e6bce99e1da40d4fc09f1b1abc593ade1551 (patch)
tree3219f9bae8acfb24656c26fcf3d502b5134ea296
parentb37a9f96466ec859b7d537e8af31633d732d998c (diff)
downloadoslo-db-29f8e6bce99e1da40d4fc09f1b1abc593ade1551.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: Ia726109e485be3eb3d504429b2a7ca3ebe145e56
-rw-r--r--.zuul.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index a36e02a..2398cf0 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -10,8 +10,8 @@
- job:
name: oslo.db-tox-mysql-python
parent: legacy-base
- run: playbooks/legacy/oslo.db-tox-mysql-python/run
- post-run: playbooks/legacy/oslo.db-tox-mysql-python/post
+ run: playbooks/legacy/oslo.db-tox-mysql-python/run.yaml
+ post-run: playbooks/legacy/oslo.db-tox-mysql-python/post.yaml
timeout: 2400
required-projects:
- openstack/requirements