Merge "Publish sample config file in the genconfig job"

This commit is contained in:
Zuul 2019-01-08 11:37:41 +00:00 committed by Gerrit Code Review
commit 165e28ad84
2 changed files with 11 additions and 0 deletions

View File

@ -403,6 +403,7 @@
Run tests for manila project. Run tests for manila project.
Uses tox with the ``genconfig`` environment. Uses tox with the ``genconfig`` environment.
post-run: playbooks/manila-tox-genconfig/post.yaml
vars: vars:
tox_envlist: genconfig tox_envlist: genconfig

View 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