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: Iff8fe66e0a7825ed7a6b0cecfdc1cd30bb0bde75
This commit is contained in:
parent
0540bbd6e1
commit
ddb2b453d4
12
.zuul.yaml
12
.zuul.yaml
@ -11,8 +11,8 @@
|
||||
- openstack/python-zaqarclient
|
||||
- openstack/zaqar
|
||||
- openstack/zaqar-tempest-plugin
|
||||
run: playbooks/legacy/grenade-devstack-zaqar-base/run
|
||||
post-run: playbooks/legacy/grenade-devstack-zaqar-base/post
|
||||
run: playbooks/legacy/grenade-devstack-zaqar-base/run.yaml
|
||||
post-run: playbooks/legacy/grenade-devstack-zaqar-base/post.yaml
|
||||
timeout: 7800
|
||||
|
||||
- job:
|
||||
@ -27,8 +27,8 @@
|
||||
- openstack/tempest
|
||||
- openstack/zaqar
|
||||
- openstack/zaqar-tempest-plugin
|
||||
run: playbooks/legacy/tempest-devstack-zaqar-base/run
|
||||
post-run: playbooks/legacy/tempest-devstack-zaqar-base/post
|
||||
run: playbooks/legacy/tempest-devstack-zaqar-base/run.yaml
|
||||
post-run: playbooks/legacy/tempest-devstack-zaqar-base/post.yaml
|
||||
timeout: 7800
|
||||
|
||||
- job:
|
||||
@ -73,10 +73,10 @@
|
||||
- job:
|
||||
name: zaqar-tox-integration
|
||||
parent: legacy-base
|
||||
post-run: playbooks/legacy/zaqar-tox-integration/post
|
||||
post-run: playbooks/legacy/zaqar-tox-integration/post.yaml
|
||||
required-projects:
|
||||
- openstack/requirements
|
||||
run: playbooks/legacy/zaqar-tox-integration/run
|
||||
run: playbooks/legacy/zaqar-tox-integration/run.yaml
|
||||
timeout: 2400
|
||||
|
||||
- project:
|
||||
|
Loading…
Reference in New Issue
Block a user