Merge "Zuul: add file extension to playbook path"

This commit is contained in:
Zuul 2017-11-01 11:11:20 +00:00 committed by Gerrit Code Review
commit cb02f1c19b
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
- job:
name: mogan-dsvm-tempest-plugin
parent: legacy-dsvm-base
run: playbooks/legacy/mogan-dsvm-tempest-plugin/run
post-run: playbooks/legacy/mogan-dsvm-tempest-plugin/post
run: playbooks/legacy/mogan-dsvm-tempest-plugin/run.yaml
post-run: playbooks/legacy/mogan-dsvm-tempest-plugin/post.yaml
timeout: 3600
required-projects:
- openstack-infra/devstack-gate
@ -37,8 +37,8 @@
- job:
name: mogan-tox-functional
parent: legacy-base
run: playbooks/legacy/mogan-tox-functional/run
post-run: playbooks/legacy/mogan-tox-functional/post
run: playbooks/legacy/mogan-tox-functional/run.yaml
post-run: playbooks/legacy/mogan-tox-functional/post.yaml
timeout: 2400
required-projects:
- openstack/requirements