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: I9a6d2d0c844ef17995cb7451f2ad7895374292ea
This commit is contained in:
parent
d4c0e5f8be
commit
e44b36a471
12
.zuul.yaml
12
.zuul.yaml
@ -81,18 +81,18 @@
|
||||
- node-2
|
||||
- job:
|
||||
name: openstack-helm-infra-ubuntu
|
||||
pre-run: tools/gate/playbooks/zuul-pre
|
||||
run: tools/gate/playbooks/zuul-run
|
||||
pre-run: tools/gate/playbooks/zuul-pre.yaml
|
||||
run: tools/gate/playbooks/zuul-run.yaml
|
||||
nodeset: openstack-helm-ubuntu
|
||||
|
||||
- job:
|
||||
name: openstack-helm-infra-centos
|
||||
pre-run: tools/gate/playbooks/zuul-pre
|
||||
run: tools/gate/playbooks/zuul-run
|
||||
pre-run: tools/gate/playbooks/zuul-pre.yaml
|
||||
run: tools/gate/playbooks/zuul-run.yaml
|
||||
nodeset: openstack-helm-centos
|
||||
|
||||
- job:
|
||||
name: openstack-helm-infra-fedora
|
||||
pre-run: tools/gate/playbooks/zuul-pre
|
||||
run: tools/gate/playbooks/zuul-run
|
||||
pre-run: tools/gate/playbooks/zuul-pre.yaml
|
||||
run: tools/gate/playbooks/zuul-run.yaml
|
||||
nodeset: openstack-helm-fedora
|
||||
|
Loading…
Reference in New Issue
Block a user