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: I475a5ac24f025fb120fcc57579be62d98b5c3d2c
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
- job:
|
||||
name: zunclient-devstack-docker-sql
|
||||
parent: legacy-dsvm-base
|
||||
run: playbooks/zunclient-devstack-docker-sql/run
|
||||
post-run: playbooks/zunclient-devstack-docker-sql/post
|
||||
run: playbooks/zunclient-devstack-docker-sql/run.yaml
|
||||
post-run: playbooks/zunclient-devstack-docker-sql/post.yaml
|
||||
timeout: 4200
|
||||
required-projects:
|
||||
- openstack-dev/devstack
|
||||
|
Reference in New Issue
Block a user