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: I308464de0c74f8420749d746e4a5db37e02cc276
This commit is contained in:
parent
a3d208dcf3
commit
45f9291149
@ -8,8 +8,8 @@
|
||||
- job:
|
||||
name: mixmatch-dsvm-functional
|
||||
parent: legacy-dsvm-base
|
||||
run: playbooks/legacy/mixmatch-dsvm-functional/run
|
||||
post-run: playbooks/legacy/mixmatch-dsvm-functional/post
|
||||
run: playbooks/legacy/mixmatch-dsvm-functional/run.yaml
|
||||
post-run: playbooks/legacy/mixmatch-dsvm-functional/post.yaml
|
||||
timeout: 7800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
|
Loading…
x
Reference in New Issue
Block a user