Merge "Zuul: add file extension to playbook path" into stable/pike

This commit is contained in:
Zuul 2017-11-21 14:42:05 +00:00 committed by Gerrit Code Review
commit bdf1e1af92
1 changed files with 3 additions and 4 deletions

View File

@ -3,10 +3,9 @@
parent: base
timeout: 3600
nodeset: centos-7
pre-run: playbooks/packstack-pre
run: playbooks/packstack-integration-tempest
post-run: playbooks/upload-logs
nodeset: centos-7
pre-run: playbooks/packstack-pre.yaml
run: playbooks/packstack-integration-tempest.yaml
post-run: playbooks/upload-logs.yaml
irrelevant-files:
- ^docs/.*$
- ^releasenotes/.*$