Merge "Publish sample config file in the genconfig job"
This commit is contained in:
commit
165e28ad84
@ -403,6 +403,7 @@
|
||||
Run tests for manila project.
|
||||
|
||||
Uses tox with the ``genconfig`` environment.
|
||||
post-run: playbooks/manila-tox-genconfig/post.yaml
|
||||
vars:
|
||||
tox_envlist: genconfig
|
||||
|
||||
|
10
playbooks/manila-tox-genconfig/post.yaml
Normal file
10
playbooks/manila-tox-genconfig/post.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: fetch-tox-output
|
||||
tasks:
|
||||
- name: Copy generated config sample file
|
||||
synchronize:
|
||||
src: "{{ zuul.project.src_dir }}/etc/manila/manila.conf.sample"
|
||||
dest: "{{ zuul.executor.log_root }}"
|
||||
mode: pull
|
||||
verify_host: true
|
Loading…
x
Reference in New Issue
Block a user