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: Ie4f408ab3feab6918f6d7f3ec5376e1b0d18448a
This commit is contained in:
parent
ed24870dae
commit
405557d544
18
.zuul.yaml
18
.zuul.yaml
@ -22,8 +22,8 @@
|
||||
- job:
|
||||
name: dragonflow-dsvm-fullstack-redis
|
||||
parent: legacy-dsvm-base
|
||||
run: zuul/dragonflow-dsvm-fullstack-redis/run
|
||||
post-run: zuul/dragonflow-dsvm-fullstack-redis/post
|
||||
run: zuul/dragonflow-dsvm-fullstack-redis/run.yaml
|
||||
post-run: zuul/dragonflow-dsvm-fullstack-redis/post.yaml
|
||||
timeout: 10800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
@ -35,8 +35,8 @@
|
||||
- job:
|
||||
name: dragonflow-dsvm-fullstack-etcd-zmq
|
||||
parent: legacy-dsvm-base
|
||||
run: zuul/dragonflow-dsvm-fullstack-etcd-zmq/run
|
||||
post-run: zuul/dragonflow-dsvm-fullstack-etcd-zmq/post
|
||||
run: zuul/dragonflow-dsvm-fullstack-etcd-zmq/run.yaml
|
||||
post-run: zuul/dragonflow-dsvm-fullstack-etcd-zmq/post.yaml
|
||||
timeout: 10800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
@ -48,8 +48,8 @@
|
||||
- job:
|
||||
name: dragonflow-dsvm-rally
|
||||
parent: legacy-dsvm-base
|
||||
run: zuul/dragonflow-dsvm-rally/run
|
||||
post-run: zuul/dragonflow-dsvm-rally/post
|
||||
run: zuul/dragonflow-dsvm-rally/run.yaml
|
||||
post-run: zuul/dragonflow-dsvm-rally/post.yaml
|
||||
timeout: 10800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
@ -62,8 +62,8 @@
|
||||
- job:
|
||||
name: tempest-dsvm-dragonflow
|
||||
parent: legacy-dsvm-base
|
||||
run: zuul/tempest-dsvm-dragonflow/run
|
||||
post-run: zuul/tempest-dsvm-dragonflow/post
|
||||
run: zuul/tempest-dsvm-dragonflow/run.yaml
|
||||
post-run: zuul/tempest-dsvm-dragonflow/post.yaml
|
||||
timeout: 10800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
@ -81,4 +81,4 @@
|
||||
- openstack/openstack-ansible-os_neutron
|
||||
vars:
|
||||
tox_env: dragonflow
|
||||
osa_test_repo: "openstack/openstack-ansible-os_neutron"
|
||||
osa_test_repo: openstack/openstack-ansible-os_neutron
|
||||
|
Loading…
Reference in New Issue
Block a user